|
ILIAS
release_5-0 Revision 5.0.0-1144-gc4397b1f870
|
This class represents a form user interface. More...
Inheritance diagram for ilFormGUI:
Collaboration diagram for ilFormGUI:Public Member Functions | |
| ilFormGUI () | |
| Constructor. More... | |
| setFormAction ($a_formaction) | |
| Set FormAction. More... | |
| getFormAction () | |
| Get FormAction. More... | |
| setTarget ($a_target) | |
| Set Target. More... | |
| getTarget () | |
| Get Target. More... | |
| setMultipart ($a_multipart) | |
| Set Enctype Multipart/Formdata true/false. More... | |
| getMultipart () | |
| Get Enctype Multipart/Formdata true/false. More... | |
| setId ($a_id) | |
| Set Id. More... | |
| getId () | |
| Get Id. More... | |
| setName ($a_name) | |
| Set Name. More... | |
| getName () | |
| Get Name. More... | |
| setKeepOpen ($a_keepopen) | |
| Set Keep Form Tag Open. More... | |
| getKeepOpen () | |
| Get Keep Form Tag Open. More... | |
| setOpenTag ($a_open) | |
| Enable/Disable Open Form Tag. More... | |
| getOpenTag () | |
| Get Open Form Tag Enabled. More... | |
| setCloseTag ($a_val) | |
| Set close tag. More... | |
| getCloseTag () | |
| Get close tag. More... | |
| setPreventDoubleSubmission ($a_val) | |
| Set prevent double submission. More... | |
| getPreventDoubleSubmission () | |
| Get prevent double submission. More... | |
| getHTML () | |
| Get HTML. More... | |
| getContent () | |
| Get Content. More... | |
Protected Attributes | |
| $formaction | |
| $multipart = false | |
| $keepopen = false | |
| $opentag = true | |
| $id | |
| $name | |
| $prevent_double_submission = false | |
This class represents a form user interface.
Definition at line 15 of file class.ilFormGUI.php.
| ilFormGUI::getCloseTag | ( | ) |
Get close tag.
Definition at line 189 of file class.ilFormGUI.php.
References getKeepOpen().
Here is the call graph for this function:| ilFormGUI::getContent | ( | ) |
Get Content.
Reimplemented in ilHierarchyFormGUI, and ilPropertyFormGUI.
Definition at line 287 of file class.ilFormGUI.php.
Referenced by getHTML().
Here is the caller graph for this function:| ilFormGUI::getFormAction | ( | ) |
Get FormAction.
Definition at line 49 of file class.ilFormGUI.php.
References $formaction.
Referenced by getHTML().
Here is the caller graph for this function:| ilFormGUI::getHTML | ( | ) |
Get HTML.
Reimplemented in ilHierarchyFormGUI, and ilPropertyFormGUI.
Definition at line 217 of file class.ilFormGUI.php.
References $tpl, getContent(), getFormAction(), getId(), getKeepOpen(), getMultipart(), getName(), getOpenTag(), getPreventDoubleSubmission(), and getTarget().
Here is the call graph for this function:| ilFormGUI::getId | ( | ) |
Get Id.
Reimplemented in ilHierarchyFormGUI.
Definition at line 109 of file class.ilFormGUI.php.
References $id.
Referenced by getHTML().
Here is the caller graph for this function:| ilFormGUI::getKeepOpen | ( | ) |
Get Keep Form Tag Open.
Definition at line 149 of file class.ilFormGUI.php.
References $keepopen.
Referenced by getCloseTag(), and getHTML().
Here is the caller graph for this function:| ilFormGUI::getMultipart | ( | ) |
Get Enctype Multipart/Formdata true/false.
Definition at line 89 of file class.ilFormGUI.php.
References $multipart.
Referenced by ilPropertyFormGUI\getContent(), and getHTML().
Here is the caller graph for this function:| ilFormGUI::getName | ( | ) |
Get Name.
Definition at line 129 of file class.ilFormGUI.php.
References $name.
Referenced by getHTML().
Here is the caller graph for this function:| ilFormGUI::getOpenTag | ( | ) |
Get Open Form Tag Enabled.
Definition at line 169 of file class.ilFormGUI.php.
References $opentag.
Referenced by getHTML().
Here is the caller graph for this function:| ilFormGUI::getPreventDoubleSubmission | ( | ) |
Get prevent double submission.
Definition at line 209 of file class.ilFormGUI.php.
References $prevent_double_submission.
Referenced by getHTML().
Here is the caller graph for this function:| ilFormGUI::getTarget | ( | ) |
Get Target.
Definition at line 69 of file class.ilFormGUI.php.
Referenced by getHTML().
Here is the caller graph for this function:| ilFormGUI::ilFormGUI | ( | ) |
| ilFormGUI::setCloseTag | ( | $a_val | ) |
Set close tag.
| boolean | close tag true/false |
Definition at line 179 of file class.ilFormGUI.php.
References setKeepOpen().
Here is the call graph for this function:| ilFormGUI::setFormAction | ( | $a_formaction | ) |
Set FormAction.
| string | $a_formaction | FormAction |
Definition at line 39 of file class.ilFormGUI.php.
Referenced by FormMailCodesGUI\__construct(), arConfigFormGUI\__construct(), ilTestRandomQuestionSetGeneralConfigFormGUI\build(), ilTestRandomQuestionSetPoolDefinitionFormGUI\build(), ilObjForumAdministrationGUI\getSettingsForm(), ilObjBibliographicAdminLibrariesFormGUI\initForm(), ilOrgUnitTypeCustomIconsFormGUI\initForm(), ilOrgUnitTypeFormGUI\initForm(), arEditGUI\initFormAction(), and ilObjUserFolderGUI\initLoginSettingsForm().
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 99 of file class.ilFormGUI.php.
Referenced by ilTestRandomQuestionSetGeneralConfigFormGUI\build(), and ilTestRandomQuestionSetPoolDefinitionFormGUI\build().
Here is the caller graph for this function:| ilFormGUI::setKeepOpen | ( | $a_keepopen | ) |
Set Keep Form Tag Open.
| boolean | $a_keepopen | Keep Form Tag Open |
Definition at line 139 of file class.ilFormGUI.php.
Referenced by setCloseTag().
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 79 of file class.ilFormGUI.php.
Referenced by ilPropertyFormGUI\insertItem().
Here is the caller graph for this function:| ilFormGUI::setName | ( | $a_name | ) |
Set Name.
Useful for Javascript
| string | $a_name | Name |
Definition at line 119 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 159 of file class.ilFormGUI.php.
| ilFormGUI::setPreventDoubleSubmission | ( | $a_val | ) |
Set prevent double submission.
| bool | $a_val | prevent double submission |
Definition at line 199 of file class.ilFormGUI.php.
Referenced by ilPropertyFormGUI\ilPropertyFormGUI().
Here is the caller graph for this function:| ilFormGUI::setTarget | ( | $a_target | ) |
Set Target.
| string | $a_target | Target |
Definition at line 59 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(), ilObjBibliographicAdminLibrariesFormGUI\initForm(), and ilPropertyFormGUI\rebuildUploadedFiles().
|
protected |
Definition at line 20 of file class.ilFormGUI.php.
Referenced by getOpenTag().
|
protected |
Definition at line 23 of file class.ilFormGUI.php.
Referenced by getPreventDoubleSubmission().