ILIAS
release_4-3 Revision
|
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) | |
setMulti ($a_multi) | |
Set Multi. | |
getMulti () | |
Get Multi. | |
setMultiValues (array $a_values) | |
Set multi values. | |
getMultiValues () | |
Get multi values. |
Protected Attributes | |
$sub_items = array() | |
Protected Attributes inherited from ilFormPropertyGUI | |
$type | |
$title | |
$postvar | |
$info | |
$alert | |
$required = false | |
$parentgui | |
$parentform | |
$hidden_title = "" | |
$multi | |
$multi_values |
Additional Inherited Members | |
Protected Member Functions inherited from ilFormPropertyGUI | |
setType ($a_type) | |
Set Type. | |
getMultiIconsHTML ($a_sortable=false) | |
Get HTML for multiple value icons. |
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 assTextQuestionGUI\editQuestion(), ilObjAuthSettingsGUI\getApacheAuthSettingsForm(), ilPCMediaObjectGUI\initAliasForm(), ilObjPollGUI\initEditCustomForm(), ilDataCollectionRecordListViewdefinitionGUI\initForm(), ilRegistrationSettingsGUI\initForm(), ilDataCollectionTableEditGUI\initForm(), ilDataCollectionFieldEditGUI\initForm(), ilObjMediaObjectGUI\initForm(), ilLDAPSettingsGUI\initForm(), ilObjectActivationGUI\initFormEdit(), ilObjLinkResourceGUI\initFormLink(), ilPCListGUI\initListForm(), ilObjSurveyGUI\initPropertiesForm(), ilObjWikiGUI\initSettingsForm(), and ilSettingsTemplateGUI\initSettingsTemplateForm().
|
final |
Check SubItems.
Definition at line 62 of file class.ilSubEnabledFormPropertyGUI.php.
References $ok, and getSubItems().
Referenced by ilFormulaInputGUI\checkInput(), ilNonEditableValueGUI\checkInput(), ilEssayKeywordWizardInputGUI\checkInput(), ilMultipleChoiceWizardInputGUI\checkInput(), ilRandomTestROInputGUI\checkInput(), ilCustomInputGUI\checkInput(), ilSelectInputGUI\checkInput(), ilTextWizardInputGUI\checkInput(), ilFileWizardInputGUI\checkInput(), ilMatchingPairWizardInputGUI\checkInput(), ilRandomTestInputGUI\checkInput(), ilCheckboxInputGUI\checkInput(), ilImageWizardInputGUI\checkInput(), ilSuggestedSolutionSelectorGUI\checkInput(), ilMatrixRowWizardInputGUI\checkInput(), ilMatchingWizardInputGUI\checkInput(), ilCSSRectInputGUI\checkInput(), ilAnswerWizardInputGUI\checkInput(), ilSingleChoiceWizardInputGUI\checkInput(), ilErrorTextWizardInputGUI\checkInput(), ilCategoryWizardInputGUI\checkInput(), ilKVPWizardInputGUI\checkInput(), ilPasswordInputGUI\checkInput(), ilTextInputGUI\checkInput(), ilCombinationInputGUI\checkInput(), ilNumberInputGUI\checkInput(), and ilTextAreaInputGUI\checkInput().
ilSubEnabledFormPropertyGUI::getItemByPostVar | ( | $a_post_var | ) |
Get item by post var.
Reimplemented from ilFormPropertyGUI.
Reimplemented in ilCheckboxGroupInputGUI, and ilRadioGroupInputGUI.
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(), ilDateDurationInputGUI\setValueByArray(), and ilTextAreaInputGUI\setValueByArray().
|
protected |
Definition at line 35 of file class.ilSubEnabledFormPropertyGUI.php.
Referenced by getSubItems().