ILIAS
Release_4_0_x_branch Revision 61816
|
This class represents a form user interface. More...
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 34 of file class.ilFormGUI.php.
ilFormGUI::getCloseTag | ( | ) |
Get close tag.
Definition at line 185 of file class.ilFormGUI.php.
References getKeepOpen().
ilFormGUI::getContent | ( | ) |
Get Content.
Reimplemented in ilHierarchyFormGUI, and ilPropertyFormGUI.
Definition at line 252 of file class.ilFormGUI.php.
Referenced by getHTML().
ilFormGUI::getFormAction | ( | ) |
Get FormAction.
Definition at line 65 of file class.ilFormGUI.php.
References $formaction.
Referenced by getHTML().
ilFormGUI::getHTML | ( | ) |
Get HTML.
Definition at line 193 of file class.ilFormGUI.php.
References $tpl, getContent(), getFormAction(), getId(), getKeepOpen(), getMultipart(), getOpenTag(), and getTarget().
ilFormGUI::getId | ( | ) |
Get Id.
Reimplemented in ilHierarchyFormGUI.
Definition at line 125 of file class.ilFormGUI.php.
Referenced by getHTML().
ilFormGUI::getKeepOpen | ( | ) |
Get Keep Form Tag Open.
Definition at line 145 of file class.ilFormGUI.php.
References $keepopen.
Referenced by getCloseTag(), and getHTML().
ilFormGUI::getMultipart | ( | ) |
Get Enctype Multipart/Formdata true/false.
Definition at line 105 of file class.ilFormGUI.php.
References $multipart.
Referenced by getHTML().
ilFormGUI::getOpenTag | ( | ) |
Get Open Form Tag Enabled.
Definition at line 165 of file class.ilFormGUI.php.
References $opentag.
Referenced by getHTML().
ilFormGUI::getTarget | ( | ) |
Get Target.
Definition at line 85 of file class.ilFormGUI.php.
Referenced by getHTML().
ilFormGUI::ilFormGUI | ( | ) |
Constructor.
Definition at line 46 of file class.ilFormGUI.php.
Referenced by ilHierarchyFormGUI\__construct(), and ilPropertyFormGUI\ilPropertyFormGUI().
ilFormGUI::setCloseTag | ( | $a_val | ) |
Set close tag.
boolean | close tag true/false |
Definition at line 175 of file class.ilFormGUI.php.
References setKeepOpen().
ilFormGUI::setFormAction | ( | $a_formaction | ) |
Set FormAction.
string | $a_formaction | FormAction |
Definition at line 55 of file class.ilFormGUI.php.
Referenced by ilObjContentObjectGUI\chapters(), ilObjUserFolderGUI\initLoginSettingsForm(), and ilStructureObjectGUI\showHierarchy().
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 115 of file class.ilFormGUI.php.
ilFormGUI::setKeepOpen | ( | $a_keepopen | ) |
Set Keep Form Tag Open.
boolean | $a_keepopen | Keep Form Tag Open |
Definition at line 135 of file class.ilFormGUI.php.
Referenced by setCloseTag().
ilFormGUI::setMultipart | ( | $a_multipart | ) |
Set Enctype Multipart/Formdata true/false.
boolean | $a_multipart | Enctype Multipart/Formdata true/false |
Definition at line 95 of file class.ilFormGUI.php.
Referenced by ilPropertyFormGUI\insertItem().
ilFormGUI::setOpenTag | ( | $a_open | ) |
Enable/Disable Open Form Tag.
boolean | $a_keepopen | enable/disable form open tag |
Definition at line 155 of file class.ilFormGUI.php.
ilFormGUI::setTarget | ( | $a_target | ) |
Set Target.
string | $a_target | Target |
Definition at line 75 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().
|
protected |
Definition at line 39 of file class.ilFormGUI.php.
Referenced by getOpenTag().