ILIAS
trunk Revision v11.0_alpha-1715-g7fc467680fb
|
Input GUI for the configuration of select input elements. More...
Public Member Functions | |
__construct (string $a_title="", string $a_postvar="") | |
getOpenAnswerIndexes () | |
setOpenAnswerIndexes (array $a_indexes) | |
addOpenAnswerIndex (string $a_idx) | |
isOpenAnswerIndex (string $a_idx) | |
checkInput () | |
getInput () | |
setValueByArray (array $a_values) | |
insert (ilTemplate $a_tpl) | |
![]() | |
__construct (string $a_title="", string $a_postvar="") | |
setValues (array $a_values) | |
setValue ($a_value) | |
getValues () | |
setAllowMove (bool $a_allow_move) | |
getAllowMove () | |
checkInput () | |
getInput () | |
insert (ilTemplate $a_tpl) | |
render (string $a_mode="") | |
![]() | |
__construct (string $a_title="", string $a_postvar="") | |
setValue ($a_value) | |
getValue () | |
setValidationFailureMessage (string $a_msg) | |
getValidationFailureMessage () | |
setValidationRegexp (string $a_value) | |
getValidationRegexp () | |
setMaxLength (?int $a_maxlength) | |
getMaxLength () | |
setSize (int $a_size) | |
setInlineStyle (string $a_style) | |
getInlineStyle () | |
setCssClass (string $a_class) | |
getCssClass () | |
setValueByArray (array $a_values) | |
getSize () | |
setSuffix (string $a_value) | |
getSuffix () | |
setInputType (string $a_type) | |
set input type More... | |
getInputType () | |
setSubmitFormOnEnter (bool $a_val) | |
getSubmitFormOnEnter () | |
checkInput () | |
getInput () | |
getDataSource () | |
setDataSource (string $href, ?string $a_delimiter=null) | |
setDataSourceSubmitOnSelection (bool $a_stat) | |
getDataSourceSubmitOnSelection () | |
setDataSourceSubmitUrl (string $a_url) | |
getDataSourceSubmitUrl () | |
setMultiValues (array $a_values) | |
render (string $a_mode="") | |
insert (ilTemplate $a_tpl) | |
getTableFilterHTML () | |
Get input item HTML to be inserted into table filters. More... | |
getToolbarHTML () | |
Get input item HTML to be inserted into ilToolbarGUI. More... | |
setDisableHtmlAutoComplete (bool $autocomplete) | |
isHtmlAutoCompleteDisabled () | |
getPostValueForComparison () | |
![]() | |
addSubItem (ilFormPropertyGUI $a_item) | |
getSubItems () | |
getSubInputItemsRecursive () | |
returns a flat array of possibly existing subitems recursively More... | |
checkSubItemsInput () | |
Check SubItems. More... | |
getSubForm () | |
getItemByPostVar (string $a_post_var) | |
![]() | |
__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... | |
![]() | |
getTableFilterLabelFor () | |
Get label "for" attribute value. More... | |
Additional Inherited Members | |
![]() | |
static | removeProhibitedCharacters (string $a_text) |
Remove prohibited characters see #19159. More... | |
![]() | |
symbol () | |
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) | |
Input GUI for the configuration of select input elements.
E.g course custum field, udf field, ...
Definition at line 27 of file class.ilSelectBuilderInputGUI.php.
ilSelectBuilderInputGUI::__construct | ( | string | $a_title = "" , |
string | $a_postvar = "" |
||
) |
Definition at line 31 of file class.ilSelectBuilderInputGUI.php.
References $DIC, ILIAS\GlobalScreen\Provider\__construct(), and ILIAS\Repository\lng().
ilSelectBuilderInputGUI::addOpenAnswerIndex | ( | string | $a_idx | ) |
Definition at line 53 of file class.ilSelectBuilderInputGUI.php.
Referenced by checkInput(), and setValueByArray().
ilSelectBuilderInputGUI::checkInput | ( | ) |
Definition at line 63 of file class.ilSelectBuilderInputGUI.php.
References ilFormPropertyGUI\$lng, ilTextInputGUI\$value, addOpenAnswerIndex(), ilSubEnabledFormPropertyGUI\checkSubItemsInput(), getInput(), ilFormPropertyGUI\getPostVar(), ilFormPropertyGUI\getRequired(), ilTextInputGUI\getValidationRegexp(), ilFormPropertyGUI\setAlert(), setOpenAnswerIndexes(), ilFormPropertyGUI\strArray(), and ilLanguage\txt().
ilSelectBuilderInputGUI::getInput | ( | ) |
Definition at line 93 of file class.ilSelectBuilderInputGUI.php.
References ilFormPropertyGUI\getPostVar(), and ilFormPropertyGUI\strArray().
Referenced by checkInput().
ilSelectBuilderInputGUI::getOpenAnswerIndexes | ( | ) |
Definition at line 42 of file class.ilSelectBuilderInputGUI.php.
References $open_answer_indexes.
ilSelectBuilderInputGUI::insert | ( | ilTemplate | $a_tpl | ) |
Definition at line 107 of file class.ilSelectBuilderInputGUI.php.
References ilFormPropertyGUI\$lng, ilTextWizardInputGUI\$tpl, ilTextInputGUI\$value, ILIAS\UICore\GlobalTemplate\get(), ilTextWizardInputGUI\getAllowMove(), ilFormPropertyGUI\getDisabled(), ilFormPropertyGUI\getFieldId(), ilTextInputGUI\getMaxLength(), ilFormPropertyGUI\getPostVar(), ilTextInputGUI\getSize(), isOpenAnswerIndex(), ilTemplate\parseCurrentBlock(), ILIAS\UICore\GlobalTemplate\parseCurrentBlock(), ilLegacyFormElementsUtil\prepareFormOutput(), ilTextWizardInputGUI\render(), ilTemplate\setCurrentBlock(), ILIAS\UICore\GlobalTemplate\setCurrentBlock(), ILIAS\UICore\GlobalTemplate\setVariable(), HTML_Template_IT\setVariable(), ilFormPropertyGUI\symbol(), and ilLanguage\txt().
ilSelectBuilderInputGUI::isOpenAnswerIndex | ( | string | $a_idx | ) |
Definition at line 58 of file class.ilSelectBuilderInputGUI.php.
Referenced by insert().
ilSelectBuilderInputGUI::setOpenAnswerIndexes | ( | array | $a_indexes | ) |
Definition at line 47 of file class.ilSelectBuilderInputGUI.php.
Referenced by checkInput().
ilSelectBuilderInputGUI::setValueByArray | ( | array | $a_values | ) |
Definition at line 98 of file class.ilSelectBuilderInputGUI.php.
References addOpenAnswerIndex(), ilFormPropertyGUI\getPostVar(), and ilFormPropertyGUI\strArray().
|
protected |
Definition at line 29 of file class.ilSelectBuilderInputGUI.php.
Referenced by getOpenAnswerIndexes().