|
ILIAS
Release_3_10_x_branch Revision 61812
|
This class represents a property that may include a sub form. More...
Inheritance diagram for ilSubEnabledFormPropertyGUI:
Collaboration diagram for ilSubEnabledFormPropertyGUI:Public Member Functions | |
| addSubItem ($a_item) | |
| Add Subitem. | |
| getSubItems () | |
| Get Subitems. | |
| setSubformMode ($a_subformmode) | |
| Set Subform Mode. | |
| getSubformMode () | |
| Get Subform Mode. | |
| checkSubItemsInput () | |
| Check SubItems. | |
| getSubForm () | |
| Get sub form html. | |
Public Member Functions inherited from ilFormPropertyGUI | |
| __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. | |
Protected Attributes | |
| $sub_items = array() | |
| $subformmode = "bottom" | |
Protected Attributes inherited from ilFormPropertyGUI | |
| $type | |
| $title | |
| $postvar | |
| $info | |
| $alert | |
| $required = false | |
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 31 of file class.ilSubEnabledFormPropertyGUI.php.
| ilSubEnabledFormPropertyGUI::addSubItem | ( | $a_item | ) |
Add Subitem.
| object | $a_item | Item |
Definition at line 41 of file class.ilSubEnabledFormPropertyGUI.php.
Referenced by ilCourseItemAdministrationGUI\initFormEdit().
Here is the caller graph for this function:
|
final |
Check SubItems.
Definition at line 81 of file class.ilSubEnabledFormPropertyGUI.php.
References $ok, and getSubItems().
Referenced by ilSelectInputGUI\checkInput(), ilCheckboxInputGUI\checkInput(), ilSuggestedSolutionSelectorGUI\checkInput(), ilTextInputGUI\checkInput(), ilPasswordInputGUI\checkInput(), ilNumberInputGUI\checkInput(), ilCSSRectInputGUI\checkInput(), and ilTextAreaInputGUI\checkInput().
Here is the call graph for this function:
Here is the caller graph for this function:
|
final |
Get sub form html.
Reimplemented from ilFormPropertyGUI.
Definition at line 99 of file class.ilSubEnabledFormPropertyGUI.php.
References getSubformMode(), and getSubItems().
Here is the call graph for this function:| ilSubEnabledFormPropertyGUI::getSubformMode | ( | ) |
Get Subform Mode.
("bottom" | "right")
Reimplemented from ilFormPropertyGUI.
Definition at line 71 of file class.ilSubEnabledFormPropertyGUI.php.
References $subformmode.
Referenced by getSubForm().
Here is the caller graph for this function:| ilSubEnabledFormPropertyGUI::getSubItems | ( | ) |
Get Subitems.
Definition at line 51 of file class.ilSubEnabledFormPropertyGUI.php.
References $sub_items.
Referenced by checkSubItemsInput(), getSubForm(), ilCustomInputGUI\setValueByArray(), ilCheckboxInputGUI\setValueByArray(), and ilDateTimeInputGUI\setValueByArray().
Here is the caller graph for this function:| ilSubEnabledFormPropertyGUI::setSubformMode | ( | $a_subformmode | ) |
Set Subform Mode.
("bottom" | "right")
| string | $a_subformmode | Subform Mode |
Definition at line 61 of file class.ilSubEnabledFormPropertyGUI.php.
|
protected |
Definition at line 33 of file class.ilSubEnabledFormPropertyGUI.php.
Referenced by getSubItems().
|
protected |
Definition at line 34 of file class.ilSubEnabledFormPropertyGUI.php.
Referenced by getSubformMode().