53 $ilTabs = $DIC[
'ilTabs'];
54 $ilToolbar = $DIC[
'ilToolbar'];
59 $this->parent_gui = $parent_gui;
60 $this->parent_object = $parent_gui->object;
61 $this->tabs_gui = $this->parent_gui->tabs_gui;
62 $this->toolbar = $ilToolbar;
65 $this->lng->loadLanguageModule(
'user');
66 if (! $this->ilAccess->checkaccess(
"write",
"", $this->parent_gui->object->getRefId())) {
76 $cmd = $this->ctrl->getCmd();
91 $this->tpl->setContent(
$form->getHTML());
97 $input->
setValue($this->parent_object->getImportId());
98 $form->addItem($input);
99 $form->setFormAction($this->ctrl->getFormAction($this));
100 $form->addCommandButton(
"update", $this->lng->txt(
"save"));
107 $form->setValuesByPost();
108 if (
$form->checkInput()) {
109 $this->parent_object->setImportId(
$form->getItemByPostVar(
"ext_id")->getValue());
110 $this->parent_object->update();
112 $this->ctrl->redirect($this,
"edit");
114 $this->tpl->setContent(
$form->getHTML());
static sendSuccess($a_info="", $a_keep=false)
Send Success Message to Screen.
This class represents a text property in a property form.
static sendFailure($a_info="", $a_keep=false)
Send Failure Message to Screen.
setValue($a_value)
Set Value.