ILIAS
Release_4_0_x_branch Revision 61816
|
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) |
Protected Member Functions | |
setType ($a_type) | |
Set Type. |
Protected Attributes | |
$type | |
$title | |
$postvar | |
$info | |
$alert | |
$required = false | |
$parentgui | |
$parentform |
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, ilCategoryWizardInputGUI, ilDurationInputGUI, ilMatchingWizardInputGUI, ilRepositorySelectorInputGUI, ilKVPWizardInputGUI, ilNumberInputGUI, ilErrorTextWizardInputGUI, ilSingleChoiceWizardInputGUI, ilSuggestedSolutionSelectorGUI, ilDateDurationInputGUI, ilCSSRectInputGUI, ilMultiSelectInputGUI, ilSelectInputGUI, ilRandomTestInputGUI, ilAnswerWizardInputGUI, ilImageWizardInputGUI, ilMatchingPairWizardInputGUI, ilAdvSelectInputGUI, ilCheckboxGroupInputGUI, ilCheckboxInputGUI, ilLocationInputGUI, ilRadioGroupInputGUI, ilTRBLColorPickerInputGUI, ilEMailInputGUI, ilFeedUrlInputGUI, ilFileWizardInputGUI, ilRadioMatrixInputGUI, ilTextWizardInputGUI, ilNumericStyleValueInputGUI, ilTRBLNumericStyleValueInputGUI, ilRandomTestROInputGUI, ilCustomInputGUI, ilRegExpInputGUI, ilWidthHeightInputGUI, ilBackgroundImageInputGUI, ilBackgroundPositionInputGUI, ilFontSizeInputGUI, ilTRBLBorderStyleInputGUI, ilTRBLBorderWidthInputGUI, ilLuceneQueryInputGUI, ilTextInputGUI, ilDateTimeInputGUI, ilImagemapFileInputGUI, ilFlashFileInputGUI, ilPasswordInputGUI, ilNonEditableValueGUI, ilUserLoginInputGUI, ilColorPickerInputGUI, ilFileInputGUI, and ilImageFileInputGUI.
Definition at line 28 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 ilDateDurationInputGUI, ilTextAreaInputGUI, ilDurationInputGUI, ilDateTimeInputGUI, ilNumberInputGUI, ilKVPWizardInputGUI, ilTRBLColorPickerInputGUI, ilTextInputGUI, ilPasswordInputGUI, ilCategoryWizardInputGUI, ilErrorTextWizardInputGUI, ilSingleChoiceWizardInputGUI, ilCSSRectInputGUI, ilMatchingWizardInputGUI, ilTRBLNumericStyleValueInputGUI, ilFileInputGUI, ilSuggestedSolutionSelectorGUI, ilAnswerWizardInputGUI, ilImageWizardInputGUI, ilRepositorySelectorInputGUI, ilTRBLBorderStyleInputGUI, ilTRBLBorderWidthInputGUI, ilRandomTestInputGUI, ilCheckboxInputGUI, ilLocationInputGUI, ilMatchingPairWizardInputGUI, ilBackgroundPositionInputGUI, ilFileWizardInputGUI, ilWidthHeightInputGUI, ilCheckboxGroupInputGUI, ilRadioGroupInputGUI, ilImagemapFileInputGUI, ilMultiSelectInputGUI, ilAdvSelectInputGUI, ilSelectInputGUI, ilRadioMatrixInputGUI, ilTextWizardInputGUI, ilCustomInputGUI, ilNumericStyleValueInputGUI, ilRegExpInputGUI, ilBackgroundImageInputGUI, ilRandomTestROInputGUI, ilUserLoginInputGUI, ilEMailInputGUI, ilRecurrenceInputGUI, ilChatSmiliesCurrentSmileyFormElement, ilFlashFileInputGUI, ilHiddenInputGUI, ilFontSizeInputGUI, ilMultipleChoiceWizardInputGUI, ilFeedUrlInputGUI, ilBirthdayInputGUI, ilLuceneQueryInputGUI, ilSolutionTitleInputGUI, ilColorPickerInputGUI, ilFormulaInputGUI, and ilNonEditableValueGUI.
Definition at line 206 of file class.ilFormPropertyGUI.php.
ilFormPropertyGUI::clearFromSession | ( | ) |
Clear session value.
Definition at line 346 of file class.ilFormPropertyGUI.php.
References $_SESSION, getFieldId(), and getParent().
& ilFormPropertyGUI::executeCommand | ( | ) |
ilFormPropertyGUI::getAlert | ( | ) |
Get Alert Text.
Definition at line 156 of file class.ilFormPropertyGUI.php.
References $alert.
ilFormPropertyGUI::getDisabled | ( | ) |
Get Disabled.
Definition at line 196 of file class.ilFormPropertyGUI.php.
Referenced by ilDateTimeInputGUI\checkInput(), ilDateDurationInputGUI\checkInput(), ilImageFileInputGUI\insert(), ilEMailInputGUI\insert(), ilUserLoginInputGUI\insert(), ilRadioMatrixInputGUI\insert(), ilTextWizardInputGUI\insert(), ilCheckboxGroupInputGUI\insert(), ilRadioGroupInputGUI\insert(), ilSuggestedSolutionSelectorGUI\insert(), ilColorPickerInputGUI\insert(), ilAnswerWizardInputGUI\insert(), ilRandomTestInputGUI\insert(), ilCSSRectInputGUI\insert(), ilFileWizardInputGUI\insert(), ilMultipleChoiceWizardInputGUI\insert(), ilTRBLColorPickerInputGUI\insert(), ilCategoryWizardInputGUI\insert(), ilPasswordInputGUI\insert(), ilNumberInputGUI\insert(), ilMatchingWizardInputGUI\insert(), ilSingleChoiceWizardInputGUI\insert(), ilTextAreaInputGUI\insert(), ilBirthdayInputGUI\render(), ilSelectInputGUI\render(), ilMultiSelectInputGUI\render(), ilCheckboxInputGUI\render(), ilDateTimeInputGUI\render(), ilTextInputGUI\render(), and ilDateDurationInputGUI\render().
ilFormPropertyGUI::getFieldId | ( | ) |
Get Post Variable.
Definition at line 113 of file class.ilFormPropertyGUI.php.
References getPostVar().
Referenced by clearFromSession(), ilHiddenInputGUI\insert(), ilImageFileInputGUI\insert(), ilEMailInputGUI\insert(), ilUserLoginInputGUI\insert(), ilTextWizardInputGUI\insert(), ilCheckboxGroupInputGUI\insert(), ilRadioGroupInputGUI\insert(), ilColorPickerInputGUI\insert(), ilMatchingPairWizardInputGUI\insert(), ilAnswerWizardInputGUI\insert(), ilCSSRectInputGUI\insert(), ilFileWizardInputGUI\insert(), ilImagemapFileInputGUI\insert(), ilMultipleChoiceWizardInputGUI\insert(), ilTRBLColorPickerInputGUI\insert(), ilImageWizardInputGUI\insert(), ilCategoryWizardInputGUI\insert(), ilPasswordInputGUI\insert(), ilKVPWizardInputGUI\insert(), ilFlashFileInputGUI\insert(), ilNumberInputGUI\insert(), ilMatchingWizardInputGUI\insert(), ilSingleChoiceWizardInputGUI\insert(), ilTextAreaInputGUI\insert(), readFromSession(), ilNonEditableValueGUI\render(), ilSelectInputGUI\render(), ilMultiSelectInputGUI\render(), ilCheckboxInputGUI\render(), ilRepositorySelectorInputGUI\render(), ilFileInputGUI\render(), ilTextInputGUI\render(), ilRepositorySelectorInputGUI\reset(), ilRepositorySelectorInputGUI\selectRepositoryItem(), and writeToSession().
ilFormPropertyGUI::getHiddenTag | ( | $a_post_var, | |
$a_value | |||
) |
Get hidden tag (used for disabled properties)
Definition at line 372 of file class.ilFormPropertyGUI.php.
References ilUtil\prepareFormOutput().
Referenced by ilRadioGroupInputGUI\insert(), ilTextAreaInputGUI\insert(), ilSelectInputGUI\render(), and ilTextInputGUI\render().
ilFormPropertyGUI::getHiddenTitle | ( | ) |
Get hidden title.
Definition at line 284 of file class.ilFormPropertyGUI.php.
ilFormPropertyGUI::getInfo | ( | ) |
Get Information Text.
Reimplemented in ilNonEditableValueGUI.
Definition at line 136 of file class.ilFormPropertyGUI.php.
References $info.
ilFormPropertyGUI::getItemByPostVar | ( | $a_post_var | ) |
Get item by post var.
Reimplemented in ilRadioGroupInputGUI, ilCheckboxGroupInputGUI, and ilSubEnabledFormPropertyGUI.
Definition at line 294 of file class.ilFormPropertyGUI.php.
References getPostVar().
ilFormPropertyGUI::getParent | ( | ) |
Get Parent GUI object.
Definition at line 246 of file class.ilFormPropertyGUI.php.
Referenced by clearFromSession(), getParentForm(), readFromSession(), ilRepositorySelectorInputGUI\render(), and writeToSession().
ilFormPropertyGUI::getParentForm | ( | ) |
Get Parent Form.
Definition at line 226 of file class.ilFormPropertyGUI.php.
References getParent().
Referenced by ilCheckboxGroupInputGUI\insert(), and ilRadioGroupInputGUI\insert().
ilFormPropertyGUI::getPostVar | ( | ) |
Get Post Variable.
Definition at line 103 of file class.ilFormPropertyGUI.php.
References $postvar.
Referenced by ilFormulaInputGUI\checkInput(), ilNonEditableValueGUI\checkInput(), ilColorPickerInputGUI\checkInput(), ilLuceneQueryInputGUI\checkInput(), ilBirthdayInputGUI\checkInput(), ilFeedUrlInputGUI\checkInput(), ilMultipleChoiceWizardInputGUI\checkInput(), ilFontSizeInputGUI\checkInput(), ilFlashFileInputGUI\checkInput(), ilEMailInputGUI\checkInput(), ilUserLoginInputGUI\checkInput(), ilRegExpInputGUI\checkInput(), ilBackgroundImageInputGUI\checkInput(), ilNumericStyleValueInputGUI\checkInput(), ilCustomInputGUI\checkInput(), ilRadioMatrixInputGUI\checkInput(), ilTextWizardInputGUI\checkInput(), ilAdvSelectInputGUI\checkInput(), ilSelectInputGUI\checkInput(), ilImagemapFileInputGUI\checkInput(), ilMultiSelectInputGUI\checkInput(), ilCheckboxGroupInputGUI\checkInput(), ilRadioGroupInputGUI\checkInput(), ilFileWizardInputGUI\checkInput(), ilWidthHeightInputGUI\checkInput(), ilBackgroundPositionInputGUI\checkInput(), ilMatchingPairWizardInputGUI\checkInput(), ilLocationInputGUI\checkInput(), ilCheckboxInputGUI\checkInput(), ilRandomTestInputGUI\checkInput(), ilTRBLBorderStyleInputGUI\checkInput(), ilTRBLBorderWidthInputGUI\checkInput(), ilRepositorySelectorInputGUI\checkInput(), ilImageWizardInputGUI\checkInput(), ilAnswerWizardInputGUI\checkInput(), ilSuggestedSolutionSelectorGUI\checkInput(), ilFileInputGUI\checkInput(), ilTRBLNumericStyleValueInputGUI\checkInput(), ilMatchingWizardInputGUI\checkInput(), ilCSSRectInputGUI\checkInput(), ilSingleChoiceWizardInputGUI\checkInput(), ilErrorTextWizardInputGUI\checkInput(), ilCategoryWizardInputGUI\checkInput(), ilPasswordInputGUI\checkInput(), ilTextInputGUI\checkInput(), ilTRBLColorPickerInputGUI\checkInput(), ilKVPWizardInputGUI\checkInput(), ilNumberInputGUI\checkInput(), ilDateTimeInputGUI\checkInput(), ilDurationInputGUI\checkInput(), ilTextAreaInputGUI\checkInput(), ilDateDurationInputGUI\checkInput(), ilImageFileInputGUI\getDeletionFlag(), ilFlashFileInputGUI\getDeletionFlag(), getFieldId(), ilSubEnabledFormPropertyGUI\getItemByPostVar(), ilCheckboxGroupInputGUI\getItemByPostVar(), ilRadioGroupInputGUI\getItemByPostVar(), getItemByPostVar(), ilHiddenInputGUI\insert(), ilRandomTestROInputGUI\insert(), ilImageFileInputGUI\insert(), ilEMailInputGUI\insert(), ilUserLoginInputGUI\insert(), ilFontSizeInputGUI\insert(), ilRadioMatrixInputGUI\insert(), ilBackgroundImageInputGUI\insert(), ilAdvSelectInputGUI\insert(), ilNumericStyleValueInputGUI\insert(), ilTextWizardInputGUI\insert(), ilCheckboxGroupInputGUI\insert(), ilRadioGroupInputGUI\insert(), ilWidthHeightInputGUI\insert(), ilLocationInputGUI\insert(), ilSuggestedSolutionSelectorGUI\insert(), ilTRBLBorderStyleInputGUI\insert(), ilBackgroundPositionInputGUI\insert(), ilColorPickerInputGUI\insert(), ilMatchingPairWizardInputGUI\insert(), ilAnswerWizardInputGUI\insert(), ilTRBLBorderWidthInputGUI\insert(), ilTRBLNumericStyleValueInputGUI\insert(), ilRandomTestInputGUI\insert(), ilCSSRectInputGUI\insert(), ilFileWizardInputGUI\insert(), ilImagemapFileInputGUI\insert(), ilMultipleChoiceWizardInputGUI\insert(), ilTRBLColorPickerInputGUI\insert(), ilImageWizardInputGUI\insert(), ilCategoryWizardInputGUI\insert(), ilErrorTextWizardInputGUI\insert(), ilPasswordInputGUI\insert(), ilKVPWizardInputGUI\insert(), ilDurationInputGUI\insert(), ilFlashFileInputGUI\insert(), ilNumberInputGUI\insert(), ilMatchingWizardInputGUI\insert(), ilSingleChoiceWizardInputGUI\insert(), ilTextAreaInputGUI\insert(), ilBirthdayInputGUI\render(), ilNonEditableValueGUI\render(), ilSelectInputGUI\render(), ilMultiSelectInputGUI\render(), ilCheckboxInputGUI\render(), ilRepositorySelectorInputGUI\render(), ilFileInputGUI\render(), ilDateTimeInputGUI\render(), ilTextInputGUI\render(), ilDateDurationInputGUI\render(), ilBirthdayInputGUI\setValueByArray(), ilFileInputGUI\setValueByArray(), ilFlashFileInputGUI\setValueByArray(), ilUserLoginInputGUI\setValueByArray(), ilRandomTestInputGUI\setValueByArray(), ilChatSmiliesCurrentSmileyFormElement\setValueByArray(), ilEMailInputGUI\setValueByArray(), ilHiddenInputGUI\setValueByArray(), ilRepositorySelectorInputGUI\setValueByArray(), ilImagemapFileInputGUI\setValueByArray(), ilRadioMatrixInputGUI\setValueByArray(), ilCheckboxGroupInputGUI\setValueByArray(), ilRadioGroupInputGUI\setValueByArray(), ilAdvSelectInputGUI\setValueByArray(), ilSelectInputGUI\setValueByArray(), ilMultiSelectInputGUI\setValueByArray(), ilCheckboxInputGUI\setValueByArray(), ilLocationInputGUI\setValueByArray(), ilNonEditableValueGUI\setValueByArray(), ilPasswordInputGUI\setValueByArray(), ilTextInputGUI\setValueByArray(), ilSuggestedSolutionSelectorGUI\setValueByArray(), ilNumberInputGUI\setValueByArray(), ilCSSRectInputGUI\setValueByArray(), ilBackgroundImageInputGUI\setValueByArray(), ilNumericStyleValueInputGUI\setValueByArray(), ilFontSizeInputGUI\setValueByArray(), ilWidthHeightInputGUI\setValueByArray(), ilDateTimeInputGUI\setValueByArray(), ilTRBLBorderStyleInputGUI\setValueByArray(), ilDurationInputGUI\setValueByArray(), ilBackgroundPositionInputGUI\setValueByArray(), ilTRBLNumericStyleValueInputGUI\setValueByArray(), ilTRBLBorderWidthInputGUI\setValueByArray(), ilDateDurationInputGUI\setValueByArray(), ilTextAreaInputGUI\setValueByArray(), and ilRepositorySelectorInputGUI\showRepositorySelection().
ilFormPropertyGUI::getRequired | ( | ) |
Get Required.
Definition at line 176 of file class.ilFormPropertyGUI.php.
References $required.
Referenced by ilFormulaInputGUI\checkInput(), ilBirthdayInputGUI\checkInput(), ilFeedUrlInputGUI\checkInput(), ilMultipleChoiceWizardInputGUI\checkInput(), ilFontSizeInputGUI\checkInput(), ilFlashFileInputGUI\checkInput(), ilEMailInputGUI\checkInput(), ilUserLoginInputGUI\checkInput(), ilBackgroundImageInputGUI\checkInput(), ilRegExpInputGUI\checkInput(), ilNumericStyleValueInputGUI\checkInput(), ilCustomInputGUI\checkInput(), ilRadioMatrixInputGUI\checkInput(), ilTextWizardInputGUI\checkInput(), ilAdvSelectInputGUI\checkInput(), ilSelectInputGUI\checkInput(), ilImagemapFileInputGUI\checkInput(), ilMultiSelectInputGUI\checkInput(), ilRadioGroupInputGUI\checkInput(), ilCheckboxGroupInputGUI\checkInput(), ilFileWizardInputGUI\checkInput(), ilMatchingPairWizardInputGUI\checkInput(), ilLocationInputGUI\checkInput(), ilRepositorySelectorInputGUI\checkInput(), ilImageWizardInputGUI\checkInput(), ilSuggestedSolutionSelectorGUI\checkInput(), ilFileInputGUI\checkInput(), ilMatchingWizardInputGUI\checkInput(), ilCSSRectInputGUI\checkInput(), ilSingleChoiceWizardInputGUI\checkInput(), ilErrorTextWizardInputGUI\checkInput(), ilCategoryWizardInputGUI\checkInput(), ilPasswordInputGUI\checkInput(), ilTextInputGUI\checkInput(), ilKVPWizardInputGUI\checkInput(), ilNumberInputGUI\checkInput(), and ilTextAreaInputGUI\checkInput().
ilFormPropertyGUI::getSubForm | ( | ) |
Get sub form html.
Reimplemented in ilSubEnabledFormPropertyGUI.
Definition at line 255 of file class.ilFormPropertyGUI.php.
ilFormPropertyGUI::getTitle | ( | ) |
Get Title.
Reimplemented in ilNonEditableValueGUI.
Definition at line 83 of file class.ilFormPropertyGUI.php.
References $title.
ilFormPropertyGUI::getType | ( | ) |
Get Type.
Reimplemented in ilNonEditableValueGUI.
Definition at line 63 of file class.ilFormPropertyGUI.php.
References $type.
ilFormPropertyGUI::hideSubForm | ( | ) |
Sub form hidden on init?
Reimplemented in ilCheckboxInputGUI.
Definition at line 264 of file class.ilFormPropertyGUI.php.
ilFormPropertyGUI::readFromSession | ( | ) |
Read from session.
Definition at line 359 of file class.ilFormPropertyGUI.php.
References $_SESSION, getFieldId(), getParent(), and unserializeData().
ilFormPropertyGUI::serializeData | ( | ) |
serialize data
Reimplemented in ilDateTimeInputGUI, and ilCheckboxInputGUI.
Definition at line 307 of file class.ilFormPropertyGUI.php.
Referenced by writeToSession().
ilFormPropertyGUI::setAlert | ( | $a_alert | ) |
Set Alert Text.
string | $a_alert | Alert Text |
Definition at line 146 of file class.ilFormPropertyGUI.php.
Referenced by ilFormulaInputGUI\checkInput(), ilLuceneQueryInputGUI\checkInput(), ilBirthdayInputGUI\checkInput(), ilFeedUrlInputGUI\checkInput(), ilMultipleChoiceWizardInputGUI\checkInput(), ilFontSizeInputGUI\checkInput(), ilFlashFileInputGUI\checkInput(), ilRecurrenceInputGUI\checkInput(), ilEMailInputGUI\checkInput(), ilUserLoginInputGUI\checkInput(), ilRegExpInputGUI\checkInput(), ilBackgroundImageInputGUI\checkInput(), ilNumericStyleValueInputGUI\checkInput(), ilCustomInputGUI\checkInput(), ilRadioMatrixInputGUI\checkInput(), ilTextWizardInputGUI\checkInput(), ilSelectInputGUI\checkInput(), ilAdvSelectInputGUI\checkInput(), ilImagemapFileInputGUI\checkInput(), ilMultiSelectInputGUI\checkInput(), ilCheckboxGroupInputGUI\checkInput(), ilRadioGroupInputGUI\checkInput(), ilFileWizardInputGUI\checkInput(), ilBackgroundPositionInputGUI\checkInput(), ilMatchingPairWizardInputGUI\checkInput(), ilLocationInputGUI\checkInput(), ilRandomTestInputGUI\checkInput(), ilTRBLBorderWidthInputGUI\checkInput(), ilRepositorySelectorInputGUI\checkInput(), ilImageWizardInputGUI\checkInput(), ilAnswerWizardInputGUI\checkInput(), ilSuggestedSolutionSelectorGUI\checkInput(), ilFileInputGUI\checkInput(), ilTRBLNumericStyleValueInputGUI\checkInput(), ilMatchingWizardInputGUI\checkInput(), ilCSSRectInputGUI\checkInput(), ilSingleChoiceWizardInputGUI\checkInput(), ilErrorTextWizardInputGUI\checkInput(), ilCategoryWizardInputGUI\checkInput(), ilPasswordInputGUI\checkInput(), ilTextInputGUI\checkInput(), ilKVPWizardInputGUI\checkInput(), ilNumberInputGUI\checkInput(), ilDateTimeInputGUI\checkInput(), ilTextAreaInputGUI\checkInput(), ilDateDurationInputGUI\checkInput(), and ilCourseRegistrationGUI\fillRegistrationType().
ilFormPropertyGUI::setDisabled | ( | $a_disabled | ) |
Set Disabled.
boolean | $a_disabled | Disabled |
Definition at line 186 of file class.ilFormPropertyGUI.php.
Referenced by __construct(), ilTestEvaluationGUI\evalSettings(), ilObjPaymentSettingsGUI\getERPform(), ilAuthShibbolethSettingsGUI\initFormRoleAssignment(), ilLDAPSettingsGUI\initFormRoleAssignments(), ilObjiLincClassroomGUI\initSettingsForm(), and ilObjSurveyGUI\propertiesObject().
ilFormPropertyGUI::setHiddenTitle | ( | $a_val | ) |
Set hidden title (for screenreaders)
string | hidden title |
Definition at line 274 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 126 of file class.ilFormPropertyGUI.php.
Referenced by ilSCORMCertificateAdapter\addAdditionalFormElements(), ilObjExternalToolsSettingsGUI\editGoogleMapsObject(), ilObjExternalToolsSettingsGUI\editjsMathObject(), assFileUploadGUI\editQuestion(), SurveyMatrixQuestionGUI\editQuestion(), ilObjNewsSettingsGUI\editSettings(), ilObjPersonalDesktopSettingsGUI\editSettings(), ilObjLearningResourcesSettingsGUI\editSettings(), ilObjPaymentSettingsGUI\getERPform(), ilObjMediaCastGUI\initAddCastItemForm(), ilObjAuthSettingsGUI\initAuthModeDetermination(), ilSetupGUI\initBasicSettingsForm(), ilObjSystemFolderGUI\initBasicSettingsForm(), ilObjSystemFolderGUI\initCronJobsForm(), ilObjMailGUI\initForm(), ilObjChatServerGUI\initForm(), ilLDAPSettingsGUI\initForm(), ilCourseItemAdministrationGUI\initFormEdit(), ilExternalFeedBlockGUIGen\initFormFeedBlock(), ilPDExternalFeedBlockGUI\initFormFeedBlock(), ilExternalFeedBlockGUI\initFormFeedBlock(), ilNewsItemGUIGen\initFormNewsItem(), ilLDAPSettingsGUI\initFormRoleAssignments(), ilObjTaggingSettingsGUI\initFormSettings(), ilObjMediaCastSettingsGUI\initFormSettings(), ilObjForumGUI\initForumCreateForm(), ilObjMDSettingsGUI\initGeneralSettingsForm(), ilPersonalProfileGUI\initGeneralSettingsForm(), ilObjContentObjectGUI\initImportForm(), ilObjGroupGUI\initInfoEditor(), ilObjSystemFolderGUI\initJavaServerIniForm(), ilObjUserFolderGUI\initLoginSettingsForm(), ilMailOptionsGUI\initMailOptionsForm(), ilPersonalProfileGUI\initMailOptionsForm(), ilObjMediaObjectsSettingsGUI\initMediaObjectsSettingsForm(), ilShopNewsGUI\initNewsForm(), ilObjStyleSheetGUI\initPropertiesForm(), ilObjContentObjectGUI\initPropertiesForm(), ilPersonalProfileGUI\initPublicProfileForm(), ilShopNewsGUI\initSettingsForm(), ilECSSettingsGUI\initSettingsForm(), ilObjMediaCastGUI\initSettingsForm(), ilNewsForContextBlockGUI\initSettingsForm(), ilObjFileGUI\initSingleUploadForm(), ilObjForumGUI\initTopicCreateForm(), ilObjSystemFolderGUI\initWebServicesForm(), ilObjFileGUI\initZipUploadForm(), ilObjSurveyGUI\inviteObject(), ilObjSurveyQuestionPoolGUI\propertiesObject(), ilObjQuestionPoolGUI\propertiesObject(), ilObjSurveyGUI\propertiesObject(), ilObjAdvancedEditingGUI\repositorySettingsObject(), ilRadiusSettingsGUI\settings(), and ilObjPrivacySecurityGUI\showSecurity().
ilFormPropertyGUI::setParent | ( | $a_val | ) |
Set Parent GUI object.
object | parent gui object |
Definition at line 236 of file class.ilFormPropertyGUI.php.
Referenced by setParentForm().
ilFormPropertyGUI::setParentForm | ( | $a_parentform | ) |
Set Parent Form.
object | $a_parentform | Parent Form |
Definition at line 216 of file class.ilFormPropertyGUI.php.
References setParent().
ilFormPropertyGUI::setPostVar | ( | $a_postvar | ) |
Set Post Variable.
string | $a_postvar | Post Variable |
Definition at line 93 of file class.ilFormPropertyGUI.php.
Referenced by __construct(), and ilObjMediaCastGUI\initAddCastItemForm().
ilFormPropertyGUI::setRequired | ( | $a_required | ) |
Set Required.
boolean | $a_required | Required |
Definition at line 166 of file class.ilFormPropertyGUI.php.
Referenced by ilRandomTestROInputGUI\__construct(), ilRandomTestInputGUI\__construct(), ilSCORMCertificateAdapter\addAdditionalFormElements(), ilCertificateGUI\certificateEditor(), SurveyTextQuestionGUI\editQuestion(), SurveyMetricQuestionGUI\editQuestion(), SurveyMultipleChoiceQuestionGUI\editQuestion(), SurveySingleChoiceQuestionGUI\editQuestion(), assTextSubsetGUI\editQuestion(), SurveyMatrixQuestionGUI\editQuestion(), assMultipleChoiceGUI\editQuestion(), assImagemapQuestionGUI\editQuestion(), assSingleChoiceGUI\editQuestion(), assFlashQuestionGUI\editQuestion(), assClozeTestGUI\editQuestion(), assOrderingQuestionGUI\editQuestion(), assMatchingQuestionGUI\editQuestion(), ilCourseRegistrationGUI\fillAgreement(), ilObjMediaCastGUI\initAddCastItemForm(), ilSetupGUI\initBasicSettingsForm(), ilECSSettingsGUI\initCategoryMappingForm(), ilSetupGUI\initClientIniForm(), ilObjStyleSheetGUI\initColorForm(), ilCalendarRecurrenceGUI\initForm(), ilObjChatServerGUI\initForm(), ilPCMapGUI\initForm(), ilMailingListsGUI\initForm(), ilLDAPSettingsGUI\initForm(), ilObjUserGUI\initForm(), ilBookmarkAdministrationGUI\initFormBookmarkFolder(), ilConditionHandlerInterface\initFormCondition(), ilObjLinkResourceGUI\initFormLink(), ilObjSearchSettingsGUI\initFormLuceneSettings(), ilAuthShibbolethSettingsGUI\initFormRoleAssignment(), ilLDAPSettingsGUI\initFormRoleAssignments(), ilObjLinkResourceGUI\initFormSettings(), ilObjForumGUI\initForumImportForm(), ilObjStyleSheetGUI\initImageForm(), ilBookmarkAdministrationGUI\initImportBookmarksForm(), ilNoteGUI\initNoteForm(), ilPersonalProfileGUI\initPasswordForm(), ilObjExerciseGUI\initPropertiesForm(), ilObjForumGUI\initReplyEditForm(), ilECSSettingsGUI\initSettingsForm(), ilObjiLincClassroomGUI\initSettingsForm(), ilObjWikiGUI\initSettingsForm(), ilObjiLincCourseGUI\initSettingsForm(), ilObjFileGUI\initSingleUploadForm(), ilObjChatServerGUI\initSmiliesEditForm(), ilObjChatServerGUI\initSmiliesForm(), ilObjSAHSLearningModuleGUI\initUploadForm(), ilObjFileGUI\initZipUploadForm(), SurveyQuestionGUI\material(), ilRadiusSettingsGUI\settings(), ilObjCertificateSettingsGUI\settings(), and ilMailFormGUI\showForm().
ilFormPropertyGUI::setTitle | ( | $a_title | ) |
Set Title.
string | $a_title | Title |
Reimplemented in ilNonEditableValueGUI.
Definition at line 73 of file class.ilFormPropertyGUI.php.
Referenced by __construct(), ilObjContentObjectGUI\initCreationForm(), and ilObjWikiGUI\initSettingsForm().
|
protected |
Set Type.
string | $a_type | Type |
Reimplemented in ilNonEditableValueGUI.
Definition at line 53 of file class.ilFormPropertyGUI.php.
Referenced by ilImageFileInputGUI\__construct(), ilFileInputGUI\__construct(), ilColorPickerInputGUI\__construct(), ilFlashFileInputGUI\__construct(), ilDateTimeInputGUI\__construct(), ilRegExpInputGUI\__construct(), ilFontSizeInputGUI\__construct(), ilWidthHeightInputGUI\__construct(), ilCustomInputGUI\__construct(), ilBackgroundImageInputGUI\__construct(), ilBackgroundPositionInputGUI\__construct(), ilHiddenInputGUI\__construct(), ilTRBLBorderStyleInputGUI\__construct(), ilTRBLBorderWidthInputGUI\__construct(), ilRadioMatrixInputGUI\__construct(), ilNumericStyleValueInputGUI\__construct(), ilTRBLNumericStyleValueInputGUI\__construct(), ilFeedUrlInputGUI\__construct(), ilTRBLColorPickerInputGUI\__construct(), ilRadioGroupInputGUI\__construct(), ilAdvSelectInputGUI\__construct(), ilCheckboxInputGUI\__construct(), ilCheckboxGroupInputGUI\__construct(), ilLocationInputGUI\__construct(), ilMultiSelectInputGUI\__construct(), ilSelectInputGUI\__construct(), ilSuggestedSolutionSelectorGUI\__construct(), ilDateDurationInputGUI\__construct(), ilRepositorySelectorInputGUI\__construct(), ilDurationInputGUI\__construct(), and ilTextAreaInputGUI\__construct().
ilFormPropertyGUI::unserializeData | ( | $a_data | ) |
unserialize data
Reimplemented in ilDateTimeInputGUI, and ilCheckboxInputGUI.
Definition at line 315 of file class.ilFormPropertyGUI.php.
References $data.
Referenced by readFromSession().
ilFormPropertyGUI::writeToSession | ( | ) |
Write to session.
Definition at line 332 of file class.ilFormPropertyGUI.php.
References $_SESSION, getFieldId(), getParent(), and serializeData().
Referenced by ilRepositorySelectorInputGUI\reset(), and ilRepositorySelectorInputGUI\selectRepositoryItem().
|
protected |
Definition at line 17 of file class.ilFormPropertyGUI.php.
Referenced by getAlert().
|
protected |
Definition at line 16 of file class.ilFormPropertyGUI.php.
Referenced by getInfo().
|
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().
|
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 getTitle(), and ilRepositorySelectorInputGUI\render().
|
protected |
Definition at line 13 of file class.ilFormPropertyGUI.php.
Referenced by ilFontSizeInputGUI\checkInput(), ilBackgroundImageInputGUI\checkInput(), ilBackgroundPositionInputGUI\checkInput(), ilTRBLBorderWidthInputGUI\checkInput(), and getType().