ILIAS
Release_3_10_x_branch Revision 61812
|
This class represents a property in a property form. More...
Public Member Functions | |
__construct ($a_title="", $a_postvar="") | |
Constructor. | |
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. | |
getSubForm () | |
Get sub form html. | |
getSubformMode () |
Protected Member Functions | |
setType ($a_type) | |
Set Type. |
Protected Attributes | |
$type | |
$title | |
$postvar | |
$info | |
$alert | |
$required = false |
This class represents a property in a property form.
Definition at line 31 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, ilDateTimeInputGUI, ilDurationInputGUI, ilSuggestedSolutionSelectorGUI, ilColorPickerInputGUI, ilCSSRectInputGUI, ilNumberInputGUI, ilPasswordInputGUI, ilCheckboxInputGUI, ilFlashFileInputGUI, ilNonEditableValueGUI, ilRadioGroupInputGUI, ilTextInputGUI, ilUserLoginInputGUI, ilEMailInputGUI, ilFeedUrlInputGUI, ilFileInputGUI, ilLocationInputGUI, ilRadioMatrixInputGUI, ilSelectInputGUI, ilCustomInputGUI, ilRegExpInputGUI, and ilImageFileInputGUI.
Definition at line 46 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, ilDurationInputGUI, ilDateTimeInputGUI, ilCSSRectInputGUI, ilNumberInputGUI, ilPasswordInputGUI, ilTextInputGUI, ilSuggestedSolutionSelectorGUI, ilFileInputGUI, ilCheckboxInputGUI, ilLocationInputGUI, ilRadioGroupInputGUI, ilUserLoginInputGUI, ilRadioMatrixInputGUI, ilSelectInputGUI, ilRegExpInputGUI, ilEMailInputGUI, ilRecurrenceInputGUI, ilHiddenInputGUI, ilColorPickerInputGUI, ilFeedUrlInputGUI, and ilNonEditableValueGUI.
Definition at line 211 of file class.ilFormPropertyGUI.php.
ilFormPropertyGUI::getAlert | ( | ) |
Get Alert Text.
Definition at line 161 of file class.ilFormPropertyGUI.php.
References $alert.
ilFormPropertyGUI::getDisabled | ( | ) |
Get Disabled.
Definition at line 201 of file class.ilFormPropertyGUI.php.
Referenced by ilColorPickerInputGUI\insert(), ilEMailInputGUI\insert(), ilRadioMatrixInputGUI\insert(), ilSelectInputGUI\insert(), ilUserLoginInputGUI\insert(), ilRadioGroupInputGUI\insert(), ilCheckboxInputGUI\insert(), ilSuggestedSolutionSelectorGUI\insert(), ilTextInputGUI\insert(), ilCSSRectInputGUI\insert(), ilNumberInputGUI\insert(), ilPasswordInputGUI\insert(), ilDateTimeInputGUI\insert(), and ilTextAreaInputGUI\insert().
ilFormPropertyGUI::getFieldId | ( | ) |
Get Post Variable.
Definition at line 118 of file class.ilFormPropertyGUI.php.
References getPostVar().
Referenced by ilImageFileInputGUI\insert(), ilHiddenInputGUI\insert(), ilColorPickerInputGUI\insert(), ilEMailInputGUI\insert(), ilUserLoginInputGUI\insert(), ilRadioGroupInputGUI\insert(), ilCheckboxInputGUI\insert(), ilFlashFileInputGUI\insert(), ilTextInputGUI\insert(), ilCSSRectInputGUI\insert(), ilNumberInputGUI\insert(), ilPasswordInputGUI\insert(), ilFileInputGUI\insert(), and ilTextAreaInputGUI\insert().
ilFormPropertyGUI::getInfo | ( | ) |
Get Information Text.
Reimplemented in ilNonEditableValueGUI.
Definition at line 141 of file class.ilFormPropertyGUI.php.
References $info.
ilFormPropertyGUI::getPostVar | ( | ) |
Get Post Variable.
Definition at line 108 of file class.ilFormPropertyGUI.php.
References $postvar.
Referenced by ilFeedUrlInputGUI\checkInput(), ilEMailInputGUI\checkInput(), ilRegExpInputGUI\checkInput(), ilRadioMatrixInputGUI\checkInput(), ilSelectInputGUI\checkInput(), ilUserLoginInputGUI\checkInput(), ilRadioGroupInputGUI\checkInput(), ilLocationInputGUI\checkInput(), ilCheckboxInputGUI\checkInput(), ilFileInputGUI\checkInput(), ilSuggestedSolutionSelectorGUI\checkInput(), ilTextInputGUI\checkInput(), ilNumberInputGUI\checkInput(), ilPasswordInputGUI\checkInput(), ilCSSRectInputGUI\checkInput(), ilDateTimeInputGUI\checkInput(), ilDurationInputGUI\checkInput(), ilTextAreaInputGUI\checkInput(), ilImageFileInputGUI\getDeletionFlag(), ilFlashFileInputGUI\getDeletionFlag(), getFieldId(), ilImageFileInputGUI\insert(), ilHiddenInputGUI\insert(), ilColorPickerInputGUI\insert(), ilEMailInputGUI\insert(), ilRadioMatrixInputGUI\insert(), ilSelectInputGUI\insert(), ilUserLoginInputGUI\insert(), ilRadioGroupInputGUI\insert(), ilLocationInputGUI\insert(), ilCheckboxInputGUI\insert(), ilFlashFileInputGUI\insert(), ilSuggestedSolutionSelectorGUI\insert(), ilTextInputGUI\insert(), ilCSSRectInputGUI\insert(), ilNumberInputGUI\insert(), ilPasswordInputGUI\insert(), ilFileInputGUI\insert(), ilDateTimeInputGUI\insert(), ilDurationInputGUI\insert(), ilTextAreaInputGUI\insert(), ilFileInputGUI\setValueByArray(), ilEMailInputGUI\setValueByArray(), ilUserLoginInputGUI\setValueByArray(), ilHiddenInputGUI\setValueByArray(), ilSelectInputGUI\setValueByArray(), ilRadioMatrixInputGUI\setValueByArray(), ilRadioGroupInputGUI\setValueByArray(), ilNumberInputGUI\setValueByArray(), ilLocationInputGUI\setValueByArray(), ilCheckboxInputGUI\setValueByArray(), ilPasswordInputGUI\setValueByArray(), ilTextInputGUI\setValueByArray(), ilNonEditableValueGUI\setValueByArray(), ilSuggestedSolutionSelectorGUI\setValueByArray(), ilCSSRectInputGUI\setValueByArray(), ilDateTimeInputGUI\setValueByArray(), ilDurationInputGUI\setValueByArray(), and ilTextAreaInputGUI\setValueByArray().
ilFormPropertyGUI::getRequired | ( | ) |
Get Required.
Definition at line 181 of file class.ilFormPropertyGUI.php.
References $required.
Referenced by ilFeedUrlInputGUI\checkInput(), ilEMailInputGUI\checkInput(), ilRegExpInputGUI\checkInput(), ilRadioMatrixInputGUI\checkInput(), ilSelectInputGUI\checkInput(), ilUserLoginInputGUI\checkInput(), ilRadioGroupInputGUI\checkInput(), ilLocationInputGUI\checkInput(), ilFileInputGUI\checkInput(), ilSuggestedSolutionSelectorGUI\checkInput(), ilTextInputGUI\checkInput(), ilNumberInputGUI\checkInput(), ilPasswordInputGUI\checkInput(), ilCSSRectInputGUI\checkInput(), and ilTextAreaInputGUI\checkInput().
ilFormPropertyGUI::getSubForm | ( | ) |
Get sub form html.
Reimplemented in ilSubEnabledFormPropertyGUI.
Definition at line 220 of file class.ilFormPropertyGUI.php.
ilFormPropertyGUI::getSubformMode | ( | ) |
Reimplemented in ilSubEnabledFormPropertyGUI.
Definition at line 225 of file class.ilFormPropertyGUI.php.
ilFormPropertyGUI::getTitle | ( | ) |
Get Title.
Reimplemented in ilNonEditableValueGUI.
Definition at line 88 of file class.ilFormPropertyGUI.php.
References $title.
ilFormPropertyGUI::getType | ( | ) |
Get Type.
Reimplemented in ilNonEditableValueGUI.
Definition at line 68 of file class.ilFormPropertyGUI.php.
References $type.
ilFormPropertyGUI::setAlert | ( | $a_alert | ) |
Set Alert Text.
string | $a_alert | Alert Text |
Definition at line 151 of file class.ilFormPropertyGUI.php.
Referenced by ilFeedUrlInputGUI\checkInput(), ilRecurrenceInputGUI\checkInput(), ilEMailInputGUI\checkInput(), ilRegExpInputGUI\checkInput(), ilRadioMatrixInputGUI\checkInput(), ilSelectInputGUI\checkInput(), ilUserLoginInputGUI\checkInput(), ilRadioGroupInputGUI\checkInput(), ilLocationInputGUI\checkInput(), ilFileInputGUI\checkInput(), ilSuggestedSolutionSelectorGUI\checkInput(), ilTextInputGUI\checkInput(), ilPasswordInputGUI\checkInput(), ilNumberInputGUI\checkInput(), ilCSSRectInputGUI\checkInput(), ilDateTimeInputGUI\checkInput(), ilTextAreaInputGUI\checkInput(), and ilCourseRegistrationGUI\fillRegistrationType().
ilFormPropertyGUI::setDisabled | ( | $a_disabled | ) |
Set Disabled.
boolean | $a_disabled | Disabled |
Definition at line 191 of file class.ilFormPropertyGUI.php.
Referenced by __construct(), ilTestEvaluationGUI\evalSettings(), and ilObjiLincClassroomGUI\initSettingsForm().
ilFormPropertyGUI::setInfo | ( | $a_info | ) |
Set Information Text.
string | $a_info | Information Text |
Reimplemented in ilNonEditableValueGUI.
Definition at line 131 of file class.ilFormPropertyGUI.php.
Referenced by ilObjExternalToolsSettingsGUI\editGoogleMapsObject(), ilObjExternalToolsSettingsGUI\editjsMathObject(), ilObjNewsSettingsGUI\editSettings(), ilObjPersonalDesktopSettingsGUI\editSettings(), ilObjMediaCastGUI\initAddCastItemForm(), ilObjAuthSettingsGUI\initAuthModeDetermination(), ilObjChatServerGUI\initForm(), ilCourseItemAdministrationGUI\initFormEdit(), ilExternalFeedBlockGUIGen\initFormFeedBlock(), ilPDExternalFeedBlockGUI\initFormFeedBlock(), ilExternalFeedBlockGUI\initFormFeedBlock(), ilNewsItemGUIGen\initFormNewsItem(), ilObjGroupGUI\initInfoEditor(), ilECSSettingsGUI\initSettingsForm(), ilObjMediaCastGUI\initSettingsForm(), ilNewsForContextBlockGUI\initSettingsForm(), ilObjFileGUI\initSingleUploadForm(), ilObjFileGUI\initZipUploadForm(), ilRadiusSettingsGUI\settings(), and ilObjPrivacySecurityGUI\showSecurity().
ilFormPropertyGUI::setPostVar | ( | $a_postvar | ) |
Set Post Variable.
string | $a_postvar | Post Variable |
Definition at line 98 of file class.ilFormPropertyGUI.php.
Referenced by __construct(), and ilObjMediaCastGUI\initAddCastItemForm().
ilFormPropertyGUI::setRequired | ( | $a_required | ) |
Set Required.
boolean | $a_required | Required |
Definition at line 171 of file class.ilFormPropertyGUI.php.
Referenced by ilCourseRegistrationGUI\fillAgreement(), ilObjMediaCastGUI\initAddCastItemForm(), ilCalendarRecurrenceGUI\initForm(), ilObjChatServerGUI\initForm(), ilPCMapGUI\initForm(), ilObjUserGUI\initForm(), ilConditionHandlerInterface\initFormCondition(), ilObjExerciseGUI\initPropertiesForm(), ilECSSettingsGUI\initSettingsForm(), ilObjiLincClassroomGUI\initSettingsForm(), ilObjWikiGUI\initSettingsForm(), ilObjiLincCourseGUI\initSettingsForm(), ilObjFileGUI\initSingleUploadForm(), ilObjFileGUI\initZipUploadForm(), and ilRadiusSettingsGUI\settings().
ilFormPropertyGUI::setTitle | ( | $a_title | ) |
Set Title.
string | $a_title | Title |
Reimplemented in ilNonEditableValueGUI.
Definition at line 78 of file class.ilFormPropertyGUI.php.
Referenced by __construct(), and ilObjWikiGUI\initSettingsForm().
|
protected |
Set Type.
string | $a_type | Type |
Reimplemented in ilNonEditableValueGUI.
Definition at line 58 of file class.ilFormPropertyGUI.php.
Referenced by ilImageFileInputGUI\__construct(), ilCustomInputGUI\__construct(), ilHiddenInputGUI\__construct(), ilRegExpInputGUI\__construct(), ilSelectInputGUI\__construct(), ilRadioMatrixInputGUI\__construct(), ilFileInputGUI\__construct(), ilLocationInputGUI\__construct(), ilFeedUrlInputGUI\__construct(), ilCheckboxInputGUI\__construct(), ilFlashFileInputGUI\__construct(), ilRadioGroupInputGUI\__construct(), ilColorPickerInputGUI\__construct(), ilSuggestedSolutionSelectorGUI\__construct(), ilDurationInputGUI\__construct(), ilDateTimeInputGUI\__construct(), and ilTextAreaInputGUI\__construct().
|
protected |
Definition at line 37 of file class.ilFormPropertyGUI.php.
Referenced by getAlert().
|
protected |
Definition at line 36 of file class.ilFormPropertyGUI.php.
Referenced by getInfo().
|
protected |
Definition at line 35 of file class.ilFormPropertyGUI.php.
Referenced by getPostVar().
|
protected |
Definition at line 38 of file class.ilFormPropertyGUI.php.
Referenced by getRequired().
|
protected |
Definition at line 34 of file class.ilFormPropertyGUI.php.
Referenced by getTitle().
|
protected |
Definition at line 33 of file class.ilFormPropertyGUI.php.
Referenced by getType().