2 require_once(
'./Services/Form/classes/class.ilPropertyFormGUI.php');
3 require_once(
'class.arConfig.php');
32 $this->ctrl->saveParameter(
$parent_gui,
'clip_ext_id');
39 $this->
setTitle($this->lng->txt(
'admin_form_title'));
41 $te =
new ilTextInputGUI($this->lng->txt(
'admin_origins_path'),
'path');
42 $te->
setInfo($this->lng->txt(
'admin_origins_path_info'));
51 foreach ($this->
getItems() as $item) {
65 if (self::checkItem($item)) {
66 $key = $item->getPostVar();
68 if (self::checkForSubItem($item)) {
69 foreach ($item->getSubItems() as $subitem) {
98 foreach ($this->
getItems() as $item) {
110 if (self::checkItem($item)) {
111 $key = $item->getPostVar();
113 if (self::checkForSubItem($item)) {
114 foreach ($item->getSubItems() as $subitem) {
144 $this->
addCommandButton(
'cancel', $this->lng->txt(
'admin_form_button_cancel'));
static set($name, $value)
This class represents a text property in a property form.
Create styles array
The data for the language used.