|
ILIAS
release_10 Revision v10.1-43-ga1241a92c2f
|
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 30 of file class.ilFormPropertyGUI.php.
| ilFormPropertyGUI::__construct | ( | string | $a_title = "", |
| string | $a_postvar = "" |
||
| ) |
Definition at line 56 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 524 of file class.ilFormPropertyGUI.php.
References getRequestParam(), isRequestParamArray(), and ILIAS\Repository\refinery().
Referenced by ilBackgroundPositionInputGUI\getInput(), ilTRBLBorderStyleInputGUI\getInput(), ilMatrixRowWizardInputGUI\getInput(), ilTRBLBorderWidthInputGUI\getInput(), ilTRBLNumericStyleValueInputGUI\getInput(), ilTRBLColorPickerInputGUI\getInput(), ilIdentifiedMultiValuesInputGUI\getInput(), ilCategoryWizardInputGUI\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.
Definition at line 178 of file class.ilFormPropertyGUI.php.
|
protected |
Definition at line 270 of file class.ilFormPropertyGUI.php.
References 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 300 of file class.ilFormPropertyGUI.php.
References checkParentFormTable(), ilSession\clear(), and getSessionKey().
Here is the call graph for this function:| ilFormPropertyGUI::executeCommand | ( | ) |
Definition at line 86 of file class.ilFormPropertyGUI.php.
References ILIAS\Repository\ctrl().
Here is the call graph for this function:| ilFormPropertyGUI::getAlert | ( | ) |
| ilFormPropertyGUI::getContentOutsideFormTag | ( | ) |
Get content that has to reside outside of the parent form tag, e.g.
panels/layers
Definition at line 397 of file class.ilFormPropertyGUI.php.
| ilFormPropertyGUI::getDisabled | ( | ) |
Definition at line 170 of file class.ilFormPropertyGUI.php.
References $disabled.
Referenced by ilIncomingMailInputGUI\addSubOptions(), ilKprimChoiceCorrectionsInputGUI\checkInput(), ilDateTimeInputGUI\checkInput(), ilFileInputGUI\checkInput(), ilDateDurationInputGUI\checkInput(), ilEssayKeywordWizardInputGUI\insert(), ilSelectBuilderInputGUI\insert(), ilEMailInputGUI\insert(), ilUserLoginInputGUI\insert(), ilImageFileInputGUI\insert(), ilKprimChoiceWizardInputGUI\insert(), ilMatrixRowWizardInputGUI\insert(), ilSuggestedSolutionSelectorGUI\insert(), ilTRBLColorPickerInputGUI\insert(), ilFileWizardInputGUI\insert(), ilColorPickerInputGUI\insert(), ilMultipleChoiceWizardInputGUI\insert(), ilCSSRectInputGUI\insert(), ilAnswerWizardInputGUI\insert(), ilMatchingWizardInputGUI\insert(), ilCategoryWizardInputGUI\insert(), ilTextAreaInputGUI\insert(), ilSingleChoiceWizardInputGUI\insert(), ilRadioGroupInputGUI\render(), ilTextWizardInputGUI\render(), ilNonEditableValueGUI\render(), ilCheckboxInputGUI\render(), ilMultipleTextsInputGUI\render(), ilMultiSelectInputGUI\render(), ilSelectInputGUI\render(), ilCheckboxGroupInputGUI\render(), ilChatroomAuthInputGUI\render(), ilDurationInputGUI\render(), ilDateTimeInputGUI\render(), ilPasswordInputGUI\render(), ilOrgUnitGenericMultiInputGUI\render(), ilNumberInputGUI\render(), ilFileInputGUI\render(), ilTextInputGUI\render(), ilMultipleImagesInputGUI\render(), and ilDateDurationInputGUI\render().
Here is the caller graph for this function:| ilFormPropertyGUI::getFieldId | ( | ) |
Definition at line 128 of file class.ilFormPropertyGUI.php.
References $id, and getPostVar().
Referenced by ilADTSearchBridge\addToParentElement(), ilIdentifiedMultiValuesInputGUI\getFieldIdFromPostVar(), getFormLabelFor(), ilDateDurationInputGUI\getFormLabelFor(), ilExplorerSelectInputGUI\getInitializationOnLoadCode(), getMultiIconsHTML(), getSessionKey(), getTableFilterLabelFor(), ilDateDurationInputGUI\getTableFilterLabelFor(), ilHiddenInputGUI\getToolbarHTML(), ilHiddenInputGUI\insert(), ilImagemapCorrectionsInputGUI\insert(), ilDclGenericMultiInputGUI\insert(), ilSelectBuilderInputGUI\insert(), ilEMailInputGUI\insert(), ilUserLoginInputGUI\insert(), ilImageFileInputGUI\insert(), ilMatrixRowWizardInputGUI\insert(), ilTRBLColorPickerInputGUI\insert(), ilFileWizardInputGUI\insert(), ilColorPickerInputGUI\insert(), ilCSSRectInputGUI\insert(), ilAnswerWizardInputGUI\insert(), ilCategoryWizardInputGUI\insert(), ilImagemapFileInputGUI\insert(), ilTextAreaInputGUI\insert(), ilMailTemplateSelectInputGUI\render(), ilRadioGroupInputGUI\render(), ilTextWizardInputGUI\render(), ilNonEditableValueGUI\render(), ilCheckboxInputGUI\render(), ilMultipleTextsInputGUI\render(), ilTagInputGUI\render(), ilMultiSelectInputGUI\render(), ilSelectInputGUI\render(), ilScheduleInputGUI\render(), ilExplorerSelectInputGUI\render(), ilCheckboxGroupInputGUI\render(), ilChatroomAuthInputGUI\render(), ilRepositorySelectorInputGUI\render(), ilPasswordInputGUI\render(), ilNumberInputGUI\render(), ilFileInputGUI\render(), ilTextInputGUI\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.
Definition at line 434 of file class.ilFormPropertyGUI.php.
References getFieldId().
Here is the call graph for this function:| ilFormPropertyGUI::getHiddenTag | ( | string | $a_post_var, |
| string | $a_value | ||
| ) |
Definition at line 319 of file class.ilFormPropertyGUI.php.
References ilLegacyFormElementsUtil\prepareFormOutput().
Referenced by ilEMailInputGUI\insert(), ilTextAreaInputGUI\insert(), ilRadioGroupInputGUI\render(), ilSelectInputGUI\render(), and ilTextInputGUI\render().
Here is the call graph for this function:
Here is the caller graph for this function:| ilFormPropertyGUI::getHiddenTitle | ( | ) |
| ilFormPropertyGUI::getInfo | ( | ) |
Definition at line 140 of file class.ilFormPropertyGUI.php.
References $info.
Referenced by ilTextAreaInputGUI\insert(), ilCheckboxInputGUI\render(), ilNumberInputGUI\render(), ilTextInputGUI\render(), and ilDclBaseFieldRepresentation\setupInputField().
Here is the caller graph for this function:| ilFormPropertyGUI::getItemByPostVar | ( | string | $a_post_var | ) |
Get item by post var.
Definition at line 228 of file class.ilFormPropertyGUI.php.
References getPostVar().
Here is the call graph for this function:| ilFormPropertyGUI::getMulti | ( | ) |
Definition at line 346 of file class.ilFormPropertyGUI.php.
References $multi.
Referenced by ilSelectInputGUI\checkInput(), ilTextInputGUI\checkInput(), ilOrgUnitGenericMultiInputGUI\createInputPostVar(), ilSelectInputGUI\getInput(), ilTextInputGUI\getInput(), ilOrgUnitGenericMultiInputGUI\insert(), ilNonEditableValueGUI\render(), ilSelectInputGUI\render(), ilOrgUnitGenericMultiInputGUI\render(), ilTextInputGUI\render(), ilTaxAssignInputGUI\saveInput(), ilTaxAssignInputGUI\setCurrentValues(), ilTextInputGUI\setValue(), ilSelectInputGUI\setValue(), ilNonEditableValueGUI\setValue(), ilManualPlaceholderInputGUI\setValue(), and ilOrgUnitGenericMultiInputGUI\setValueByArray().
Here is the caller graph for this function:
|
protected |
Definition at line 362 of file class.ilFormPropertyGUI.php.
References $id, $lng, getFieldId(), symbol(), and ilLanguage\txt().
Referenced by ilOrgUnitAuthorityInputGUI\getValue(), ilNonEditableValueGUI\render(), ilSelectInputGUI\render(), and ilTextInputGUI\render().
Here is the call graph for this function:
Here is the caller graph for this function:| ilFormPropertyGUI::getMultiValues | ( | ) |
Definition at line 356 of file class.ilFormPropertyGUI.php.
References $multi_values.
Referenced by ilOrgUnitAuthorityInputGUI\getValue(), ilSelectInputGUI\render(), and ilTextInputGUI\render().
Here is the caller graph for this function:| ilFormPropertyGUI::getParent | ( | ) |
Definition at line 199 of file class.ilFormPropertyGUI.php.
References $parent_gui.
| ilFormPropertyGUI::getParentForm | ( | ) |
Definition at line 188 of file class.ilFormPropertyGUI.php.
References $parentform.
Referenced by checkParentFormTable(), getSessionKey(), ilRadioGroupInputGUI\render(), ilCheckboxGroupInputGUI\render(), and ilLinkInputGUI\render().
Here is the caller graph for this function:| ilFormPropertyGUI::getParentTable | ( | ) |
Get parent table.
Definition at line 265 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 123 of file class.ilFormPropertyGUI.php.
References $postvar.
Referenced by ilMultipleImagesInputGUI\__construct(), ilMMSubItemTableGUI\addAndReadFilterItem(), ilOrgUnitGenericMultiInputGUI\addInput(), ilAssLongmenuCorrectionsInputGUI\buildTagInput(), ilDclCheckboxInputGUI\checkInput(), ilSamlIdpMetadataInputGUI\checkInput(), ilDclTextInputGUI\checkInput(), ilLuceneQueryInputGUI\checkInput(), ilAssClozeTestCombinationVariantsInputGUI\checkInput(), ilAssErrorTextCorrectionsInputGUI\checkInput(), ilAssSingleChoiceCorrectionsInputGUI\checkInput(), ilKprimChoiceCorrectionsInputGUI\checkInput(), ilEssayKeywordWizardInputGUI\checkInput(), ilAssMultipleChoiceCorrectionsInputGUI\checkInput(), ilAssMatchingPairCorrectionsInputGUI\checkInput(), ilAssAnswerCorrectionsInputGUI\checkInput(), ilImagemapCorrectionsInputGUI\checkInput(), ilMultipleChoiceWizardInputGUI\checkInput(), ilSelectBuilderInputGUI\checkInput(), ilCustomInputGUI\checkInput(), ilScheduleInputGUI\checkInput(), ilAdvSelectInputGUI\checkInput(), ilEMailInputGUI\checkInput(), ilFileWizardInputGUI\checkInput(), ilAlphabetInputGUI\checkInput(), ilLocationInputGUI\checkInput(), ilSelectInputGUI\checkInput(), ilCheckboxGroupInputGUI\checkInput(), ilKprimChoiceWizardInputGUI\checkInput(), ilRepositorySelectorInputGUI\checkInput(), ilChatroomAuthInputGUI\checkInput(), ilTagInputGUI\checkInput(), ilDateTimeInputGUI\checkInput(), ilCSSRectInputGUI\checkInput(), ilMatchingPairWizardInputGUI\checkInput(), ilSuggestedSolutionSelectorGUI\checkInput(), ilFileInputGUI\checkInput(), ilPasswordInputGUI\checkInput(), ilMatchingWizardInputGUI\checkInput(), ilImagemapFileInputGUI\checkInput(), ilTextInputGUI\checkInput(), ilOrgUnitGenericMultiInputGUI\checkInput(), ilNumberInputGUI\checkInput(), ilDateDurationInputGUI\checkInput(), ilErrorTextWizardInputGUI\checkInput(), ilAnswerWizardInputGUI\checkInput(), ilLinkInputGUI\checkInput(), ilSingleChoiceWizardInputGUI\checkInput(), ilKprimChoiceWizardInputGUI\checkUploads(), ilKprimChoiceWizardInputGUI\collectValidFiles(), ilOrgUnitGenericMultiInputGUI\createInputPostVar(), ilAdvSelectInputGUI\getAdvSelection(), ilImageFileInputGUI\getDeletionFlag(), ilFileInputGUI\getDeletionFlag(), getFieldId(), ilIdentifiedMultiValuesInputGUI\getFieldIdFromPostVar(), ilColorPickerInputGUI\getInput(), ilHiddenInputGUI\getInput(), ilNonEditableValueGUI\getInput(), ilDclGenericMultiInputGUI\getInput(), ilFormulaInputGUI\getInput(), ilCustomInputGUI\getInput(), ilAdvSelectInputGUI\getInput(), ilFontSizeInputGUI\getInput(), ilNestedListInputGUI\getInput(), ilBackgroundImageInputGUI\getInput(), ilRegExpInputGUI\getInput(), ilNumericStyleValueInputGUI\getInput(), ilLogicalAnswerComparisonExpressionInputGUI\getInput(), ilSelectBuilderInputGUI\getInput(), ilRadioGroupInputGUI\getInput(), ilWidthHeightInputGUI\getInput(), ilTextWizardInputGUI\getInput(), ilEMailInputGUI\getInput(), ilAlphabetInputGUI\getInput(), ilUserLoginInputGUI\getInput(), ilCheckboxInputGUI\getInput(), ilLocationInputGUI\getInput(), ilScheduleInputGUI\getInput(), ilRepositorySelectorInputGUI\getInput(), ilCheckboxGroupInputGUI\getInput(), ilChatroomAuthInputGUI\getInput(), ilSelectInputGUI\getInput(), ilBackgroundPositionInputGUI\getInput(), ilTRBLBorderStyleInputGUI\getInput(), ilMultiSelectInputGUI\getInput(), ilMatrixRowWizardInputGUI\getInput(), ilTRBLBorderWidthInputGUI\getInput(), ilExplorerSelectInputGUI\getInput(), ilTRBLNumericStyleValueInputGUI\getInput(), ilDurationInputGUI\getInput(), ilTRBLColorPickerInputGUI\getInput(), ilCSSRectInputGUI\getInput(), ilPasswordInputGUI\getInput(), ilIdentifiedMultiValuesInputGUI\getInput(), ilTextInputGUI\getInput(), ilNumberInputGUI\getInput(), ilCategoryWizardInputGUI\getInput(), ilFileInputGUI\getInput(), ilLinkInputGUI\getInput(), ilDateDurationInputGUI\getInput(), ilTextAreaInputGUI\getInput(), ilSubEnabledFormPropertyGUI\getItemByPostVar(), ilCheckboxGroupInputGUI\getItemByPostVar(), ilRadioGroupInputGUI\getItemByPostVar(), getItemByPostVar(), ilIdentifiedMultiValuesInputGUI\getMultiValuePostVar(), ilCategoryWizardInputGUI\getNeutralInput(), ilCategoryWizardInputGUI\getNeutralScaleInput(), ilImagemapFileInputGUI\getPostBody(), ilIdentifiedMultiValuesInputGUI\getPostVarSubField(), ilIdentifiedMultiValuesInputGUI\getSubFieldCompletedPostVar(), ilHiddenInputGUI\getToolbarHTML(), ilOrgUnitAuthorityInputGUI\getValue(), ilAssLongmenuCorrectionsInputGUI\insert(), ilAssClozeTestCombinationVariantsInputGUI\insert(), ilAssSingleChoiceCorrectionsInputGUI\insert(), ilAssErrorTextCorrectionsInputGUI\insert(), ilAssAnswerCorrectionsInputGUI\insert(), ilHiddenInputGUI\insert(), ilAssMultipleChoiceCorrectionsInputGUI\insert(), ilAssMatchingPairCorrectionsInputGUI\insert(), ilImagemapCorrectionsInputGUI\insert(), ilEssayKeywordWizardInputGUI\insert(), ilRandomTestROInputGUI\insert(), ilFontSizeInputGUI\insert(), ilBackgroundImageInputGUI\insert(), ilNumericStyleValueInputGUI\insert(), ilSelectBuilderInputGUI\insert(), ilWidthHeightInputGUI\insert(), ilEMailInputGUI\insert(), ilImageFileInputGUI\insert(), ilUserLoginInputGUI\insert(), ilLocationInputGUI\insert(), ilBackgroundPositionInputGUI\insert(), ilTRBLBorderStyleInputGUI\insert(), ilKprimChoiceWizardInputGUI\insert(), ilMatrixRowWizardInputGUI\insert(), ilTRBLBorderWidthInputGUI\insert(), ilTRBLNumericStyleValueInputGUI\insert(), ilSuggestedSolutionSelectorGUI\insert(), ilTRBLColorPickerInputGUI\insert(), ilFileWizardInputGUI\insert(), ilMatchingPairWizardInputGUI\insert(), ilColorPickerInputGUI\insert(), ilMultipleChoiceWizardInputGUI\insert(), ilCSSRectInputGUI\insert(), ilErrorTextWizardInputGUI\insert(), ilAnswerWizardInputGUI\insert(), ilMatchingWizardInputGUI\insert(), ilCategoryWizardInputGUI\insert(), ilImagemapFileInputGUI\insert(), ilTextAreaInputGUI\insert(), ilSingleChoiceWizardInputGUI\insert(), ilAssNestedOrderingElementsInputGUI\isPostSubmit(), ilMultipleImagesInputGUI\onCheckInput(), ilDclGenericMultiInputGUI\render(), ilNestedListInputGUI\render(), ilRadioGroupInputGUI\render(), ilNonEditableValueGUI\render(), ilTextWizardInputGUI\render(), ilCheckboxInputGUI\render(), ilTagInputGUI\render(), ilSelectInputGUI\render(), ilMultiSelectInputGUI\render(), ilScheduleInputGUI\render(), ilExplorerSelectInputGUI\render(), ilCheckboxGroupInputGUI\render(), ilChatroomAuthInputGUI\render(), ilRepositorySelectorInputGUI\render(), ilDurationInputGUI\render(), ilDateTimeInputGUI\render(), ilPasswordInputGUI\render(), ilNumberInputGUI\render(), ilFileInputGUI\render(), ilTextInputGUI\render(), ilLinkInputGUI\render(), ilMultipleImagesInputGUI\render(), ilDateDurationInputGUI\render(), ilAssQuestionAuthoringFormGUI\replaceFormItemByPostVar(), ilTaxAssignInputGUI\saveInput(), ilIdentifiedMultiValuesInputGUI\setIdentifiedMultiValuesByArray(), ILIAS\LegalDocuments\Legacy\Table\setupFilter(), ilImagemapCorrectionsInputGUI\setValueByArray(), ilEMailInputGUI\setValueByArray(), ilDclGenericMultiInputGUI\setValueByArray(), ilHiddenInputGUI\setValueByArray(), ilUserLoginInputGUI\setValueByArray(), ilFileInputGUI\setValueByArray(), ilColorPickerInputGUI\setValueByArray(), ilRadioGroupInputGUI\setValueByArray(), ilScheduleInputGUI\setValueByArray(), ilOrgUnitAuthorityInputGUI\setValueByArray(), ilAdvSelectInputGUI\setValueByArray(), ilCheckboxInputGUI\setValueByArray(), ilAlphabetInputGUI\setValueByArray(), ilRepositorySelectorInputGUI\setValueByArray(), ilLocationInputGUI\setValueByArray(), ilSingleChoiceWizardInputGUI\setValueByArray(), ilSelectInputGUI\setValueByArray(), ilCheckboxGroupInputGUI\setValueByArray(), ilSelectBuilderInputGUI\setValueByArray(), ilPasswordInputGUI\setValueByArray(), ilChatroomAuthInputGUI\setValueByArray(), ilDateTimeInputGUI\setValueByArray(), ilMultiSelectInputGUI\setValueByArray(), ilTagInputGUI\setValueByArray(), ilCSSRectInputGUI\setValueByArray(), ilExplorerSelectInputGUI\setValueByArray(), ilBackgroundImageInputGUI\setValueByArray(), ilNumericStyleValueInputGUI\setValueByArray(), ilTextInputGUI\setValueByArray(), ilNumberInputGUI\setValueByArray(), ilImagemapFileInputGUI\setValueByArray(), ilWidthHeightInputGUI\setValueByArray(), ilFontSizeInputGUI\setValueByArray(), ilDurationInputGUI\setValueByArray(), ilManualPlaceholderInputGUI\setValueByArray(), ilSuggestedSolutionSelectorGUI\setValueByArray(), ilNonEditableValueGUI\setValueByArray(), ilOrgUnitGenericMultiInputGUI\setValueByArray(), ilDateDurationInputGUI\setValueByArray(), ilTRBLBorderStyleInputGUI\setValueByArray(), ilIdentifiedMultiValuesInputGUI\setValueByArray(), ilLinkInputGUI\setValueByArray(), ilBackgroundPositionInputGUI\setValueByArray(), ilTRBLNumericStyleValueInputGUI\setValueByArray(), ilTRBLBorderWidthInputGUI\setValueByArray(), ilTextAreaInputGUI\setValueByArray(), and ilRepositorySelectorInputGUI\showRepositorySelection().
Here is the caller graph for this function:
|
protected |
Definition at line 574 of file class.ilFormPropertyGUI.php.
References ILIAS\FileDelivery\http().
Referenced by arrayArray(), ilFormulaInputGUI\getInput(), ilLogicalAnswerComparisonExpressionInputGUI\getInput(), int(), intArray(), raw(), ilEMailInputGUI\sanitize(), str(), and strArray().
Here is the call graph for this function:
Here is the caller graph for this function:| ilFormPropertyGUI::getRequired | ( | ) |
Definition at line 160 of file class.ilFormPropertyGUI.php.
References $required.
Referenced by ilDclCheckboxInputGUI\checkInput(), ilAssErrorTextCorrectionsInputGUI\checkInput(), ilColorPickerInputGUI\checkInput(), ilAssSingleChoiceCorrectionsInputGUI\checkInput(), ilUriInputGUI\checkInput(), ilAssMultipleChoiceCorrectionsInputGUI\checkInput(), ilAssMatchingPairCorrectionsInputGUI\checkInput(), ilImagemapCorrectionsInputGUI\checkInput(), ilFormulaInputGUI\checkInput(), ilFontSizeInputGUI\checkInput(), ilMultipleChoiceWizardInputGUI\checkInput(), ilBackgroundImageInputGUI\checkInput(), ilNumericStyleValueInputGUI\checkInput(), ilRegExpInputGUI\checkInput(), ilSelectBuilderInputGUI\checkInput(), ilCustomInputGUI\checkInput(), ilTextWizardInputGUI\checkInput(), ilRadioGroupInputGUI\checkInput(), ilScheduleInputGUI\checkInput(), ilAdvSelectInputGUI\checkInput(), ilFileWizardInputGUI\checkInput(), ilEMailInputGUI\checkInput(), ilUserLoginInputGUI\checkInput(), ilAlphabetInputGUI\checkInput(), ilLocationInputGUI\checkInput(), ilSelectInputGUI\checkInput(), ilCheckboxGroupInputGUI\checkInput(), ilRepositorySelectorInputGUI\checkInput(), ilChatroomAuthInputGUI\checkInput(), ilTagInputGUI\checkInput(), ilMultiSelectInputGUI\checkInput(), ilDateTimeInputGUI\checkInput(), ilMatrixRowWizardInputGUI\checkInput(), ilExplorerSelectInputGUI\checkInput(), ilCSSRectInputGUI\checkInput(), ilMatchingPairWizardInputGUI\checkInput(), ilSuggestedSolutionSelectorGUI\checkInput(), ilFileInputGUI\checkInput(), ilPasswordInputGUI\checkInput(), ilMatchingWizardInputGUI\checkInput(), ilImagemapFileInputGUI\checkInput(), ilTextInputGUI\checkInput(), ilCategoryWizardInputGUI\checkInput(), ilNumberInputGUI\checkInput(), ilDateDurationInputGUI\checkInput(), ilErrorTextWizardInputGUI\checkInput(), ilLinkInputGUI\checkInput(), ilSingleChoiceWizardInputGUI\checkInput(), ilTextAreaInputGUI\checkInput(), ilKprimChoiceWizardInputGUI\checkUploads(), ilOrgUnitAuthorityInputGUI\getValue(), ilEMailInputGUI\insert(), ilUserLoginInputGUI\insert(), ilTextAreaInputGUI\insert(), ilMultipleTextsInputGUI\onCheckInput(), ilMultipleImagesInputGUI\onCheckInput(), ilSelectInputGUI\render(), ilDateTimeInputGUI\render(), ilPasswordInputGUI\render(), ilNumberInputGUI\render(), ilTextInputGUI\render(), ilLinkInputGUI\render(), and ilDateDurationInputGUI\render().
Here is the caller graph for this function:
|
protected |
Definition at line 288 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 | ( | ) |
Definition at line 204 of file class.ilFormPropertyGUI.php.
| ilFormPropertyGUI::getTableFilterLabelFor | ( | ) |
Get label "for" attribute value for filter.
Definition at line 426 of file class.ilFormPropertyGUI.php.
References getFieldId().
Here is the call graph for this function:| ilFormPropertyGUI::getTitle | ( | ) |
Definition at line 113 of file class.ilFormPropertyGUI.php.
References $title.
Referenced by ilCheckboxInputGUI\render(), ilSelectInputGUI\render(), ilTextInputGUI\render(), and ilMailFormGUI\showForm().
Here is the caller graph for this function:| ilFormPropertyGUI::getType | ( | ) |
| ilFormPropertyGUI::hideSubForm | ( | ) |
Definition at line 209 of file class.ilFormPropertyGUI.php.
|
protected |
Definition at line 440 of file class.ilFormPropertyGUI.php.
References getRequestParam(), and ILIAS\Repository\refinery().
Referenced by ilLocationInputGUI\getInput(), ilDurationInputGUI\getPostValueForComparison(), ilWidthHeightInputGUI\insert(), intArray(), ilScheduleInputGUI\parseTime(), ilTaxAssignInputGUI\saveInput(), 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 450 of file class.ilFormPropertyGUI.php.
References getRequestParam(), int(), isRequestParamArray(), and ILIAS\Repository\refinery().
Here is the call graph for this function:
|
protected |
Definition at line 548 of file class.ilFormPropertyGUI.php.
References ILIAS\FileDelivery\http(), and ILIAS\Repository\refinery().
Referenced by arrayArray(), ilNonEditableValueGUI\getInput(), ilLogicalAnswerComparisonExpressionInputGUI\getInput(), intArray(), and strArray().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 487 of file class.ilFormPropertyGUI.php.
References getRequestParam(), and ILIAS\Repository\refinery().
Referenced by ilSamlIdpMetadataInputGUI\checkInput(), ilAssClozeTestCombinationVariantsInputGUI\checkInput(), ilAssErrorTextCorrectionsInputGUI\checkInput(), ilAssSingleChoiceCorrectionsInputGUI\checkInput(), ilKprimChoiceCorrectionsInputGUI\checkInput(), ilEssayKeywordWizardInputGUI\checkInput(), ilAssMultipleChoiceCorrectionsInputGUI\checkInput(), ilAssMatchingPairCorrectionsInputGUI\checkInput(), ilImagemapCorrectionsInputGUI\checkInput(), ilAssAnswerCorrectionsInputGUI\checkInput(), ilMultipleChoiceWizardInputGUI\checkInput(), ilClozeGapInputBuilderGUI\checkInput(), ilKprimChoiceWizardInputGUI\checkInput(), ilMatchingPairWizardInputGUI\checkInput(), ilPasswordInputGUI\checkInput(), ilMatchingWizardInputGUI\checkInput(), ilOrgUnitGenericMultiInputGUI\checkInput(), ilErrorTextWizardInputGUI\checkInput(), ilAnswerWizardInputGUI\checkInput(), ilSingleChoiceWizardInputGUI\checkInput(), ilPasswordInputGUI\getInput(), and ilTextAreaInputGUI\getInput().
Here is the call graph for this function:
Here is the caller graph for this function:| ilFormPropertyGUI::readFromSession | ( | ) |
| Exception |
Definition at line 309 of file class.ilFormPropertyGUI.php.
References checkParentFormTable(), ilSession\get(), getSessionKey(), ilSession\has(), and unserializeData().
Referenced by ilMMSubItemTableGUI\addAndReadFilterItem(), and 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 406 of file class.ilFormPropertyGUI.php.
Referenced by ilLMObject\saveTitle().
Here is the caller graph for this function:| ilFormPropertyGUI::serializeData | ( | ) |
Definition at line 236 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 145 of file class.ilFormPropertyGUI.php.
Referenced by ilDclCheckboxInputGUI\checkInput(), ilSamlIdpMetadataInputGUI\checkInput(), ilDclTextInputGUI\checkInput(), ilLuceneQueryInputGUI\checkInput(), ilAssClozeTestCombinationVariantsInputGUI\checkInput(), ilAssErrorTextCorrectionsInputGUI\checkInput(), ilColorPickerInputGUI\checkInput(), ilAssSingleChoiceCorrectionsInputGUI\checkInput(), ilKprimChoiceCorrectionsInputGUI\checkInput(), ilEssayKeywordWizardInputGUI\checkInput(), ilUriInputGUI\checkInput(), ilAssMultipleChoiceCorrectionsInputGUI\checkInput(), ilAssMatchingPairCorrectionsInputGUI\checkInput(), ilAssAnswerCorrectionsInputGUI\checkInput(), ilImagemapCorrectionsInputGUI\checkInput(), ilFormulaInputGUI\checkInput(), ilFontSizeInputGUI\checkInput(), ilMultipleChoiceWizardInputGUI\checkInput(), ilRecurrenceInputGUI\checkInput(), ilBackgroundImageInputGUI\checkInput(), ilNumericStyleValueInputGUI\checkInput(), ilRegExpInputGUI\checkInput(), ilSelectBuilderInputGUI\checkInput(), ilCustomInputGUI\checkInput(), ilRadioGroupInputGUI\checkInput(), ilTextWizardInputGUI\checkInput(), ilScheduleInputGUI\checkInput(), ilAdvSelectInputGUI\checkInput(), ilFileWizardInputGUI\checkInput(), ilEMailInputGUI\checkInput(), ilUserLoginInputGUI\checkInput(), ilAlphabetInputGUI\checkInput(), ilBackgroundPositionInputGUI\checkInput(), ilLocationInputGUI\checkInput(), ilTRBLBorderWidthInputGUI\checkInput(), ilSelectInputGUI\checkInput(), ilCheckboxGroupInputGUI\checkInput(), ilKprimChoiceWizardInputGUI\checkInput(), ilTRBLNumericStyleValueInputGUI\checkInput(), ilRepositorySelectorInputGUI\checkInput(), ilChatroomAuthInputGUI\checkInput(), ilTagInputGUI\checkInput(), ilMultiSelectInputGUI\checkInput(), ilDateTimeInputGUI\checkInput(), ilMatrixRowWizardInputGUI\checkInput(), ilExplorerSelectInputGUI\checkInput(), ilCSSRectInputGUI\checkInput(), ilMatchingPairWizardInputGUI\checkInput(), ilSuggestedSolutionSelectorGUI\checkInput(), ilFileInputGUI\checkInput(), ilPasswordInputGUI\checkInput(), ilMatchingWizardInputGUI\checkInput(), ilImagemapFileInputGUI\checkInput(), ilTextInputGUI\checkInput(), ilOrgUnitGenericMultiInputGUI\checkInput(), ilNumberInputGUI\checkInput(), ilCategoryWizardInputGUI\checkInput(), ilDateDurationInputGUI\checkInput(), ilErrorTextWizardInputGUI\checkInput(), ilAnswerWizardInputGUI\checkInput(), ilLinkInputGUI\checkInput(), ilSingleChoiceWizardInputGUI\checkInput(), ilTextAreaInputGUI\checkInput(), ilKprimChoiceWizardInputGUI\checkUploads(), ilMultipleTextsInputGUI\onCheckInput(), and ilMultipleImagesInputGUI\onCheckInput().
Here is the caller graph for this function:| ilFormPropertyGUI::setDisabled | ( | bool | $a_disabled | ) |
Definition at line 165 of file class.ilFormPropertyGUI.php.
References ILIAS\UI\examples\Input\Field\Checkbox\disabled().
Referenced by __construct(), ilADTFormBridge\addBasicFieldProperties(), ilIncomingMailInputGUI\addSubOptions(), ilObjMailGUI\buildSignaturePlaceholderInputs(), ilObjMailGUI\getGeneralSettingsForm(), ilMailTemplateGUI\getTemplateForm(), ilCalendarCategoryGUI\initFormCategory(), ilCASSettingsGUI\initFormSettings(), ilObjPollGUI\initQuestionForm(), ilLTIConsumeProviderFormGUI\initToolConfigForm(), and ilDclFileFieldRepresentation\requiredWorkaroundForInputField().
Here is the call graph for this function:
Here is the caller graph for this function:| ilFormPropertyGUI::setHiddenTitle | ( | string | $a_val | ) |
Definition at line 215 of file class.ilFormPropertyGUI.php.
Referenced by ilImageFileInputGUI\__construct(), and ilFileInputGUI\__construct().
Here is the caller graph for this function:| ilFormPropertyGUI::setInfo | ( | string | $a_info | ) |
Definition at line 135 of file class.ilFormPropertyGUI.php.
References ILIAS\UI\examples\MessageBox\Info\info().
Referenced by ilADTFormBridge\addBasicFieldProperties(), ilCronDeleteInactivatedUserAccounts\addCustomSettingsToForm(), ilCronDeleteNeverLoggedInUserAccounts\addCustomSettingsToForm(), ilCronDeleteInactiveUserAccounts\addCustomSettingsToForm(), ilSamlSettingsGUI\addMetadataElement(), ilDclMobFieldRepresentation\buildFieldCreationInput(), ilDclIliasReferenceFieldRepresentation\buildFieldCreationInput(), ilDclTextFieldRepresentation\buildFieldCreationInput(), ilDclReferenceFieldRepresentation\buildFieldCreationInput(), ilCmiXapiRegistrationGUI\buildForm(), ilCmiXapiSettingsGUI\buildForm(), ilObjCmiXapiAdministrationGUI\buildLrsTypeForm(), ilLTIConsumerAdministrationGUI\buildProviderImportForm(), ilObjLanguageExtGUI\exportObject(), ilCourseRegistrationGUI\fillRegistrationType(), ilSurveyParticipantsGUI\getAccessCodeImportForm(), ilChatroomFormFactory\getClientSettingsForm(), ilForumSettingsGUI\getCustomForm(), ilNewsItemGUI\getEditForm(), ilExerciseManagementGUI\getEvaluationModalForm(), ilObjMailGUI\getExternalSettingsForm(), ilSurveyParticipantsGUI\getImportExternalMailRecipientsFromFileForm(), ilDclTextFieldRepresentation\getInputField(), ilObjNewsSettingsGUI\getSettingsForm(), ilObjMediaCastGUI\initAddCastItemForm(), ilRegistrationSettingsGUI\initAddCodesForm(), ilExAssignmentEditorGUI\initAssignmentForm(), ilObjAuthSettingsGUI\initAuthModeDetermination(), ilObjSAHSLearningModuleGUI\initCreateForm(), ilObjPortfolioGUI\initCreatePortfolioFromTemplateForm(), ilPCGridGUI\initCreationForm(), ilObjPortfolioTemplateGUI\initDidacticTemplate(), ilObjItemGroupGUI\initEditCustomForm(), ilObjBookingPoolGUI\initEditCustomForm(), ilObjCourseGUI\initEditForm(), ilLTIConsumerSettingsFormGUI\initForm(), ilLTIConsumeProviderFormGUI\initForm(), ilPCMyCoursesGUI\initForm(), ilBookingScheduleGUI\initForm(), ilDclFieldEditGUI\initForm(), ilPCSectionGUI\initForm(), ilObjMediaObjectGUI\initForm(), ilObjGroupGUI\initForm(), ilConditionHandlerGUI\initFormCondition(), ilConsultationHoursGUI\initFormSequence(), ilECSParticipantSettingsGUI\initFormSettings(), ilObjSystemCheckGUI\initFormTrash(), ilObjGroupGUI\initInfoEditor(), ilContainerGUI\initListPresentationForm(), ilObjMediaObjectsSettingsGUI\initMediaObjectsSettingsForm(), ilObjLanguageExtGUI\initNewImportForm(), assOrderingQuestion\initOrderingElementFormFieldLabels(), ilExAssignmentEditorGUI\initPeerReviewForm(), ilObjSCORMLearningModuleGUI\initPropertiesForm(), ilObjSCORM2004LearningModuleGUI\initPropertiesForm(), ilPersonalProfileGUI\initPublicProfileForm(), ilObjPollGUI\initQuestionForm(), ilPermissionGUI\initRoleForm(), ilObjFileServicesGUI\initSettingsForm(), ilBadgeProfileGUI\initSettingsForm(), ilLTIConsumeProviderFormGUI\initToolConfigForm(), ilPCQuestionGUI\insert(), ilObjLanguageExtGUI\maintainObject(), ilAdvancedMDRecordTranslations\modifyTranslationInfoForDescription(), ilAdvancedMDFieldTranslations\modifyTranslationInfoForDescription(), ilAdvancedMDRecordTranslations\modifyTranslationInfoForTitle(), ilAdvancedMDFieldTranslations\modifyTranslationInfoForTitle(), assKprimChoiceGUI\populateAnswerSpecificFormPart(), assKprimChoiceGUI\populateCorrectionsFormProperties(), assKprimChoiceGUI\populateQuestionSpecificFormPart(), ilLDAPSettingsGUI\roleMapping(), ilDclBaseFieldRepresentation\setupInputField(), and ILIAS\Object\Properties\CoreProperties\TileImage\ilObjectPropertyTileImage\toLegacyForm().
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 |
||
| ) |
Definition at line 328 of file class.ilFormPropertyGUI.php.
Referenced by ilTaxAssignInputGUI\__construct(), and ilECSMappingSettingsGUI\initFormCSettings().
Here is the caller graph for this function:| ilFormPropertyGUI::setMultiValues | ( | array | $a_values | ) |
Definition at line 351 of file class.ilFormPropertyGUI.php.
Referenced by ilSelectInputGUI\setValue(), ilNonEditableValueGUI\setValue(), and ilManualPlaceholderInputGUI\setValue().
Here is the caller graph for this function:| ilFormPropertyGUI::setParent | ( | ilFormPropertyGUI | $a_val | ) |
Definition at line 194 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 183 of file class.ilFormPropertyGUI.php.
Referenced by ilPCSectionGUI\initForm().
Here is the caller graph for this function:| ilFormPropertyGUI::setParentTable | ( | $a_val | ) |
Set parent table.
| ilTable2GUI | $a_val | table object |
Definition at line 256 of file class.ilFormPropertyGUI.php.
| ilFormPropertyGUI::setPostVar | ( | string | $a_postvar | ) |
Definition at line 118 of file class.ilFormPropertyGUI.php.
Referenced by __construct(), ilIdentifiedMultiValuesInputGUI\getFieldIdFromPostVar(), ilRegistrationSettingsGUI\initEmailAssignmentForm(), ilLDAPSettingsGUI\initRoleMappingForm(), 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 566 of file class.ilFormPropertyGUI.php.
| ilFormPropertyGUI::setRequired | ( | bool | $a_required | ) |
Definition at line 155 of file class.ilFormPropertyGUI.php.
Referenced by FormMailCodesGUI\__construct(), ilRandomTestROInputGUI\__construct(), ilCertificateSettingsFormRepository\__construct(), ilADTFormBridge\addBasicFieldProperties(), ilMemberAgreementGUI\addCustomFields(), ilCronOerHarvester\addCustomSettingsToForm(), ilExAssTypePortfolioGUI\addEditFormCustomProperties(), ilExAssTypeWikiTeamGUI\addEditFormCustomProperties(), SurveyMatrixQuestionGUI\addFieldsToEditForm(), SurveyMultipleChoiceQuestionGUI\addFieldsToEditForm(), SurveyMetricQuestionGUI\addFieldsToEditForm(), SurveySingleChoiceQuestionGUI\addFieldsToEditForm(), ilExAssignmentEditorGUI\addMailTemplatesRadio(), ilECSObjectSettings\addSettingsToForm(), ilMembershipNotifications\addToSettingsForm(), ilTestRandomQuestionSetPoolDefinitionFormGUI\build(), ilDclSelectionFieldRepresentation\buildFieldCreationInput(), ilCmiXapiSettingsGUI\buildForm(), ilAssQuestionHintGUI\buildForm(), ilTestPasswordProtectionGUI\buildPasswordForm(), ilAssClozeTestFeedback\completeSpecificFormProperties(), ilDidacticTemplateSettingsGUI\editImportForm(), ilUserStartingPointGUI\getCalenderSubInputs(), ilObjStyleSheetGUI\getCloneForm(), ilGlossaryTermGUI\getEditTermForm(), ilObjMailGUI\getExternalSettingsForm(), ilObjStyleSheetGUI\getImportForm(), ilAccessibilityUserHasLanguageCriterionGUI\getSelection(), ilUserStartingPointGUI\getStartingPointSelectionInput(), ilObjTestGUI\getTargetQuestionpoolForm(), ilObjUserFolderGUI\initAccessRestrictionForm(), ilPageObjectGUI\initActivationForm(), ilObjMediaCastGUI\initAddCastItemForm(), ilRegistrationSettingsGUI\initAddCodesForm(), ilPCFileItemGUI\initAddFileForm(), ilPortfolioRoleAssignmentGUI\initAssignmentForm(), ilExAssignmentEditorGUI\initAssignmentForm(), ilBadgeManagementGUI\initBadgeForm(), ilECSSettingsGUI\initCategoryMappingForm(), ilObjStyleSheetGUI\initColorForm(), ilObjPortfolioTemplateGUI\initCopyPageFormOptions(), ilObjPortfolioGUI\initCopyPageFormOptions(), ilObjCmiXapiGUI\initCreateForm(), ilObjSAHSLearningModuleGUI\initCreateForm(), ilObjPortfolioGUI\initCreateFromTemplateForm(), ilPCLayoutTemplateGUI\initCreationForm(), ilBlogPostingGUI\initDateForm(), SurveyQuestionGUI\initEditForm(), ilCronManagerGUI\initEditForm(), ilPCFileListGUI\initEditForm(), ilDidacticTemplateSettingsGUI\initEditTemplate(), ilSurveyParticipantsGUI\initExternalRaterForm(), ilObjectCustomUserFieldsGUI\initFieldForm(), ilLTIConsumerSettingsFormGUI\initForm(), ilWebDAVMountInstructionsDocumentFormGUI\initForm(), ilLTIConsumeProviderFormGUI\initForm(), ilContainerNewsSettingsGUI\initForm(), ilLOTestAssignmentForm\initForm(), ilPCContentTemplateGUI\initForm(), ilOrgUnitSimpleUserImportGUI\initForm(), ilPCMapGUI\initForm(), ilPCConsultationHoursGUI\initForm(), ilPCBlogGUI\initForm(), ilPCSkillsGUI\initForm(), ilPCVerificationGUI\initForm(), ilOrgUnitSimpleImportGUI\initForm(), ilBookingScheduleGUI\initForm(), ilObjCourseGroupingGUI\initForm(), ilPCSectionGUI\initForm(), ilCustomUserFieldsGUI\initForm(), ilBookingObjectGUI\initForm(), ilObjUserGUI\initForm(), ilContainerGUI\initFormPasswordInstruction(), ilCourseObjectivesGUI\initFormRandom(), ilAuthShibbolethSettingsGUI\initFormRoleAssignment(), ilLDAPSettingsGUI\initFormRoleAssignments(), ilLPListOfSettingsGUI\initFormSettings(), ilObjSystemCheckGUI\initFormTrash(), ilPersonalSettingsGUI\initGeneralSettingsForm(), ilObjBadgeAdministrationGUI\initImageTemplateForm(), ilPermissionGUI\initImportForm(), ilSurveyRaterGUI\initMailRatersForm(), ilSurveyParticipantsGUI\initMailRatersForm(), ilObjLanguageExtGUI\initNewImportForm(), ilSurveyRaterGUI\initOptionSelectForm(), ilObjPortfolioBaseGUI\initPageForm(), ilWorkspaceAccessGUI\initPasswordForm(), ilExAssignmentEditorGUI\initPeerReviewForm(), ilPersonalProfileGUI\initPersonalDataImportForm(), ilMediaCreationGUI\initPoolSelection(), ilExSubmissionObjectGUI\initPortfolioTemplateForm(), ilPCBlogGUI\initPostingForm(), ilPDNewsBlockGUI\initPrivateSettingsForm(), ilObjPollGUI\initQuestionForm(), ilObjForumGUI\initReplyEditForm(), ilObjSurveyAdministrationGUI\initSettingsForm(), ilOpenIdConnectSettingsGUI\initSettingsForm(), ilLOEditorGUI\initSettingsForm(), ilNewsForContextBlockGUI\initSettingsForm(), ilObjWikiGUI\initTemplateSelectionForm(), ilLTIConsumeProviderFormGUI\initToolConfigForm(), ilObjSCORMLearningModuleGUI\initTrackingImportForm(), ilObjSCORMLearningModuleGUI\newModuleVersion(), ilMailingListsGUI\performDeleteMembers(), assMatchingQuestionGUI\populateAnswerSpecificFormPart(), assTextSubsetGUI\populateAnswerSpecificFormPart(), assTextQuestionGUI\populateAnswerSpecificFormPart(), assSingleChoiceGUI\populateAnswerSpecificFormPart(), assMultipleChoiceGUI\populateAnswerSpecificFormPart(), assTextSubsetGUI\populateCorrectionsFormProperties(), assLongMenuGUI\populateCorrectionsFormProperties(), assSingleChoiceGUI\populateCorrectionsFormProperties(), assMultipleChoiceGUI\populateCorrectionsFormProperties(), assMatchingQuestionGUI\populateCorrectionsFormProperties(), ilAssQuestionSkillAssignmentPropertyFormGUI\populateFullProperties(), assImagemapQuestionGUI\populateQuestionSpecificFormPart(), assLongMenuGUI\populateQuestionSpecificFormPart(), assClozeTestGUI\populateQuestionSpecificFormPart(), assMatchingQuestionGUI\populateQuestionSpecificFormPart(), assSingleChoiceGUI\populateQuestionSpecificFormPart(), assMultipleChoiceGUI\populateQuestionSpecificFormPart(), assClozeTestGUI\populateSelectGapFormPart(), assClozeTestGUI\populateTextGapFormPart(), ilAdvancedMDFieldDefinitionSelect\prepareCustomDefinitionFormConfirmation(), ilDclFileFieldRepresentation\requiredWorkaroundForInputField(), assFormulaQuestionGUI\resetSavedPreviewSession(), ilAccessibilityCriterionFormGUI\setCheckInputCalled(), ilObjCertificateSettingsGUI\settings(), and assQuestionGUI\suggestedsolution().
Here is the caller graph for this function:| ilFormPropertyGUI::setTitle | ( | string | $a_title | ) |
Definition at line 108 of file class.ilFormPropertyGUI.php.
Referenced by ilMailFormAttachmentPropertyGUI\__construct(), __construct(), ILIAS\Course\Certificate\CertificateSettingsCourseFormRepository\createForm(), ilBulkEditQuestionsGUI\getFormTaxonomies(), ilObjTestGUI\getTargetQuestionpoolForm(), assOrderingQuestion\initOrderingElementFormFieldLabels(), and assQuestionGUI\populateTaxonomyFormSection().
Here is the caller graph for this function:
|
protected |
Definition at line 98 of file class.ilFormPropertyGUI.php.
Referenced by ilCountrySelectInputGUI\__construct(), ilTaxAssignInputGUI\__construct(), ilHiddenInputGUI\__construct(), ilTaxSelectInputGUI\__construct(), ilRadioGroupInputGUI\__construct(), ilRegExpInputGUI\__construct(), ilCheckboxGroupInputGUI\__construct(), ilColorPickerInputGUI\__construct(), ilCustomInputGUI\__construct(), ilBackgroundImageInputGUI\__construct(), ilFontSizeInputGUI\__construct(), ilNumericStyleValueInputGUI\__construct(), ilNestedListInputGUI\__construct(), ilUriInputGUI\__construct(), ilCheckboxInputGUI\__construct(), ilAdvSelectInputGUI\__construct(), ilWidthHeightInputGUI\__construct(), ilLocationInputGUI\__construct(), ilRepositorySelector2InputGUI\__construct(), ilImageFileInputGUI\__construct(), ilSelectInputGUI\__construct(), ilBackgroundPositionInputGUI\__construct(), ilDateTimeInputGUI\__construct(), ilMultiSelectInputGUI\__construct(), ilDurationInputGUI\__construct(), ilTRBLBorderWidthInputGUI\__construct(), ilSuggestedSolutionSelectorGUI\__construct(), ilTRBLBorderStyleInputGUI\__construct(), ilTRBLNumericStyleValueInputGUI\__construct(), ilTRBLColorPickerInputGUI\__construct(), ilRepositorySelectorInputGUI\__construct(), ilFileInputGUI\__construct(), ilDateDurationInputGUI\__construct(), ilTextInputGUI\__construct(), ilExplorerSelectInputGUI\__construct(), ilLinkInputGUI\__construct(), ilOrgUnitGenericMultiInputGUI\__construct(), ilTextAreaInputGUI\__construct(), and ilTagInputGUI\__construct().
Here is the caller graph for this function:
|
protected |
Definition at line 475 of file class.ilFormPropertyGUI.php.
References getRequestParam(), ILIAS\Repository\refinery(), and stripSlashesAddSpaceFallback().
Referenced by ilLinkInputGUI\__construct(), ilAdvSelectInputGUI\checkInput(), ilEMailInputGUI\checkInput(), ilAlphabetInputGUI\checkInput(), ilSelectInputGUI\checkInput(), ilRepositorySelectorInputGUI\checkInput(), ilDateTimeInputGUI\checkInput(), ilSuggestedSolutionSelectorGUI\checkInput(), ilFileInputGUI\checkInput(), ilPasswordInputGUI\checkInput(), ilTextInputGUI\checkInput(), ilNumberInputGUI\checkInput(), ilLinkInputGUI\checkInput(), ilImageFileInputGUI\getDeletionFlag(), ilRepositorySelector2InputGUI\getHTML(), ilColorPickerInputGUI\getInput(), ilHiddenInputGUI\getInput(), ilNonEditableValueGUI\getInput(), ilCustomInputGUI\getInput(), ilAdvSelectInputGUI\getInput(), ilRegExpInputGUI\getInput(), ilRadioGroupInputGUI\getInput(), ilUserLoginInputGUI\getInput(), ilAlphabetInputGUI\getInput(), ilCheckboxInputGUI\getInput(), ilRepositorySelectorInputGUI\getInput(), ilSelectInputGUI\getInput(), ilExplorerSelectInputGUI\getInput(), ilPasswordInputGUI\getInput(), ilTextInputGUI\getInput(), ilNumberInputGUI\getInput(), ilLinkInputGUI\getInput(), ilTextAreaInputGUI\getInput(), ilCategoryWizardInputGUI\getNeutralScaleInput(), ilScheduleInputGUI\getPostData(), ilRepositorySelector2InputGUI\render(), ilKprimChoiceWizardInputGUI\setValue(), and ilCategoryWizardInputGUI\setValue().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 496 of file class.ilFormPropertyGUI.php.
References getRequestParam(), isRequestParamArray(), ILIAS\Repository\refinery(), and stripSlashesAddSpaceFallback().
Referenced by ilSelectBuilderInputGUI\checkInput(), ilLocationInputGUI\checkInput(), ilSelectInputGUI\checkInput(), ilCheckboxGroupInputGUI\checkInput(), ilTagInputGUI\checkInput(), ilTextInputGUI\checkInput(), ilDateDurationInputGUI\checkInput(), ilNonEditableValueGUI\getInput(), ilDclGenericMultiInputGUI\getInput(), ilFontSizeInputGUI\getInput(), ilNestedListInputGUI\getInput(), ilBackgroundImageInputGUI\getInput(), ilNumericStyleValueInputGUI\getInput(), ilSelectBuilderInputGUI\getInput(), ilWidthHeightInputGUI\getInput(), ilTextWizardInputGUI\getInput(), ilLocationInputGUI\getInput(), ilCheckboxGroupInputGUI\getInput(), ilSelectInputGUI\getInput(), ilMultiSelectInputGUI\getInput(), ilExplorerSelectInputGUI\getInput(), ilDurationInputGUI\getInput(), ilCSSRectInputGUI\getInput(), ilTextInputGUI\getInput(), ilDateDurationInputGUI\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 414 of file class.ilFormPropertyGUI.php.
References ilUtil\stripSlashes().
Referenced by ilSamlIdpMetadataInputGUI\checkInput(), ilChatroomAuthInputGUI\getInput(), str(), and strArray().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 92 of file class.ilFormPropertyGUI.php.
References $DIC.
Referenced by getMultiIconsHTML(), ilSelectBuilderInputGUI\insert(), and ilTextWizardInputGUI\render().
Here is the caller graph for this function:| ilFormPropertyGUI::unserializeData | ( | string | $a_data | ) |
Definition at line 241 of file class.ilFormPropertyGUI.php.
References $data.
Referenced by readFromSession().
Here is the caller graph for this function:| ilFormPropertyGUI::writeToSession | ( | ) |
| Exception |
Definition at line 282 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 41 of file class.ilFormPropertyGUI.php.
Referenced by getAlert().
|
protected |
Definition at line 35 of file class.ilFormPropertyGUI.php.
Referenced by ilLinkInputGUI\executeCommand(), ilRepositorySelector2InputGUI\getHTML(), ilAlphabetInputGUI\getToolbarHTML(), ilRepositorySelector2InputGUI\render(), ilRepositorySelectorInputGUI\render(), ilLinkInputGUI\render(), ilRepositorySelectorInputGUI\reset(), ilRepositorySelectorInputGUI\selectRepositoryItem(), and ilRepositorySelectorInputGUI\showRepositorySelection().
|
protected |
Definition at line 52 of file class.ilFormPropertyGUI.php.
Referenced by getDisabled().
|
protected |
Definition at line 54 of file class.ilFormPropertyGUI.php.
Referenced by ilMatchingPairWizardInputGUI\insert(), and ilMatchingWizardInputGUI\insert().
|
protected |
Definition at line 44 of file class.ilFormPropertyGUI.php.
Referenced by getHiddenTitle().
Definition at line 50 of file class.ilFormPropertyGUI.php.
|
protected |
Definition at line 40 of file class.ilFormPropertyGUI.php.
Referenced by ilNonEditableValueGUI\getInfo(), and getInfo().
|
protected |
Definition at line 36 of file class.ilFormPropertyGUI.php.
Referenced by ilTaxAssignInputGUI\__construct(), ilTaxSelectInputGUI\__construct(), ilImageFileInputGUI\__construct(), ilMatrixRowWizardInputGUI\__construct(), ilCategoryWizardInputGUI\__construct(), ilRepositorySelectorInputGUI\__construct(), ilKprimChoiceWizardInputGUI\__construct(), ilMatchingWizardInputGUI\__construct(), ilDclCheckboxInputGUI\checkInput(), ilDclTextInputGUI\checkInput(), ilUriInputGUI\checkInput(), ilFormulaInputGUI\checkInput(), ilFontSizeInputGUI\checkInput(), ilRecurrenceInputGUI\checkInput(), ilRegExpInputGUI\checkInput(), ilBackgroundImageInputGUI\checkInput(), ilNumericStyleValueInputGUI\checkInput(), ilSelectBuilderInputGUI\checkInput(), ilCustomInputGUI\checkInput(), ilRadioGroupInputGUI\checkInput(), ilTextWizardInputGUI\checkInput(), ilScheduleInputGUI\checkInput(), ilAdvSelectInputGUI\checkInput(), ilEMailInputGUI\checkInput(), ilFileWizardInputGUI\checkInput(), ilUserLoginInputGUI\checkInput(), ilAlphabetInputGUI\checkInput(), ilBackgroundPositionInputGUI\checkInput(), ilLocationInputGUI\checkInput(), ilSelectInputGUI\checkInput(), ilTRBLBorderWidthInputGUI\checkInput(), ilCheckboxGroupInputGUI\checkInput(), ilTRBLNumericStyleValueInputGUI\checkInput(), ilRepositorySelectorInputGUI\checkInput(), ilTagInputGUI\checkInput(), ilMultiSelectInputGUI\checkInput(), ilDateTimeInputGUI\checkInput(), ilMatrixRowWizardInputGUI\checkInput(), ilExplorerSelectInputGUI\checkInput(), ilCSSRectInputGUI\checkInput(), ilPasswordInputGUI\checkInput(), ilImagemapFileInputGUI\checkInput(), ilTextInputGUI\checkInput(), ilCategoryWizardInputGUI\checkInput(), ilNumberInputGUI\checkInput(), ilDateDurationInputGUI\checkInput(), ilLinkInputGUI\checkInput(), ilTextAreaInputGUI\checkInput(), ilLinkInputGUI\executeCommand(), getMultiIconsHTML(), ilCountrySelectInputGUI\getOptions(), ilTaxAssignInputGUI\getOptions(), ilLogicalAnswerComparisonExpressionInputGUI\getPointsInputLabel(), ilAnswerWizardInputGUI\getPointsInputLabel(), ilLogicalAnswerComparisonExpressionInputGUI\getTextInputLabel(), ilAnswerWizardInputGUI\getTextInputLabel(), ilAlphabetInputGUI\getToolbarHTML(), ilLinkInputGUI\getTranslatedValue(), ilAssSingleChoiceCorrectionsInputGUI\insert(), ilAssErrorTextCorrectionsInputGUI\insert(), ilAssAnswerCorrectionsInputGUI\insert(), ilImagemapCorrectionsInputGUI\insert(), ilEssayKeywordWizardInputGUI\insert(), ilSelectBuilderInputGUI\insert(), ilWidthHeightInputGUI\insert(), ilEMailInputGUI\insert(), ilImageFileInputGUI\insert(), ilLocationInputGUI\insert(), ilBackgroundPositionInputGUI\insert(), ilTRBLBorderStyleInputGUI\insert(), ilMatrixRowWizardInputGUI\insert(), ilTRBLBorderWidthInputGUI\insert(), ilTRBLNumericStyleValueInputGUI\insert(), ilTRBLColorPickerInputGUI\insert(), ilFileWizardInputGUI\insert(), ilMatchingPairWizardInputGUI\insert(), ilMultipleChoiceWizardInputGUI\insert(), ilCSSRectInputGUI\insert(), ilErrorTextWizardInputGUI\insert(), ilMatchingWizardInputGUI\insert(), ilCategoryWizardInputGUI\insert(), ilImagemapFileInputGUI\insert(), ilTextAreaInputGUI\insert(), ilMultipleTextsInputGUI\onCheckInput(), ilMultiSelectInputGUI\render(), ilScheduleInputGUI\render(), ilExplorerSelectInputGUI\render(), ilDurationInputGUI\render(), ilRepositorySelectorInputGUI\render(), ilDateTimeInputGUI\render(), ilPasswordInputGUI\render(), ilNumberInputGUI\render(), ilTextInputGUI\render(), ilLinkInputGUI\render(), ilDateDurationInputGUI\render(), and ilClozeGapInputBuilderGUI\setValueByArray().
|
protected |
Definition at line 45 of file class.ilFormPropertyGUI.php.
Referenced by getMulti().
|
protected |
Definition at line 47 of file class.ilFormPropertyGUI.php.
|
protected |
Definition at line 46 of file class.ilFormPropertyGUI.php.
|
protected |
Definition at line 48 of file class.ilFormPropertyGUI.php.
Referenced by getMultiValues().
|
protected |
Definition at line 34 of file class.ilFormPropertyGUI.php.
Referenced by getParent(), and ilRepositorySelectorInputGUI\render().
|
protected |
Definition at line 33 of file class.ilFormPropertyGUI.php.
Referenced by getParentTable().
|
protected |
Definition at line 43 of file class.ilFormPropertyGUI.php.
Referenced by getParentForm().
|
protected |
Definition at line 39 of file class.ilFormPropertyGUI.php.
Referenced by getPostVar(), ilOrgUnitAuthorityInputGUI\getValue(), ilNonEditableValueGUI\render(), ilSelectInputGUI\render(), and ilTextInputGUI\render().
Definition at line 51 of file class.ilFormPropertyGUI.php.
|
protected |
Definition at line 49 of file class.ilFormPropertyGUI.php.
|
protected |
Definition at line 42 of file class.ilFormPropertyGUI.php.
Referenced by getRequired().
|
protected |
Definition at line 32 of file class.ilFormPropertyGUI.php.
|
protected |
Definition at line 38 of file class.ilFormPropertyGUI.php.
Referenced by ilIncomingMailInputGUI\__construct(), ilManualPlaceholderInputGUI\addPlaceholder(), ilNonEditableValueGUI\getTitle(), getTitle(), ilOrgUnitAuthorityInputGUI\getValue(), ilRepositorySelectorInputGUI\render(), and ilLinkInputGUI\render().
|
protected |
Definition at line 37 of file class.ilFormPropertyGUI.php.
Referenced by ilFontSizeInputGUI\checkInput(), ilBackgroundImageInputGUI\checkInput(), ilBackgroundPositionInputGUI\checkInput(), ilTRBLBorderWidthInputGUI\checkInput(), ilLinkInputGUI\getIntLinkAttributes(), ilLinkInputGUI\getTranslatedValue(), ilNonEditableValueGUI\getType(), getType(), ilDateTimeInputGUI\render(), ilDateDurationInputGUI\render(), and ilLinkInputGUI\setValueByIntLinkAttributes().