44 $this->
ui = $DIC->ui();
45 $this->lng = $DIC->language();
47 $this->
user = $DIC->user();
59 switch ($body[
"action"]) {
69 return $this->modifyTableCommand($body);
73 throw new Exception(
"Unknown action " . $body[
"action"]);
142 $updated = $this->
updateData($body[
"data"][
"pcid"], $body[
"data"][
"content"]);
143 if ($body[
"data"][
"redirect"]) {
144 return $this->ui_wrapper->sendPage($this->page_gui, $updated);
162 if ($updated !==
true) {
163 if (is_array($updated)) {
164 $error = implode(
"<br />", $updated);
165 } elseif (is_string($updated)) {
168 $error = print_r($updated,
true);
174 $data = new \stdClass();
175 $data->error = $error;
193 $page = $this->page_gui->getPageObject();
194 $table = $page->getContentObjectForPcId($pcid);
198 if (is_array($content)) {
199 foreach ($content as
$i => $row) {
200 if (is_array($row)) {
201 foreach ($row as $j => $cell) {
202 $text =
"<div>" . $cell .
"</div>";
207 $updated = ($text !==
false);
208 $text = $text[
"text"];
214 $table->getLanguage(),
228 $table->setData(
$data);
229 $updated = $page->update();
243 $page = $this->page_gui->getPageObject();
247 $table = $page->getContentObjectForPcId($body[
"data"][
"tablePcid"]);
250 if ($table->getType() ==
"dtab") {
251 $this->
updateData($body[
"data"][
"tablePcid"], $body[
"data"][
"content"]);
258 $td = $page->getContentObjectForPcId($body[
"data"][
"cellPcid"]);
260 switch ($body[
"data"][
"modification"]) {
295 return $this->
sendTable($this->page_gui, $body[
"data"][
"tablePcid"]);
308 $table = $page->getContentObjectForPcId($pcid);
309 if ($table->getType() ==
"dtab") {
310 $table_gui = new \ilPCDataTableGUI(
313 $page->getHierIdForPCId($pcid),
317 $table_gui = new \ilPCTableGUI(
320 $page->getHierIdForPCId($pcid),
325 $data = new \stdClass();
326 $data->renderedContent = $table_gui->getEditDataTable();
327 $data->pcModel =
$page_gui->getPageObject()->getPCModel();
getPageObject()
Get Page Object.
static handleAjaxContentPost($text)
Post input2xml handling of ajax content.
Command action handler interface.
sendTable($page_gui, $pcid)
Send whole page as response.
static setUseRelativeDates($a_status)
set use relative dates
static formatDate(ilDateTime $date, $a_skip_day=false, $a_include_wd=false, $include_seconds=false)
Format a date public.
updateDataCommand($body)
Insert command.
__construct(\ilPageObjectGUI $page_gui)
static handleAjaxContent($a_content)
Handle ajax content.
sendUpdateResponse(\ilPageObjectGUI $page_gui, $updated, string $pcid)
Get reponse data object.
updateData($pcid, $content)
Update data.
static _input2xml($a_text, $a_lang, $a_wysiwyg=0, $a_handle_lists=true)
converts user input to xml