| ILIAS
    Release_4_1_x_branch Revision 61804
    | 
This class represents a form user interface. More...
 Inheritance diagram for ilFormGUI:
 Inheritance diagram for ilFormGUI: Collaboration 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. | |
| setOpenTag ($a_open) | |
| Enable/Disable Open Form Tag. | |
| getOpenTag () | |
| Get Open Form Tag Enabled. | |
| setCloseTag ($a_val) | |
| Set close tag. | |
| getCloseTag () | |
| Get close tag. | |
| getHTML () | |
| Get HTML. | |
| getContent () | |
| Get Content. | |
| Protected Attributes | |
| $formaction | |
| $multipart = false | |
| $keepopen = false | |
| $opentag = true | |
This class represents a form user interface.
Definition at line 15 of file class.ilFormGUI.php.
| ilFormGUI::getCloseTag | ( | ) | 
Get close tag.
Definition at line 166 of file class.ilFormGUI.php.
References getKeepOpen().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilFormGUI::getContent | ( | ) | 
Get Content.
Reimplemented in ilHierarchyFormGUI, and ilPropertyFormGUI.
Definition at line 233 of file class.ilFormGUI.php.
Referenced by getHTML().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilFormGUI::getFormAction | ( | ) | 
Get FormAction.
Definition at line 46 of file class.ilFormGUI.php.
References $formaction.
Referenced by getHTML().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilFormGUI::getHTML | ( | ) | 
Get HTML.
Definition at line 174 of file class.ilFormGUI.php.
References $tpl, getContent(), getFormAction(), getId(), getKeepOpen(), getMultipart(), getOpenTag(), and getTarget().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilFormGUI::getId | ( | ) | 
Get Id.
Reimplemented in ilHierarchyFormGUI.
Definition at line 106 of file class.ilFormGUI.php.
Referenced by getHTML().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilFormGUI::getKeepOpen | ( | ) | 
Get Keep Form Tag Open.
Definition at line 126 of file class.ilFormGUI.php.
References $keepopen.
Referenced by getCloseTag(), and getHTML().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilFormGUI::getMultipart | ( | ) | 
Get Enctype Multipart/Formdata true/false.
Definition at line 86 of file class.ilFormGUI.php.
References $multipart.
Referenced by getHTML().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilFormGUI::getOpenTag | ( | ) | 
Get Open Form Tag Enabled.
Definition at line 146 of file class.ilFormGUI.php.
References $opentag.
Referenced by getHTML().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilFormGUI::getTarget | ( | ) | 
Get Target.
Definition at line 66 of file class.ilFormGUI.php.
Referenced by getHTML().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilFormGUI::ilFormGUI | ( | ) | 
Constructor.
Definition at line 27 of file class.ilFormGUI.php.
Referenced by ilHierarchyFormGUI\__construct(), and ilPropertyFormGUI\ilPropertyFormGUI().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilFormGUI::setCloseTag | ( | $a_val | ) | 
Set close tag.
| boolean | close tag true/false | 
Definition at line 156 of file class.ilFormGUI.php.
References setKeepOpen().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilFormGUI::setFormAction | ( | $a_formaction | ) | 
Set FormAction.
| string | $a_formaction | FormAction | 
Definition at line 36 of file class.ilFormGUI.php.
Referenced by FormMailCodesGUI\__construct(), ilObjContentObjectGUI\chapters(), ilObjUserFolderGUI\initLoginSettingsForm(), and ilStructureObjectGUI\showHierarchy().
 Here is the caller graph for this function:
 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 96 of file class.ilFormGUI.php.
| ilFormGUI::setKeepOpen | ( | $a_keepopen | ) | 
Set Keep Form Tag Open.
| boolean | $a_keepopen | Keep Form Tag Open | 
Definition at line 116 of file class.ilFormGUI.php.
Referenced by setCloseTag().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilFormGUI::setMultipart | ( | $a_multipart | ) | 
Set Enctype Multipart/Formdata true/false.
| boolean | $a_multipart | Enctype Multipart/Formdata true/false | 
Definition at line 76 of file class.ilFormGUI.php.
Referenced by ilPropertyFormGUI\insertItem().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilFormGUI::setOpenTag | ( | $a_open | ) | 
Enable/Disable Open Form Tag.
| boolean | $a_keepopen | enable/disable form open tag | 
Definition at line 136 of file class.ilFormGUI.php.
| ilFormGUI::setTarget | ( | $a_target | ) | 
Set Target.
| string | $a_target | Target | 
Definition at line 56 of file class.ilFormGUI.php.
| 
 | protected | 
Definition at line 17 of file class.ilFormGUI.php.
Referenced by getFormAction().
| 
 | protected | 
Definition at line 19 of file class.ilFormGUI.php.
Referenced by getKeepOpen().
| 
 | protected | 
Definition at line 18 of file class.ilFormGUI.php.
Referenced by getMultipart().
| 
 | protected | 
Definition at line 20 of file class.ilFormGUI.php.
Referenced by getOpenTag().