|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
This class represents a property in a property form. More...
Inheritance diagram for ilFormPropertyGUI:
Collaboration diagram for ilFormPropertyGUI:Public Member Functions | |
| __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... | |
Static Public Member Functions | |
| static | removeProhibitedCharacters (string $a_text) |
| Remove prohibited characters see #19159. More... | |
Protected Member Functions | |
| 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) | |
Protected Attributes | |
| 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 |
This class represents a property in a property form.
Definition at line 31 of file class.ilFormPropertyGUI.php.
| ilFormPropertyGUI::__construct | ( | string | $a_title = "", |
| string | $a_postvar = "" |
||
| ) |
Reimplemented in ilRecurrenceInputGUI, ilScheduleInputGUI, ilDclGenericMultiInputGUI, ilAlphabetInputGUI, ilCheckboxGroupInputGUI, ilCheckboxInputGUI, ilColorPickerInputGUI, ilCombinationInputGUI, ilCountrySelectInputGUI, ilCustomInputGUI, ilDateDurationInputGUI, ilDateTimeInputGUI, ilDurationInputGUI, ilEMailInputGUI, ilFileInputGUI, ilFileWizardInputGUI, ilFormulaInputGUI, ilImageFileInputGUI, ilLinkInputGUI, ilLocationInputGUI, ilMultiSelectInputGUI, ilNestedListInputGUI, ilNumberInputGUI, ilPasswordInputGUI, ilRadioGroupInputGUI, ilRegExpInputGUI, ilRepositorySelectorInputGUI, ilSelectBuilderInputGUI, ilSelectInputGUI, ilTextAreaInputGUI, ilTextInputGUI, ilTextWizardInputGUI, ilUriInputGUI, ilUserLoginInputGUI, ilWidthHeightInputGUI, ilOrgUnitGenericMultiInputGUI, ilBackgroundImageInputGUI, ilBackgroundPositionInputGUI, ilFontSizeInputGUI, ilNumericStyleValueInputGUI, ilTRBLBorderStyleInputGUI, ilTRBLBorderWidthInputGUI, ilTRBLColorPickerInputGUI, ilTRBLNumericStyleValueInputGUI, ilCategoryWizardInputGUI, ilMatrixRowWizardInputGUI, ilClozeGapInputBuilderGUI, and ilTagInputGUI.
Definition at line 57 of file class.ilFormPropertyGUI.php.
References $DIC, ILIAS\Repository\ctrl(), ILIAS\FileDelivery\http(), ILIAS\Repository\lng(), ILIAS\Repository\refinery(), setDisabled(), setPostVar(), and setTitle().
Here is the call graph for this function:
|
protected |
Definition at line 525 of file class.ilFormPropertyGUI.php.
References ILIAS\Repository\refinery().
Referenced by ilBackgroundPositionInputGUI\getInput(), ilTRBLBorderStyleInputGUI\getInput(), ilTRBLBorderWidthInputGUI\getInput(), ilTRBLColorPickerInputGUI\getInput(), ilTRBLNumericStyleValueInputGUI\getInput(), ilCategoryWizardInputGUI\getInput(), ilMatrixRowWizardInputGUI\getInput(), ilIdentifiedMultiValuesInputGUI\getInput(), and ilImagemapFileInputGUI\getPostBody().
Here is the call graph for this function:
Here is the caller graph for this function:| ilFormPropertyGUI::checkInput | ( | ) |
Check input, strip slashes etc.
set alert, if input is not ok.
Reimplemented in ilScheduleInputGUI, ilRecurrenceInputGUI, ilChatroomAuthInputGUI, ilDclCheckboxInputGUI, ilDclGenericMultiInputGUI, ilDclTextInputGUI, ilAlphabetInputGUI, ilCheckboxGroupInputGUI, ilCheckboxInputGUI, ilColorPickerInputGUI, ilCombinationInputGUI, ilCSSRectInputGUI, ilCustomInputGUI, ilDateDurationInputGUI, ilDateTimeInputGUI, ilDurationInputGUI, ilEMailInputGUI, ilFileInputGUI, ilFileWizardInputGUI, ilFormulaInputGUI, ilHiddenInputGUI, ilLinkInputGUI, ilLocationInputGUI, ilMultiSelectInputGUI, ilNestedListInputGUI, ilNonEditableValueGUI, ilNumberInputGUI, ilPasswordInputGUI, ilRadioGroupInputGUI, ilRegExpInputGUI, ilRepositorySelectorInputGUI, ilSelectBuilderInputGUI, ilSelectInputGUI, ilTextAreaInputGUI, ilTextInputGUI, ilTextWizardInputGUI, ilUriInputGUI, ilUserLoginInputGUI, ilIncomingMailInputGUI, ilManualPlaceholderInputGUI, ilWidthHeightInputGUI, ilOrgUnitGenericMultiInputGUI, ilLuceneQueryInputGUI, ilBackgroundImageInputGUI, ilBackgroundPositionInputGUI, ilFontSizeInputGUI, ilNumericStyleValueInputGUI, ilTRBLBorderStyleInputGUI, ilTRBLBorderWidthInputGUI, ilTRBLColorPickerInputGUI, ilTRBLNumericStyleValueInputGUI, ilCategoryWizardInputGUI, ilMatrixRowWizardInputGUI, ilRandomTestROInputGUI, ilAnswerWizardInputGUI, ilErrorTextWizardInputGUI, ilEssayKeywordWizardInputGUI, ilKprimChoiceWizardInputGUI, ilMatchingPairWizardInputGUI, ilMatchingWizardInputGUI, ilMultipleChoiceWizardInputGUI, ilSingleChoiceWizardInputGUI, ilSolutionTitleInputGUI, ilSuggestedSolutionSelectorGUI, ilClozeGapInputBuilderGUI, ilAssAnswerCorrectionsInputGUI, ilAssClozeTestCombinationVariantsInputGUI, ilAssErrorTextCorrectionsInputGUI, ilAssLongmenuCorrectionsInputGUI, ilAssMatchingPairCorrectionsInputGUI, ilAssMultipleChoiceCorrectionsInputGUI, ilAssSingleChoiceCorrectionsInputGUI, ilIdentifiedMultiValuesInputGUI, ilImagemapCorrectionsInputGUI, ilImagemapFileInputGUI, ilKprimChoiceCorrectionsInputGUI, ilTagInputGUI, and ilExplorerSelectInputGUI.
Definition at line 179 of file class.ilFormPropertyGUI.php.
|
protected |
Definition at line 271 of file class.ilFormPropertyGUI.php.
References $parent_table, getParentForm(), and getParentTable().
Referenced by clearFromSession(), readFromSession(), and writeToSession().
Here is the call graph for this function:
Here is the caller graph for this function:| ilFormPropertyGUI::clearFromSession | ( | ) |
| Exception |
Definition at line 301 of file class.ilFormPropertyGUI.php.
References checkParentFormTable(), ilSession\clear(), and getSessionKey().
Here is the call graph for this function:| ilFormPropertyGUI::executeCommand | ( | ) |
Reimplemented in ilLinkInputGUI.
Definition at line 87 of file class.ilFormPropertyGUI.php.
References ILIAS\Repository\ctrl().
Here is the call graph for this function:| ilFormPropertyGUI::getAlert | ( | ) |
Definition at line 151 of file class.ilFormPropertyGUI.php.
References $alert.
| ilFormPropertyGUI::getContentOutsideFormTag | ( | ) |
Get content that has to reside outside of the parent form tag, e.g.
panels/layers
Reimplemented in ilLinkInputGUI.
Definition at line 398 of file class.ilFormPropertyGUI.php.
| ilFormPropertyGUI::getDisabled | ( | ) |
Definition at line 171 of file class.ilFormPropertyGUI.php.
References $disabled.
Referenced by ilIncomingMailInputGUI\addSubOptions(), ilDateTimeInputGUI\checkInput(), ilFileInputGUI\checkInput(), ilSuggestedSolutionSelectorGUI\insert(), ilColorPickerInputGUI\insert(), ilCSSRectInputGUI\insert(), ilEMailInputGUI\insert(), ilFileWizardInputGUI\insert(), ilImageFileInputGUI\insert(), ilSelectBuilderInputGUI\insert(), ilUserLoginInputGUI\insert(), ilTRBLColorPickerInputGUI\insert(), ilMatrixRowWizardInputGUI\insert(), ilAnswerWizardInputGUI\insert(), ilEssayKeywordWizardInputGUI\insert(), ilKprimChoiceWizardInputGUI\insert(), ilMatchingWizardInputGUI\insert(), ilMultipleChoiceWizardInputGUI\insert(), ilSingleChoiceWizardInputGUI\insert(), ilSelectInputGUI\render(), ilCheckboxGroupInputGUI\render(), ilCheckboxInputGUI\render(), ilDateTimeInputGUI\render(), ilDurationInputGUI\render(), ilMultiSelectInputGUI\render(), ilNonEditableValueGUI\render(), ilRadioGroupInputGUI\render(), ilOrgUnitGenericMultiInputGUI\render(), ilFileInputGUI\render(), ilTextWizardInputGUI\render(), ilMultipleImagesInputGUI\render(), and ilMultipleTextsInputGUI\render().
Here is the caller graph for this function:| ilFormPropertyGUI::getFieldId | ( | ) |
Definition at line 129 of file class.ilFormPropertyGUI.php.
References $id, and getPostVar().
Referenced by ilADTSearchBridge\addToParentElement(), ilIdentifiedMultiValuesInputGUI\getFieldIdFromPostVar(), ilExplorerSelectInputGUI\getInitializationOnLoadCode(), getSessionKey(), ilHiddenInputGUI\getToolbarHTML(), ilDclGenericMultiInputGUI\insert(), ilColorPickerInputGUI\insert(), ilCSSRectInputGUI\insert(), ilEMailInputGUI\insert(), ilFileWizardInputGUI\insert(), ilHiddenInputGUI\insert(), ilImageFileInputGUI\insert(), ilSelectBuilderInputGUI\insert(), ilUserLoginInputGUI\insert(), ilTRBLColorPickerInputGUI\insert(), ilMatrixRowWizardInputGUI\insert(), ilAnswerWizardInputGUI\insert(), ilImagemapCorrectionsInputGUI\insert(), ilImagemapFileInputGUI\insert(), ilSelectInputGUI\render(), ilRepositorySelectorInputGUI\render(), ilCheckboxGroupInputGUI\render(), ilCheckboxInputGUI\render(), ilMultiSelectInputGUI\render(), ilNonEditableValueGUI\render(), ilRadioGroupInputGUI\render(), ilTagInputGUI\render(), ilFileInputGUI\render(), ilTextWizardInputGUI\render(), ilMultipleTextsInputGUI\render(), ilExplorerSelectInputGUI\render(), and ilSelectInputGUI\setHideSubForm().
Here is the call graph for this function:
Here is the caller graph for this function:| ilFormPropertyGUI::getFormLabelFor | ( | ) |
Get label "for" attribute value for form.
Reimplemented in ilDateDurationInputGUI, and ilRadioGroupInputGUI.
Definition at line 435 of file class.ilFormPropertyGUI.php.
| ilFormPropertyGUI::getHiddenTag | ( | string | $a_post_var, |
| string | $a_value | ||
| ) |
Definition at line 320 of file class.ilFormPropertyGUI.php.
Referenced by ilEMailInputGUI\insert(), ilUserLoginInputGUI\insert(), ilSelectInputGUI\render(), and ilRadioGroupInputGUI\render().
Here is the caller graph for this function:| ilFormPropertyGUI::getHiddenTitle | ( | ) |
Definition at line 221 of file class.ilFormPropertyGUI.php.
References $hidden_title.
| ilFormPropertyGUI::getInfo | ( | ) |
Reimplemented in ilNonEditableValueGUI.
Definition at line 141 of file class.ilFormPropertyGUI.php.
References $info.
Referenced by ilCheckboxInputGUI\render(), and ilDclBaseFieldRepresentation\setupInputField().
Here is the caller graph for this function:| ilFormPropertyGUI::getItemByPostVar | ( | string | $a_post_var | ) |
Get item by post var.
Reimplemented in ilCheckboxGroupInputGUI, ilRadioGroupInputGUI, ilSubEnabledFormPropertyGUI, and ilIncomingMailInputGUI.
Definition at line 229 of file class.ilFormPropertyGUI.php.
References getPostVar().
Referenced by ilCheckboxGroupInputGUI\getItemByPostVar(), ilPropertyFormGUI\getItemByPostVar(), ilRadioGroupInputGUI\getItemByPostVar(), and ilSubEnabledFormPropertyGUI\getItemByPostVar().
Here is the call graph for this function:
Here is the caller graph for this function:| ilFormPropertyGUI::getMulti | ( | ) |
Reimplemented in ilOrgUnitAuthorityInputGUI.
Definition at line 347 of file class.ilFormPropertyGUI.php.
Referenced by ilSelectInputGUI\checkInput(), ilTextInputGUI\checkInput(), ilOrgUnitGenericMultiInputGUI\createInputPostVar(), ilSelectInputGUI\getInput(), ilTextInputGUI\getInput(), ilOrgUnitGenericMultiInputGUI\insert(), ilSelectInputGUI\render(), ilNonEditableValueGUI\render(), ilOrgUnitGenericMultiInputGUI\render(), ilNonEditableValueGUI\setValue(), ilSelectInputGUI\setValue(), ilTextInputGUI\setValue(), ilManualPlaceholderInputGUI\setValue(), and ilOrgUnitGenericMultiInputGUI\setValueByArray().
Here is the caller graph for this function:
|
protected |
Definition at line 363 of file class.ilFormPropertyGUI.php.
References $id, $lng, and ILIAS\Repository\symbol().
Referenced by ilSelectInputGUI\render(), and ilNonEditableValueGUI\render().
Here is the call graph for this function:
Here is the caller graph for this function:| ilFormPropertyGUI::getMultiValues | ( | ) |
Reimplemented in ilIdentifiedMultiValuesInputGUI.
Definition at line 357 of file class.ilFormPropertyGUI.php.
Referenced by ilSelectInputGUI\render().
Here is the caller graph for this function:| ilFormPropertyGUI::getParent | ( | ) |
Definition at line 200 of file class.ilFormPropertyGUI.php.
References $parent_gui.
| ilFormPropertyGUI::getParentForm | ( | ) |
Definition at line 189 of file class.ilFormPropertyGUI.php.
References $parentform.
Referenced by checkParentFormTable(), getSessionKey(), ilCheckboxGroupInputGUI\render(), and ilRadioGroupInputGUI\render().
Here is the caller graph for this function:| ilFormPropertyGUI::getParentTable | ( | ) |
Get parent table.
Definition at line 266 of file class.ilFormPropertyGUI.php.
References $parent_table.
Referenced by checkParentFormTable(), getSessionKey(), and ilRepositorySelectorInputGUI\render().
Here is the caller graph for this function:| ilFormPropertyGUI::getPostVar | ( | ) |
Definition at line 124 of file class.ilFormPropertyGUI.php.
References $postvar.
Referenced by ilMultipleImagesInputGUI\__construct(), ilOrgUnitGenericMultiInputGUI\addInput(), ilAssLongmenuCorrectionsInputGUI\buildTagInput(), ilScheduleInputGUI\checkInput(), ilDclCheckboxInputGUI\checkInput(), ilDclTextInputGUI\checkInput(), ilAlphabetInputGUI\checkInput(), ilCheckboxGroupInputGUI\checkInput(), ilCSSRectInputGUI\checkInput(), ilCustomInputGUI\checkInput(), ilDateTimeInputGUI\checkInput(), ilEMailInputGUI\checkInput(), ilFileInputGUI\checkInput(), ilFileWizardInputGUI\checkInput(), ilLocationInputGUI\checkInput(), ilRepositorySelectorInputGUI\checkInput(), ilSelectBuilderInputGUI\checkInput(), ilSelectInputGUI\checkInput(), ilTextInputGUI\checkInput(), ilOrgUnitGenericMultiInputGUI\checkInput(), ilLuceneQueryInputGUI\checkInput(), ilAnswerWizardInputGUI\checkInput(), ilErrorTextWizardInputGUI\checkInput(), ilEssayKeywordWizardInputGUI\checkInput(), ilKprimChoiceWizardInputGUI\checkInput(), ilMatchingPairWizardInputGUI\checkInput(), ilMatchingWizardInputGUI\checkInput(), ilMultipleChoiceWizardInputGUI\checkInput(), ilSingleChoiceWizardInputGUI\checkInput(), ilSuggestedSolutionSelectorGUI\checkInput(), ilAssAnswerCorrectionsInputGUI\checkInput(), ilAssClozeTestCombinationVariantsInputGUI\checkInput(), ilAssErrorTextCorrectionsInputGUI\checkInput(), ilAssMatchingPairCorrectionsInputGUI\checkInput(), ilAssMultipleChoiceCorrectionsInputGUI\checkInput(), ilAssSingleChoiceCorrectionsInputGUI\checkInput(), ilImagemapCorrectionsInputGUI\checkInput(), ilImagemapFileInputGUI\checkInput(), ilKprimChoiceCorrectionsInputGUI\checkInput(), ilTagInputGUI\checkInput(), ilKprimChoiceWizardInputGUI\checkUploads(), ilKprimChoiceWizardInputGUI\collectValidFiles(), ilOrgUnitGenericMultiInputGUI\createInputPostVar(), ilImageFileInputGUI\getDeletionFlag(), getFieldId(), ilIdentifiedMultiValuesInputGUI\getFieldIdFromPostVar(), ilScheduleInputGUI\getInput(), ilDclGenericMultiInputGUI\getInput(), ilAlphabetInputGUI\getInput(), ilCheckboxGroupInputGUI\getInput(), ilCheckboxInputGUI\getInput(), ilColorPickerInputGUI\getInput(), ilCSSRectInputGUI\getInput(), ilCustomInputGUI\getInput(), ilDurationInputGUI\getInput(), ilEMailInputGUI\getInput(), ilFileInputGUI\getInput(), ilFormulaInputGUI\getInput(), ilHiddenInputGUI\getInput(), ilLocationInputGUI\getInput(), ilMultiSelectInputGUI\getInput(), ilNestedListInputGUI\getInput(), ilNonEditableValueGUI\getInput(), ilRadioGroupInputGUI\getInput(), ilRegExpInputGUI\getInput(), ilRepositorySelectorInputGUI\getInput(), ilSelectBuilderInputGUI\getInput(), ilSelectInputGUI\getInput(), ilTextInputGUI\getInput(), ilTextWizardInputGUI\getInput(), ilUserLoginInputGUI\getInput(), ilWidthHeightInputGUI\getInput(), ilBackgroundImageInputGUI\getInput(), ilBackgroundPositionInputGUI\getInput(), ilFontSizeInputGUI\getInput(), ilNumericStyleValueInputGUI\getInput(), ilTRBLBorderStyleInputGUI\getInput(), ilTRBLBorderWidthInputGUI\getInput(), ilTRBLColorPickerInputGUI\getInput(), ilTRBLNumericStyleValueInputGUI\getInput(), ilCategoryWizardInputGUI\getInput(), ilMatrixRowWizardInputGUI\getInput(), ilLogicalAnswerComparisonExpressionInputGUI\getInput(), ilIdentifiedMultiValuesInputGUI\getInput(), ilExplorerSelectInputGUI\getInput(), ilCheckboxGroupInputGUI\getItemByPostVar(), getItemByPostVar(), ilRadioGroupInputGUI\getItemByPostVar(), ilSubEnabledFormPropertyGUI\getItemByPostVar(), ilIdentifiedMultiValuesInputGUI\getMultiValuePostVar(), ilCategoryWizardInputGUI\getNeutralInput(), ilCategoryWizardInputGUI\getNeutralScaleInput(), ilImagemapFileInputGUI\getPostBody(), ilIdentifiedMultiValuesInputGUI\getPostVarSubField(), ilIdentifiedMultiValuesInputGUI\getSubFieldCompletedPostVar(), ilHiddenInputGUI\getToolbarHTML(), ilRandomTestROInputGUI\insert(), ilSuggestedSolutionSelectorGUI\insert(), ilColorPickerInputGUI\insert(), ilCSSRectInputGUI\insert(), ilEMailInputGUI\insert(), ilFileWizardInputGUI\insert(), ilHiddenInputGUI\insert(), ilImageFileInputGUI\insert(), ilLocationInputGUI\insert(), ilSelectBuilderInputGUI\insert(), ilUserLoginInputGUI\insert(), ilWidthHeightInputGUI\insert(), ilBackgroundImageInputGUI\insert(), ilBackgroundPositionInputGUI\insert(), ilFontSizeInputGUI\insert(), ilNumericStyleValueInputGUI\insert(), ilTRBLBorderStyleInputGUI\insert(), ilTRBLBorderWidthInputGUI\insert(), ilTRBLColorPickerInputGUI\insert(), ilTRBLNumericStyleValueInputGUI\insert(), ilMatrixRowWizardInputGUI\insert(), ilAnswerWizardInputGUI\insert(), ilErrorTextWizardInputGUI\insert(), ilEssayKeywordWizardInputGUI\insert(), ilKprimChoiceWizardInputGUI\insert(), ilMatchingPairWizardInputGUI\insert(), ilMatchingWizardInputGUI\insert(), ilMultipleChoiceWizardInputGUI\insert(), ilSingleChoiceWizardInputGUI\insert(), ilAssAnswerCorrectionsInputGUI\insert(), ilAssClozeTestCombinationVariantsInputGUI\insert(), ilAssErrorTextCorrectionsInputGUI\insert(), ilAssLongmenuCorrectionsInputGUI\insert(), ilAssMatchingPairCorrectionsInputGUI\insert(), ilAssMultipleChoiceCorrectionsInputGUI\insert(), ilAssSingleChoiceCorrectionsInputGUI\insert(), ilImagemapCorrectionsInputGUI\insert(), ilImagemapFileInputGUI\insert(), ilMultipleImagesInputGUI\onCheckInput(), ilSelectInputGUI\render(), ilRepositorySelectorInputGUI\render(), ilCheckboxGroupInputGUI\render(), ilCheckboxInputGUI\render(), ilDateTimeInputGUI\render(), ilDurationInputGUI\render(), ilMultiSelectInputGUI\render(), ilNestedListInputGUI\render(), ilNonEditableValueGUI\render(), ilRadioGroupInputGUI\render(), ilTagInputGUI\render(), ilDclGenericMultiInputGUI\render(), ilFileInputGUI\render(), ilTextWizardInputGUI\render(), ilMultipleImagesInputGUI\render(), ilExplorerSelectInputGUI\render(), ilAssQuestionAuthoringFormGUI\replaceFormItemByPostVar(), ilIdentifiedMultiValuesInputGUI\setIdentifiedMultiValuesByArray(), ILIAS\LegalDocuments\Legacy\Table\setupFilter(), ilSuggestedSolutionSelectorGUI\setValueByArray(), ilTagInputGUI\setValueByArray(), ilScheduleInputGUI\setValueByArray(), ilDclGenericMultiInputGUI\setValueByArray(), ilAlphabetInputGUI\setValueByArray(), ilCheckboxGroupInputGUI\setValueByArray(), ilCheckboxInputGUI\setValueByArray(), ilColorPickerInputGUI\setValueByArray(), ilCSSRectInputGUI\setValueByArray(), ilDateTimeInputGUI\setValueByArray(), ilDurationInputGUI\setValueByArray(), ilEMailInputGUI\setValueByArray(), ilFileInputGUI\setValueByArray(), ilHiddenInputGUI\setValueByArray(), ilLocationInputGUI\setValueByArray(), ilMultiSelectInputGUI\setValueByArray(), ilNonEditableValueGUI\setValueByArray(), ilNumberInputGUI\setValueByArray(), ilRadioGroupInputGUI\setValueByArray(), ilRepositorySelectorInputGUI\setValueByArray(), ilSelectBuilderInputGUI\setValueByArray(), ilSelectInputGUI\setValueByArray(), ilTextInputGUI\setValueByArray(), ilUserLoginInputGUI\setValueByArray(), ilManualPlaceholderInputGUI\setValueByArray(), ilWidthHeightInputGUI\setValueByArray(), ilOrgUnitGenericMultiInputGUI\setValueByArray(), ilBackgroundImageInputGUI\setValueByArray(), ilBackgroundPositionInputGUI\setValueByArray(), ilFontSizeInputGUI\setValueByArray(), ilNumericStyleValueInputGUI\setValueByArray(), ilTRBLBorderStyleInputGUI\setValueByArray(), ilTRBLBorderWidthInputGUI\setValueByArray(), ilTRBLNumericStyleValueInputGUI\setValueByArray(), ilSingleChoiceWizardInputGUI\setValueByArray(), ilIdentifiedMultiValuesInputGUI\setValueByArray(), ilImagemapCorrectionsInputGUI\setValueByArray(), ilImagemapFileInputGUI\setValueByArray(), ilExplorerSelectInputGUI\setValueByArray(), ilOrgUnitAuthorityInputGUI\setValueByArray(), and ilRepositorySelectorInputGUI\showRepositorySelection().
Here is the caller graph for this function:
|
protected |
Definition at line 575 of file class.ilFormPropertyGUI.php.
References ILIAS\FileDelivery\http().
Referenced by ilFormulaInputGUI\getInput(), ilLogicalAnswerComparisonExpressionInputGUI\getInput(), and ilEMailInputGUI\sanitize().
Here is the call graph for this function:
Here is the caller graph for this function:| ilFormPropertyGUI::getRequired | ( | ) |
Definition at line 161 of file class.ilFormPropertyGUI.php.
References $required.
Referenced by ilScheduleInputGUI\checkInput(), ilDclCheckboxInputGUI\checkInput(), ilAlphabetInputGUI\checkInput(), ilCheckboxGroupInputGUI\checkInput(), ilColorPickerInputGUI\checkInput(), ilCSSRectInputGUI\checkInput(), ilCustomInputGUI\checkInput(), ilDateTimeInputGUI\checkInput(), ilEMailInputGUI\checkInput(), ilFileInputGUI\checkInput(), ilFileWizardInputGUI\checkInput(), ilFormulaInputGUI\checkInput(), ilLocationInputGUI\checkInput(), ilMultiSelectInputGUI\checkInput(), ilRadioGroupInputGUI\checkInput(), ilRegExpInputGUI\checkInput(), ilRepositorySelectorInputGUI\checkInput(), ilSelectBuilderInputGUI\checkInput(), ilSelectInputGUI\checkInput(), ilTextInputGUI\checkInput(), ilTextWizardInputGUI\checkInput(), ilUriInputGUI\checkInput(), ilUserLoginInputGUI\checkInput(), ilBackgroundImageInputGUI\checkInput(), ilFontSizeInputGUI\checkInput(), ilNumericStyleValueInputGUI\checkInput(), ilCategoryWizardInputGUI\checkInput(), ilMatrixRowWizardInputGUI\checkInput(), ilErrorTextWizardInputGUI\checkInput(), ilMatchingPairWizardInputGUI\checkInput(), ilMultipleChoiceWizardInputGUI\checkInput(), ilSingleChoiceWizardInputGUI\checkInput(), ilSuggestedSolutionSelectorGUI\checkInput(), ilAssErrorTextCorrectionsInputGUI\checkInput(), ilAssMatchingPairCorrectionsInputGUI\checkInput(), ilAssMultipleChoiceCorrectionsInputGUI\checkInput(), ilAssSingleChoiceCorrectionsInputGUI\checkInput(), ilImagemapCorrectionsInputGUI\checkInput(), ilImagemapFileInputGUI\checkInput(), ilTagInputGUI\checkInput(), ilExplorerSelectInputGUI\checkInput(), ilKprimChoiceWizardInputGUI\checkUploads(), ilEMailInputGUI\insert(), ilUserLoginInputGUI\insert(), ilMultipleImagesInputGUI\onCheckInput(), ilMultipleTextsInputGUI\onCheckInput(), ilSelectInputGUI\render(), and ilDateTimeInputGUI\render().
Here is the caller graph for this function:
|
protected |
Definition at line 289 of file class.ilFormPropertyGUI.php.
References getFieldId(), getParentForm(), and getParentTable().
Referenced by clearFromSession(), readFromSession(), and writeToSession().
Here is the call graph for this function:
Here is the caller graph for this function:| ilFormPropertyGUI::getSubForm | ( | ) |
Reimplemented in ilSubEnabledFormPropertyGUI.
Definition at line 205 of file class.ilFormPropertyGUI.php.
| ilFormPropertyGUI::getTableFilterLabelFor | ( | ) |
Get label "for" attribute value for filter.
Reimplemented in ilDateDurationInputGUI.
Definition at line 427 of file class.ilFormPropertyGUI.php.
| ilFormPropertyGUI::getTitle | ( | ) |
Reimplemented in ilNonEditableValueGUI.
Definition at line 114 of file class.ilFormPropertyGUI.php.
References $title.
Referenced by ilSelectInputGUI\render(), and ilCheckboxInputGUI\render().
Here is the caller graph for this function:| ilFormPropertyGUI::getType | ( | ) |
Reimplemented in ilNonEditableValueGUI.
Definition at line 104 of file class.ilFormPropertyGUI.php.
References $type.
| ilFormPropertyGUI::hideSubForm | ( | ) |
Reimplemented in ilCheckboxInputGUI, ilDateDurationInputGUI, ilDateTimeInputGUI, and ilSelectInputGUI.
Definition at line 210 of file class.ilFormPropertyGUI.php.
|
protected |
Definition at line 441 of file class.ilFormPropertyGUI.php.
References ILIAS\Repository\refinery().
Referenced by ilLocationInputGUI\getInput(), ilDurationInputGUI\getPostValueForComparison(), ilWidthHeightInputGUI\insert(), ilRepositorySelectorInputGUI\setValue(), and ilDurationInputGUI\setValueByArray().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 451 of file class.ilFormPropertyGUI.php.
References ILIAS\Repository\int(), and ILIAS\Repository\refinery().
Here is the call graph for this function:
|
protected |
Definition at line 549 of file class.ilFormPropertyGUI.php.
References ILIAS\FileDelivery\http(), and ILIAS\Repository\refinery().
Referenced by ilNonEditableValueGUI\getInput(), and ilLogicalAnswerComparisonExpressionInputGUI\getInput().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 488 of file class.ilFormPropertyGUI.php.
References ILIAS\Repository\refinery().
Referenced by ilOrgUnitGenericMultiInputGUI\checkInput(), ilAnswerWizardInputGUI\checkInput(), ilErrorTextWizardInputGUI\checkInput(), ilEssayKeywordWizardInputGUI\checkInput(), ilKprimChoiceWizardInputGUI\checkInput(), ilMatchingPairWizardInputGUI\checkInput(), ilMatchingWizardInputGUI\checkInput(), ilMultipleChoiceWizardInputGUI\checkInput(), ilSingleChoiceWizardInputGUI\checkInput(), ilClozeGapInputBuilderGUI\checkInput(), ilAssAnswerCorrectionsInputGUI\checkInput(), ilAssClozeTestCombinationVariantsInputGUI\checkInput(), ilAssErrorTextCorrectionsInputGUI\checkInput(), ilAssMatchingPairCorrectionsInputGUI\checkInput(), ilAssMultipleChoiceCorrectionsInputGUI\checkInput(), ilAssSingleChoiceCorrectionsInputGUI\checkInput(), ilImagemapCorrectionsInputGUI\checkInput(), and ilKprimChoiceCorrectionsInputGUI\checkInput().
Here is the call graph for this function:
Here is the caller graph for this function:| ilFormPropertyGUI::readFromSession | ( | ) |
| Exception |
Definition at line 310 of file class.ilFormPropertyGUI.php.
References checkParentFormTable(), ilSession\get(), getSessionKey(), ilSession\has(), and unserializeData().
Referenced by ILIAS\LegalDocuments\Legacy\Table\setupFilter().
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Remove prohibited characters see #19159.
Definition at line 407 of file class.ilFormPropertyGUI.php.
Referenced by ilLMObject\saveTitle().
Here is the caller graph for this function:| ilFormPropertyGUI::serializeData | ( | ) |
Reimplemented in ilCheckboxInputGUI, ilCombinationInputGUI, ilDateTimeInputGUI, and ilDurationInputGUI.
Definition at line 237 of file class.ilFormPropertyGUI.php.
References ILIAS\UI\Implementation\Component\Input\getValue().
Referenced by writeToSession().
Here is the call graph for this function:
Here is the caller graph for this function:| ilFormPropertyGUI::setAlert | ( | string | $a_alert | ) |
Definition at line 146 of file class.ilFormPropertyGUI.php.
Referenced by ilScheduleInputGUI\checkInput(), ilRecurrenceInputGUI\checkInput(), ilDclCheckboxInputGUI\checkInput(), ilDclTextInputGUI\checkInput(), ilAlphabetInputGUI\checkInput(), ilCheckboxGroupInputGUI\checkInput(), ilColorPickerInputGUI\checkInput(), ilCSSRectInputGUI\checkInput(), ilCustomInputGUI\checkInput(), ilDateTimeInputGUI\checkInput(), ilEMailInputGUI\checkInput(), ilFileInputGUI\checkInput(), ilFileWizardInputGUI\checkInput(), ilFormulaInputGUI\checkInput(), ilLocationInputGUI\checkInput(), ilMultiSelectInputGUI\checkInput(), ilRadioGroupInputGUI\checkInput(), ilRegExpInputGUI\checkInput(), ilRepositorySelectorInputGUI\checkInput(), ilSelectBuilderInputGUI\checkInput(), ilSelectInputGUI\checkInput(), ilTextInputGUI\checkInput(), ilTextWizardInputGUI\checkInput(), ilUriInputGUI\checkInput(), ilUserLoginInputGUI\checkInput(), ilOrgUnitGenericMultiInputGUI\checkInput(), ilLuceneQueryInputGUI\checkInput(), ilBackgroundImageInputGUI\checkInput(), ilBackgroundPositionInputGUI\checkInput(), ilFontSizeInputGUI\checkInput(), ilNumericStyleValueInputGUI\checkInput(), ilTRBLBorderWidthInputGUI\checkInput(), ilTRBLNumericStyleValueInputGUI\checkInput(), ilCategoryWizardInputGUI\checkInput(), ilMatrixRowWizardInputGUI\checkInput(), ilAnswerWizardInputGUI\checkInput(), ilErrorTextWizardInputGUI\checkInput(), ilEssayKeywordWizardInputGUI\checkInput(), ilKprimChoiceWizardInputGUI\checkInput(), ilMatchingPairWizardInputGUI\checkInput(), ilMatchingWizardInputGUI\checkInput(), ilMultipleChoiceWizardInputGUI\checkInput(), ilSingleChoiceWizardInputGUI\checkInput(), ilSuggestedSolutionSelectorGUI\checkInput(), ilAssAnswerCorrectionsInputGUI\checkInput(), ilAssClozeTestCombinationVariantsInputGUI\checkInput(), ilAssErrorTextCorrectionsInputGUI\checkInput(), ilAssMatchingPairCorrectionsInputGUI\checkInput(), ilAssMultipleChoiceCorrectionsInputGUI\checkInput(), ilAssSingleChoiceCorrectionsInputGUI\checkInput(), ilImagemapCorrectionsInputGUI\checkInput(), ilImagemapFileInputGUI\checkInput(), ilKprimChoiceCorrectionsInputGUI\checkInput(), ilTagInputGUI\checkInput(), ilExplorerSelectInputGUI\checkInput(), ilKprimChoiceWizardInputGUI\checkUploads(), ilMultipleImagesInputGUI\onCheckInput(), and ilMultipleTextsInputGUI\onCheckInput().
Here is the caller graph for this function:| ilFormPropertyGUI::setDisabled | ( | bool | $a_disabled | ) |
Definition at line 166 of file class.ilFormPropertyGUI.php.
References ILIAS\UI\examples\Input\Field\Checkbox\disabled().
Referenced by __construct(), ilADTFormBridge\addBasicFieldProperties(), and ilIncomingMailInputGUI\addSubOptions().
Here is the call graph for this function:
Here is the caller graph for this function:| ilFormPropertyGUI::setHiddenTitle | ( | string | $a_val | ) |
Definition at line 216 of file class.ilFormPropertyGUI.php.
Referenced by ilFileInputGUI\__construct(), and ilImageFileInputGUI\__construct().
Here is the caller graph for this function:| ilFormPropertyGUI::setInfo | ( | string | $a_info | ) |
Reimplemented in ilNonEditableValueGUI.
Definition at line 136 of file class.ilFormPropertyGUI.php.
References ILIAS\UI\examples\MessageBox\Info\info().
Referenced by ilADTFormBridge\addBasicFieldProperties(), assOrderingQuestion\initOrderingElementFormFieldLabels(), and ilDclBaseFieldRepresentation\setupInputField().
Here is the call graph for this function:
Here is the caller graph for this function:| ilFormPropertyGUI::setMulti | ( | bool | $a_multi, |
| bool | $a_sortable = false, |
||
| bool | $a_addremove = true |
||
| ) |
Reimplemented in ilOrgUnitGenericMultiInputGUI.
Definition at line 329 of file class.ilFormPropertyGUI.php.
Referenced by ilTaxAssignInputGUI\__construct().
Here is the caller graph for this function:| ilFormPropertyGUI::setMultiValues | ( | array | $a_values | ) |
Reimplemented in ilTextInputGUI, and ilIdentifiedMultiValuesInputGUI.
Definition at line 352 of file class.ilFormPropertyGUI.php.
Referenced by ilNonEditableValueGUI\setValue(), ilSelectInputGUI\setValue(), and ilManualPlaceholderInputGUI\setValue().
Here is the caller graph for this function:| ilFormPropertyGUI::setParent | ( | ilFormPropertyGUI | $a_val | ) |
Definition at line 195 of file class.ilFormPropertyGUI.php.
Referenced by ilSubEnabledFormPropertyGUI\addSubItem().
Here is the caller graph for this function:| ilFormPropertyGUI::setParentForm | ( | ilPropertyFormGUI | $a_parentform | ) |
Definition at line 184 of file class.ilFormPropertyGUI.php.
| ilFormPropertyGUI::setParentTable | ( | $a_val | ) |
Set parent table.
| ilTable2GUI | $a_val | table object |
Definition at line 257 of file class.ilFormPropertyGUI.php.
| ilFormPropertyGUI::setPostVar | ( | string | $a_postvar | ) |
Definition at line 119 of file class.ilFormPropertyGUI.php.
Referenced by __construct(), ilIdentifiedMultiValuesInputGUI\getFieldIdFromPostVar(), and ilDclGenericMultiInputGUI\render().
Here is the caller graph for this function:| ilFormPropertyGUI::setRequestParam | ( | string | $key, |
| $val | |||
| ) |
This writes the request (aka post) values.
Code that relies on this should be refactored as soon as possible.
Definition at line 567 of file class.ilFormPropertyGUI.php.
| ilFormPropertyGUI::setRequired | ( | bool | $a_required | ) |
Definition at line 156 of file class.ilFormPropertyGUI.php.
Referenced by ilRandomTestROInputGUI\__construct(), and ilADTFormBridge\addBasicFieldProperties().
Here is the caller graph for this function:| ilFormPropertyGUI::setTitle | ( | string | $a_title | ) |
Reimplemented in ilNonEditableValueGUI.
Definition at line 109 of file class.ilFormPropertyGUI.php.
Referenced by ilMailFormAttachmentPropertyGUI\__construct(), __construct(), and assOrderingQuestion\initOrderingElementFormFieldLabels().
Here is the caller graph for this function:
|
protected |
Reimplemented in ilNonEditableValueGUI.
Definition at line 99 of file class.ilFormPropertyGUI.php.
Referenced by ilSuggestedSolutionSelectorGUI\__construct(), ilTaxAssignInputGUI\__construct(), ilTaxSelectInputGUI\__construct(), ilHiddenInputGUI\__construct(), ilRepositorySelector2InputGUI\__construct(), ilExplorerSelectInputGUI\__construct(), ilCheckboxGroupInputGUI\__construct(), ilCheckboxInputGUI\__construct(), ilColorPickerInputGUI\__construct(), ilCountrySelectInputGUI\__construct(), ilCustomInputGUI\__construct(), ilDateDurationInputGUI\__construct(), ilDateTimeInputGUI\__construct(), ilDurationInputGUI\__construct(), ilFileInputGUI\__construct(), ilImageFileInputGUI\__construct(), ilLinkInputGUI\__construct(), ilLocationInputGUI\__construct(), ilMultiSelectInputGUI\__construct(), ilNestedListInputGUI\__construct(), ilRadioGroupInputGUI\__construct(), ilRegExpInputGUI\__construct(), ilRepositorySelectorInputGUI\__construct(), ilSelectInputGUI\__construct(), ilTextAreaInputGUI\__construct(), ilTextInputGUI\__construct(), ilUriInputGUI\__construct(), ilWidthHeightInputGUI\__construct(), ilOrgUnitGenericMultiInputGUI\__construct(), ilBackgroundImageInputGUI\__construct(), ilBackgroundPositionInputGUI\__construct(), ilFontSizeInputGUI\__construct(), ilNumericStyleValueInputGUI\__construct(), ilTRBLBorderStyleInputGUI\__construct(), ilTRBLBorderWidthInputGUI\__construct(), ilTRBLColorPickerInputGUI\__construct(), ilTRBLNumericStyleValueInputGUI\__construct(), and ilTagInputGUI\__construct().
Here is the caller graph for this function:
|
protected |
Definition at line 476 of file class.ilFormPropertyGUI.php.
References ILIAS\Repository\refinery().
Referenced by ilLinkInputGUI\__construct(), ilAlphabetInputGUI\checkInput(), ilDateTimeInputGUI\checkInput(), ilEMailInputGUI\checkInput(), ilFileInputGUI\checkInput(), ilRepositorySelectorInputGUI\checkInput(), ilSelectInputGUI\checkInput(), ilTextInputGUI\checkInput(), ilSuggestedSolutionSelectorGUI\checkInput(), ilImageFileInputGUI\getDeletionFlag(), ilRepositorySelector2InputGUI\getHTML(), ilAlphabetInputGUI\getInput(), ilCheckboxInputGUI\getInput(), ilColorPickerInputGUI\getInput(), ilCustomInputGUI\getInput(), ilHiddenInputGUI\getInput(), ilNonEditableValueGUI\getInput(), ilRadioGroupInputGUI\getInput(), ilRegExpInputGUI\getInput(), ilRepositorySelectorInputGUI\getInput(), ilSelectInputGUI\getInput(), ilTextInputGUI\getInput(), ilUserLoginInputGUI\getInput(), ilExplorerSelectInputGUI\getInput(), ilCategoryWizardInputGUI\getNeutralScaleInput(), ilScheduleInputGUI\getPostData(), ilRepositorySelector2InputGUI\render(), ilCategoryWizardInputGUI\setValue(), and ilKprimChoiceWizardInputGUI\setValue().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 497 of file class.ilFormPropertyGUI.php.
References ILIAS\Repository\refinery().
Referenced by ilCheckboxGroupInputGUI\checkInput(), ilLocationInputGUI\checkInput(), ilSelectBuilderInputGUI\checkInput(), ilSelectInputGUI\checkInput(), ilTextInputGUI\checkInput(), ilTagInputGUI\checkInput(), ilDclGenericMultiInputGUI\getInput(), ilCheckboxGroupInputGUI\getInput(), ilCSSRectInputGUI\getInput(), ilDurationInputGUI\getInput(), ilLocationInputGUI\getInput(), ilMultiSelectInputGUI\getInput(), ilNestedListInputGUI\getInput(), ilNonEditableValueGUI\getInput(), ilSelectBuilderInputGUI\getInput(), ilSelectInputGUI\getInput(), ilTextInputGUI\getInput(), ilTextWizardInputGUI\getInput(), ilWidthHeightInputGUI\getInput(), ilBackgroundImageInputGUI\getInput(), ilFontSizeInputGUI\getInput(), ilNumericStyleValueInputGUI\getInput(), ilExplorerSelectInputGUI\getInput(), ilCategoryWizardInputGUI\getNeutralInput(), ilScheduleInputGUI\getPostData(), and ilSelectBuilderInputGUI\setValueByArray().
Here is the call graph for this function:
Here is the caller graph for this function:| ilFormPropertyGUI::stripSlashesAddSpaceFallback | ( | string | $a_str | ) |
Strip slashes with add space fallback, see https://www.ilias.de/mantis/view.php?id=19727.
Definition at line 415 of file class.ilFormPropertyGUI.php.
References ilUtil\stripSlashes().
Here is the call graph for this function:
|
protected |
Definition at line 93 of file class.ilFormPropertyGUI.php.
References $DIC.
Referenced by ilSelectBuilderInputGUI\insert(), and ilTextWizardInputGUI\render().
Here is the caller graph for this function:| ilFormPropertyGUI::unserializeData | ( | string | $a_data | ) |
Reimplemented in ilCheckboxInputGUI, ilCombinationInputGUI, ilDateTimeInputGUI, ilDurationInputGUI, ilMultiSelectInputGUI, and ilNumberInputGUI.
Definition at line 242 of file class.ilFormPropertyGUI.php.
References $data.
Referenced by readFromSession().
Here is the caller graph for this function:| ilFormPropertyGUI::writeToSession | ( | ) |
| Exception |
Definition at line 283 of file class.ilFormPropertyGUI.php.
References checkParentFormTable(), getSessionKey(), serializeData(), and ilSession\set().
Referenced by ilRepositorySelectorInputGUI\reset(), and ilRepositorySelectorInputGUI\selectRepositoryItem().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 42 of file class.ilFormPropertyGUI.php.
Referenced by getAlert().
|
protected |
Definition at line 36 of file class.ilFormPropertyGUI.php.
Referenced by ilRepositorySelector2InputGUI\getHTML(), ilRepositorySelectorInputGUI\render(), ilRepositorySelector2InputGUI\render(), ilRepositorySelectorInputGUI\reset(), ilRepositorySelectorInputGUI\selectRepositoryItem(), and ilRepositorySelectorInputGUI\showRepositorySelection().
|
protected |
Definition at line 53 of file class.ilFormPropertyGUI.php.
Referenced by getDisabled().
|
protected |
Definition at line 55 of file class.ilFormPropertyGUI.php.
Referenced by ilMatchingPairWizardInputGUI\insert(), and ilMatchingWizardInputGUI\insert().
|
protected |
Definition at line 45 of file class.ilFormPropertyGUI.php.
Referenced by getHiddenTitle().
Definition at line 51 of file class.ilFormPropertyGUI.php.
|
protected |
Definition at line 41 of file class.ilFormPropertyGUI.php.
Referenced by getInfo(), and ilNonEditableValueGUI\getInfo().
|
protected |
Definition at line 37 of file class.ilFormPropertyGUI.php.
Referenced by ilKprimChoiceWizardInputGUI\__construct(), ilMatchingWizardInputGUI\__construct(), ilTaxAssignInputGUI\__construct(), ilTaxSelectInputGUI\__construct(), ilImageFileInputGUI\__construct(), ilRepositorySelectorInputGUI\__construct(), ilCategoryWizardInputGUI\__construct(), ilMatrixRowWizardInputGUI\__construct(), ilScheduleInputGUI\checkInput(), ilRecurrenceInputGUI\checkInput(), ilDclCheckboxInputGUI\checkInput(), ilDclTextInputGUI\checkInput(), ilAlphabetInputGUI\checkInput(), ilCheckboxGroupInputGUI\checkInput(), ilCSSRectInputGUI\checkInput(), ilCustomInputGUI\checkInput(), ilDateTimeInputGUI\checkInput(), ilEMailInputGUI\checkInput(), ilFileWizardInputGUI\checkInput(), ilFormulaInputGUI\checkInput(), ilLocationInputGUI\checkInput(), ilMultiSelectInputGUI\checkInput(), ilRadioGroupInputGUI\checkInput(), ilRegExpInputGUI\checkInput(), ilRepositorySelectorInputGUI\checkInput(), ilSelectBuilderInputGUI\checkInput(), ilSelectInputGUI\checkInput(), ilTextInputGUI\checkInput(), ilTextWizardInputGUI\checkInput(), ilUriInputGUI\checkInput(), ilUserLoginInputGUI\checkInput(), ilBackgroundImageInputGUI\checkInput(), ilBackgroundPositionInputGUI\checkInput(), ilFontSizeInputGUI\checkInput(), ilNumericStyleValueInputGUI\checkInput(), ilTRBLBorderWidthInputGUI\checkInput(), ilTRBLNumericStyleValueInputGUI\checkInput(), ilCategoryWizardInputGUI\checkInput(), ilMatrixRowWizardInputGUI\checkInput(), ilImagemapFileInputGUI\checkInput(), ilTagInputGUI\checkInput(), ilExplorerSelectInputGUI\checkInput(), ilCountrySelectInputGUI\getOptions(), ilTaxAssignInputGUI\getOptions(), ilAnswerWizardInputGUI\getPointsInputLabel(), ilLogicalAnswerComparisonExpressionInputGUI\getPointsInputLabel(), ilAnswerWizardInputGUI\getTextInputLabel(), ilLogicalAnswerComparisonExpressionInputGUI\getTextInputLabel(), ilCSSRectInputGUI\insert(), ilEMailInputGUI\insert(), ilFileWizardInputGUI\insert(), ilImageFileInputGUI\insert(), ilLocationInputGUI\insert(), ilSelectBuilderInputGUI\insert(), ilWidthHeightInputGUI\insert(), ilBackgroundPositionInputGUI\insert(), ilTRBLBorderStyleInputGUI\insert(), ilTRBLBorderWidthInputGUI\insert(), ilTRBLColorPickerInputGUI\insert(), ilTRBLNumericStyleValueInputGUI\insert(), ilMatrixRowWizardInputGUI\insert(), ilErrorTextWizardInputGUI\insert(), ilEssayKeywordWizardInputGUI\insert(), ilMatchingPairWizardInputGUI\insert(), ilMatchingWizardInputGUI\insert(), ilMultipleChoiceWizardInputGUI\insert(), ilAssAnswerCorrectionsInputGUI\insert(), ilAssErrorTextCorrectionsInputGUI\insert(), ilAssSingleChoiceCorrectionsInputGUI\insert(), ilImagemapCorrectionsInputGUI\insert(), ilImagemapFileInputGUI\insert(), ilMultipleTextsInputGUI\onCheckInput(), ilRepositorySelectorInputGUI\render(), ilDateTimeInputGUI\render(), ilDurationInputGUI\render(), ilMultiSelectInputGUI\render(), and ilExplorerSelectInputGUI\render().
|
protected |
Definition at line 46 of file class.ilFormPropertyGUI.php.
|
protected |
Definition at line 48 of file class.ilFormPropertyGUI.php.
|
protected |
Definition at line 47 of file class.ilFormPropertyGUI.php.
|
protected |
Definition at line 49 of file class.ilFormPropertyGUI.php.
|
protected |
Definition at line 35 of file class.ilFormPropertyGUI.php.
Referenced by getParent(), and ilRepositorySelectorInputGUI\render().
|
protected |
Definition at line 34 of file class.ilFormPropertyGUI.php.
Referenced by checkParentFormTable(), and getParentTable().
|
protected |
Definition at line 44 of file class.ilFormPropertyGUI.php.
Referenced by getParentForm().
|
protected |
Definition at line 40 of file class.ilFormPropertyGUI.php.
Referenced by getPostVar(), ilSelectInputGUI\render(), and ilNonEditableValueGUI\render().
Definition at line 52 of file class.ilFormPropertyGUI.php.
|
protected |
Definition at line 50 of file class.ilFormPropertyGUI.php.
|
protected |
Definition at line 43 of file class.ilFormPropertyGUI.php.
Referenced by getRequired().
|
protected |
Definition at line 33 of file class.ilFormPropertyGUI.php.
|
protected |
Definition at line 39 of file class.ilFormPropertyGUI.php.
Referenced by ilChatroomAuthInputGUI\__construct(), ilIncomingMailInputGUI\__construct(), ilManualPlaceholderInputGUI\addPlaceholder(), getTitle(), ilNonEditableValueGUI\getTitle(), and ilRepositorySelectorInputGUI\render().
|
protected |
Definition at line 38 of file class.ilFormPropertyGUI.php.
Referenced by ilBackgroundImageInputGUI\checkInput(), ilBackgroundPositionInputGUI\checkInput(), ilFontSizeInputGUI\checkInput(), ilTRBLBorderWidthInputGUI\checkInput(), getType(), ilNonEditableValueGUI\getType(), and ilDateTimeInputGUI\render().