|
ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
|
This class represents a form user interface. More...
Inheritance diagram for ilFormGUI:
Collaboration diagram for ilFormGUI:Public Member Functions | |
| 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 180 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 271 of file class.ilFormGUI.php.
Referenced by getHTML().
Here is the caller graph for this function:| ilFormGUI::getFormAction | ( | ) |
Get FormAction.
Definition at line 40 of file class.ilFormGUI.php.
References $formaction.
Referenced by ILIAS\Modules\OrgUnit\ARHelper\BaseForm\__construct(), ilOrgUnitDefaultPermissionFormGUI\__construct(), ilDclBaseFieldModel\getConfirmationGUI(), ilAccessibilityDocumentGUI\getDocumentForm(), ilTermsOfServiceDocumentGUI\getDocumentForm(), and getHTML().
Here is the caller graph for this function:| ilFormGUI::getHTML | ( | ) |
Get HTML.
Reimplemented in ilLTIConsumerProviderSelectionFormTableGUI, ilAsyncPropertyFormGUI, ilHierarchyFormGUI, and ilPropertyFormGUI.
Definition at line 208 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 100 of file class.ilFormGUI.php.
References $id.
Referenced by ilObjForumGUI\decorateWithAutosave(), and getHTML().
Here is the caller graph for this function:| ilFormGUI::getKeepOpen | ( | ) |
Get Keep Form Tag Open.
Definition at line 140 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 80 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 120 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 160 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 200 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 60 of file class.ilFormGUI.php.
Referenced by getHTML().
Here is the caller graph for this function:| ilFormGUI::setCloseTag | ( | $a_val | ) |
Set close tag.
| boolean | close tag true/false |
Definition at line 170 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 |
Reimplemented in ilAsyncPropertyFormGUI.
Definition at line 30 of file class.ilFormGUI.php.
Referenced by FormMailCodesGUI\__construct(), ILIAS\Modules\OrgUnit\ARHelper\BaseForm\__construct(), ilOrgUnitDefaultPermissionFormGUI\__construct(), ilFileVersionFormGUI\__construct(), ilTestRandomQuestionSetGeneralConfigFormGUI\build(), ilAssQuestionSkillAssignmentPropertyFormGUI\build(), ilTestRandomQuestionSetPoolDefinitionFormGUI\build(), ilSamlSettingsGUI\getIdpForm(), ilSamlSettingsGUI\getIdpSettingsForm(), ilSamlSettingsGUI\getSettingsForm(), ilMailOptionsFormGUI\init(), ilLTIConsumeProviderFormGUI\initForm(), ilLTIConsumerSettingsFormGUI\initForm(), ilBiblLibraryFormGUI\initForm(), ilBiblFieldFilterFormGUI\initForm(), ilDclTableViewEditFormGUI\initForm(), ilForumThreadFormGUI\initForm(), ilOrgUnitTypeCustomIconsFormGUI\initForm(), ilOrgUnitTypeFormGUI\initForm(), ilStudyProgrammeTypeCustomIconsFormGUI\initForm(), ilAccessibilityDocumentFormGUI\initForm(), ilMemcacheServerFormGUI\initForm(), ilTermsOfServiceSettingsFormGUI\initForm(), ilTermsOfServiceDocumentFormGUI\initForm(), ilWebDAVMountInstructionsDocumentFormGUI\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 90 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 130 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 70 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 |
Reimplemented in ilAsyncPropertyFormGUI.
Definition at line 110 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 150 of file class.ilFormGUI.php.
| ilFormGUI::setPreventDoubleSubmission | ( | $a_val | ) |
Set prevent double submission.
| bool | $a_val | prevent double submission |
Definition at line 190 of file class.ilFormGUI.php.
Referenced by ilPropertyFormGUI\__construct().
Here is the caller graph for this function:| ilFormGUI::setTarget | ( | $a_target | ) |
Set Target.
| string | $a_target | Target |
Definition at line 50 of file class.ilFormGUI.php.
Referenced by ILIAS\Modules\OrgUnit\ARHelper\BaseForm\__construct(), ilOrgUnitDefaultPermissionFormGUI\__construct(), ilFileVersionFormGUI\__construct(), ilBiblFieldFilterFormGUI\initForm(), and ilMemcacheServerFormGUI\initForm().
Here is the caller graph for this function:
|
protected |
Definition at line 17 of file class.ilFormGUI.php.
Referenced by ilLTIConsumerSettingsFormGUI\__construct(), getFormAction(), ilLTIConsumeProviderFormGUI\initForm(), and ilLTIConsumerSettingsFormGUI\initForm().
|
protected |
Definition at line 21 of file class.ilFormGUI.php.
Referenced by ilAsyncPropertyFormGUI\addOnLoadCode(), ilOrgUnitDefaultPermissionFormGUI\fillForm(), ilOrgUnitDefaultPermissionFormGUI\fillObject(), getId(), ilOrgUnitPositionFormGUI\initFormElements(), and ilOrgUnitDefaultPermissionFormGUI\initFormElements().
|
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(), ilBiblLibraryFormGUI\initForm(), ilDclPropertyFormGUI\rebuildTempFileByHash(), 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().