ILIAS
release_4-3 Revision
|
This class represents a property in a property form. More...
Public Member Functions | |
__construct ($a_title="", $a_postvar="") | |
Constructor. | |
& | executeCommand () |
Execute command. | |
getType () | |
Get Type. | |
setTitle ($a_title) | |
Set Title. | |
getTitle () | |
Get Title. | |
setPostVar ($a_postvar) | |
Set Post Variable. | |
getPostVar () | |
Get Post Variable. | |
getFieldId () | |
Get Post Variable. | |
setInfo ($a_info) | |
Set Information Text. | |
getInfo () | |
Get Information Text. | |
setAlert ($a_alert) | |
Set Alert Text. | |
getAlert () | |
Get Alert Text. | |
setRequired ($a_required) | |
Set Required. | |
getRequired () | |
Get Required. | |
setDisabled ($a_disabled) | |
Set Disabled. | |
getDisabled () | |
Get Disabled. | |
checkInput () | |
Check input, strip slashes etc. | |
setParentForm ($a_parentform) | |
Set Parent Form. | |
getParentForm () | |
Get Parent Form. | |
setParent ($a_val) | |
Set Parent GUI object. | |
getParent () | |
Get Parent GUI object. | |
getSubForm () | |
Get sub form html. | |
hideSubForm () | |
Sub form hidden on init? | |
setHiddenTitle ($a_val) | |
Set hidden title (for screenreaders) | |
getHiddenTitle () | |
Get hidden title. | |
getItemByPostVar ($a_post_var) | |
Get item by post var. | |
serializeData () | |
serialize data | |
unserializeData ($a_data) | |
unserialize data | |
writeToSession () | |
Write to session. | |
clearFromSession () | |
Clear session value. | |
readFromSession () | |
Read from session. | |
getHiddenTag ($a_post_var, $a_value) | |
Get hidden tag (used for disabled properties) | |
setMulti ($a_multi) | |
Set Multi. | |
getMulti () | |
Get Multi. | |
setMultiValues (array $a_values) | |
Set multi values. | |
getMultiValues () | |
Get multi values. |
Protected Member Functions | |
setType ($a_type) | |
Set Type. | |
getMultiIconsHTML ($a_sortable=false) | |
Get HTML for multiple value icons. |
Protected Attributes | |
$type | |
$title | |
$postvar | |
$info | |
$alert | |
$required = false | |
$parentgui | |
$parentform | |
$hidden_title = "" | |
$multi | |
$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 ilTextAreaInputGUI, ilRecurrenceInputGUI, ilMultiSelectInputGUI, ilDurationInputGUI, ilCategoryWizardInputGUI, ilMatchingWizardInputGUI, ilRepositorySelectorInputGUI, ilKVPWizardInputGUI, ilMatrixRowWizardInputGUI, ilErrorTextWizardInputGUI, ilSingleChoiceWizardInputGUI, ilSuggestedSolutionSelectorGUI, ilDateDurationInputGUI, ilAnswerWizardInputGUI, ilImageWizardInputGUI, ilCheckboxGroupInputGUI, ilCheckboxInputGUI, ilCSSRectInputGUI, ilRandomTestInputGUI, ilMatchingPairWizardInputGUI, ilLocationInputGUI, ilRadioGroupInputGUI, ilTRBLColorPickerInputGUI, ilCustomInputGUI, ilEMailInputGUI, ilFeedUrlInputGUI, ilFileWizardInputGUI, ilRadioMatrixInputGUI, ilTextWizardInputGUI, ilNumericStyleValueInputGUI, ilTRBLNumericStyleValueInputGUI, ilRandomTestROInputGUI, ilRegExpInputGUI, ilBackgroundImageInputGUI, ilBackgroundPositionInputGUI, ilFontSizeInputGUI, ilTRBLBorderWidthInputGUI, ilLuceneQueryInputGUI, ilDataCollectionTreePickInputGUI, ilDateTimeInputGUI, ilTextInputGUI, ilNumberInputGUI, ilLinkInputGUI, ilAlphabetInputGUI, ilCopyrightInputGUI, ilFileInputGUI, ilPasswordInputGUI, ilSelectInputGUI, ilImagemapFileInputGUI, ilNestedListInputGUI, ilScaleInputGUI, ilAdvSelectInputGUI, ilFlashFileInputGUI, ilUserLoginInputGUI, ilTypicalLearningTimeInputGUI, ilCountrySelectInputGUI, ilScheduleInputGUI, ilColorPickerInputGUI, ilCaptchaInputGUI, ilWidthHeightInputGUI, ilTRBLBorderStyleInputGUI, and ilImageFileInputGUI.
Definition at line 31 of file class.ilFormPropertyGUI.php.
References setDisabled(), setPostVar(), and setTitle().
ilFormPropertyGUI::checkInput | ( | ) |
Check input, strip slashes etc.
set alert, if input is not ok.
Reimplemented in ilTextAreaInputGUI, ilDateDurationInputGUI, ilDateTimeInputGUI, ilDurationInputGUI, ilNumberInputGUI, ilCombinationInputGUI, ilTextInputGUI, ilPasswordInputGUI, ilKVPWizardInputGUI, ilTRBLColorPickerInputGUI, ilCategoryWizardInputGUI, ilErrorTextWizardInputGUI, ilFileInputGUI, ilSingleChoiceWizardInputGUI, ilAnswerWizardInputGUI, ilCSSRectInputGUI, ilMatchingWizardInputGUI, ilTRBLNumericStyleValueInputGUI, ilMatrixRowWizardInputGUI, ilLinkInputGUI, ilSuggestedSolutionSelectorGUI, ilMultiSelectInputGUI, ilImageWizardInputGUI, ilRepositorySelectorInputGUI, ilTRBLBorderWidthInputGUI, ilCheckboxGroupInputGUI, ilCheckboxInputGUI, ilRandomTestInputGUI, ilLocationInputGUI, ilMatchingPairWizardInputGUI, ilBackgroundPositionInputGUI, ilTRBLBorderStyleInputGUI, ilCopyrightInputGUI, ilFileWizardInputGUI, ilRadioGroupInputGUI, ilImagemapFileInputGUI, ilUserLoginInputGUI, ilRadioMatrixInputGUI, ilTextWizardInputGUI, ilTypicalLearningTimeInputGUI, ilSelectInputGUI, ilCustomInputGUI, ilWidthHeightInputGUI, ilNumericStyleValueInputGUI, ilRegExpInputGUI, ilBackgroundImageInputGUI, ilAlphabetInputGUI, ilNestedListInputGUI, ilAdvSelectInputGUI, ilRandomTestROInputGUI, ilRecurrenceInputGUI, ilEMailInputGUI, ilScheduleInputGUI, ilChatroomSmiliesCurrentSmileyFormElement, ilFlashFileInputGUI, ilHiddenInputGUI, ilFontSizeInputGUI, ilMultipleChoiceWizardInputGUI, ilCaptchaInputGUI, ilBirthdayInputGUI, ilEssayKeywordWizardInputGUI, ilFeedUrlInputGUI, ilLuceneQueryInputGUI, ilSolutionTitleInputGUI, ilColorPickerInputGUI, ilNonEditableValueGUI, and ilFormulaInputGUI.
Definition at line 209 of file class.ilFormPropertyGUI.php.
ilFormPropertyGUI::clearFromSession | ( | ) |
Clear session value.
Definition at line 349 of file class.ilFormPropertyGUI.php.
References $_SESSION, getFieldId(), and getParent().
& ilFormPropertyGUI::executeCommand | ( | ) |
Execute command.
Reimplemented in ilLinkInputGUI.
Definition at line 41 of file class.ilFormPropertyGUI.php.
ilFormPropertyGUI::getAlert | ( | ) |
Get Alert Text.
Definition at line 159 of file class.ilFormPropertyGUI.php.
References $alert.
ilFormPropertyGUI::getDisabled | ( | ) |
Get Disabled.
Definition at line 199 of file class.ilFormPropertyGUI.php.
Referenced by ilDateTimeInputGUI\checkInput(), ilDateDurationInputGUI\checkInput(), ilEMailInputGUI\insert(), ilImageFileInputGUI\insert(), ilRadioMatrixInputGUI\insert(), ilCopyrightInputGUI\insert(), ilUserLoginInputGUI\insert(), ilTextWizardInputGUI\insert(), ilCheckboxGroupInputGUI\insert(), ilSuggestedSolutionSelectorGUI\insert(), ilColorPickerInputGUI\insert(), ilMatrixRowWizardInputGUI\insert(), ilCSSRectInputGUI\insert(), ilFileWizardInputGUI\insert(), ilRandomTestInputGUI\insert(), ilEssayKeywordWizardInputGUI\insert(), ilMultipleChoiceWizardInputGUI\insert(), ilTRBLColorPickerInputGUI\insert(), ilAnswerWizardInputGUI\insert(), ilCategoryWizardInputGUI\insert(), ilPasswordInputGUI\insert(), ilMatchingWizardInputGUI\insert(), ilSingleChoiceWizardInputGUI\insert(), ilTextAreaInputGUI\insert(), ilScaleInputGUI\render(), ilBirthdayInputGUI\render(), ilSelectInputGUI\render(), ilRadioGroupInputGUI\render(), ilCheckboxInputGUI\render(), ilMultiSelectInputGUI\render(), ilFileInputGUI\render(), ilTextInputGUI\render(), ilNumberInputGUI\render(), ilDateTimeInputGUI\render(), and ilDateDurationInputGUI\render().
ilFormPropertyGUI::getFieldId | ( | ) |
Get Post Variable.
Definition at line 116 of file class.ilFormPropertyGUI.php.
References getPostVar().
Referenced by clearFromSession(), getMultiIconsHTML(), ilHiddenInputGUI\insert(), ilEMailInputGUI\insert(), ilImageFileInputGUI\insert(), ilCopyrightInputGUI\insert(), ilUserLoginInputGUI\insert(), ilTextWizardInputGUI\insert(), ilCheckboxGroupInputGUI\insert(), ilColorPickerInputGUI\insert(), ilMatchingPairWizardInputGUI\insert(), ilMatrixRowWizardInputGUI\insert(), ilCSSRectInputGUI\insert(), ilFileWizardInputGUI\insert(), ilImagemapFileInputGUI\insert(), ilEssayKeywordWizardInputGUI\insert(), ilMultipleChoiceWizardInputGUI\insert(), ilTRBLColorPickerInputGUI\insert(), ilAnswerWizardInputGUI\insert(), ilImageWizardInputGUI\insert(), ilKVPWizardInputGUI\insert(), ilCategoryWizardInputGUI\insert(), ilPasswordInputGUI\insert(), ilFlashFileInputGUI\insert(), ilMatchingWizardInputGUI\insert(), ilSingleChoiceWizardInputGUI\insert(), ilTextAreaInputGUI\insert(), readFromSession(), ilScaleInputGUI\render(), ilNonEditableValueGUI\render(), ilSelectInputGUI\render(), ilRadioGroupInputGUI\render(), ilScheduleInputGUI\render(), ilCheckboxInputGUI\render(), ilMultiSelectInputGUI\render(), ilRepositorySelectorInputGUI\render(), ilFileInputGUI\render(), ilTextInputGUI\render(), ilNumberInputGUI\render(), ilRepositorySelectorInputGUI\reset(), ilRepositorySelectorInputGUI\selectRepositoryItem(), and writeToSession().
ilFormPropertyGUI::getHiddenTag | ( | $a_post_var, | |
$a_value | |||
) |
Get hidden tag (used for disabled properties)
Definition at line 375 of file class.ilFormPropertyGUI.php.
References ilUtil\prepareFormOutput().
Referenced by ilEMailInputGUI\insert(), ilCopyrightInputGUI\insert(), ilTextAreaInputGUI\insert(), ilSelectInputGUI\render(), ilRadioGroupInputGUI\render(), and ilTextInputGUI\render().
ilFormPropertyGUI::getHiddenTitle | ( | ) |
Get hidden title.
Definition at line 287 of file class.ilFormPropertyGUI.php.
References $hidden_title.
ilFormPropertyGUI::getInfo | ( | ) |
Get Information Text.
Reimplemented in ilNonEditableValueGUI.
Definition at line 139 of file class.ilFormPropertyGUI.php.
References $info.
ilFormPropertyGUI::getItemByPostVar | ( | $a_post_var | ) |
Get item by post var.
Reimplemented in ilCheckboxGroupInputGUI, ilRadioGroupInputGUI, and ilSubEnabledFormPropertyGUI.
Definition at line 297 of file class.ilFormPropertyGUI.php.
References getPostVar().
ilFormPropertyGUI::getMulti | ( | ) |
Get Multi.
Definition at line 395 of file class.ilFormPropertyGUI.php.
References $multi.
Referenced by ilSelectInputGUI\checkInput(), ilTextInputGUI\checkInput(), ilSelectInputGUI\render(), ilTextInputGUI\render(), ilTaxAssignInputGUI\saveInput(), ilTaxAssignInputGUI\setCurrentValues(), ilTextInputGUI\setValue(), and ilSelectInputGUI\setValue().
|
protected |
Get HTML for multiple value icons.
bool | $a_sortable |
Definition at line 426 of file class.ilFormPropertyGUI.php.
References $lng, and getFieldId().
Referenced by ilSelectInputGUI\render(), and ilTextInputGUI\render().
ilFormPropertyGUI::getMultiValues | ( | ) |
Get multi values.
Definition at line 415 of file class.ilFormPropertyGUI.php.
References $multi_values.
Referenced by ilSelectInputGUI\render(), and ilTextInputGUI\render().
ilFormPropertyGUI::getParent | ( | ) |
Get Parent GUI object.
Definition at line 249 of file class.ilFormPropertyGUI.php.
Referenced by clearFromSession(), getParentForm(), readFromSession(), ilLinkInputGUI\render(), ilRepositorySelectorInputGUI\render(), and writeToSession().
ilFormPropertyGUI::getParentForm | ( | ) |
Get Parent Form.
Definition at line 229 of file class.ilFormPropertyGUI.php.
References getParent().
Referenced by ilCheckboxGroupInputGUI\insert(), and ilRadioGroupInputGUI\render().
ilFormPropertyGUI::getPostVar | ( | ) |
Get Post Variable.
Definition at line 106 of file class.ilFormPropertyGUI.php.
References $postvar.
Referenced by ilTypicalLearningTimeInputGUI\__buildDaysSelect(), ilTypicalLearningTimeInputGUI\__buildMonthsSelect(), ilDataCollectionTreePickInputGUI\__construct(), ilFormulaInputGUI\checkInput(), ilNonEditableValueGUI\checkInput(), ilColorPickerInputGUI\checkInput(), ilLuceneQueryInputGUI\checkInput(), ilFeedUrlInputGUI\checkInput(), ilEssayKeywordWizardInputGUI\checkInput(), ilCaptchaInputGUI\checkInput(), ilBirthdayInputGUI\checkInput(), ilMultipleChoiceWizardInputGUI\checkInput(), ilFontSizeInputGUI\checkInput(), ilFlashFileInputGUI\checkInput(), ilScheduleInputGUI\checkInput(), ilEMailInputGUI\checkInput(), ilAdvSelectInputGUI\checkInput(), ilAlphabetInputGUI\checkInput(), ilBackgroundImageInputGUI\checkInput(), ilRegExpInputGUI\checkInput(), ilWidthHeightInputGUI\checkInput(), ilNumericStyleValueInputGUI\checkInput(), ilCustomInputGUI\checkInput(), ilSelectInputGUI\checkInput(), ilTypicalLearningTimeInputGUI\checkInput(), ilTextWizardInputGUI\checkInput(), ilRadioMatrixInputGUI\checkInput(), ilUserLoginInputGUI\checkInput(), ilImagemapFileInputGUI\checkInput(), ilRadioGroupInputGUI\checkInput(), ilFileWizardInputGUI\checkInput(), ilCopyrightInputGUI\checkInput(), ilTRBLBorderStyleInputGUI\checkInput(), ilBackgroundPositionInputGUI\checkInput(), ilMatchingPairWizardInputGUI\checkInput(), ilLocationInputGUI\checkInput(), ilRandomTestInputGUI\checkInput(), ilCheckboxInputGUI\checkInput(), ilCheckboxGroupInputGUI\checkInput(), ilTRBLBorderWidthInputGUI\checkInput(), ilRepositorySelectorInputGUI\checkInput(), ilImageWizardInputGUI\checkInput(), ilMultiSelectInputGUI\checkInput(), ilSuggestedSolutionSelectorGUI\checkInput(), ilLinkInputGUI\checkInput(), ilMatrixRowWizardInputGUI\checkInput(), ilTRBLNumericStyleValueInputGUI\checkInput(), ilMatchingWizardInputGUI\checkInput(), ilCSSRectInputGUI\checkInput(), ilAnswerWizardInputGUI\checkInput(), ilSingleChoiceWizardInputGUI\checkInput(), ilFileInputGUI\checkInput(), ilErrorTextWizardInputGUI\checkInput(), ilCategoryWizardInputGUI\checkInput(), ilTRBLColorPickerInputGUI\checkInput(), ilKVPWizardInputGUI\checkInput(), ilPasswordInputGUI\checkInput(), ilTextInputGUI\checkInput(), ilNumberInputGUI\checkInput(), ilDurationInputGUI\checkInput(), ilDateTimeInputGUI\checkInput(), ilDateDurationInputGUI\checkInput(), ilTextAreaInputGUI\checkInput(), ilImageFileInputGUI\getDeletionFlag(), ilFlashFileInputGUI\getDeletionFlag(), ilFileInputGUI\getDeletionFlag(), getFieldId(), ilDataCollectionTreePickInputGUI\getHtml(), ilSubEnabledFormPropertyGUI\getItemByPostVar(), ilRadioGroupInputGUI\getItemByPostVar(), ilCheckboxGroupInputGUI\getItemByPostVar(), getItemByPostVar(), ilNumberInputGUI\getPostValueForComparison(), ilDateTimeInputGUI\getPostValueForComparison(), ilHiddenInputGUI\insert(), ilRandomTestROInputGUI\insert(), ilAdvSelectInputGUI\insert(), ilEMailInputGUI\insert(), ilImageFileInputGUI\insert(), ilFontSizeInputGUI\insert(), ilRadioMatrixInputGUI\insert(), ilBackgroundImageInputGUI\insert(), ilNumericStyleValueInputGUI\insert(), ilWidthHeightInputGUI\insert(), ilCopyrightInputGUI\insert(), ilUserLoginInputGUI\insert(), ilTextWizardInputGUI\insert(), ilTypicalLearningTimeInputGUI\insert(), ilLocationInputGUI\insert(), ilTRBLBorderStyleInputGUI\insert(), ilCheckboxGroupInputGUI\insert(), ilSuggestedSolutionSelectorGUI\insert(), ilBackgroundPositionInputGUI\insert(), ilColorPickerInputGUI\insert(), ilMatrixRowWizardInputGUI\insert(), ilMatchingPairWizardInputGUI\insert(), ilTRBLBorderWidthInputGUI\insert(), ilTRBLNumericStyleValueInputGUI\insert(), ilCSSRectInputGUI\insert(), ilFileWizardInputGUI\insert(), ilRandomTestInputGUI\insert(), ilImagemapFileInputGUI\insert(), ilEssayKeywordWizardInputGUI\insert(), ilMultipleChoiceWizardInputGUI\insert(), ilTRBLColorPickerInputGUI\insert(), ilAnswerWizardInputGUI\insert(), ilImageWizardInputGUI\insert(), ilErrorTextWizardInputGUI\insert(), ilKVPWizardInputGUI\insert(), ilCategoryWizardInputGUI\insert(), ilPasswordInputGUI\insert(), ilFlashFileInputGUI\insert(), ilMatchingWizardInputGUI\insert(), ilSingleChoiceWizardInputGUI\insert(), ilTextAreaInputGUI\insert(), ilCaptchaInputGUI\render(), ilScaleInputGUI\render(), ilNestedListInputGUI\render(), ilBirthdayInputGUI\render(), ilNonEditableValueGUI\render(), ilSelectInputGUI\render(), ilRadioGroupInputGUI\render(), ilScheduleInputGUI\render(), ilCheckboxInputGUI\render(), ilMultiSelectInputGUI\render(), ilLinkInputGUI\render(), ilRepositorySelectorInputGUI\render(), ilDurationInputGUI\render(), ilFileInputGUI\render(), ilTextInputGUI\render(), ilNumberInputGUI\render(), ilDateTimeInputGUI\render(), ilDateDurationInputGUI\render(), ilTaxAssignInputGUI\saveInput(), ilBirthdayInputGUI\setValueByArray(), ilFlashFileInputGUI\setValueByArray(), ilFileInputGUI\setValueByArray(), ilUserLoginInputGUI\setValueByArray(), ilAlphabetInputGUI\setValueByArray(), ilDataCollectionTreePickInputGUI\setValueByArray(), ilRandomTestInputGUI\setValueByArray(), ilScheduleInputGUI\setValueByArray(), ilEMailInputGUI\setValueByArray(), ilAdvSelectInputGUI\setValueByArray(), ilHiddenInputGUI\setValueByArray(), ilRepositorySelectorInputGUI\setValueByArray(), ilSelectInputGUI\setValueByArray(), ilTypicalLearningTimeInputGUI\setValueByArray(), ilImagemapFileInputGUI\setValueByArray(), ilRadioMatrixInputGUI\setValueByArray(), ilRadioGroupInputGUI\setValueByArray(), ilCopyrightInputGUI\setValueByArray(), ilCheckboxInputGUI\setValueByArray(), ilCaptchaInputGUI\setValueByArray(), ilLocationInputGUI\setValueByArray(), ilCheckboxGroupInputGUI\setValueByArray(), ilLinkInputGUI\setValueByArray(), ilPasswordInputGUI\setValueByArray(), ilMultiSelectInputGUI\setValueByArray(), ilSuggestedSolutionSelectorGUI\setValueByArray(), ilNonEditableValueGUI\setValueByArray(), ilCSSRectInputGUI\setValueByArray(), ilBackgroundImageInputGUI\setValueByArray(), ilWidthHeightInputGUI\setValueByArray(), ilNumberInputGUI\setValueByArray(), ilTextInputGUI\setValueByArray(), ilNumericStyleValueInputGUI\setValueByArray(), ilFontSizeInputGUI\setValueByArray(), ilTRBLBorderStyleInputGUI\setValueByArray(), ilDateTimeInputGUI\setValueByArray(), ilDurationInputGUI\setValueByArray(), ilBackgroundPositionInputGUI\setValueByArray(), ilTRBLNumericStyleValueInputGUI\setValueByArray(), ilTRBLBorderWidthInputGUI\setValueByArray(), ilDateDurationInputGUI\setValueByArray(), ilTextAreaInputGUI\setValueByArray(), and ilRepositorySelectorInputGUI\showRepositorySelection().
ilFormPropertyGUI::getRequired | ( | ) |
Get Required.
Definition at line 179 of file class.ilFormPropertyGUI.php.
References $required.
Referenced by ilFormulaInputGUI\checkInput(), ilFeedUrlInputGUI\checkInput(), ilEssayKeywordWizardInputGUI\checkInput(), ilBirthdayInputGUI\checkInput(), ilCaptchaInputGUI\checkInput(), ilMultipleChoiceWizardInputGUI\checkInput(), ilFontSizeInputGUI\checkInput(), ilFlashFileInputGUI\checkInput(), ilScheduleInputGUI\checkInput(), ilEMailInputGUI\checkInput(), ilAdvSelectInputGUI\checkInput(), ilAlphabetInputGUI\checkInput(), ilRegExpInputGUI\checkInput(), ilBackgroundImageInputGUI\checkInput(), ilNumericStyleValueInputGUI\checkInput(), ilCustomInputGUI\checkInput(), ilSelectInputGUI\checkInput(), ilTypicalLearningTimeInputGUI\checkInput(), ilRadioMatrixInputGUI\checkInput(), ilTextWizardInputGUI\checkInput(), ilUserLoginInputGUI\checkInput(), ilImagemapFileInputGUI\checkInput(), ilRadioGroupInputGUI\checkInput(), ilFileWizardInputGUI\checkInput(), ilMatchingPairWizardInputGUI\checkInput(), ilLocationInputGUI\checkInput(), ilCheckboxGroupInputGUI\checkInput(), ilRepositorySelectorInputGUI\checkInput(), ilImageWizardInputGUI\checkInput(), ilMultiSelectInputGUI\checkInput(), ilSuggestedSolutionSelectorGUI\checkInput(), ilLinkInputGUI\checkInput(), ilMatrixRowWizardInputGUI\checkInput(), ilMatchingWizardInputGUI\checkInput(), ilCSSRectInputGUI\checkInput(), ilSingleChoiceWizardInputGUI\checkInput(), ilFileInputGUI\checkInput(), ilErrorTextWizardInputGUI\checkInput(), ilCategoryWizardInputGUI\checkInput(), ilKVPWizardInputGUI\checkInput(), ilPasswordInputGUI\checkInput(), ilTextInputGUI\checkInput(), ilNumberInputGUI\checkInput(), ilDateTimeInputGUI\checkInput(), and ilTextAreaInputGUI\checkInput().
ilFormPropertyGUI::getSubForm | ( | ) |
Get sub form html.
Reimplemented in ilSubEnabledFormPropertyGUI.
Definition at line 258 of file class.ilFormPropertyGUI.php.
ilFormPropertyGUI::getTitle | ( | ) |
Get Title.
Reimplemented in ilNonEditableValueGUI.
Definition at line 86 of file class.ilFormPropertyGUI.php.
References $title.
Referenced by ilDataCollectionTreePickInputGUI\__construct().
ilFormPropertyGUI::getType | ( | ) |
Get Type.
Reimplemented in ilNonEditableValueGUI.
Definition at line 66 of file class.ilFormPropertyGUI.php.
References $type.
ilFormPropertyGUI::hideSubForm | ( | ) |
Sub form hidden on init?
Reimplemented in ilCheckboxInputGUI.
Definition at line 267 of file class.ilFormPropertyGUI.php.
ilFormPropertyGUI::readFromSession | ( | ) |
Read from session.
Definition at line 362 of file class.ilFormPropertyGUI.php.
References $_SESSION, getFieldId(), getParent(), and unserializeData().
ilFormPropertyGUI::serializeData | ( | ) |
serialize data
Reimplemented in ilDateTimeInputGUI, ilDurationInputGUI, ilCheckboxInputGUI, and ilCombinationInputGUI.
Definition at line 310 of file class.ilFormPropertyGUI.php.
Referenced by writeToSession().
ilFormPropertyGUI::setAlert | ( | $a_alert | ) |
Set Alert Text.
string | $a_alert | Alert Text |
Definition at line 149 of file class.ilFormPropertyGUI.php.
Referenced by ilFormulaInputGUI\checkInput(), ilLuceneQueryInputGUI\checkInput(), ilFeedUrlInputGUI\checkInput(), ilEssayKeywordWizardInputGUI\checkInput(), ilCaptchaInputGUI\checkInput(), ilBirthdayInputGUI\checkInput(), ilMultipleChoiceWizardInputGUI\checkInput(), ilFontSizeInputGUI\checkInput(), ilFlashFileInputGUI\checkInput(), ilScheduleInputGUI\checkInput(), ilEMailInputGUI\checkInput(), ilRecurrenceInputGUI\checkInput(), ilAdvSelectInputGUI\checkInput(), ilAlphabetInputGUI\checkInput(), ilRegExpInputGUI\checkInput(), ilBackgroundImageInputGUI\checkInput(), ilNumericStyleValueInputGUI\checkInput(), ilCustomInputGUI\checkInput(), ilSelectInputGUI\checkInput(), ilTypicalLearningTimeInputGUI\checkInput(), ilRadioMatrixInputGUI\checkInput(), ilTextWizardInputGUI\checkInput(), ilUserLoginInputGUI\checkInput(), ilImagemapFileInputGUI\checkInput(), ilRadioGroupInputGUI\checkInput(), ilFileWizardInputGUI\checkInput(), ilBackgroundPositionInputGUI\checkInput(), ilMatchingPairWizardInputGUI\checkInput(), ilLocationInputGUI\checkInput(), ilRandomTestInputGUI\checkInput(), ilCheckboxGroupInputGUI\checkInput(), ilTRBLBorderWidthInputGUI\checkInput(), ilRepositorySelectorInputGUI\checkInput(), ilImageWizardInputGUI\checkInput(), ilMultiSelectInputGUI\checkInput(), ilSuggestedSolutionSelectorGUI\checkInput(), ilLinkInputGUI\checkInput(), ilMatrixRowWizardInputGUI\checkInput(), ilTRBLNumericStyleValueInputGUI\checkInput(), ilMatchingWizardInputGUI\checkInput(), ilCSSRectInputGUI\checkInput(), ilAnswerWizardInputGUI\checkInput(), ilSingleChoiceWizardInputGUI\checkInput(), ilFileInputGUI\checkInput(), ilErrorTextWizardInputGUI\checkInput(), ilCategoryWizardInputGUI\checkInput(), ilKVPWizardInputGUI\checkInput(), ilPasswordInputGUI\checkInput(), ilTextInputGUI\checkInput(), ilNumberInputGUI\checkInput(), ilDateDurationInputGUI\checkInput(), ilTextAreaInputGUI\checkInput(), and ilCourseRegistrationGUI\fillRegistrationType().
ilFormPropertyGUI::setDisabled | ( | $a_disabled | ) |
Set Disabled.
boolean | $a_disabled | Disabled |
Definition at line 189 of file class.ilFormPropertyGUI.php.
Referenced by __construct(), ilUserProfile\addStandardFieldsToForm(), ilECSMappingSettingsGUI\dInitFormTreeSettings(), ilCalendarCategoryGUI\initFormCategory(), ilAuthShibbolethSettingsGUI\initFormRoleAssignment(), ilLDAPSettingsGUI\initFormRoleAssignments(), ilObjRoleGUI\initFormRoleProperties(), ilObjSurveyGUI\initPropertiesForm(), ilObjiLincClassroomGUI\initSettingsForm(), and ilObjTestGUI\propertiesObject().
ilFormPropertyGUI::setHiddenTitle | ( | $a_val | ) |
Set hidden title (for screenreaders)
string | hidden title |
Definition at line 277 of file class.ilFormPropertyGUI.php.
Referenced by ilImageFileInputGUI\__construct(), and ilFileInputGUI\__construct().
ilFormPropertyGUI::setInfo | ( | $a_info | ) |
Set Information Text.
string | $a_info | Information Text |
Reimplemented in ilNonEditableValueGUI.
Definition at line 129 of file class.ilFormPropertyGUI.php.
Referenced by ilSCORMCertificateAdapter\addAdditionalFormElements(), ilObjAssessmentFolderGUI\defaultsObject(), ilObjSurveyGUI\defineQuestionblock(), ilSetupGUI\displaySessions(), ilPCQuestionOverviewGUI\edit(), ilObjExternalToolsSettingsGUI\editMathJaxObject(), assFileUploadGUI\editQuestion(), SurveyMatrixQuestionGUI\editQuestion(), ilObjNewsSettingsGUI\editSettings(), ilObjPersonalDesktopSettingsGUI\editSettings(), ilObjLearningResourcesSettingsGUI\editSettings(), ilObjAuthSettingsGUI\getApacheAuthSettingsForm(), ilDataCollectionDatatype\getInputField(), ilObjSurveyGUI\importExternalMailRecipientsObject(), ilPageObjectGUI\initActivationForm(), ilObjMediaCastGUI\initAddCastItemForm(), ilObjExerciseGUI\initAssignmentForm(), ilObjAuthSettingsGUI\initAuthModeDetermination(), ilSetupGUI\initBasicSettingsForm(), ilObjSystemFolderGUI\initBasicSettingsForm(), ilSetupGUI\initControlStructureForm(), ilObjSystemFolderGUI\initCronJobsForm(), ilObjPollGUI\initEditCustomForm(), ilObjBlogGUI\initEditCustomForm(), ilObjBookingPoolGUI\initEditCustomForm(), ilObjExerciseGUI\initEditCustomForm(), ilObjRootFolderGUI\initEditForm(), ilObjCategoryGUI\initEditForm(), ilObjCourseGUI\initEditForm(), ilObjMailGUI\initForm(), ilRegistrationSettingsGUI\initForm(), ilBookingScheduleGUI\initForm(), ilCalendarAppointmentGUI\initForm(), ilSkillCategoryGUI\initForm(), ilSkillTemplateReferenceGUI\initForm(), ilBasicSkillGUI\initForm(), ilLDAPSettingsGUI\initForm(), ilObjUserGUI\initForm(), ilObjectActivationGUI\initFormEdit(), ilExternalFeedBlockGUIGen\initFormFeedBlock(), ilPDExternalFeedBlockGUI\initFormFeedBlock(), ilExternalFeedBlockGUI\initFormFeedBlock(), ilObjUserFolderGUI\initFormGeneralSettings(), ilNewsItemGUI\initFormNewsItem(), ilNewsItemGUIGen\initFormNewsItem(), ilLDAPSettingsGUI\initFormRoleAssignments(), ilConsultationHoursGUI\initFormSequence(), ilCASSettingsGUI\initFormSettings(), ilObjBlogAdministrationGUI\initFormSettings(), ilObjPortfolioAdministrationGUI\initFormSettings(), ilObjTaggingSettingsGUI\initFormSettings(), ilObjMediaCastSettingsGUI\initFormSettings(), ilObjCalendarSettingsGUI\initFormSettings(), ilObjForumGUI\initForumCreateForm(), ilObjAdvancedEditingGUI\initGeneralPageSettingsForm(), ilObjMDSettingsGUI\initGeneralSettingsForm(), ilPersonalSettingsGUI\initGeneralSettingsForm(), ilObjContentObjectGUI\initImportForm(), ilObjGroupGUI\initInfoEditor(), ilObjSystemFolderGUI\initJavaServerForm(), ilObjSystemFolderGUI\initJavaServerIniForm(), ilObjUserFolderGUI\initLoginSettingsForm(), ilMailOptionsGUI\initMailOptionsForm(), ilPersonalSettingsGUI\initMailOptionsForm(), ilObjMediaObjectsSettingsGUI\initMediaObjectsSettingsForm(), ilObjContentObjectGUI\initMenuForm(), ilShopNewsGUI\initNewsForm(), ilObjAdvancedEditingGUI\initPageEditorForm(), ilObjStyleSheetGUI\initPropertiesForm(), ilObjContentObjectGUI\initPropertiesForm(), ilObjSurveyGUI\initPropertiesForm(), ilObjSystemFolderGUI\initProxyForm(), ilSetupGUI\initProxyForm(), ilPersonalProfileGUI\initPublicProfileForm(), ilPermissionGUI\initRoleForm(), ilShopNewsGUI\initSettingsForm(), ilObjUserTrackingGUI\initSettingsForm(), ilECSSettingsGUI\initSettingsForm(), ilObjWikiGUI\initSettingsForm(), ilConsultationHoursGUI\initSettingsForm(), ilNewsForContextBlockGUI\initSettingsForm(), ilObjMediaCastGUI\initSettingsForm(), ilObjFileGUI\initSingleUploadForm(), ilObjSystemFolderGUI\initWebServicesForm(), ilObjFileGUI\initZipUploadForm(), ilObjSurveyGUI\inviteObject(), ilObjSurveyQuestionPoolGUI\propertiesObject(), ilObjQuestionPoolGUI\propertiesObject(), ilObjTestGUI\propertiesObject(), ilObjTestGUI\scoringObject(), ilRadiusSettingsGUI\settings(), ilOpenIdSettingsGUI\settings(), ilConditionHandlerInterface\showObligatoryForm(), ilObjPrivacySecurityGUI\showPrivacy(), ilSCORM2004ScoGUI\showProperties(), ilObjPrivacySecurityGUI\showSecurity(), and ilObjPaymentSettingsGUI\StatutoryRegulationsObject().
ilFormPropertyGUI::setMulti | ( | $a_multi | ) |
Set Multi.
bool | $a_multi | Multi |
Reimplemented in ilSelectInputGUI.
Definition at line 385 of file class.ilFormPropertyGUI.php.
ilFormPropertyGUI::setMultiValues | ( | array | $a_values | ) |
Set multi values.
array | $a_values |
Reimplemented in ilTextInputGUI.
Definition at line 405 of file class.ilFormPropertyGUI.php.
Referenced by ilSelectInputGUI\setValue().
ilFormPropertyGUI::setParent | ( | $a_val | ) |
Set Parent GUI object.
object | parent gui object |
Definition at line 239 of file class.ilFormPropertyGUI.php.
Referenced by setParentForm().
ilFormPropertyGUI::setParentForm | ( | $a_parentform | ) |
Set Parent Form.
object | $a_parentform | Parent Form |
Definition at line 219 of file class.ilFormPropertyGUI.php.
References setParent().
ilFormPropertyGUI::setPostVar | ( | $a_postvar | ) |
Set Post Variable.
string | $a_postvar | Post Variable |
Definition at line 96 of file class.ilFormPropertyGUI.php.
Referenced by __construct(), and ilObjMediaCastGUI\initAddCastItemForm().
ilFormPropertyGUI::setRequired | ( | $a_required | ) |
Set Required.
boolean | $a_required | Required |
Definition at line 169 of file class.ilFormPropertyGUI.php.
Referenced by ilRandomTestROInputGUI\__construct(), ilRandomTestInputGUI\__construct(), FormMailCodesGUI\__construct(), ilAccountRegistrationGUI\__initForm(), ilSCORMCertificateAdapter\addAdditionalFormElements(), ilTestExpressPageObjectGUI\addQuestion(), ilECSObjectSettings\addSettingsToForm(), ilUserProfile\addStandardFieldsToForm(), ilAssQuestionHintGUI\buildForm(), ilCertificateGUI\certificateEditor(), ilSetupGUI\cloneInitForm(), ilObjStyleSheetGUI\createObject(), ilObjSurveyGUI\createQuestionObject(), ilObjTestGUI\createQuestionObject(), SurveyTextQuestionGUI\editQuestion(), SurveyMetricQuestionGUI\editQuestion(), SurveySingleChoiceQuestionGUI\editQuestion(), SurveyMultipleChoiceQuestionGUI\editQuestion(), assTextSubsetGUI\editQuestion(), assTextQuestionGUI\editQuestion(), SurveyMatrixQuestionGUI\editQuestion(), assImagemapQuestionGUI\editQuestion(), assFlashQuestionGUI\editQuestion(), assClozeTestGUI\editQuestion(), assSingleChoiceGUI\editQuestion(), assMultipleChoiceGUI\editQuestion(), assMatchingQuestionGUI\editQuestion(), assOrderingQuestionGUI\editQuestion(), ilRegistrationGUI\fillAgreement(), assOrderingQuestionGUI\getAnswerImageFileUploadWizardFormProperty(), ilObjAuthSettingsGUI\getApacheAuthSettingsForm(), ilObjForumGUI\getThreadEditingForm(), ilObjUserFolderGUI\initAccessRestrictionForm(), ilObjMediaCastGUI\initAddCastItemForm(), ilAccountCodesGUI\initAddCodesForm(), ilPCFileItemGUI\initAddFileForm(), ilSetupGUI\initBasicSettingsForm(), ilObjSystemFolderGUI\initBasicSettingsForm(), ilObjPortfolioGUI\initBlogForm(), ilPageObjectGUI\initCaptchaForm(), ilECSSettingsGUI\initCategoryMappingForm(), ilSetupGUI\initClientIniForm(), ilStartUpGUI\initCodeForm(), ilObjStyleSheetGUI\initColorForm(), ilObjRoleFolderGUI\initCopyBehaviourForm(), ilObjPortfolioGUI\initCopyPageForm(), ilBlogPostingGUI\initDateForm(), ilObjBookingPoolGUI\initEditCustomForm(), ilObjFolderGUI\initEditCustomForm(), ilPCFileListGUI\initEditForm(), ilObjCourseGUI\initEditForm(), ilDidacticTemplateSettingsGUI\initEditTemplate(), ilObjSCORMLearningModuleGUI\initExportForm(), ilObjectCustomUserFieldsGUI\initFieldForm(), ilCalendarRecurrenceGUI\initForm(), ilBookingObjectGUI\initForm(), ilPCBlogGUI\initForm(), ilPCSkillsGUI\initForm(), ilPCVerificationGUI\initForm(), ilPCMapGUI\initForm(), ilCustomUserFieldsGUI\initForm(), ilObjCourseGroupingGUI\initForm(), ilDataCollectionTableEditGUI\initForm(), ilDataCollectionFieldEditGUI\initForm(), ilMailingListsGUI\initForm(), ilObjPortfolioGUI\initForm(), ilLDAPSettingsGUI\initForm(), ilObjUserGUI\initForm(), ilBookmarkAdministrationGUI\initFormBookmarkFolder(), ilConditionHandlerInterface\initFormCondition(), ilECSMappingSettingsGUI\initFormCSettings(), ilObjLinkResourceGUI\initFormLink(), ilObjSearchSettingsGUI\initFormLuceneSettings(), ilContainerGUI\initFormPasswordInstruction(), ilAuthShibbolethSettingsGUI\initFormRoleAssignment(), ilLDAPSettingsGUI\initFormRoleAssignments(), ilLPListOfSettingsGUI\initFormSettings(), ilCASSettingsGUI\initFormSettings(), ilObjPortfolioAdministrationGUI\initFormSettings(), ilObjBlogAdministrationGUI\initFormSettings(), ilObjSearchSettingsGUI\initFormSettings(), ilObjLinkResourceGUI\initFormSettings(), ilObjSCORM2004LearningModuleGUI\initGlossaryCreationForm(), ilObjStyleSheetGUI\initImageForm(), ilBookmarkAdministrationGUI\initImportBookmarksForm(), ilObjSCORMLearningModuleGUI\initImportForm(), ilObjPortfolioGUI\initPageForm(), ilWorkspaceAccessGUI\initPasswordForm(), ilPersonalSettingsGUI\initPasswordForm(), ilPersonalProfileGUI\initPersonalDataImportForm(), ilPCBlogGUI\initPostingForm(), ilObjContentObjectGUI\initPropertiesForm(), ilObjPollGUI\initQuestionForm(), ilObjRoleFolderGUI\initRoleSearchForm(), ilObjiLincClassroomGUI\initSettingsForm(), ilECSSettingsGUI\initSettingsForm(), ilObjWikiGUI\initSettingsForm(), ilObjiLincCourseGUI\initSettingsForm(), ilObjFileGUI\initSingleUploadForm(), ilChatroomSmileyTask\initSmiliesEditForm(), ilChatroomSmileyTask\initSmiliesForm(), ilObjSAHSLearningModuleGUI\initUploadForm(), ilObjFileGUI\initZipUploadForm(), SurveyQuestionGUI\material(), ilSurveyPhrasesGUI\phraseEditor(), ilRadiusSettingsGUI\settings(), ilObjCertificateSettingsGUI\settings(), ilMailFormGUI\showForm(), and ilNotificationOSDHandler\showSettings().
ilFormPropertyGUI::setTitle | ( | $a_title | ) |
Set Title.
string | $a_title | Title |
Reimplemented in ilNonEditableValueGUI.
Definition at line 76 of file class.ilFormPropertyGUI.php.
Referenced by __construct(), ilObjSCORM2004LearningModuleGUI\initGlossaryCreationForm(), and ilPersonalProfileGUI\initPersonalDataImportForm().
|
protected |
Set Type.
string | $a_type | Type |
Reimplemented in ilNonEditableValueGUI.
Definition at line 56 of file class.ilFormPropertyGUI.php.
Referenced by ilImageFileInputGUI\__construct(), ilCaptchaInputGUI\__construct(), ilTRBLBorderStyleInputGUI\__construct(), ilWidthHeightInputGUI\__construct(), ilColorPickerInputGUI\__construct(), ilCountrySelectInputGUI\__construct(), ilTaxAssignInputGUI\__construct(), ilAdvSelectInputGUI\__construct(), ilFlashFileInputGUI\__construct(), ilTypicalLearningTimeInputGUI\__construct(), ilNestedListInputGUI\__construct(), ilSelectInputGUI\__construct(), ilFileInputGUI\__construct(), ilCopyrightInputGUI\__construct(), ilLinkInputGUI\__construct(), ilDateTimeInputGUI\__construct(), ilFontSizeInputGUI\__construct(), ilTRBLBorderWidthInputGUI\__construct(), ilRegExpInputGUI\__construct(), ilBackgroundImageInputGUI\__construct(), ilBackgroundPositionInputGUI\__construct(), ilHiddenInputGUI\__construct(), ilRadioMatrixInputGUI\__construct(), ilTRBLNumericStyleValueInputGUI\__construct(), ilNumericStyleValueInputGUI\__construct(), ilCustomInputGUI\__construct(), ilFeedUrlInputGUI\__construct(), ilTRBLColorPickerInputGUI\__construct(), ilRadioGroupInputGUI\__construct(), ilLocationInputGUI\__construct(), ilCheckboxGroupInputGUI\__construct(), ilCheckboxInputGUI\__construct(), ilSuggestedSolutionSelectorGUI\__construct(), ilDateDurationInputGUI\__construct(), ilRepositorySelectorInputGUI\__construct(), ilDurationInputGUI\__construct(), ilMultiSelectInputGUI\__construct(), and ilTextAreaInputGUI\__construct().
ilFormPropertyGUI::unserializeData | ( | $a_data | ) |
unserialize data
Reimplemented in ilDateTimeInputGUI, ilDurationInputGUI, ilCheckboxInputGUI, and ilCombinationInputGUI.
Definition at line 318 of file class.ilFormPropertyGUI.php.
References $data.
Referenced by readFromSession().
ilFormPropertyGUI::writeToSession | ( | ) |
Write to session.
Definition at line 335 of file class.ilFormPropertyGUI.php.
References $_SESSION, getFieldId(), getParent(), and serializeData().
Referenced by ilRepositorySelectorInputGUI\reset(), ilRepositorySelectorInputGUI\selectRepositoryItem(), and ilTable2GUI\SetFilterValue().
|
protected |
Definition at line 17 of file class.ilFormPropertyGUI.php.
Referenced by getAlert().
|
protected |
Definition at line 21 of file class.ilFormPropertyGUI.php.
Referenced by getHiddenTitle().
|
protected |
Definition at line 16 of file class.ilFormPropertyGUI.php.
Referenced by getInfo().
|
protected |
Definition at line 22 of file class.ilFormPropertyGUI.php.
Referenced by getMulti().
|
protected |
Definition at line 23 of file class.ilFormPropertyGUI.php.
Referenced by getMultiValues().
|
protected |
Definition at line 20 of file class.ilFormPropertyGUI.php.
|
protected |
Definition at line 19 of file class.ilFormPropertyGUI.php.
|
protected |
Definition at line 15 of file class.ilFormPropertyGUI.php.
Referenced by getPostVar(), ilSelectInputGUI\render(), and ilTextInputGUI\render().
|
protected |
Definition at line 18 of file class.ilFormPropertyGUI.php.
Referenced by getRequired().
|
protected |
Definition at line 14 of file class.ilFormPropertyGUI.php.
Referenced by ilDataCollectionTreePickInputGUI\__construct(), getTitle(), ilLinkInputGUI\render(), and ilRepositorySelectorInputGUI\render().
|
protected |
Definition at line 13 of file class.ilFormPropertyGUI.php.
Referenced by ilFontSizeInputGUI\checkInput(), ilBackgroundImageInputGUI\checkInput(), ilBackgroundPositionInputGUI\checkInput(), ilTRBLBorderWidthInputGUI\checkInput(), ilLinkInputGUI\getTranslatedValue(), and getType().