|
ILIAS
release_8 Revision v8.24
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
Inheritance diagram for ilDclGenericMultiInputGUI:
Collaboration diagram for ilDclGenericMultiInputGUI:Public Member Functions | |
| getLimit () | |
| setLimit (int $limit) | |
| isAllowEmptyFields () | |
| setAllowEmptyFields (bool $allow_empty_fields) | |
| __construct (string $a_title="", string $a_postvar="") | |
| Constructor. More... | |
| getHook (string $key) | |
| addHook (string $key, array $options) | |
| removeHook (string $key) | |
| addInput (ilFormPropertyGUI $input, array $options=[]) | |
| isShowLabel () | |
| setShowLabel (bool $show_label) | |
| getInputs () | |
| Get Options. More... | |
| setMulti (bool $a_multi, bool $a_sortable=false, bool $a_addremove=true) | |
| setValue (array $value) | |
| Set Value. More... | |
| getValue () | |
| Get Value. More... | |
| setValueByArray (array $a_values) | |
| Set value by array. More... | |
| checkInput () | |
| Check input, strip slashes etc. More... | |
| addCustomAttribute (string $key, string $value, bool $override=false) | |
| getCustomAttributes () | |
| render (int $iterator_id=0, bool $clean_render=false) | |
| Render item. More... | |
| insert (ilTemplate $a_tpl) | |
| Insert property html. More... | |
| getTableFilterHTML () | |
| Get HTML for table filter. More... | |
| getToolbarHTML () | |
| Get HTML for toolbar. More... | |
| getSubItems () | |
Public Member Functions inherited from ilFormPropertyGUI | |
| __construct (string $a_title="", string $a_postvar="") | |
| executeCommand () | |
| getType () | |
| setTitle (string $a_title) | |
| getTitle () | |
| setPostVar (string $a_postvar) | |
| getPostVar () | |
| getFieldId () | |
| setInfo (string $a_info) | |
| getInfo () | |
| setAlert (string $a_alert) | |
| getAlert () | |
| setRequired (bool $a_required) | |
| getRequired () | |
| setDisabled (bool $a_disabled) | |
| getDisabled () | |
| checkInput () | |
| Check input, strip slashes etc. More... | |
| setParentForm (ilPropertyFormGUI $a_parentform) | |
| getParentForm () | |
| setParent (ilFormPropertyGUI $a_val) | |
| getParent () | |
| getSubForm () | |
| hideSubForm () | |
| setHiddenTitle (string $a_val) | |
| getHiddenTitle () | |
| getItemByPostVar (string $a_post_var) | |
| Get item by post var. More... | |
| serializeData () | |
| unserializeData (string $a_data) | |
| setParentTable ($a_val) | |
| Set parent table. More... | |
| getParentTable () | |
| Get parent table. More... | |
| writeToSession () | |
| clearFromSession () | |
| readFromSession () | |
| getHiddenTag (string $a_post_var, string $a_value) | |
| setMulti (bool $a_multi, bool $a_sortable=false, bool $a_addremove=true) | |
| getMulti () | |
| setMultiValues (array $a_values) | |
| getMultiValues () | |
| getContentOutsideFormTag () | |
| Get content that has to reside outside of the parent form tag, e.g. More... | |
| stripSlashesAddSpaceFallback (string $a_str) | |
| Strip slashes with add space fallback, see https://www.ilias.de/mantis/view.php?id=19727. More... | |
| getTableFilterLabelFor () | |
| Get label "for" attribute value for filter. More... | |
| getFormLabelFor () | |
| Get label "for" attribute value for form. More... | |
| setRequestParam (string $key, $val) | |
| This writes the request (aka post) values. More... | |
Data Fields | |
| const | HOOK_IS_LINE_REMOVABLE = "hook_is_line_removable" |
| const | HOOK_IS_INPUT_DISABLED = "hook_is_disabled" |
| const | HOOK_BEFORE_INPUT_RENDER = "hook_before_render" |
Protected Member Functions | |
| createInputPostVar (int $iterator_id, ilFormPropertyGUI $input) | |
Protected Member Functions inherited from ilFormPropertyGUI | |
| setType (string $a_type) | |
| checkParentFormTable () | |
| getSessionKey () | |
| getMultiIconsHTML () | |
| int ($key) | |
| intArray ($key) | |
| str ($key) | |
| raw ($key) | |
| strArray ($key) | |
| arrayArray ($key) | |
| isRequestParamArray (string $key) | |
| getRequestParam (string $key, Refinery\Transformation $t) | |
Protected Attributes | |
| array | $cust_attr = [] |
| array | $value = [] |
| array | $inputs = [] |
| array | $input_options = [] |
| array | $hooks = [] |
| array | $line_values = [] |
| string | $template_dir = '' |
| array | $post_var_cache = [] |
| bool | $show_label = false |
| int | $limit = 999999 |
| bool | $allow_empty_fields = false |
Protected Attributes inherited from ilFormPropertyGUI | |
| array | $set_params = [] |
| ilTable2GUI | $parent_table = null |
| ilFormPropertyGUI | $parent_gui = null |
| ilCtrl | $ctrl |
| ilLanguage | $lng |
| string | $type = "" |
| string | $title = "" |
| string | $postvar = "" |
| string | $info = "" |
| string | $alert = "" |
| bool | $required = false |
| ilPropertyFormGUI | $parentform = null |
| string | $hidden_title = "" |
| bool | $multi = false |
| bool | $multi_sortable = false |
| bool | $multi_addremove = true |
| array | $multi_values = [] |
| RequestInterface | $request |
| HTTP Services | $http |
| Refinery Factory | $refinery = null |
| bool | $disabled = false |
| ilGlobalTemplateInterface | $global_tpl = null |
Additional Inherited Members | |
Static Public Member Functions inherited from ilFormPropertyGUI | |
| static | removeProhibitedCharacters (string $a_text) |
| Remove prohibited characters see #19159. More... | |
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V.
ILIAS is licensed with the GPL-3.0, see https://www.gnu.org/licenses/gpl-3.0.en.html You should have received a copy of said license along with the source code, too.
If this is not the case or you just want to try ILIAS, you'll find us at: https://www.ilias.de https://github.com/ILIAS-eLearning
Definition at line 19 of file class.ilDclGenericMultiInputGUI.php.
| ilDclGenericMultiInputGUI::__construct | ( | string | $a_title = "", |
| string | $a_postvar = "" |
||
| ) |
Constructor.
Reimplemented from ilFormPropertyGUI.
Definition at line 60 of file class.ilDclGenericMultiInputGUI.php.
References ILIAS\GlobalScreen\Provider\__construct(), setMulti(), and ilFormPropertyGUI\setType().
Here is the call graph for this function:| ilDclGenericMultiInputGUI::addCustomAttribute | ( | string | $key, |
| string | $value, | ||
| bool | $override = false |
||
| ) |
Definition at line 222 of file class.ilDclGenericMultiInputGUI.php.
References ILIAS\LTI\ToolProvider\$key.
| ilDclGenericMultiInputGUI::addHook | ( | string | $key, |
| array | $options | ||
| ) |
Definition at line 79 of file class.ilDclGenericMultiInputGUI.php.
References ILIAS\LTI\ToolProvider\$key.
| ilDclGenericMultiInputGUI::addInput | ( | ilFormPropertyGUI | $input, |
| array | $options = [] |
||
| ) |
Definition at line 95 of file class.ilDclGenericMultiInputGUI.php.
References ilFormPropertyGUI\getPostVar(), and ilFormPropertyGUI\setRequired().
Here is the call graph for this function:| ilDclGenericMultiInputGUI::checkInput | ( | ) |
Check input, strip slashes etc.
set alert, if input is not ok.
Reimplemented from ilFormPropertyGUI.
Definition at line 186 of file class.ilDclGenericMultiInputGUI.php.
References $lng, $out, $valid, ILIAS\Repository\arrayArray(), ILIAS\UI\Implementation\Component\Input\getValue(), ILIAS\Repository\lng(), ilCalendarUtil\parseIncomingDate(), and ilUtil\stripSlashes().
Here is the call graph for this function:
|
protected |
Definition at line 236 of file class.ilDclGenericMultiInputGUI.php.
References ilFormPropertyGUI\getPostVar().
Here is the call graph for this function:| ilDclGenericMultiInputGUI::getCustomAttributes | ( | ) |
Definition at line 231 of file class.ilDclGenericMultiInputGUI.php.
| ilDclGenericMultiInputGUI::getHook | ( | string | $key | ) |
Definition at line 70 of file class.ilDclGenericMultiInputGUI.php.
References ILIAS\LTI\ToolProvider\$key.
| ilDclGenericMultiInputGUI::getInputs | ( | ) |
Get Options.
Definition at line 116 of file class.ilDclGenericMultiInputGUI.php.
References $inputs.
| ilDclGenericMultiInputGUI::getLimit | ( | ) |
Definition at line 37 of file class.ilDclGenericMultiInputGUI.php.
References $limit.
| ilDclGenericMultiInputGUI::getSubItems | ( | ) |
Definition at line 390 of file class.ilDclGenericMultiInputGUI.php.
| ilDclGenericMultiInputGUI::getTableFilterHTML | ( | ) |
Get HTML for table filter.
Definition at line 373 of file class.ilDclGenericMultiInputGUI.php.
| ilDclGenericMultiInputGUI::getToolbarHTML | ( | ) |
Get HTML for toolbar.
Definition at line 383 of file class.ilDclGenericMultiInputGUI.php.
| ilDclGenericMultiInputGUI::getValue | ( | ) |
Get Value.
Definition at line 159 of file class.ilDclGenericMultiInputGUI.php.
References ILIAS\LTI\ToolProvider\$key, and $out.
| ilDclGenericMultiInputGUI::insert | ( | ilTemplate | $a_tpl | ) |
Insert property html.
Definition at line 336 of file class.ilDclGenericMultiInputGUI.php.
References $data, $i, $id, ILIAS\Repository\lng(), ilTemplate\parseCurrentBlock(), ilTemplate\setCurrentBlock(), and HTML_Template_IT\setVariable().
Here is the call graph for this function:| ilDclGenericMultiInputGUI::isAllowEmptyFields | ( | ) |
Definition at line 47 of file class.ilDclGenericMultiInputGUI.php.
References $allow_empty_fields.
| ilDclGenericMultiInputGUI::isShowLabel | ( | ) |
Definition at line 102 of file class.ilDclGenericMultiInputGUI.php.
References $show_label.
| ilDclGenericMultiInputGUI::removeHook | ( | string | $key | ) |
Definition at line 84 of file class.ilDclGenericMultiInputGUI.php.
References ILIAS\LTI\ToolProvider\$key.
| ilDclGenericMultiInputGUI::render | ( | int | $iterator_id = 0, |
| bool | $clean_render = false |
||
| ) |
Render item.
| ilTemplateException |
Definition at line 249 of file class.ilDclGenericMultiInputGUI.php.
References ILIAS\UI\Implementation\Component\Input\$inputs, ILIAS\LTI\ToolProvider\$key, $tpl, ilGlyphGUI\ADD, ilGlyphGUI\DOWN, ilGlyphGUI\get(), ILIAS\UI\Implementation\Component\Input\getValue(), ilGlyphGUI\REMOVE, and ilGlyphGUI\UP.
Here is the call graph for this function:| ilDclGenericMultiInputGUI::setAllowEmptyFields | ( | bool | $allow_empty_fields | ) |
Definition at line 52 of file class.ilDclGenericMultiInputGUI.php.
References $allow_empty_fields.
| ilDclGenericMultiInputGUI::setLimit | ( | int | $limit | ) |
Definition at line 42 of file class.ilDclGenericMultiInputGUI.php.
References $limit.
| ilDclGenericMultiInputGUI::setMulti | ( | bool | $a_multi, |
| bool | $a_sortable = false, |
||
| bool | $a_addremove = true |
||
| ) |
Reimplemented from ilFormPropertyGUI.
Definition at line 121 of file class.ilDclGenericMultiInputGUI.php.
Referenced by __construct().
Here is the caller graph for this function:| ilDclGenericMultiInputGUI::setShowLabel | ( | bool | $show_label | ) |
Definition at line 107 of file class.ilDclGenericMultiInputGUI.php.
References $show_label.
| ilDclGenericMultiInputGUI::setValue | ( | array | $value | ) |
Set Value.
Definition at line 133 of file class.ilDclGenericMultiInputGUI.php.
References ILIAS\LTI\ToolProvider\$key, IL_CAL_DATE, and ilCalendarUtil\parseIncomingDate().
Here is the call graph for this function:| ilDclGenericMultiInputGUI::setValueByArray | ( | array | $a_values | ) |
Set value by array.
Definition at line 172 of file class.ilDclGenericMultiInputGUI.php.
References $data.
|
protected |
Definition at line 35 of file class.ilDclGenericMultiInputGUI.php.
Referenced by isAllowEmptyFields(), and setAllowEmptyFields().
|
protected |
Definition at line 25 of file class.ilDclGenericMultiInputGUI.php.
|
protected |
Definition at line 29 of file class.ilDclGenericMultiInputGUI.php.
|
protected |
Definition at line 28 of file class.ilDclGenericMultiInputGUI.php.
|
protected |
Definition at line 27 of file class.ilDclGenericMultiInputGUI.php.
Referenced by getInputs().
|
protected |
Definition at line 34 of file class.ilDclGenericMultiInputGUI.php.
Referenced by getLimit(), and setLimit().
|
protected |
Definition at line 30 of file class.ilDclGenericMultiInputGUI.php.
|
protected |
Definition at line 32 of file class.ilDclGenericMultiInputGUI.php.
|
protected |
Definition at line 33 of file class.ilDclGenericMultiInputGUI.php.
Referenced by isShowLabel(), and setShowLabel().
|
protected |
Definition at line 31 of file class.ilDclGenericMultiInputGUI.php.
|
protected |
Definition at line 26 of file class.ilDclGenericMultiInputGUI.php.
| const ilDclGenericMultiInputGUI::HOOK_BEFORE_INPUT_RENDER = "hook_before_render" |
Definition at line 23 of file class.ilDclGenericMultiInputGUI.php.
| const ilDclGenericMultiInputGUI::HOOK_IS_INPUT_DISABLED = "hook_is_disabled" |
Definition at line 22 of file class.ilDclGenericMultiInputGUI.php.
| const ilDclGenericMultiInputGUI::HOOK_IS_LINE_REMOVABLE = "hook_is_line_removable" |
Definition at line 21 of file class.ilDclGenericMultiInputGUI.php.