ILIAS
Release_4_1_x_branch Revision 61804
|
This class represents a property that may include a sub form. More...
Public Member Functions | |
addSubItem ($a_item) | |
Add Subitem. | |
getSubItems () | |
Get Subitems. | |
checkSubItemsInput () | |
Check SubItems. | |
getSubForm () | |
Get sub form html. | |
getItemByPostVar ($a_post_var) | |
Get item by post var. | |
Public Member Functions inherited from ilFormPropertyGUI | |
__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. | |
hideSubForm () | |
Sub form hidden on init? | |
setHiddenTitle ($a_val) | |
Set hidden title (for screenreaders) | |
getHiddenTitle () | |
Get hidden title. | |
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 Attributes | |
$sub_items = array() | |
Protected Attributes inherited from ilFormPropertyGUI | |
$type | |
$title | |
$postvar | |
$info | |
$alert | |
$required = false | |
$parentgui | |
$parentform | |
$hidden_title = "" |
Additional Inherited Members | |
Protected Member Functions inherited from ilFormPropertyGUI | |
setType ($a_type) | |
Set Type. |
This class represents a property that may include a sub form.
Definition at line 33 of file class.ilSubEnabledFormPropertyGUI.php.
ilSubEnabledFormPropertyGUI::addSubItem | ( | $a_item | ) |
Add Subitem.
object | $a_item | Item |
Definition at line 42 of file class.ilSubEnabledFormPropertyGUI.php.
Referenced by ilObjAuthSettingsGUI\getApacheAuthSettingsForm(), ilPCMediaObjectGUI\initAliasForm(), ilRegistrationSettingsGUI\initForm(), ilObjMediaObjectGUI\initForm(), ilLDAPSettingsGUI\initForm(), ilCourseItemAdministrationGUI\initFormEdit(), ilObjLinkResourceGUI\initFormLink(), ilPCListGUI\initListForm(), and ilObjUserTrackingGUI\settingsObject().
|
final |
Check SubItems.
Definition at line 62 of file class.ilSubEnabledFormPropertyGUI.php.
References $ok, and getSubItems().
Referenced by ilFormulaInputGUI\checkInput(), ilNonEditableValueGUI\checkInput(), ilMultipleChoiceWizardInputGUI\checkInput(), ilRandomTestROInputGUI\checkInput(), ilSelectInputGUI\checkInput(), ilCustomInputGUI\checkInput(), ilTextWizardInputGUI\checkInput(), ilFileWizardInputGUI\checkInput(), ilMatchingPairWizardInputGUI\checkInput(), ilRandomTestInputGUI\checkInput(), ilCheckboxInputGUI\checkInput(), ilImageWizardInputGUI\checkInput(), ilAnswerWizardInputGUI\checkInput(), ilSuggestedSolutionSelectorGUI\checkInput(), ilMatrixRowWizardInputGUI\checkInput(), ilMatchingWizardInputGUI\checkInput(), ilCSSRectInputGUI\checkInput(), ilSingleChoiceWizardInputGUI\checkInput(), ilErrorTextWizardInputGUI\checkInput(), ilCategoryWizardInputGUI\checkInput(), ilPasswordInputGUI\checkInput(), ilKVPWizardInputGUI\checkInput(), ilCombinationInputGUI\checkInput(), ilNumberInputGUI\checkInput(), ilTextInputGUI\checkInput(), and ilTextAreaInputGUI\checkInput().
ilSubEnabledFormPropertyGUI::getItemByPostVar | ( | $a_post_var | ) |
Get item by post var.
Reimplemented from ilFormPropertyGUI.
Reimplemented in ilRadioGroupInputGUI, and ilCheckboxGroupInputGUI.
Definition at line 99 of file class.ilSubEnabledFormPropertyGUI.php.
References $ret, ilFormPropertyGUI\getPostVar(), and getSubItems().
|
final |
Get sub form html.
Reimplemented from ilFormPropertyGUI.
Definition at line 80 of file class.ilSubEnabledFormPropertyGUI.php.
References getSubItems().
ilSubEnabledFormPropertyGUI::getSubItems | ( | ) |
Get Subitems.
Definition at line 52 of file class.ilSubEnabledFormPropertyGUI.php.
References $sub_items.
Referenced by checkSubItemsInput(), getItemByPostVar(), getSubForm(), ilBirthdayInputGUI\setValueByArray(), ilCustomInputGUI\setValueByArray(), ilCheckboxInputGUI\setValueByArray(), ilNonEditableValueGUI\setValueByArray(), ilDateTimeInputGUI\setValueByArray(), and ilDateDurationInputGUI\setValueByArray().
|
protected |
Definition at line 35 of file class.ilSubEnabledFormPropertyGUI.php.
Referenced by getSubItems().