ILIAS
Release_4_4_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. | |
setName ($a_name) | |
Set Name. | |
getName () | |
Get Name. | |
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 | |
$id | |
$name |
This class represents a form user interface.
Definition at line 15 of file class.ilFormGUI.php.
ilFormGUI::getCloseTag | ( | ) |
Get close tag.
Definition at line 188 of file class.ilFormGUI.php.
References getKeepOpen().
ilFormGUI::getContent | ( | ) |
Get Content.
Reimplemented in ilPropertyFormGUI, and ilHierarchyFormGUI.
Definition at line 261 of file class.ilFormGUI.php.
Referenced by getHTML().
ilFormGUI::getFormAction | ( | ) |
Get FormAction.
Definition at line 48 of file class.ilFormGUI.php.
References $formaction.
Referenced by getHTML().
ilFormGUI::getHTML | ( | ) |
Get HTML.
Reimplemented in ilPropertyFormGUI.
Definition at line 196 of file class.ilFormGUI.php.
References $tpl, getContent(), getFormAction(), getId(), getKeepOpen(), getMultipart(), getName(), getOpenTag(), and getTarget().
ilFormGUI::getId | ( | ) |
Get Id.
Reimplemented in ilHierarchyFormGUI.
Definition at line 108 of file class.ilFormGUI.php.
References $id.
Referenced by getHTML().
ilFormGUI::getKeepOpen | ( | ) |
Get Keep Form Tag Open.
Definition at line 148 of file class.ilFormGUI.php.
References $keepopen.
Referenced by getCloseTag(), and getHTML().
ilFormGUI::getMultipart | ( | ) |
Get Enctype Multipart/Formdata true/false.
Definition at line 88 of file class.ilFormGUI.php.
References $multipart.
Referenced by ilPropertyFormGUI\getContent(), and getHTML().
ilFormGUI::getName | ( | ) |
Get Name.
Definition at line 128 of file class.ilFormGUI.php.
References $name.
Referenced by getHTML().
ilFormGUI::getOpenTag | ( | ) |
Get Open Form Tag Enabled.
Definition at line 168 of file class.ilFormGUI.php.
References $opentag.
Referenced by getHTML().
ilFormGUI::getTarget | ( | ) |
Get Target.
Definition at line 68 of file class.ilFormGUI.php.
Referenced by getHTML().
ilFormGUI::ilFormGUI | ( | ) |
Constructor.
Definition at line 29 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 178 of file class.ilFormGUI.php.
References setKeepOpen().
ilFormGUI::setFormAction | ( | $a_formaction | ) |
Set FormAction.
string | $a_formaction | FormAction |
Definition at line 38 of file class.ilFormGUI.php.
Referenced by FormMailCodesGUI\__construct(), ilTestRandomQuestionSetGeneralConfigFormGUI\build(), ilTestRandomQuestionSetPoolDefinitionFormGUI\build(), ilObjContentObjectGUI\chapters(), assOrderingQuestionGUI\editQuestion(), ilObjForumAdministrationGUI\getSettingsForm(), 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 98 of file class.ilFormGUI.php.
Referenced by ilTestRandomQuestionSetGeneralConfigFormGUI\build(), ilTestRandomQuestionSetPoolDefinitionFormGUI\build(), and assOrderingQuestionGUI\editQuestion().
ilFormGUI::setKeepOpen | ( | $a_keepopen | ) |
Set Keep Form Tag Open.
boolean | $a_keepopen | Keep Form Tag Open |
Definition at line 138 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 78 of file class.ilFormGUI.php.
Referenced by assOrderingQuestionGUI\editQuestion(), and ilPropertyFormGUI\insertItem().
ilFormGUI::setName | ( | $a_name | ) |
Set Name.
Useful for Javascript
string | $a_name | Name |
Definition at line 118 of file class.ilFormGUI.php.
ilFormGUI::setOpenTag | ( | $a_open | ) |
Enable/Disable Open Form Tag.
boolean | $a_keepopen | enable/disable form open tag |
Definition at line 158 of file class.ilFormGUI.php.
ilFormGUI::setTarget | ( | $a_target | ) |
Set Target.
string | $a_target | Target |
Definition at line 58 of file class.ilFormGUI.php.
|
protected |
Definition at line 17 of file class.ilFormGUI.php.
Referenced by getFormAction().
|
protected |
Definition at line 21 of file class.ilFormGUI.php.
Referenced by getId().
|
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 22 of file class.ilFormGUI.php.
Referenced by getName(), and ilPropertyFormGUI\rebuildUploadedFiles().
|
protected |
Definition at line 20 of file class.ilFormGUI.php.
Referenced by getOpenTag().