|
ILIAS
Release_3_10_x_branch Revision 61812
|
This class represents a form user interface. More...
Inheritance diagram for ilFormGUI:
Collaboration diagram for ilFormGUI:Public Member Functions | |
| ilFormGUI () | |
| Constructor. | |
| setFormAction ($a_formaction) | |
| Set FormAction. | |
| getFormAction () | |
| Get FormAction. | |
| setTarget ($a_target) | |
| Set Target. | |
| getTarget () | |
| Get Target. | |
| setMultipart ($a_multipart) | |
| Set Enctype Multipart/Formdata true/false. | |
| getMultipart () | |
| Get Enctype Multipart/Formdata true/false. | |
| setId ($a_id) | |
| Set Id. | |
| getId () | |
| Get Id. | |
| setKeepOpen ($a_keepopen) | |
| Set Keep Form Tag Open. | |
| getKeepOpen () | |
| Get Keep Form Tag Open. | |
| getHTML () | |
| Get HTML. | |
| getContent () | |
| Get Content. | |
Protected Attributes | |
| $formaction | |
| $multipart = false | |
| $keepopen = false | |
This class represents a form user interface.
Definition at line 34 of file class.ilFormGUI.php.
| ilFormGUI::getContent | ( | ) |
Get Content.
Reimplemented in ilPropertyFormGUI, and ilHierarchyFormGUI.
Definition at line 210 of file class.ilFormGUI.php.
Referenced by getHTML().
Here is the caller graph for this function:| ilFormGUI::getFormAction | ( | ) |
Get FormAction.
Definition at line 66 of file class.ilFormGUI.php.
References $formaction.
Referenced by getHTML().
Here is the caller graph for this function:| ilFormGUI::getHTML | ( | ) |
Get HTML.
Definition at line 154 of file class.ilFormGUI.php.
References $tpl, getContent(), getFormAction(), getId(), getKeepOpen(), getMultipart(), and getTarget().
Here is the call graph for this function:| ilFormGUI::getId | ( | ) |
Get Id.
Reimplemented in ilHierarchyFormGUI.
Definition at line 126 of file class.ilFormGUI.php.
Referenced by getHTML().
Here is the caller graph for this function:| ilFormGUI::getKeepOpen | ( | ) |
Get Keep Form Tag Open.
Definition at line 146 of file class.ilFormGUI.php.
References $keepopen.
Referenced by getHTML().
Here is the caller graph for this function:| ilFormGUI::getMultipart | ( | ) |
Get Enctype Multipart/Formdata true/false.
Definition at line 106 of file class.ilFormGUI.php.
References $multipart.
Referenced by getHTML().
Here is the caller graph for this function:| ilFormGUI::getTarget | ( | ) |
Get Target.
Definition at line 86 of file class.ilFormGUI.php.
Referenced by getHTML().
Here is the caller graph for this function:| ilFormGUI::ilFormGUI | ( | ) |
Constructor.
Definition at line 45 of file class.ilFormGUI.php.
References $GLOBALS.
Referenced by ilHierarchyFormGUI\__construct(), and ilPropertyFormGUI\ilPropertyFormGUI().
Here is the caller graph for this function:| ilFormGUI::setFormAction | ( | $a_formaction | ) |
Set FormAction.
| string | $a_formaction | FormAction |
Definition at line 56 of file class.ilFormGUI.php.
Referenced by ilObjContentObjectGUI\chapters(), and ilStructureObjectGUI\showHierarchy().
Here is the caller graph for this function:| ilFormGUI::setId | ( | $a_id | ) |
Set Id.
If you use multiple forms on a screen you should set this value.
| string | $a_id | Id |
Reimplemented in ilHierarchyFormGUI.
Definition at line 116 of file class.ilFormGUI.php.
| ilFormGUI::setKeepOpen | ( | $a_keepopen | ) |
Set Keep Form Tag Open.
| boolean | $a_keepopen | Keep Form Tag Open |
Definition at line 136 of file class.ilFormGUI.php.
| ilFormGUI::setMultipart | ( | $a_multipart | ) |
Set Enctype Multipart/Formdata true/false.
| boolean | $a_multipart | Enctype Multipart/Formdata true/false |
Definition at line 96 of file class.ilFormGUI.php.
Referenced by ilPropertyFormGUI\insertItem().
Here is the caller graph for this function:| ilFormGUI::setTarget | ( | $a_target | ) |
Set Target.
| string | $a_target | Target |
Definition at line 76 of file class.ilFormGUI.php.
|
protected |
Definition at line 36 of file class.ilFormGUI.php.
Referenced by getFormAction().
|
protected |
Definition at line 38 of file class.ilFormGUI.php.
Referenced by getKeepOpen().
|
protected |
Definition at line 37 of file class.ilFormGUI.php.
Referenced by getMultipart().