ILIAS
trunk Revision v11.0_alpha-1761-g6dbbfa7b760
|
This class represents a property in a property form. More...
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().
|
protected |
Definition at line 524 of file class.ilFormPropertyGUI.php.
References getRequestParam(), isRequestParamArray(), and ILIAS\Repository\refinery().
Referenced by ilDclGenericMultiInputGUI\checkInput(), ilBackgroundPositionInputGUI\getInput(), ilTRBLBorderStyleInputGUI\getInput(), ilMatrixRowWizardInputGUI\getInput(), ilTRBLBorderWidthInputGUI\getInput(), ilTRBLNumericStyleValueInputGUI\getInput(), ilTRBLColorPickerInputGUI\getInput(), ilIdentifiedMultiValuesInputGUI\getInput(), ilCategoryWizardInputGUI\getInput(), and ilImagemapFileInputGUI\getPostBody().
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().
ilFormPropertyGUI::clearFromSession | ( | ) |
Exception |
Definition at line 300 of file class.ilFormPropertyGUI.php.
References checkParentFormTable(), ilSession\clear(), and getSessionKey().
ilFormPropertyGUI::executeCommand | ( | ) |
Definition at line 86 of file class.ilFormPropertyGUI.php.
References ILIAS\Repository\ctrl().
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(), ilImageFileInputGUI\insert(), ilEMailInputGUI\insert(), ilUserLoginInputGUI\insert(), ilKprimChoiceWizardInputGUI\insert(), ilMatrixRowWizardInputGUI\insert(), ilSuggestedSolutionSelectorGUI\insert(), ilFileWizardInputGUI\insert(), ilTRBLColorPickerInputGUI\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(), ilSelectInputGUI\render(), ilMultiSelectInputGUI\render(), ilCheckboxGroupInputGUI\render(), ilChatroomAuthInputGUI\render(), ilDurationInputGUI\render(), ilDateTimeInputGUI\render(), ilPasswordInputGUI\render(), ilOrgUnitGenericMultiInputGUI\render(), ilDclGenericMultiInputGUI\render(), ilNumberInputGUI\render(), ilFileInputGUI\render(), ilTextInputGUI\render(), ilMultipleImagesInputGUI\render(), and ilDateDurationInputGUI\render().
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(), ilSelectBuilderInputGUI\insert(), ilImageFileInputGUI\insert(), ilEMailInputGUI\insert(), ilUserLoginInputGUI\insert(), ilMatrixRowWizardInputGUI\insert(), ilTRBLColorPickerInputGUI\insert(), ilFileWizardInputGUI\insert(), ilColorPickerInputGUI\insert(), ilCSSRectInputGUI\insert(), ilAnswerWizardInputGUI\insert(), ilCategoryWizardInputGUI\insert(), ilImagemapFileInputGUI\insert(), ilTextAreaInputGUI\insert(), ilDclGenericMultiInputGUI\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().
ilFormPropertyGUI::getFormLabelFor | ( | ) |
Get label "for" attribute value for form.
Definition at line 434 of file class.ilFormPropertyGUI.php.
References getFieldId().
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().
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().
ilFormPropertyGUI::getItemByPostVar | ( | string | $a_post_var | ) |
Get item by post var.
Definition at line 228 of file class.ilFormPropertyGUI.php.
References getPostVar(), and null.
ilFormPropertyGUI::getMulti | ( | ) |
Definition at line 346 of file class.ilFormPropertyGUI.php.
References $multi.
Referenced by ilSelectInputGUI\checkInput(), ilTextInputGUI\checkInput(), ilOrgUnitGenericMultiInputGUI\createInputPostVar(), ilDclGenericMultiInputGUI\createInputPostVar(), ilSelectInputGUI\getInput(), ilTextInputGUI\getInput(), ilDclGenericMultiInputGUI\insert(), ilOrgUnitGenericMultiInputGUI\insert(), ilNonEditableValueGUI\render(), ilSelectInputGUI\render(), ilOrgUnitGenericMultiInputGUI\render(), ilDclGenericMultiInputGUI\render(), ilTextInputGUI\render(), ilTaxAssignInputGUI\saveInput(), ilTaxAssignInputGUI\setCurrentValues(), ilTextInputGUI\setValue(), ilSelectInputGUI\setValue(), ilNonEditableValueGUI\setValue(), ilManualPlaceholderInputGUI\setValue(), ilOrgUnitGenericMultiInputGUI\setValueByArray(), and ilDclGenericMultiInputGUI\setValueByArray().
|
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().
ilFormPropertyGUI::getMultiValues | ( | ) |
Definition at line 356 of file class.ilFormPropertyGUI.php.
References $multi_values.
Referenced by ilOrgUnitAuthorityInputGUI\getValue(), ilSelectInputGUI\render(), and ilTextInputGUI\render().
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().
ilFormPropertyGUI::getParentTable | ( | ) |
Get parent table.
Definition at line 265 of file class.ilFormPropertyGUI.php.
References $parent_table.
Referenced by checkParentFormTable(), getSessionKey(), and ilRepositorySelectorInputGUI\render().
ilFormPropertyGUI::getPostVar | ( | ) |
Definition at line 123 of file class.ilFormPropertyGUI.php.
References $postvar.
Referenced by ilMultipleImagesInputGUI\__construct(), ilMMSubItemTableGUI\addAndReadFilterItem(), ilOrgUnitGenericMultiInputGUI\addInput(), ilDclGenericMultiInputGUI\addInput(), ilAssLongmenuCorrectionsInputGUI\buildTagInput(), ilDclCheckboxInputGUI\checkInput(), ilSamlIdpMetadataInputGUI\checkInput(), ilLuceneQueryInputGUI\checkInput(), ilDclTextInputGUI\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(), ilOrgUnitGenericMultiInputGUI\checkInput(), ilTextInputGUI\checkInput(), ilDclGenericMultiInputGUI\checkInput(), ilNumberInputGUI\checkInput(), ilDateDurationInputGUI\checkInput(), ilErrorTextWizardInputGUI\checkInput(), ilAnswerWizardInputGUI\checkInput(), ilLinkInputGUI\checkInput(), ilSingleChoiceWizardInputGUI\checkInput(), ilKprimChoiceWizardInputGUI\checkUploads(), ilKprimChoiceWizardInputGUI\collectValidFiles(), ilOrgUnitGenericMultiInputGUI\createInputPostVar(), ilDclGenericMultiInputGUI\createInputPostVar(), ilAdvSelectInputGUI\getAdvSelection(), ilImageFileInputGUI\getDeletionFlag(), ilFileInputGUI\getDeletionFlag(), getFieldId(), ilIdentifiedMultiValuesInputGUI\getFieldIdFromPostVar(), ilHiddenInputGUI\getInput(), ilColorPickerInputGUI\getInput(), ilNonEditableValueGUI\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(), ilWidthHeightInputGUI\insert(), ilSelectBuilderInputGUI\insert(), ilImageFileInputGUI\insert(), ilEMailInputGUI\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(), ilNestedListInputGUI\render(), ilRadioGroupInputGUI\render(), ilNonEditableValueGUI\render(), ilTextWizardInputGUI\render(), ilCheckboxInputGUI\render(), ilTagInputGUI\render(), ilMultiSelectInputGUI\render(), ilSelectInputGUI\render(), ilScheduleInputGUI\render(), ilExplorerSelectInputGUI\render(), ilCheckboxGroupInputGUI\render(), ilChatroomAuthInputGUI\render(), ilDurationInputGUI\render(), ilRepositorySelectorInputGUI\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(), ilHiddenInputGUI\setValueByArray(), ilUserLoginInputGUI\setValueByArray(), ilFileInputGUI\setValueByArray(), ilColorPickerInputGUI\setValueByArray(), ilRadioGroupInputGUI\setValueByArray(), ilOrgUnitAuthorityInputGUI\setValueByArray(), ilScheduleInputGUI\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(), ilSuggestedSolutionSelectorGUI\setValueByArray(), ilManualPlaceholderInputGUI\setValueByArray(), ilNonEditableValueGUI\setValueByArray(), ilOrgUnitGenericMultiInputGUI\setValueByArray(), ilDateDurationInputGUI\setValueByArray(), ilDclGenericMultiInputGUI\setValueByArray(), ilTRBLBorderStyleInputGUI\setValueByArray(), ilIdentifiedMultiValuesInputGUI\setValueByArray(), ilLinkInputGUI\setValueByArray(), ilBackgroundPositionInputGUI\setValueByArray(), ilTRBLNumericStyleValueInputGUI\setValueByArray(), ilTRBLBorderWidthInputGUI\setValueByArray(), ilTextAreaInputGUI\setValueByArray(), and ilRepositorySelectorInputGUI\showRepositorySelection().
|
protected |
Definition at line 574 of file class.ilFormPropertyGUI.php.
References ILIAS\FileDelivery\http(), and null.
Referenced by arrayArray(), ilFormulaInputGUI\getInput(), ilLogicalAnswerComparisonExpressionInputGUI\getInput(), int(), intArray(), raw(), ilEMailInputGUI\sanitize(), str(), and strArray().
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(), ilDclGenericMultiInputGUI\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().
|
protected |
Definition at line 288 of file class.ilFormPropertyGUI.php.
References getFieldId(), getParentForm(), and getParentTable().
Referenced by clearFromSession(), readFromSession(), and writeToSession().
ilFormPropertyGUI::getSubForm | ( | ) |
Definition at line 204 of file class.ilFormPropertyGUI.php.
References null.
ilFormPropertyGUI::getTableFilterLabelFor | ( | ) |
Get label "for" attribute value for filter.
Definition at line 426 of file class.ilFormPropertyGUI.php.
References getFieldId().
ilFormPropertyGUI::getTitle | ( | ) |
Definition at line 113 of file class.ilFormPropertyGUI.php.
References $title.
Referenced by ilCheckboxInputGUI\render(), ilSelectInputGUI\render(), ilTextInputGUI\render(), and ilMailFormGUI\showForm().
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().
|
protected |
Definition at line 450 of file class.ilFormPropertyGUI.php.
References getRequestParam(), int(), isRequestParamArray(), and ILIAS\Repository\refinery().
|
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().
|
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().
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().
|
static |
Remove prohibited characters see #19159.
Definition at line 406 of file class.ilFormPropertyGUI.php.
Referenced by ilLMObject\saveTitle().
ilFormPropertyGUI::serializeData | ( | ) |
Definition at line 236 of file class.ilFormPropertyGUI.php.
References ILIAS\UI\Implementation\Component\Input\getValue().
Referenced by writeToSession().
ilFormPropertyGUI::setAlert | ( | string | $a_alert | ) |
Definition at line 145 of file class.ilFormPropertyGUI.php.
Referenced by ilDclCheckboxInputGUI\checkInput(), ilSamlIdpMetadataInputGUI\checkInput(), ilLuceneQueryInputGUI\checkInput(), ilDclTextInputGUI\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(), ilOrgUnitGenericMultiInputGUI\checkInput(), ilTextInputGUI\checkInput(), ilDclGenericMultiInputGUI\checkInput(), ilCategoryWizardInputGUI\checkInput(), ilNumberInputGUI\checkInput(), ilDateDurationInputGUI\checkInput(), ilErrorTextWizardInputGUI\checkInput(), ilAnswerWizardInputGUI\checkInput(), ilLinkInputGUI\checkInput(), ilSingleChoiceWizardInputGUI\checkInput(), ilTextAreaInputGUI\checkInput(), ilKprimChoiceWizardInputGUI\checkUploads(), ilMultipleTextsInputGUI\onCheckInput(), and ilMultipleImagesInputGUI\onCheckInput().
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(), ilObjPollGUI\initQuestionForm(), ilLTIConsumeProviderFormGUI\initToolConfigForm(), and ilDclFileFieldRepresentation\requiredWorkaroundForInputField().
ilFormPropertyGUI::setHiddenTitle | ( | string | $a_val | ) |
Definition at line 215 of file class.ilFormPropertyGUI.php.
Referenced by ilImageFileInputGUI\__construct(), and ilFileInputGUI\__construct().
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(), ilMailCronOrphanedMails\addCustomSettingsToForm(), 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(), ilObjSAHSLearningModuleGUI\initCreateForm(), ilObjPortfolioGUI\initCreatePortfolioFromTemplateForm(), ilPCGridGUI\initCreationForm(), ilExcCriteriaText\initCustomForm(), ilObjPortfolioTemplateGUI\initDidacticTemplate(), ilObjItemGroupGUI\initEditCustomForm(), ilObjBookingPoolGUI\initEditCustomForm(), ilObjCategoryGUI\initEditForm(), ilObjCourseGUI\initEditForm(), ilLTIConsumerSettingsFormGUI\initForm(), ilLTIConsumeProviderFormGUI\initForm(), ilPCMyCoursesGUI\initForm(), ilBookingScheduleGUI\initForm(), ilDclFieldEditGUI\initForm(), ilPCSectionGUI\initForm(), ilObjMediaObjectGUI\initForm(), ilObjGroupGUI\initForm(), ilConditionHandlerGUI\initFormCondition(), ilObjUserFolderGUI\initFormGeneralSettings(), ilConsultationHoursGUI\initFormSequence(), ilObjAwarenessAdministrationGUI\initFormSettings(), 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(), ilObjSurveyAdministrationGUI\initSettingsForm(), ilObjFileServicesGUI\initSettingsForm(), ilBadgeProfileGUI\initSettingsForm(), ilObjRoleFolderGUI\initSettingsForm(), ilLTIConsumeProviderFormGUI\initToolConfigForm(), ilPCQuestionGUI\insert(), ilObjLanguageExtGUI\maintainObject(), ilAdvancedMDRecordTranslations\modifyTranslationInfoForDescription(), ilAdvancedMDFieldTranslations\modifyTranslationInfoForDescription(), ilAdvancedMDRecordTranslations\modifyTranslationInfoForTitle(), ilAdvancedMDFieldTranslations\modifyTranslationInfoForTitle(), assKprimChoiceGUI\populateAnswerSpecificFormPart(), assKprimChoiceGUI\populateCorrectionsFormProperties(), assKprimChoiceGUI\populateQuestionSpecificFormPart(), assNumericGUI\populateQuestionSpecificFormPart(), assMultipleChoiceGUI\populateQuestionSpecificFormPart(), ilLDAPSettingsGUI\roleMapping(), ilDclBaseFieldRepresentation\setupInputField(), ilConditionHandlerGUI\showObligatoryForm(), and ILIAS\Object\Properties\CoreProperties\TileImage\ilObjectPropertyTileImage\toLegacyForm().
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().
ilFormPropertyGUI::setMultiValues | ( | array | $a_values | ) |
Definition at line 351 of file class.ilFormPropertyGUI.php.
Referenced by ilSelectInputGUI\setValue(), ilNonEditableValueGUI\setValue(), and ilManualPlaceholderInputGUI\setValue().
ilFormPropertyGUI::setParent | ( | ilFormPropertyGUI | $a_val | ) |
Definition at line 194 of file class.ilFormPropertyGUI.php.
Referenced by ilSubEnabledFormPropertyGUI\addSubItem().
ilFormPropertyGUI::setParentForm | ( | ilPropertyFormGUI | $a_parentform | ) |
Definition at line 183 of file class.ilFormPropertyGUI.php.
Referenced by ilPCSectionGUI\initForm().
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(), and ilLDAPSettingsGUI\initRoleMappingForm().
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(), ilAdvancedMDFieldDefinitionFloat\addCustomFieldToDefinitionForm(), ilCronOerHarvester\addCustomSettingsToForm(), ilExAssTypePortfolioGUI\addEditFormCustomProperties(), ilExAssTypeWikiTeamGUI\addEditFormCustomProperties(), SurveyMatrixQuestionGUI\addFieldsToEditForm(), SurveyMultipleChoiceQuestionGUI\addFieldsToEditForm(), SurveyMetricQuestionGUI\addFieldsToEditForm(), SurveyTextQuestionGUI\addFieldsToEditForm(), SurveySingleChoiceQuestionGUI\addFieldsToEditForm(), ilDclGenericMultiInputGUI\addInput(), ilExAssignmentEditorGUI\addMailTemplatesRadio(), ilECSObjectSettings\addSettingsToForm(), ilMembershipNotifications\addToSettingsForm(), ilTestRandomQuestionSetGeneralConfigFormGUI\build(), ilTestRandomQuestionSetPoolDefinitionFormGUI\build(), ilDclSelectionFieldRepresentation\buildFieldCreationInput(), ilCmiXapiSettingsGUI\buildForm(), ilAssQuestionHintGUI\buildForm(), ilTestPasswordProtectionGUI\buildPasswordForm(), ilAssQuestionSkillAssignmentPropertyFormGUI\buildResultSkillPointsInputField(), ilAssClozeTestFeedback\completeSpecificFormProperties(), ilDidacticTemplateSettingsGUI\editImportForm(), ilUserStartingPointGUI\getCalenderSubInputs(), ilObjStyleSheetGUI\getCloneForm(), ilObjMailGUI\getExternalSettingsForm(), ilObjStyleSheetGUI\getImportForm(), ilAccessibilityUserHasLanguageCriterionGUI\getSelection(), ilUserStartingPointGUI\getStartingPointSelectionInput(), ilObjTestGUI\getTargetQuestionpoolForm(), ilObjUserFolderGUI\initAccessRestrictionForm(), ilPageObjectGUI\initActivationForm(), ilObjMediaCastGUI\initAddCastItemForm(), ilRegistrationSettingsGUI\initAddCodesForm(), ilPCFileItemGUI\initAddFileForm(), ilPortfolioRoleAssignmentGUI\initAssignmentForm(), ilExAssignmentEditorGUI\initAssignmentForm(), ilExSubmissionTextGUI\initAssignmentTextForm(), ilBadgeManagementGUI\initBadgeForm(), ilECSSettingsGUI\initCategoryMappingForm(), ilObjStyleSheetGUI\initColorForm(), ilObjPortfolioTemplateGUI\initCopyPageFormOptions(), ilObjPortfolioGUI\initCopyPageFormOptions(), ilObjCmiXapiGUI\initCreateForm(), ilObjSAHSLearningModuleGUI\initCreateForm(), ilObjPortfolioGUI\initCreateFromTemplateForm(), ilPCLayoutTemplateGUI\initCreationForm(), ilBlogPostingGUI\initDateForm(), ilObjBookingPoolGUI\initEditCustomForm(), SurveyQuestionGUI\initEditForm(), ilPCFileListGUI\initEditForm(), ilDidacticTemplateSettingsGUI\initEditTemplate(), ilSurveyParticipantsGUI\initExternalRaterForm(), ilObjectCustomUserFieldsGUI\initFieldForm(), ilWebDAVMountInstructionsDocumentFormGUI\initForm(), ilLTIConsumerSettingsFormGUI\initForm(), ilLTIConsumeProviderFormGUI\initForm(), ilContainerNewsSettingsGUI\initForm(), ilLOTestAssignmentForm\initForm(), ilPCContentTemplateGUI\initForm(), ilOrgUnitSimpleUserImportGUI\initForm(), ilPCMapGUI\initForm(), ilPCConsultationHoursGUI\initForm(), ilPCBlogGUI\initForm(), ilPCVerificationGUI\initForm(), ilPCSkillsGUI\initForm(), ilOrgUnitSimpleImportGUI\initForm(), ilBookingScheduleGUI\initForm(), ilObjCourseGroupingGUI\initForm(), ilPCSectionGUI\initForm(), ilCustomUserFieldsGUI\initForm(), ilBookingObjectGUI\initForm(), ilObjUserGUI\initForm(), ilContainerGUI\initFormPasswordInstruction(), ilCourseObjectivesGUI\initFormRandom(), ilAuthShibbolethSettingsGUI\initFormRoleAssignment(), ilLDAPSettingsGUI\initFormRoleAssignments(), ilCASSettingsGUI\initFormSettings(), ilObjSystemCheckGUI\initFormTrash(), ilPersonalSettingsGUI\initGeneralSettingsForm(), ilObjBadgeAdministrationGUI\initImageTemplateForm(), ilDclRecordListGUI\initImportForm(), ilPermissionGUI\initImportForm(), ilCronManagerGUI\initLegacyEditForm(), 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(), ilUnitConfigurationGUI\initUnitForm(), ilObjSCORMLearningModuleGUI\newModuleVersion(), ilMailingListsGUI\performDeleteMembers(), assMatchingQuestionGUI\populateAnswerSpecificFormPart(), assTextSubsetGUI\populateAnswerSpecificFormPart(), assTextQuestionGUI\populateAnswerSpecificFormPart(), assSingleChoiceGUI\populateAnswerSpecificFormPart(), assMultipleChoiceGUI\populateAnswerSpecificFormPart(), assTextSubsetGUI\populateCorrectionsFormProperties(), assLongMenuGUI\populateCorrectionsFormProperties(), assSingleChoiceGUI\populateCorrectionsFormProperties(), assKprimChoiceGUI\populateCorrectionsFormProperties(), assMultipleChoiceGUI\populateCorrectionsFormProperties(), assMatchingQuestionGUI\populateCorrectionsFormProperties(), ilAssQuestionSkillAssignmentPropertyFormGUI\populateFullProperties(), assKprimChoiceGUI\populateQuestionSpecificFormPart(), 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().
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().
|
protected |
Definition at line 98 of file class.ilFormPropertyGUI.php.
Referenced by ilCountrySelectInputGUI\__construct(), ilTaxAssignInputGUI\__construct(), ilTaxSelectInputGUI\__construct(), ilHiddenInputGUI\__construct(), ilRadioGroupInputGUI\__construct(), ilRegExpInputGUI\__construct(), ilColorPickerInputGUI\__construct(), ilCheckboxGroupInputGUI\__construct(), ilCustomInputGUI\__construct(), ilBackgroundImageInputGUI\__construct(), ilFontSizeInputGUI\__construct(), ilNumericStyleValueInputGUI\__construct(), ilNestedListInputGUI\__construct(), ilCheckboxInputGUI\__construct(), ilUriInputGUI\__construct(), ilAdvSelectInputGUI\__construct(), ilImageFileInputGUI\__construct(), ilWidthHeightInputGUI\__construct(), ilLocationInputGUI\__construct(), ilRepositorySelector2InputGUI\__construct(), ilSelectInputGUI\__construct(), ilBackgroundPositionInputGUI\__construct(), ilDateTimeInputGUI\__construct(), ilMultiSelectInputGUI\__construct(), ilDurationInputGUI\__construct(), ilTRBLBorderStyleInputGUI\__construct(), ilSuggestedSolutionSelectorGUI\__construct(), ilTRBLBorderWidthInputGUI\__construct(), ilDclGenericMultiInputGUI\__construct(), ilTRBLNumericStyleValueInputGUI\__construct(), ilTRBLColorPickerInputGUI\__construct(), ilRepositorySelectorInputGUI\__construct(), ilFileInputGUI\__construct(), ilDateDurationInputGUI\__construct(), ilTextInputGUI\__construct(), ilExplorerSelectInputGUI\__construct(), ilLinkInputGUI\__construct(), ilOrgUnitGenericMultiInputGUI\__construct(), ilTextAreaInputGUI\__construct(), and ilTagInputGUI\__construct().
|
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().
|
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(), ilNestedListInputGUI\getInput(), ilFontSizeInputGUI\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().
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().
|
protected |
Definition at line 92 of file class.ilFormPropertyGUI.php.
References $DIC.
Referenced by getMultiIconsHTML(), ilSelectBuilderInputGUI\insert(), and ilTextWizardInputGUI\render().
ilFormPropertyGUI::unserializeData | ( | string | $a_data | ) |
Definition at line 241 of file class.ilFormPropertyGUI.php.
References $data.
Referenced by readFromSession().
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().
|
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().
|
protected |
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(), ilFileInputGUI\__construct(), ilMatchingWizardInputGUI\__construct(), ilDclCheckboxInputGUI\checkInput(), ilDclTextInputGUI\checkInput(), ilUriInputGUI\checkInput(), ilFormulaInputGUI\checkInput(), ilFontSizeInputGUI\checkInput(), ilRecurrenceInputGUI\checkInput(), ilNumericStyleValueInputGUI\checkInput(), ilRegExpInputGUI\checkInput(), ilBackgroundImageInputGUI\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(), ilTRBLBorderWidthInputGUI\checkInput(), ilSelectInputGUI\checkInput(), ilCheckboxGroupInputGUI\checkInput(), ilTRBLNumericStyleValueInputGUI\checkInput(), ilRepositorySelectorInputGUI\checkInput(), ilTagInputGUI\checkInput(), ilMultiSelectInputGUI\checkInput(), ilDateTimeInputGUI\checkInput(), ilMatrixRowWizardInputGUI\checkInput(), ilExplorerSelectInputGUI\checkInput(), ilCSSRectInputGUI\checkInput(), ilFileInputGUI\checkInput(), ilPasswordInputGUI\checkInput(), ilImagemapFileInputGUI\checkInput(), ilTextInputGUI\checkInput(), ilDclGenericMultiInputGUI\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(), ilFileInputGUI\outputSuffixes(), ilMultiSelectInputGUI\render(), ilScheduleInputGUI\render(), ilExplorerSelectInputGUI\render(), ilRepositorySelectorInputGUI\render(), ilDurationInputGUI\render(), ilDateTimeInputGUI\render(), ilPasswordInputGUI\render(), ilNumberInputGUI\render(), ilFileInputGUI\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().