ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
This class represents a form user interface. More...
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().
ilFormGUI::getContent | ( | ) |
Get Content.
Definition at line 271 of file class.ilFormGUI.php.
Referenced by getHTML().
ilFormGUI::getFormAction | ( | ) |
Get FormAction.
Definition at line 40 of file class.ilFormGUI.php.
References $formaction.
Referenced by ilOrgUnitDefaultPermissionFormGUI\__construct(), ILIAS\Modules\OrgUnit\ARHelper\BaseForm\__construct(), ilDclBaseFieldModel\getConfirmationGUI(), ilTermsOfServiceDocumentGUI\getCriterionForm(), ilTermsOfServiceDocumentGUI\getDocumentForm(), and getHTML().
ilFormGUI::getHTML | ( | ) |
Get HTML.
Definition at line 208 of file class.ilFormGUI.php.
References $tpl, getContent(), getFormAction(), getId(), getKeepOpen(), getMultipart(), getName(), getOpenTag(), getPreventDoubleSubmission(), and getTarget().
ilFormGUI::getId | ( | ) |
Get Id.
Definition at line 100 of file class.ilFormGUI.php.
References $id.
Referenced by ilObjForumGUI\decorateWithAutosave(), and getHTML().
ilFormGUI::getKeepOpen | ( | ) |
Get Keep Form Tag Open.
Definition at line 140 of file class.ilFormGUI.php.
References $keepopen.
Referenced by getCloseTag(), and getHTML().
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().
ilFormGUI::getName | ( | ) |
Get Name.
Definition at line 120 of file class.ilFormGUI.php.
References $name.
Referenced by getHTML().
ilFormGUI::getOpenTag | ( | ) |
Get Open Form Tag Enabled.
Definition at line 160 of file class.ilFormGUI.php.
References $opentag.
Referenced by getHTML().
ilFormGUI::getPreventDoubleSubmission | ( | ) |
Get prevent double submission.
Definition at line 200 of file class.ilFormGUI.php.
References $prevent_double_submission.
Referenced by getHTML().
ilFormGUI::getTarget | ( | ) |
Get Target.
Definition at line 60 of file class.ilFormGUI.php.
References $target.
Referenced by getHTML().
ilFormGUI::setCloseTag | ( | $a_val | ) |
Set close tag.
boolean | close tag true/false |
Definition at line 170 of file class.ilFormGUI.php.
References setKeepOpen().
ilFormGUI::setFormAction | ( | $a_formaction | ) |
Set FormAction.
string | $a_formaction | FormAction |
Definition at line 30 of file class.ilFormGUI.php.
Referenced by arConfigFormGUI\__construct(), ilOrgUnitDefaultPermissionFormGUI\__construct(), ILIAS\Modules\OrgUnit\ARHelper\BaseForm\__construct(), FormMailCodesGUI\__construct(), ilFileVersionFormGUI\__construct(), ilTestRandomQuestionSetGeneralConfigFormGUI\build(), ilTestRandomQuestionSetPoolDefinitionFormGUI\build(), ilAssQuestionSkillAssignmentPropertyFormGUI\build(), ilObjContentObjectGUI\chapters(), ilMailOptionsFormGUI\init(), ilMemcacheServerFormGUI\initForm(), ilBiblLibraryFormGUI\initForm(), ilDclTableViewEditFormGUI\initForm(), ilBiblFieldFilterFormGUI\initForm(), ilTermsOfServiceSettingsFormGUI\initForm(), ilForumThreadFormGUI\initForm(), ilOrgUnitTypeFormGUI\initForm(), ilStudyProgrammeTypeFormGUI\initForm(), ilOrgUnitTypeCustomIconsFormGUI\initForm(), ilStudyProgrammeTypeCustomIconsFormGUI\initForm(), ilTermsOfServiceDocumentFormGUI\initForm(), ilPersonalChatSettingsFormGUI\initForm(), arEditGUI\initFormAction(), ilObjUserFolderGUI\initLoginSettingsForm(), ilOrgUnitTypeAdvancedMetaDataFormGUI\saveObject(), ilStudyProgrammeTypeAdvancedMetaDataFormGUI\saveObject(), ilObjOrgUnitSettingsFormGUI\saveObject(), ilTermsOfServiceCriterionFormGUI\setCheckInputCalled(), 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 |
Definition at line 90 of file class.ilFormGUI.php.
Referenced by ilTestRandomQuestionSetGeneralConfigFormGUI\build(), and ilTestRandomQuestionSetPoolDefinitionFormGUI\build().
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().
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().
ilFormGUI::setName | ( | $a_name | ) |
Set Name.
Useful for Javascript
string | $a_name | Name |
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().
ilFormGUI::setTarget | ( | $a_target | ) |
Set Target.
string | $a_target | Target |
Definition at line 50 of file class.ilFormGUI.php.
Referenced by ilOrgUnitDefaultPermissionFormGUI\__construct(), ILIAS\Modules\OrgUnit\ARHelper\BaseForm\__construct(), ilFileVersionFormGUI\__construct(), ilMemcacheServerFormGUI\initForm(), and ilBiblFieldFilterFormGUI\initForm().
|
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 ilAsyncPropertyFormGUI\addOnLoadCode(), ilOrgUnitPositionFormGUI\fillForm(), 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().