|
ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
|
This class represents a property in a property form. More...
Inheritance diagram for ilFormPropertyGUI:
Collaboration diagram for ilFormPropertyGUI:Public Member Functions | |
| __construct ($a_title="", $a_postvar="") | |
| Constructor. More... | |
| executeCommand () | |
| Execute command. More... | |
| getType () | |
| Get Type. More... | |
| setTitle ($a_title) | |
| Set Title. More... | |
| getTitle () | |
| Get Title. More... | |
| setPostVar ($a_postvar) | |
| Set Post Variable. More... | |
| getPostVar () | |
| Get Post Variable. More... | |
| getFieldId () | |
| Get Post Variable. More... | |
| setInfo ($a_info) | |
| Set Information Text. More... | |
| getInfo () | |
| Get Information Text. More... | |
| setAlert ($a_alert) | |
| Set Alert Text. More... | |
| getAlert () | |
| Get Alert Text. More... | |
| setRequired ($a_required) | |
| Set Required. More... | |
| getRequired () | |
| Get Required. More... | |
| setDisabled ($a_disabled) | |
| Set Disabled. More... | |
| getDisabled () | |
| Get Disabled. More... | |
| checkInput () | |
| Check input, strip slashes etc. More... | |
| setParentForm ($a_parentform) | |
| Set Parent Form. More... | |
| getParentForm () | |
| Get Parent Form. More... | |
| setParent ($a_val) | |
| Set Parent GUI object. More... | |
| getParent () | |
| Get Parent GUI object. More... | |
| getSubForm () | |
| Get sub form html. More... | |
| hideSubForm () | |
| Sub form hidden on init? More... | |
| setHiddenTitle ($a_val) | |
| Set hidden title (for screenreaders) More... | |
| getHiddenTitle () | |
| Get hidden title. More... | |
| getItemByPostVar ($a_post_var) | |
| Get item by post var. More... | |
| serializeData () | |
| serialize data More... | |
| unserializeData ($a_data) | |
| unserialize data More... | |
| writeToSession () | |
| Write to session. More... | |
| clearFromSession () | |
| Clear session value. More... | |
| readFromSession () | |
| Read from session. More... | |
| getHiddenTag ($a_post_var, $a_value) | |
| Get hidden tag (used for disabled properties) More... | |
| setMulti ($a_multi, $a_sortable=false, $a_addremove=true) | |
| Set Multi. More... | |
| getMulti () | |
| Get Multi. More... | |
| setMultiValues (array $a_values) | |
| Set multi values. More... | |
| getMultiValues () | |
| Get multi values. More... | |
| getContentOutsideFormTag () | |
| Get content that has to reside outside of the parent form tag, e.g. More... | |
| stripSlashesAddSpaceFallback ($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... | |
Static Public Member Functions | |
| static | removeProhibitedCharacters ($a_text) |
| Remove prohibited characters see #19159. More... | |
Protected Member Functions | |
| setType ($a_type) | |
| Set Type. More... | |
| getMultiIconsHTML () | |
| Get HTML for multiple value icons. More... | |
Protected Attributes | |
| $ctrl | |
| $lng | |
| $type | |
| $title | |
| $postvar | |
| $info | |
| $alert | |
| $required = false | |
| $parentgui | |
| $parentform | |
| $hidden_title = "" | |
| $multi = false | |
| $multi_sortable = false | |
| $multi_addremove = true | |
| $multi_values | |
This class represents a property in a property form.
Definition at line 11 of file class.ilFormPropertyGUI.php.
| ilFormPropertyGUI::__construct | ( | $a_title = "", |
|
$a_postvar = "" |
|||
| ) |
Constructor.
| string | $a_title | Title |
| string | $a_postvar | Post Variable |
Reimplemented in ilRecurrenceInputGUI, ilLuceneQueryInputGUI, ilGloAdvColSortInputGUI, ilScheduleInputGUI, ilDclGenericMultiInputGUI, ilOrgUnitGenericMultiInputGUI, ilOrgUnitMultiLineInputGUI, ilCategoryWizardInputGUI, ilMatrixRowWizardInputGUI, ilRandomTestROInputGUI, ilAnswerWizardInputGUI, ilErrorTextWizardInputGUI, ilImageWizardInputGUI, ilKprimChoiceWizardInputGUI, ilKVPWizardInputGUI, ilMatchingPairWizardInputGUI, ilMatchingWizardInputGUI, ilSingleChoiceWizardInputGUI, ilSuggestedSolutionSelectorGUI, ilImagemapFileInputGUI, ilAdvSelectInputGUI, ilAlphabetInputGUI, ilCheckboxGroupInputGUI, ilCheckboxInputGUI, ilColorPickerInputGUI, ilCombinationInputGUI, ilCountrySelectInputGUI, ilCSSRectInputGUI, ilCustomInputGUI, ilDateDurationInputGUI, ilDateTimeInputGUI, ilDragDropFileInputGUI, ilDurationInputGUI, ilEMailInputGUI, ilFeedUrlInputGUI, ilFileInputGUI, ilFileWizardInputGUI, ilFlashFileInputGUI, ilFormulaInputGUI, ilIdentifiedMultiValuesInputGUI, ilImageFileInputGUI, ilLinkInputGUI, ilLocationInputGUI, ilMultipleImagesInputGUI, ilMultipleTextsInputGUI, ilMultiSelectInputGUI, ilNestedListInputGUI, ilNumberInputGUI, ilPasswordInputGUI, ilRadioGroupInputGUI, ilRegExpInputGUI, ilRepositorySelectorInputGUI, ilSelectBuilderInputGUI, ilSelectInputGUI, ilTagInputGUI, ilTextAreaInputGUI, ilTextInputGUI, ilTextWizardInputGUI, ilUriInputGUI, ilUserLoginInputGUI, ilWidthHeightInputGUI, ilCopyrightInputGUI, ilTypicalLearningTimeInputGUI, ilBackgroundImageInputGUI, ilBackgroundPositionInputGUI, ilFontSizeInputGUI, ilNumericStyleValueInputGUI, ilTRBLBorderStyleInputGUI, ilTRBLBorderWidthInputGUI, ilTRBLColorPickerInputGUI, ilTRBLNumericStyleValueInputGUI, ilCharSelectorRadioGroupInputGUI, ilCaptchaInputGUI, and ilMultipleNestedOrderingElementsInputGUI.
Definition at line 43 of file class.ilFormPropertyGUI.php.
References $DIC, setDisabled(), setPostVar(), and setTitle().
Here is the call graph for this function:| ilFormPropertyGUI::checkInput | ( | ) |
Check input, strip slashes etc.
set alert, if input is not ok.
Reimplemented in ilScheduleInputGUI, ilChatroomAuthInputGUI, ilChatroomSmiliesCurrentSmileyFormElement, ilChatroomMessageDeletionThresholdInputGUI, ilDclCheckboxInputGUI, ilDclGenericMultiInputGUI, ilDclTextInputGUI, ilGloAdvColSortInputGUI, ilOrgUnitGenericMultiInputGUI, ilOrgUnitMultiLineInputGUI, ilCategoryWizardInputGUI, ilMatrixRowWizardInputGUI, ilRandomTestROInputGUI, ilAnswerWizardInputGUI, ilErrorTextWizardInputGUI, ilEssayKeywordWizardInputGUI, ilImageWizardInputGUI, ilKprimChoiceWizardInputGUI, ilKVPWizardInputGUI, ilMatchingPairWizardInputGUI, ilMatchingWizardInputGUI, ilMultipleChoiceWizardInputGUI, ilSingleChoiceWizardInputGUI, ilSolutionTitleInputGUI, ilSuggestedSolutionSelectorGUI, ilClozeGapInputBuilderGUI, ilAssAnswerCorrectionsInputGUI, ilAssClozeTestCombinationVariantsInputGUI, ilAssErrorTextCorrectionsInputGUI, ilAssLongmenuCorrectionsInputGUI, ilAssMatchingPairCorrectionsInputGUI, ilAssMultipleChoiceCorrectionsInputGUI, ilAssSingleChoiceCorrectionsInputGUI, ilImagemapCorrectionsInputGUI, ilImagemapFileInputGUI, ilKprimChoiceCorrectionsInputGUI, ilRecurrenceInputGUI, ilCaptchaInputGUI, ilAdvSelectInputGUI, ilAlphabetInputGUI, ilCheckboxGroupInputGUI, ilCheckboxInputGUI, ilColorPickerInputGUI, ilCombinationInputGUI, ilCSSRectInputGUI, ilCustomInputGUI, ilDateDurationInputGUI, ilDateTimeInputGUI, ilDragDropFileInputGUI, ilDurationInputGUI, ilEMailInputGUI, ilFeedUrlInputGUI, ilFileInputGUI, ilFileStandardDropzoneInputGUI, ilFileWizardInputGUI, ilFlashFileInputGUI, ilFormulaInputGUI, ilHiddenInputGUI, ilIdentifiedMultiValuesInputGUI, ilLinkInputGUI, ilLocationInputGUI, ilMultiSelectInputGUI, ilNestedListInputGUI, ilNonEditableValueGUI, ilNumberInputGUI, ilPasswordInputGUI, ilRadioGroupInputGUI, ilRegExpInputGUI, ilRepositorySelectorInputGUI, ilSelectBuilderInputGUI, ilSelectInputGUI, ilTagInputGUI, ilTextAreaInputGUI, ilTextInputGUI, ilTextWizardInputGUI, ilUriInputGUI, ilUserLoginInputGUI, ilIncomingMailInputGUI, ilMailQuickFilterInputGUI, ilManualPlaceholderInputGUI, ilWidthHeightInputGUI, ilCopyrightInputGUI, ilTypicalLearningTimeInputGUI, ilSamlIdpMetadataInputGUI, ilLuceneQueryInputGUI, ilBackgroundImageInputGUI, ilBackgroundPositionInputGUI, ilFontSizeInputGUI, ilNumericStyleValueInputGUI, ilTRBLBorderStyleInputGUI, ilTRBLBorderWidthInputGUI, ilTRBLColorPickerInputGUI, ilTRBLNumericStyleValueInputGUI, ilCharSelectorRadioGroupInputGUI, and ilExplorerSelectInputGUI.
Definition at line 225 of file class.ilFormPropertyGUI.php.
| ilFormPropertyGUI::clearFromSession | ( | ) |
Clear session value.
Definition at line 360 of file class.ilFormPropertyGUI.php.
References $_SESSION, getFieldId(), and getParent().
Here is the call graph for this function:| ilFormPropertyGUI::executeCommand | ( | ) |
Execute command.
Reimplemented in ilLinkInputGUI.
Definition at line 57 of file class.ilFormPropertyGUI.php.
| ilFormPropertyGUI::getAlert | ( | ) |
Get Alert Text.
Definition at line 175 of file class.ilFormPropertyGUI.php.
References $alert.
| ilFormPropertyGUI::getContentOutsideFormTag | ( | ) |
Get content that has to reside outside of the parent form tag, e.g.
panels/layers
Reimplemented in ilLinkInputGUI.
Definition at line 485 of file class.ilFormPropertyGUI.php.
| ilFormPropertyGUI::getDisabled | ( | ) |
Get Disabled.
Definition at line 215 of file class.ilFormPropertyGUI.php.
Referenced by ilIncomingMailInputGUI\addSubOptions(), ilDateDurationInputGUI\checkInput(), ilDateTimeInputGUI\checkInput(), ilFileInputGUI\checkInput(), ilCategoryWizardInputGUI\insert(), ilMatrixRowWizardInputGUI\insert(), ilAnswerWizardInputGUI\insert(), ilEssayKeywordWizardInputGUI\insert(), ilMatchingWizardInputGUI\insert(), ilMultipleChoiceWizardInputGUI\insert(), ilSingleChoiceWizardInputGUI\insert(), ilColorPickerInputGUI\insert(), ilCSSRectInputGUI\insert(), ilFileWizardInputGUI\insert(), ilImageFileInputGUI\insert(), ilSelectBuilderInputGUI\insert(), ilTextAreaInputGUI\insert(), ilUserLoginInputGUI\insert(), ilTRBLColorPickerInputGUI\insert(), ilSuggestedSolutionSelectorGUI\insert(), ilCopyrightInputGUI\insert(), ilEMailInputGUI\insert(), ilDclMultiTextInputGUI\render(), ilFileInputGUI\render(), ilMultipleImagesInputGUI\render(), ilMultipleTextsInputGUI\render(), ilSelectInputGUI\render(), ilTextWizardInputGUI\render(), ilMailQuickFilterInputGUI\render(), ilCheckboxGroupInputGUI\render(), ilCheckboxInputGUI\render(), ilDclGenericMultiInputGUI\render(), ilOrgUnitGenericMultiInputGUI\render(), ilOrgUnitMultiLineInputGUI\render(), ilDateDurationInputGUI\render(), ilDateTimeInputGUI\render(), ilDurationInputGUI\render(), ilMultiSelectInputGUI\render(), ilNonEditableValueGUI\render(), ilNumberInputGUI\render(), ilPasswordInputGUI\render(), and ilRadioGroupInputGUI\render().
Here is the caller graph for this function:| ilFormPropertyGUI::getFieldId | ( | ) |
Get Post Variable.
Definition at line 132 of file class.ilFormPropertyGUI.php.
References getPostVar().
Referenced by ilADTSearchBridge\addToParentElement(), clearFromSession(), ilIdentifiedMultiValuesInputGUI\getFieldIdFromPostVar(), ilDateDurationInputGUI\getFormLabelFor(), getFormLabelFor(), getMultiIconsHTML(), ilDateDurationInputGUI\getTableFilterLabelFor(), getTableFilterLabelFor(), ilHiddenInputGUI\getToolbarHTML(), ilCategoryWizardInputGUI\insert(), ilMatrixRowWizardInputGUI\insert(), ilAnswerWizardInputGUI\insert(), ilEssayKeywordWizardInputGUI\insert(), ilImageWizardInputGUI\insert(), ilKVPWizardInputGUI\insert(), ilMatchingPairWizardInputGUI\insert(), ilMatchingWizardInputGUI\insert(), ilMultipleChoiceWizardInputGUI\insert(), ilSingleChoiceWizardInputGUI\insert(), ilImagemapCorrectionsInputGUI\insert(), ilImagemapFileInputGUI\insert(), ilColorPickerInputGUI\insert(), ilCSSRectInputGUI\insert(), ilFileWizardInputGUI\insert(), ilFlashFileInputGUI\insert(), ilHiddenInputGUI\insert(), ilImageFileInputGUI\insert(), ilSelectBuilderInputGUI\insert(), ilTextAreaInputGUI\insert(), ilUserLoginInputGUI\insert(), ilTRBLColorPickerInputGUI\insert(), ilDclGenericMultiInputGUI\insert(), ilOrgUnitMultiLineInputGUI\insert(), ilCopyrightInputGUI\insert(), ilEMailInputGUI\insert(), ilScheduleInputGUI\render(), ilDclMultiTextInputGUI\render(), ilFileInputGUI\render(), ilMultipleTextsInputGUI\render(), ilSelectInputGUI\render(), ilTagInputGUI\render(), ilTextWizardInputGUI\render(), ilMailQuickFilterInputGUI\render(), ilRepositorySelectorInputGUI\render(), ilExplorerSelectInputGUI\render(), ilCheckboxGroupInputGUI\render(), ilCheckboxInputGUI\render(), ilMailTemplateSelectInputGUI\render(), ilGloAdvColSortInputGUI\render(), ilMultiSelectInputGUI\render(), ilNonEditableValueGUI\render(), ilNumberInputGUI\render(), ilPasswordInputGUI\render(), ilRadioGroupInputGUI\render(), ilRepositorySelectorInputGUI\reset(), ilRepositorySelectorInputGUI\selectRepositoryItem(), ilSelectInputGUI\setHideSubForm(), and writeToSession().
Here is the call graph for this function:
Here is the caller graph for this function:| ilFormPropertyGUI::getFormLabelFor | ( | ) |
Get label "for" attribute value for form.
Reimplemented in ilDateDurationInputGUI, and ilRadioGroupInputGUI.
Definition at line 528 of file class.ilFormPropertyGUI.php.
References getFieldId().
Here is the call graph for this function:| ilFormPropertyGUI::getHiddenTag | ( | $a_post_var, | |
| $a_value | |||
| ) |
Get hidden tag (used for disabled properties)
Definition at line 384 of file class.ilFormPropertyGUI.php.
References ilUtil\prepareFormOutput().
Referenced by ilTextAreaInputGUI\insert(), ilCopyrightInputGUI\insert(), ilEMailInputGUI\insert(), ilSelectInputGUI\render(), ilMailQuickFilterInputGUI\render(), and ilRadioGroupInputGUI\render().
Here is the call graph for this function:
Here is the caller graph for this function:| ilFormPropertyGUI::getHiddenTitle | ( | ) |
Get hidden title.
Definition at line 303 of file class.ilFormPropertyGUI.php.
References $hidden_title.
| ilFormPropertyGUI::getInfo | ( | ) |
Get Information Text.
Reimplemented in ilNonEditableValueGUI.
Definition at line 155 of file class.ilFormPropertyGUI.php.
References $info.
Referenced by ilDclBaseFieldRepresentation\setupInputField().
Here is the caller graph for this function:| ilFormPropertyGUI::getItemByPostVar | ( | $a_post_var | ) |
Get item by post var.
Reimplemented in ilCheckboxGroupInputGUI, ilRadioGroupInputGUI, ilSubEnabledFormPropertyGUI, and ilIncomingMailInputGUI.
Definition at line 313 of file class.ilFormPropertyGUI.php.
References getPostVar().
Here is the call graph for this function:| ilFormPropertyGUI::getMulti | ( | ) |
Get Multi.
Reimplemented in ilOrgUnitAuthorityInputGUI.
Definition at line 415 of file class.ilFormPropertyGUI.php.
References $multi.
Referenced by ilSelectInputGUI\checkInput(), ilTextInputGUI\checkInput(), ilOrgUnitGenericMultiInputGUI\createInputPostVar(), ilOrgUnitMultiLineInputGUI\createInputPostVar(), ilDclGenericMultiInputGUI\createInputPostVar(), ilDclGenericMultiInputGUI\insert(), ilOrgUnitGenericMultiInputGUI\insert(), ilOrgUnitMultiLineInputGUI\insert(), ilSelectInputGUI\render(), ilMailQuickFilterInputGUI\render(), ilDclGenericMultiInputGUI\render(), ilOrgUnitGenericMultiInputGUI\render(), ilOrgUnitMultiLineInputGUI\render(), ilNonEditableValueGUI\render(), ilTaxAssignInputGUI\saveInput(), ilTaxAssignInputGUI\setCurrentValues(), ilNonEditableValueGUI\setValue(), ilSelectInputGUI\setValue(), ilTextInputGUI\setValue(), ilManualPlaceholderInputGUI\setValue(), ilDclGenericMultiInputGUI\setValueByArray(), ilOrgUnitGenericMultiInputGUI\setValueByArray(), and ilOrgUnitMultiLineInputGUI\setValueByArray().
Here is the caller graph for this function:
|
protected |
Get HTML for multiple value icons.
| bool | $a_sortable |
Definition at line 446 of file class.ilFormPropertyGUI.php.
References $lng, $tpl, ilGlyphGUI\ADD, ilGlyphGUI\DOWN, ilGlyphGUI\get(), getFieldId(), ilGlyphGUI\REMOVE, and ilGlyphGUI\UP.
Referenced by ilSelectInputGUI\render(), and ilNonEditableValueGUI\render().
Here is the call graph for this function:
Here is the caller graph for this function:| ilFormPropertyGUI::getMultiValues | ( | ) |
Get multi values.
Reimplemented in ilDclMultiTextInputGUI, and ilIdentifiedMultiValuesInputGUI.
Definition at line 435 of file class.ilFormPropertyGUI.php.
References $multi_values.
Referenced by ilSelectInputGUI\render(), and ilMailQuickFilterInputGUI\render().
Here is the caller graph for this function:| ilFormPropertyGUI::getParent | ( | ) |
Get Parent GUI object.
Definition at line 265 of file class.ilFormPropertyGUI.php.
Referenced by clearFromSession(), getParentForm(), readFromSession(), ilRepositorySelectorInputGUI\render(), ilLinkInputGUI\render(), and writeToSession().
Here is the caller graph for this function:| ilFormPropertyGUI::getParentForm | ( | ) |
Get Parent Form.
Definition at line 245 of file class.ilFormPropertyGUI.php.
References getParent().
Referenced by ilCheckboxGroupInputGUI\render(), and ilRadioGroupInputGUI\render().
Here is the call graph for this function:
Here is the caller graph for this function:| ilFormPropertyGUI::getPostVar | ( | ) |
Get Post Variable.
Definition at line 122 of file class.ilFormPropertyGUI.php.
References $postvar.
Referenced by ilTypicalLearningTimeInputGUI\__buildDaysSelect(), ilTypicalLearningTimeInputGUI\__buildMonthsSelect(), ilMultipleImagesInputGUI\__construct(), ilBiblAdminFieldTableGUI\addAndReadFilterItem(), ilBiblFieldFilterTableGUI\addAndReadFilterItem(), ilMMSubItemTableGUI\addAndReadFilterItem(), ilOrgUnitGenericMultiInputGUI\addInput(), ilOrgUnitMultiLineInputGUI\addInput(), ilDclGenericMultiInputGUI\addInput(), ilAssLongmenuCorrectionsInputGUI\buildAnswersModal(), ilAssLongmenuCorrectionsInputGUI\buildTagInput(), ilScheduleInputGUI\checkInput(), ilDclCheckboxInputGUI\checkInput(), ilDclGenericMultiInputGUI\checkInput(), ilDclTextInputGUI\checkInput(), ilGloAdvColSortInputGUI\checkInput(), ilOrgUnitGenericMultiInputGUI\checkInput(), ilOrgUnitMultiLineInputGUI\checkInput(), ilCategoryWizardInputGUI\checkInput(), ilMatrixRowWizardInputGUI\checkInput(), ilAnswerWizardInputGUI\checkInput(), ilErrorTextWizardInputGUI\checkInput(), ilEssayKeywordWizardInputGUI\checkInput(), ilImageWizardInputGUI\checkInput(), ilKprimChoiceWizardInputGUI\checkInput(), ilKVPWizardInputGUI\checkInput(), ilMatchingPairWizardInputGUI\checkInput(), ilMatchingWizardInputGUI\checkInput(), ilMultipleChoiceWizardInputGUI\checkInput(), ilSingleChoiceWizardInputGUI\checkInput(), ilSuggestedSolutionSelectorGUI\checkInput(), ilAssAnswerCorrectionsInputGUI\checkInput(), ilAssClozeTestCombinationVariantsInputGUI\checkInput(), ilAssErrorTextCorrectionsInputGUI\checkInput(), ilAssMatchingPairCorrectionsInputGUI\checkInput(), ilAssMultipleChoiceCorrectionsInputGUI\checkInput(), ilAssSingleChoiceCorrectionsInputGUI\checkInput(), ilImagemapCorrectionsInputGUI\checkInput(), ilImagemapFileInputGUI\checkInput(), ilKprimChoiceCorrectionsInputGUI\checkInput(), ilCaptchaInputGUI\checkInput(), ilAdvSelectInputGUI\checkInput(), ilAlphabetInputGUI\checkInput(), ilCheckboxGroupInputGUI\checkInput(), ilCheckboxInputGUI\checkInput(), ilColorPickerInputGUI\checkInput(), ilCSSRectInputGUI\checkInput(), ilCustomInputGUI\checkInput(), ilDateDurationInputGUI\checkInput(), ilDateTimeInputGUI\checkInput(), ilDragDropFileInputGUI\checkInput(), ilDurationInputGUI\checkInput(), ilEMailInputGUI\checkInput(), ilFeedUrlInputGUI\checkInput(), ilFileInputGUI\checkInput(), ilFileStandardDropzoneInputGUI\checkInput(), ilFileWizardInputGUI\checkInput(), ilFlashFileInputGUI\checkInput(), ilFormulaInputGUI\checkInput(), ilIdentifiedMultiValuesInputGUI\checkInput(), ilLinkInputGUI\checkInput(), ilLocationInputGUI\checkInput(), ilMultiSelectInputGUI\checkInput(), ilNonEditableValueGUI\checkInput(), ilNumberInputGUI\checkInput(), ilPasswordInputGUI\checkInput(), ilRadioGroupInputGUI\checkInput(), ilRegExpInputGUI\checkInput(), ilRepositorySelectorInputGUI\checkInput(), ilSelectBuilderInputGUI\checkInput(), ilSelectInputGUI\checkInput(), ilTagInputGUI\checkInput(), ilTextAreaInputGUI\checkInput(), ilTextInputGUI\checkInput(), ilTextWizardInputGUI\checkInput(), ilUriInputGUI\checkInput(), ilUserLoginInputGUI\checkInput(), ilMailQuickFilterInputGUI\checkInput(), ilWidthHeightInputGUI\checkInput(), ilCopyrightInputGUI\checkInput(), ilTypicalLearningTimeInputGUI\checkInput(), ilSamlIdpMetadataInputGUI\checkInput(), ilLuceneQueryInputGUI\checkInput(), ilBackgroundImageInputGUI\checkInput(), ilBackgroundPositionInputGUI\checkInput(), ilFontSizeInputGUI\checkInput(), ilNumericStyleValueInputGUI\checkInput(), ilTRBLBorderStyleInputGUI\checkInput(), ilTRBLBorderWidthInputGUI\checkInput(), ilTRBLColorPickerInputGUI\checkInput(), ilTRBLNumericStyleValueInputGUI\checkInput(), ilExplorerSelectInputGUI\checkInput(), ilKprimChoiceWizardInputGUI\checkUploads(), ilKprimChoiceWizardInputGUI\collectValidFiles(), ilOrgUnitGenericMultiInputGUI\createInputPostVar(), ilOrgUnitMultiLineInputGUI\createInputPostVar(), ilDclGenericMultiInputGUI\createInputPostVar(), ilFileInputGUI\getDeletionFlag(), ilFlashFileInputGUI\getDeletionFlag(), ilImageFileInputGUI\getDeletionFlag(), getFieldId(), ilIdentifiedMultiValuesInputGUI\getFieldIdFromPostVar(), ilDclTreePickInputGUI\getHtml(), ilLinkInputGUI\getIntLinkAttributes(), ilCheckboxGroupInputGUI\getItemByPostVar(), getItemByPostVar(), ilRadioGroupInputGUI\getItemByPostVar(), ilSubEnabledFormPropertyGUI\getItemByPostVar(), ilIdentifiedMultiValuesInputGUI\getMultiValuePostVar(), ilDateTimeInputGUI\getPostValueForComparison(), ilNumberInputGUI\getPostValueForComparison(), ilIdentifiedMultiValuesInputGUI\getPostVarSubField(), ilIdentifiedMultiValuesInputGUI\getSubFieldCompletedPostVar(), ilHiddenInputGUI\getToolbarHTML(), ilLTIConsumeProviderIcon\handleUploadInputSubission(), ilCmiXapiContentUploadImporter\importFormUpload(), ilCategoryWizardInputGUI\insert(), ilMatrixRowWizardInputGUI\insert(), ilAnswerWizardInputGUI\insert(), ilErrorTextWizardInputGUI\insert(), ilEssayKeywordWizardInputGUI\insert(), ilImageWizardInputGUI\insert(), ilKVPWizardInputGUI\insert(), ilMatchingPairWizardInputGUI\insert(), ilMatchingWizardInputGUI\insert(), ilMultipleChoiceWizardInputGUI\insert(), ilSingleChoiceWizardInputGUI\insert(), ilAssAnswerCorrectionsInputGUI\insert(), ilAssClozeTestCombinationVariantsInputGUI\insert(), ilAssErrorTextCorrectionsInputGUI\insert(), ilAssLongmenuCorrectionsInputGUI\insert(), ilAssMatchingPairCorrectionsInputGUI\insert(), ilAssMultipleChoiceCorrectionsInputGUI\insert(), ilAssSingleChoiceCorrectionsInputGUI\insert(), ilImagemapCorrectionsInputGUI\insert(), ilImagemapFileInputGUI\insert(), ilAdvSelectInputGUI\insert(), ilColorPickerInputGUI\insert(), ilCSSRectInputGUI\insert(), ilFileWizardInputGUI\insert(), ilFlashFileInputGUI\insert(), ilHiddenInputGUI\insert(), ilImageFileInputGUI\insert(), ilLocationInputGUI\insert(), ilSelectBuilderInputGUI\insert(), ilTextAreaInputGUI\insert(), ilUserLoginInputGUI\insert(), ilWidthHeightInputGUI\insert(), ilTRBLColorPickerInputGUI\insert(), ilRandomTestROInputGUI\insert(), ilSuggestedSolutionSelectorGUI\insert(), ilCopyrightInputGUI\insert(), ilTypicalLearningTimeInputGUI\insert(), ilBackgroundImageInputGUI\insert(), ilBackgroundPositionInputGUI\insert(), ilFontSizeInputGUI\insert(), ilNumericStyleValueInputGUI\insert(), ilTRBLBorderStyleInputGUI\insert(), ilTRBLBorderWidthInputGUI\insert(), ilTRBLNumericStyleValueInputGUI\insert(), ilEMailInputGUI\insert(), ilAssNestedOrderingElementsInputGUI\isPostSubmit(), ilMultipleImagesInputGUI\onCheckInput(), ilMultipleTextsInputGUI\onCheckInput(), ilScheduleInputGUI\render(), ilFileInputGUI\render(), ilFileStandardDropzoneInputGUI\render(), ilMultipleImagesInputGUI\render(), ilSelectInputGUI\render(), ilTagInputGUI\render(), ilTextWizardInputGUI\render(), ilMailQuickFilterInputGUI\render(), ilRepositorySelectorInputGUI\render(), ilExplorerSelectInputGUI\render(), ilCheckboxGroupInputGUI\render(), ilCheckboxInputGUI\render(), ilGloAdvColSortInputGUI\render(), ilDateDurationInputGUI\render(), ilDateTimeInputGUI\render(), ilDurationInputGUI\render(), ilLinkInputGUI\render(), ilMultiSelectInputGUI\render(), ilNestedListInputGUI\render(), ilNonEditableValueGUI\render(), ilNumberInputGUI\render(), ilPasswordInputGUI\render(), ilRadioGroupInputGUI\render(), ilAssQuestionAuthoringFormGUI\replaceFormItemByPostVar(), ilAnswerWizardInputGUI\sanitizeSuperGlobalSubmitValue(), ilLogicalAnswerComparisonExpressionInputGUI\sanitizeSuperGlobalSubmitValue(), ilTaxAssignInputGUI\saveInput(), ilIdentifiedMultiValuesInputGUI\setIdentifiedMultiValuesByArray(), ilScheduleInputGUI\setValueByArray(), ilDclGenericMultiInputGUI\setValueByArray(), ilGloAdvColSortInputGUI\setValueByArray(), ilOrgUnitGenericMultiInputGUI\setValueByArray(), ilOrgUnitMultiLineInputGUI\setValueByArray(), ilSuggestedSolutionSelectorGUI\setValueByArray(), ilImagemapCorrectionsInputGUI\setValueByArray(), ilImagemapFileInputGUI\setValueByArray(), ilCaptchaInputGUI\setValueByArray(), ilAdvSelectInputGUI\setValueByArray(), ilAlphabetInputGUI\setValueByArray(), ilCheckboxGroupInputGUI\setValueByArray(), ilCheckboxInputGUI\setValueByArray(), ilColorPickerInputGUI\setValueByArray(), ilCSSRectInputGUI\setValueByArray(), ilDateDurationInputGUI\setValueByArray(), ilDateTimeInputGUI\setValueByArray(), ilDurationInputGUI\setValueByArray(), ilEMailInputGUI\setValueByArray(), ilFileInputGUI\setValueByArray(), ilFlashFileInputGUI\setValueByArray(), ilHiddenInputGUI\setValueByArray(), ilIdentifiedMultiValuesInputGUI\setValueByArray(), ilLinkInputGUI\setValueByArray(), ilLocationInputGUI\setValueByArray(), ilMultiSelectInputGUI\setValueByArray(), ilNonEditableValueGUI\setValueByArray(), ilNumberInputGUI\setValueByArray(), ilPasswordInputGUI\setValueByArray(), ilRadioGroupInputGUI\setValueByArray(), ilRepositorySelectorInputGUI\setValueByArray(), ilSelectBuilderInputGUI\setValueByArray(), ilSelectInputGUI\setValueByArray(), ilTagInputGUI\setValueByArray(), ilTextAreaInputGUI\setValueByArray(), ilTextInputGUI\setValueByArray(), ilUserLoginInputGUI\setValueByArray(), ilManualPlaceholderInputGUI\setValueByArray(), ilWidthHeightInputGUI\setValueByArray(), ilCopyrightInputGUI\setValueByArray(), ilTypicalLearningTimeInputGUI\setValueByArray(), ilBackgroundImageInputGUI\setValueByArray(), ilBackgroundPositionInputGUI\setValueByArray(), ilFontSizeInputGUI\setValueByArray(), ilNumericStyleValueInputGUI\setValueByArray(), ilTRBLBorderStyleInputGUI\setValueByArray(), ilTRBLBorderWidthInputGUI\setValueByArray(), ilTRBLNumericStyleValueInputGUI\setValueByArray(), ilExplorerSelectInputGUI\setValueByArray(), ilDclTreePickInputGUI\setValueByArray(), ilOrgUnitAuthorityInputGUI\setValueByArray(), and ilRepositorySelectorInputGUI\showRepositorySelection().
Here is the caller graph for this function:| ilFormPropertyGUI::getRequired | ( | ) |
Get Required.
Definition at line 195 of file class.ilFormPropertyGUI.php.
References $required.
Referenced by ilScheduleInputGUI\checkInput(), ilDclCheckboxInputGUI\checkInput(), ilDclGenericMultiInputGUI\checkInput(), ilOrgUnitGenericMultiInputGUI\checkInput(), ilOrgUnitMultiLineInputGUI\checkInput(), ilCategoryWizardInputGUI\checkInput(), ilMatrixRowWizardInputGUI\checkInput(), ilErrorTextWizardInputGUI\checkInput(), ilImageWizardInputGUI\checkInput(), ilKVPWizardInputGUI\checkInput(), ilMatchingPairWizardInputGUI\checkInput(), ilMatchingWizardInputGUI\checkInput(), ilMultipleChoiceWizardInputGUI\checkInput(), ilSingleChoiceWizardInputGUI\checkInput(), ilSuggestedSolutionSelectorGUI\checkInput(), ilAssErrorTextCorrectionsInputGUI\checkInput(), ilAssMatchingPairCorrectionsInputGUI\checkInput(), ilImagemapCorrectionsInputGUI\checkInput(), ilImagemapFileInputGUI\checkInput(), ilCaptchaInputGUI\checkInput(), ilAdvSelectInputGUI\checkInput(), ilAlphabetInputGUI\checkInput(), ilCheckboxGroupInputGUI\checkInput(), ilColorPickerInputGUI\checkInput(), ilCSSRectInputGUI\checkInput(), ilCustomInputGUI\checkInput(), ilDateDurationInputGUI\checkInput(), ilDateTimeInputGUI\checkInput(), ilEMailInputGUI\checkInput(), ilFeedUrlInputGUI\checkInput(), ilFileInputGUI\checkInput(), ilFileStandardDropzoneInputGUI\checkInput(), ilFileWizardInputGUI\checkInput(), ilFlashFileInputGUI\checkInput(), ilFormulaInputGUI\checkInput(), ilLinkInputGUI\checkInput(), ilLocationInputGUI\checkInput(), ilMultiSelectInputGUI\checkInput(), ilNumberInputGUI\checkInput(), ilPasswordInputGUI\checkInput(), ilRadioGroupInputGUI\checkInput(), ilRegExpInputGUI\checkInput(), ilRepositorySelectorInputGUI\checkInput(), ilSelectBuilderInputGUI\checkInput(), ilSelectInputGUI\checkInput(), ilTagInputGUI\checkInput(), ilTextAreaInputGUI\checkInput(), ilTextInputGUI\checkInput(), ilTextWizardInputGUI\checkInput(), ilUriInputGUI\checkInput(), ilUserLoginInputGUI\checkInput(), ilTypicalLearningTimeInputGUI\checkInput(), ilBackgroundImageInputGUI\checkInput(), ilFontSizeInputGUI\checkInput(), ilNumericStyleValueInputGUI\checkInput(), ilExplorerSelectInputGUI\checkInput(), ilKprimChoiceWizardInputGUI\checkUploads(), ilTextAreaInputGUI\insert(), ilUserLoginInputGUI\insert(), ilEMailInputGUI\insert(), ilMultipleImagesInputGUI\onCheckInput(), ilMultipleTextsInputGUI\onCheckInput(), ilDateDurationInputGUI\render(), ilDateTimeInputGUI\render(), ilLinkInputGUI\render(), ilNumberInputGUI\render(), and ilPasswordInputGUI\render().
Here is the caller graph for this function:| ilFormPropertyGUI::getSubForm | ( | ) |
Get sub form html.
Reimplemented in ilSubEnabledFormPropertyGUI.
Definition at line 274 of file class.ilFormPropertyGUI.php.
| ilFormPropertyGUI::getTableFilterLabelFor | ( | ) |
Get label "for" attribute value for filter.
Reimplemented in ilDateDurationInputGUI.
Definition at line 520 of file class.ilFormPropertyGUI.php.
References getFieldId().
Here is the call graph for this function:| ilFormPropertyGUI::getTitle | ( | ) |
Get Title.
Reimplemented in ilNonEditableValueGUI.
Definition at line 102 of file class.ilFormPropertyGUI.php.
References $title.
Referenced by ilSelectInputGUI\render(), ilMailQuickFilterInputGUI\render(), and ilCheckboxInputGUI\render().
Here is the caller graph for this function:| ilFormPropertyGUI::getType | ( | ) |
Get Type.
Reimplemented in ilNonEditableValueGUI.
Definition at line 82 of file class.ilFormPropertyGUI.php.
References $type.
| ilFormPropertyGUI::hideSubForm | ( | ) |
Sub form hidden on init?
Reimplemented in ilCheckboxInputGUI, ilDateDurationInputGUI, ilDateTimeInputGUI, and ilSelectInputGUI.
Definition at line 283 of file class.ilFormPropertyGUI.php.
| ilFormPropertyGUI::readFromSession | ( | ) |
Read from session.
Definition at line 372 of file class.ilFormPropertyGUI.php.
References $_SESSION, getParent(), and unserializeData().
Referenced by ilBiblAdminFieldTableGUI\addAndReadFilterItem(), ilBiblFieldFilterTableGUI\addAndReadFilterItem(), and ilMMSubItemTableGUI\addAndReadFilterItem().
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Remove prohibited characters see #19159.
| string | $a_text |
Definition at line 496 of file class.ilFormPropertyGUI.php.
Referenced by ilTextAreaInputGUI\checkInput(), and ilLMObject\saveTitles().
Here is the caller graph for this function:| ilFormPropertyGUI::serializeData | ( | ) |
serialize data
Reimplemented in ilCheckboxInputGUI, ilCombinationInputGUI, ilDateTimeInputGUI, and ilDurationInputGUI.
Definition at line 325 of file class.ilFormPropertyGUI.php.
Referenced by writeToSession().
Here is the caller graph for this function:| ilFormPropertyGUI::setAlert | ( | $a_alert | ) |
Set Alert Text.
| string | $a_alert | Alert Text |
Definition at line 165 of file class.ilFormPropertyGUI.php.
Referenced by ilScheduleInputGUI\checkInput(), ilChatroomMessageDeletionThresholdInputGUI\checkInput(), ilDclCheckboxInputGUI\checkInput(), ilDclGenericMultiInputGUI\checkInput(), ilDclTextInputGUI\checkInput(), ilOrgUnitGenericMultiInputGUI\checkInput(), ilOrgUnitMultiLineInputGUI\checkInput(), ilCategoryWizardInputGUI\checkInput(), ilMatrixRowWizardInputGUI\checkInput(), ilAnswerWizardInputGUI\checkInput(), ilErrorTextWizardInputGUI\checkInput(), ilEssayKeywordWizardInputGUI\checkInput(), ilImageWizardInputGUI\checkInput(), ilKprimChoiceWizardInputGUI\checkInput(), ilKVPWizardInputGUI\checkInput(), ilMatchingPairWizardInputGUI\checkInput(), ilMatchingWizardInputGUI\checkInput(), ilMultipleChoiceWizardInputGUI\checkInput(), ilSingleChoiceWizardInputGUI\checkInput(), ilSuggestedSolutionSelectorGUI\checkInput(), ilAssAnswerCorrectionsInputGUI\checkInput(), ilAssClozeTestCombinationVariantsInputGUI\checkInput(), ilAssErrorTextCorrectionsInputGUI\checkInput(), ilAssMatchingPairCorrectionsInputGUI\checkInput(), ilAssMultipleChoiceCorrectionsInputGUI\checkInput(), ilAssSingleChoiceCorrectionsInputGUI\checkInput(), ilImagemapCorrectionsInputGUI\checkInput(), ilImagemapFileInputGUI\checkInput(), ilKprimChoiceCorrectionsInputGUI\checkInput(), ilRecurrenceInputGUI\checkInput(), ilCaptchaInputGUI\checkInput(), ilAdvSelectInputGUI\checkInput(), ilAlphabetInputGUI\checkInput(), ilCheckboxGroupInputGUI\checkInput(), ilColorPickerInputGUI\checkInput(), ilCSSRectInputGUI\checkInput(), ilCustomInputGUI\checkInput(), ilDateDurationInputGUI\checkInput(), ilDateTimeInputGUI\checkInput(), ilDragDropFileInputGUI\checkInput(), ilEMailInputGUI\checkInput(), ilFeedUrlInputGUI\checkInput(), ilFileInputGUI\checkInput(), ilFileWizardInputGUI\checkInput(), ilFlashFileInputGUI\checkInput(), ilFormulaInputGUI\checkInput(), ilLinkInputGUI\checkInput(), ilLocationInputGUI\checkInput(), ilMultiSelectInputGUI\checkInput(), ilNumberInputGUI\checkInput(), ilPasswordInputGUI\checkInput(), ilRadioGroupInputGUI\checkInput(), ilRegExpInputGUI\checkInput(), ilRepositorySelectorInputGUI\checkInput(), ilSelectBuilderInputGUI\checkInput(), ilSelectInputGUI\checkInput(), ilTagInputGUI\checkInput(), ilTextAreaInputGUI\checkInput(), ilTextInputGUI\checkInput(), ilTextWizardInputGUI\checkInput(), ilUriInputGUI\checkInput(), ilUserLoginInputGUI\checkInput(), ilMailQuickFilterInputGUI\checkInput(), ilTypicalLearningTimeInputGUI\checkInput(), ilSamlIdpMetadataInputGUI\checkInput(), ilLuceneQueryInputGUI\checkInput(), ilBackgroundImageInputGUI\checkInput(), ilBackgroundPositionInputGUI\checkInput(), ilFontSizeInputGUI\checkInput(), ilNumericStyleValueInputGUI\checkInput(), ilTRBLBorderWidthInputGUI\checkInput(), ilTRBLNumericStyleValueInputGUI\checkInput(), ilCharSelectorRadioGroupInputGUI\checkInput(), ilExplorerSelectInputGUI\checkInput(), ilAssQuestionSkillAssignmentsGUI\checkSolutionCompareExpressionInput(), ilKprimChoiceWizardInputGUI\checkUploads(), ilMultipleImagesInputGUI\onCheckInput(), and ilMultipleTextsInputGUI\onCheckInput().
Here is the caller graph for this function:| ilFormPropertyGUI::setDisabled | ( | $a_disabled | ) |
Set Disabled.
| boolean | $a_disabled | Disabled |
Definition at line 205 of file class.ilFormPropertyGUI.php.
References disabled().
Referenced by __construct(), ilADTFormBridge\addBasicFieldProperties(), and ilIncomingMailInputGUI\addSubOptions().
Here is the call graph for this function:
Here is the caller graph for this function:| ilFormPropertyGUI::setHiddenTitle | ( | $a_val | ) |
Set hidden title (for screenreaders)
| string | hidden title |
Definition at line 293 of file class.ilFormPropertyGUI.php.
Referenced by ilFileInputGUI\__construct(), and ilImageFileInputGUI\__construct().
Here is the caller graph for this function:| ilFormPropertyGUI::setInfo | ( | $a_info | ) |
Set Information Text.
| string | $a_info | Information Text |
Reimplemented in ilNonEditableValueGUI.
Definition at line 145 of file class.ilFormPropertyGUI.php.
References info().
Referenced by ilADTFormBridge\addBasicFieldProperties(), assOrderingQuestion\initOrderingElementFormFieldLabels(), and ilDclBaseFieldRepresentation\setupInputField().
Here is the call graph for this function:
Here is the caller graph for this function:| ilFormPropertyGUI::setMulti | ( | $a_multi, | |
$a_sortable = false, |
|||
$a_addremove = true |
|||
| ) |
Set Multi.
| bool | $a_multi | Multi |
Reimplemented in ilDclGenericMultiInputGUI, ilOrgUnitGenericMultiInputGUI, and ilOrgUnitMultiLineInputGUI.
Definition at line 394 of file class.ilFormPropertyGUI.php.
Referenced by ilTaxAssignInputGUI\__construct().
Here is the caller graph for this function:| ilFormPropertyGUI::setMultiValues | ( | array | $a_values | ) |
Set multi values.
| array | $a_values |
Reimplemented in ilTextInputGUI, ilDclMultiTextInputGUI, and ilIdentifiedMultiValuesInputGUI.
Definition at line 425 of file class.ilFormPropertyGUI.php.
Referenced by ilNonEditableValueGUI\setValue(), ilSelectInputGUI\setValue(), and ilManualPlaceholderInputGUI\setValue().
Here is the caller graph for this function:| ilFormPropertyGUI::setParent | ( | $a_val | ) |
Set Parent GUI object.
| object | parent gui object |
Definition at line 255 of file class.ilFormPropertyGUI.php.
Referenced by setParentForm().
Here is the caller graph for this function:| ilFormPropertyGUI::setParentForm | ( | $a_parentform | ) |
Set Parent Form.
| object | $a_parentform | Parent Form |
Definition at line 235 of file class.ilFormPropertyGUI.php.
References setParent().
Here is the call graph for this function:| ilFormPropertyGUI::setPostVar | ( | $a_postvar | ) |
Set Post Variable.
| string | $a_postvar | Post Variable |
Definition at line 112 of file class.ilFormPropertyGUI.php.
Referenced by __construct(), and ilIdentifiedMultiValuesInputGUI\getFieldIdFromPostVar().
Here is the caller graph for this function:| ilFormPropertyGUI::setRequired | ( | $a_required | ) |
Set Required.
| boolean | $a_required | Required |
Definition at line 185 of file class.ilFormPropertyGUI.php.
Referenced by ilRandomTestROInputGUI\__construct(), ilADTFormBridge\addBasicFieldProperties(), ilDclGenericMultiInputGUI\addInput(), assOrderingQuestion\initOrderingElementAuthoringProperties(), and ilDclBaseFieldRepresentation\setupInputField().
Here is the caller graph for this function:| ilFormPropertyGUI::setTitle | ( | $a_title | ) |
Set Title.
| string | $a_title | Title |
Reimplemented in ilNonEditableValueGUI.
Definition at line 92 of file class.ilFormPropertyGUI.php.
Referenced by __construct(), assOrderingQuestion\initOrderingElementFormFieldLabels(), and ilDclBaseFieldRepresentation\setupFilterInputField().
Here is the caller graph for this function:
|
protected |
Set Type.
| string | $a_type | Type |
Reimplemented in ilNonEditableValueGUI.
Definition at line 72 of file class.ilFormPropertyGUI.php.
References $a_type.
Referenced by ilTaxAssignInputGUI\__construct(), ilHiddenInputGUI\__construct(), ilTaxSelectInputGUI\__construct(), ilExplorerSelectInputGUI\__construct(), ilRepositorySelector2InputGUI\__construct(), ilGloAdvColSortInputGUI\__construct(), ilDclGenericMultiInputGUI\__construct(), ilOrgUnitGenericMultiInputGUI\__construct(), ilOrgUnitMultiLineInputGUI\__construct(), ilSuggestedSolutionSelectorGUI\__construct(), ilAdvSelectInputGUI\__construct(), ilCheckboxGroupInputGUI\__construct(), ilCheckboxInputGUI\__construct(), ilColorPickerInputGUI\__construct(), ilCountrySelectInputGUI\__construct(), ilCustomInputGUI\__construct(), ilDateDurationInputGUI\__construct(), ilDateTimeInputGUI\__construct(), ilDurationInputGUI\__construct(), ilFeedUrlInputGUI\__construct(), ilFileInputGUI\__construct(), ilFlashFileInputGUI\__construct(), ilImageFileInputGUI\__construct(), ilLinkInputGUI\__construct(), ilLocationInputGUI\__construct(), ilMultiSelectInputGUI\__construct(), ilNestedListInputGUI\__construct(), ilRadioGroupInputGUI\__construct(), ilRegExpInputGUI\__construct(), ilRepositorySelectorInputGUI\__construct(), ilSelectInputGUI\__construct(), ilTagInputGUI\__construct(), ilTextAreaInputGUI\__construct(), ilTextInputGUI\__construct(), ilUriInputGUI\__construct(), ilWidthHeightInputGUI\__construct(), ilCopyrightInputGUI\__construct(), ilTypicalLearningTimeInputGUI\__construct(), ilBackgroundImageInputGUI\__construct(), ilBackgroundPositionInputGUI\__construct(), ilFontSizeInputGUI\__construct(), ilNumericStyleValueInputGUI\__construct(), ilTRBLBorderStyleInputGUI\__construct(), ilTRBLBorderWidthInputGUI\__construct(), ilTRBLColorPickerInputGUI\__construct(), ilTRBLNumericStyleValueInputGUI\__construct(), and ilCaptchaInputGUI\__construct().
Here is the caller graph for this function:| ilFormPropertyGUI::stripSlashesAddSpaceFallback | ( | $a_str | ) |
Strip slashes with add space fallback, see https://www.ilias.de/mantis/view.php?id=19727.
| string | $a_str | string |
Definition at line 507 of file class.ilFormPropertyGUI.php.
References ilUtil\stripSlashes().
Referenced by ilTextAreaInputGUI\checkInput(), and ilTextInputGUI\checkInput().
Here is the call graph for this function:
Here is the caller graph for this function:| ilFormPropertyGUI::unserializeData | ( | $a_data | ) |
unserialize data
Reimplemented in ilCheckboxInputGUI, ilCombinationInputGUI, ilDateTimeInputGUI, and ilDurationInputGUI.
Definition at line 333 of file class.ilFormPropertyGUI.php.
References $data.
Referenced by readFromSession().
Here is the caller graph for this function:| ilFormPropertyGUI::writeToSession | ( | ) |
Write to session.
Definition at line 347 of file class.ilFormPropertyGUI.php.
References $_SESSION, getFieldId(), getParent(), and serializeData().
Referenced by ilRepositorySelectorInputGUI\reset(), ilRepositorySelectorInputGUI\selectRepositoryItem(), and ilTable2GUI\SetFilterValue().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 27 of file class.ilFormPropertyGUI.php.
Referenced by getAlert().
|
protected |
Definition at line 16 of file class.ilFormPropertyGUI.php.
Referenced by executeCommand(), ilLinkInputGUI\executeCommand(), ilRepositorySelector2InputGUI\getHTML(), ilRepositorySelector2InputGUI\render(), ilRepositorySelectorInputGUI\render(), ilLinkInputGUI\render(), ilRepositorySelectorInputGUI\reset(), ilRepositorySelectorInputGUI\selectRepositoryItem(), and ilRepositorySelectorInputGUI\showRepositorySelection().
|
protected |
Definition at line 31 of file class.ilFormPropertyGUI.php.
Referenced by getHiddenTitle().
|
protected |
Definition at line 26 of file class.ilFormPropertyGUI.php.
Referenced by getInfo().
|
protected |
Definition at line 21 of file class.ilFormPropertyGUI.php.
Referenced by ilTaxAssignInputGUI\__construct(), ilTaxSelectInputGUI\__construct(), ilExplorerSelectInputGUI\__construct(), ilCategoryWizardInputGUI\__construct(), ilMatrixRowWizardInputGUI\__construct(), ilMatchingWizardInputGUI\__construct(), ilRepositorySelectorInputGUI\__construct(), ilCopyrightInputGUI\__construct(), ilTypicalLearningTimeInputGUI\__construct(), ilScheduleInputGUI\checkInput(), ilDclGenericMultiInputGUI\checkInput(), ilDclTextInputGUI\checkInput(), ilOrgUnitGenericMultiInputGUI\checkInput(), ilOrgUnitMultiLineInputGUI\checkInput(), ilCategoryWizardInputGUI\checkInput(), ilMatrixRowWizardInputGUI\checkInput(), ilAnswerWizardInputGUI\checkInput(), ilErrorTextWizardInputGUI\checkInput(), ilEssayKeywordWizardInputGUI\checkInput(), ilImageWizardInputGUI\checkInput(), ilKVPWizardInputGUI\checkInput(), ilMatchingPairWizardInputGUI\checkInput(), ilMatchingWizardInputGUI\checkInput(), ilMultipleChoiceWizardInputGUI\checkInput(), ilSingleChoiceWizardInputGUI\checkInput(), ilSuggestedSolutionSelectorGUI\checkInput(), ilAssAnswerCorrectionsInputGUI\checkInput(), ilAssClozeTestCombinationVariantsInputGUI\checkInput(), ilAssErrorTextCorrectionsInputGUI\checkInput(), ilAssMatchingPairCorrectionsInputGUI\checkInput(), ilAssMultipleChoiceCorrectionsInputGUI\checkInput(), ilAssSingleChoiceCorrectionsInputGUI\checkInput(), ilFormulaInputGUI\checkInput(), ilLinkInputGUI\checkInput(), ilLocationInputGUI\checkInput(), ilMultiSelectInputGUI\checkInput(), ilNestedListInputGUI\checkInput(), ilNumberInputGUI\checkInput(), ilPasswordInputGUI\checkInput(), ilRadioGroupInputGUI\checkInput(), ilRegExpInputGUI\checkInput(), ilRepositorySelectorInputGUI\checkInput(), ilSelectBuilderInputGUI\checkInput(), ilSelectInputGUI\checkInput(), ilTagInputGUI\checkInput(), ilTextAreaInputGUI\checkInput(), ilTextInputGUI\checkInput(), ilTextWizardInputGUI\checkInput(), ilUserLoginInputGUI\checkInput(), ilWidthHeightInputGUI\checkInput(), ilCopyrightInputGUI\checkInput(), ilTypicalLearningTimeInputGUI\checkInput(), ilLuceneQueryInputGUI\checkInput(), ilBackgroundImageInputGUI\checkInput(), ilBackgroundPositionInputGUI\checkInput(), ilFontSizeInputGUI\checkInput(), ilNumericStyleValueInputGUI\checkInput(), ilTRBLBorderStyleInputGUI\checkInput(), ilTRBLBorderWidthInputGUI\checkInput(), ilTRBLNumericStyleValueInputGUI\checkInput(), ilCharSelectorRadioGroupInputGUI\checkInput(), ilExplorerSelectInputGUI\checkInput(), ilLinkInputGUI\executeCommand(), ilAssNestedOrderingElementsInputGUI\getCorrectnessText(), getMultiIconsHTML(), ilTaxAssignInputGUI\getOptions(), ilAnswerWizardInputGUI\getPointsInputLabel(), ilLogicalAnswerComparisonExpressionInputGUI\getPointsInputLabel(), ilAnswerWizardInputGUI\getTextInputLabel(), ilLogicalAnswerComparisonExpressionInputGUI\getTextInputLabel(), ilLinkInputGUI\getTranslatedValue(), ilCategoryWizardInputGUI\insert(), ilMatrixRowWizardInputGUI\insert(), ilAnswerWizardInputGUI\insert(), ilErrorTextWizardInputGUI\insert(), ilEssayKeywordWizardInputGUI\insert(), ilImageWizardInputGUI\insert(), ilKVPWizardInputGUI\insert(), ilMatchingPairWizardInputGUI\insert(), ilMatchingWizardInputGUI\insert(), ilMultipleChoiceWizardInputGUI\insert(), ilSingleChoiceWizardInputGUI\insert(), ilAssAnswerCorrectionsInputGUI\insert(), ilAssErrorTextCorrectionsInputGUI\insert(), ilAssMatchingPairCorrectionsInputGUI\insert(), ilAssMultipleChoiceCorrectionsInputGUI\insert(), ilAssSingleChoiceCorrectionsInputGUI\insert(), ilLocationInputGUI\insert(), ilSelectBuilderInputGUI\insert(), ilTextAreaInputGUI\insert(), ilUserLoginInputGUI\insert(), ilWidthHeightInputGUI\insert(), ilTRBLColorPickerInputGUI\insert(), ilRandomTestROInputGUI\insert(), ilSuggestedSolutionSelectorGUI\insert(), ilBackgroundPositionInputGUI\insert(), ilTRBLBorderStyleInputGUI\insert(), ilTRBLBorderWidthInputGUI\insert(), ilTRBLNumericStyleValueInputGUI\insert(), ilClozeGapInputBuilderGUI\insert(), ilMultipleImagesInputGUI\onCheckInput(), ilMultipleTextsInputGUI\onCheckInput(), ilScheduleInputGUI\render(), ilMultipleImagesInputGUI\render(), ilRepositorySelectorInputGUI\render(), ilExplorerSelectInputGUI\render(), ilGloAdvColSortInputGUI\render(), ilLinkInputGUI\render(), ilMultiSelectInputGUI\render(), ilNumberInputGUI\render(), ilPasswordInputGUI\render(), and ilRepositorySelectorInputGUI\showRepositorySelection().
|
protected |
Definition at line 32 of file class.ilFormPropertyGUI.php.
Referenced by getMulti().
|
protected |
Definition at line 34 of file class.ilFormPropertyGUI.php.
|
protected |
Definition at line 33 of file class.ilFormPropertyGUI.php.
|
protected |
Definition at line 35 of file class.ilFormPropertyGUI.php.
Referenced by getMultiValues().
|
protected |
Definition at line 30 of file class.ilFormPropertyGUI.php.
|
protected |
Definition at line 29 of file class.ilFormPropertyGUI.php.
|
protected |
Definition at line 25 of file class.ilFormPropertyGUI.php.
Referenced by getPostVar(), ilSelectInputGUI\render(), ilMailQuickFilterInputGUI\render(), and ilNonEditableValueGUI\render().
|
protected |
Definition at line 28 of file class.ilFormPropertyGUI.php.
Referenced by getRequired().
|
protected |
Definition at line 24 of file class.ilFormPropertyGUI.php.
Referenced by ilIncomingMailInputGUI\__construct(), ilManualPlaceholderInputGUI\addPlaceholder(), getTitle(), ilRepositorySelectorInputGUI\render(), and ilLinkInputGUI\render().
|
protected |
Definition at line 23 of file class.ilFormPropertyGUI.php.
Referenced by ilBackgroundImageInputGUI\checkInput(), ilBackgroundPositionInputGUI\checkInput(), ilFontSizeInputGUI\checkInput(), ilTRBLBorderWidthInputGUI\checkInput(), ilLinkInputGUI\getIntLinkAttributes(), ilLinkInputGUI\getTranslatedValue(), getType(), and ilLinkInputGUI\setValueByIntLinkAttributes().