|
ILIAS
release_8 Revision v8.24
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
Inheritance diagram for ilSubmitButton:
Collaboration diagram for ilSubmitButton:Public Member Functions | |
| setCommand (string $a_value) | |
| Set submit command. More... | |
| getCommand () | |
| render () | |
Public Member Functions inherited from ilButtonBase | |
| __clone () | |
| getType () | |
| setId (?string $a_value) | |
| getId () | |
| setCaption (string $a_value, bool $a_is_lng_id=true) | |
| getCaption (bool $a_translate=true) | |
| setPrimary (bool $a_value) | |
| isPrimary () | |
| setOmitPreventDoubleSubmission (bool $a_value) | |
| Toggle double submission prevention status. More... | |
| getOmitPreventDoubleSubmission () | |
| setOnClick (string $a_value) | |
| getOnClick () | |
| setDisabled (bool $a_value) | |
| isDisabled () | |
| addCSSClass (string $a_value) | |
| getCSSClasses () | |
| applyDefaultCss (?bool $apply_default_css=null) | |
| render () | |
| getToolbarHTML () | |
| Get input item HTML to be inserted into ilToolbarGUI. More... | |
| getToolbarHTML () | |
| Get input item HTML to be inserted into ilToolbarGUI. More... | |
Static Public Member Functions | |
| static | getInstance () |
| static | getInstance () |
Protected Attributes | |
| string | $cmd = "" |
Protected Attributes inherited from ilButtonBase | |
| ilLanguage | $lng |
| int | $type = 0 |
| string | $id = "" |
| string | $caption = "" |
| bool | $caption_is_lng_id = false |
| bool | $primary = false |
| bool | $omit_prevent_double_submission = false |
| string | $onclick = "" |
| int | $acc_key = 0 |
| bool | $disabled = false |
| array | $css = array() |
| bool | $apply_default_css = true |
Additional Inherited Members | |
Data Fields inherited from ilButtonBase | |
| const | TYPE_SUBMIT = 1 |
| const | TYPE_LINK = 2 |
| const | TYPE_SPLIT = 3 |
| const | TYPE_BUTTON = 4 |
Protected Member Functions inherited from ilButtonBase | |
| __construct (int $a_type) | |
| setType (int $a_value) | |
| gatherCssClasses () | |
| renderAttributesHelper (array $a_attr) | |
| renderAttributes (array $a_additional_attr=null) | |
| Render current HTML attributes. More... | |
| prepareRender () | |
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V.
ILIAS is licensed with the GPL-3.0, see https://www.gnu.org/licenses/gpl-3.0.en.html You should have received a copy of said license along with the source code, too.
If this is not the case or you just want to try ILIAS, you'll find us at: https://www.ilias.de https://github.com/ILIAS-eLearning Submit Button GUI
Definition at line 25 of file class.ilSubmitButton.php.
| ilSubmitButton::getCommand | ( | ) |
Definition at line 47 of file class.ilSubmitButton.php.
References $cmd.
Referenced by render().
Here is the caller graph for this function:
|
static |
Reimplemented from ilButtonBase.
Reimplemented in ilAssFileUploadFileTableDeleteButton, and ilAssFileUploadFileTableReuseButton.
Definition at line 29 of file class.ilSubmitButton.php.
References ilButtonBase\TYPE_SUBMIT.
Referenced by ilSurveyCodesTableGUI\__construct(), ilAccountCodesTableGUI\__construct(), ilWikiExportOrderTableGUI\__construct(), ilMDEditorGUI\__setTabs(), ILIAS\Survey\Mode\AbstractUIModifier\addApprSelectionToToolbar(), ilToolbarGUI\addFormButton(), ILIAS\Survey\Mode\IndividualFeedback\UIModifier\addRaterSelectionToToolbar(), ILIAS\Survey\InfoScreen\InfoScreenGUI\addStartResumeSection(), ilToolbarGUI\applyAutoStickyToSingleElement(), ilTestInfoScreenToolbarGUI\build(), ilAssQuestionPreviewToolbarGUI\build(), ilSurveyParticipantsGUI\codesObject(), ilObjPDFGenerationGUI\configForm(), ilCertificateSettingsFormRepository\createForm(), ilDclRecordListGUI\createSwitchers(), ilDclTableEditGUI\createTableSwitcher(), ilAdvancedMDSettingsGUI\editFields(), ilTestEvaluationGUI\eval_a(), ilObjUserFolderGUI\exportObject(), ilNewsTimelineGUI\getDeleteModal(), ilConfirmationGUI\getHTML(), ILIAS\Survey\InfoScreen\InfoScreenGUI\getInfoScreenGUI(), ilListOfQuestionsTableGUI\init(), ilExerciseManagementGUI\initFilter(), ilExAssignmentEditorGUI\listAssignmentsObject(), ilExportGUI\listExportFiles(), ilObjectOwnershipManagementGUI\listObjects(), ilContSkillAdminGUI\listProfiles(), ilPDSelectedItemsBlockGUI\manageObject(), ilExerciseManagementGUI\membersObject(), ilTestEvaluationGUI\outEvaluation(), ilTestPlayerAbstractGUI\populateDiscardSolutionModal(), ilSurveyEditorGUI\questionsObject(), ilObjSurveyQuestionPoolGUI\questionsObject(), ilObjBlogGUI\render(), ilTestQuestionNavigationGUI\renderSubmitButton(), ilSurveyExecutionGUI\runShowFinishedPage(), ilWorkspaceAccessGUI\share(), ilDclTableViewGUI\show(), ilExerciseManagementGUI\showParticipantObject(), ilContainerGUI\showPasteTreeObject(), ilSearchGUI\showSearch(), ilLuceneSearchGUI\showSearchForm(), ilLuceneUserSearchGUI\showSearchForm(), ilContactGUI\showSubTabs(), ilObjectCopyGUI\showTargetSelectionTree(), and ilExcCriteriaGUI\view().
Here is the caller graph for this function:| ilSubmitButton::render | ( | ) |
Reimplemented from ilButtonBase.
Definition at line 57 of file class.ilSubmitButton.php.
References ilButtonBase\getCaption(), getCommand(), ilButtonBase\prepareRender(), and ilButtonBase\renderAttributes().
Here is the call graph for this function:| ilSubmitButton::setCommand | ( | string | $a_value | ) |
Set submit command.
Definition at line 42 of file class.ilSubmitButton.php.
Referenced by assFileUploadFileTableGUI\initCommand().
Here is the caller graph for this function:
|
protected |
Definition at line 27 of file class.ilSubmitButton.php.
Referenced by getCommand().