|
ILIAS
release_7 Revision v7.30-3-g800a261c036
|
Inheritance diagram for ilSubmitButton:
Collaboration diagram for ilSubmitButton:Public Member Functions | |
| setCommand ($a_value) | |
| Set submit command. More... | |
| getCommand () | |
| Get submit command. More... | |
| render () | |
| Render HTML. More... | |
Public Member Functions inherited from ilButtonBase | |
| __clone () | |
| Clone instance. More... | |
| getType () | |
| Get button type. More... | |
| setId ($a_value) | |
| Set id. More... | |
| getId () | |
| Get id. More... | |
| setCaption ($a_value, $a_is_lng_id=true) | |
| Set caption. More... | |
| getCaption ($a_translate=true) | |
| Get caption. More... | |
| setPrimary ($a_value) | |
| Toggle primary status. More... | |
| isPrimary () | |
| Get primary status. More... | |
| setOmitPreventDoubleSubmission ($a_value) | |
| Toggle double submission prevention status. More... | |
| getOmitPreventDoubleSubmission () | |
| Get double submission prevention status. More... | |
| setOnClick ($a_value) | |
| Set onclick. More... | |
| getOnClick () | |
| Get onclick. More... | |
| setAccessKey ($a_value) | |
| Set access key. More... | |
| getAccessKey () | |
| Get access key. More... | |
| setDisabled ($a_value) | |
| Toggle disabled status. More... | |
| isDisabled () | |
| Get disabled status. More... | |
| addCSSClass ($a_value) | |
| Add CSS class. More... | |
| getCSSClasses () | |
| Get CSS class(es) More... | |
| applyDefaultCss ($apply_default_css=null) | |
| render () | |
| Render HTML. More... | |
| getToolbarHTML () | |
| getToolbarHTML () | |
| Get input item HTML to be inserted into ilToolbarGUI. More... | |
Static Public Member Functions | |
| static | getInstance () |
| Factory. More... | |
| static | getInstance () |
| Factory. More... | |
Protected Attributes | |
| $cmd | |
Protected Attributes inherited from ilButtonBase | |
| $lng | |
| $type | |
| $id | |
| $caption | |
| $caption_is_lng_id | |
| $primary | |
| $omit_prevent_double_submission | |
| $onclick | |
| $acc_key | |
| $disabled | |
| $css = array() | |
| $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 ($a_type) | |
| Constructor. More... | |
| setType ($a_value) | |
| Set button type. More... | |
| gatherCssClasses () | |
| Gather all active CSS classes. More... | |
| renderAttributesHelper (array $a_attr) | |
| Render HTML node attributes. More... | |
| renderAttributes (array $a_additional_attr=null) | |
| Render current HTML attributes. More... | |
| prepareRender () | |
| Prepare render. More... | |
Definition at line 13 of file class.ilSubmitButton.php.
| ilSubmitButton::getCommand | ( | ) |
Get submit command.
| string | $a_value |
Definition at line 42 of file class.ilSubmitButton.php.
References $cmd.
Referenced by render().
Here is the caller graph for this function:
|
static |
Factory.
Reimplemented from ilButtonBase.
Reimplemented in ilAssFileUploadFileTableDeleteButton, and ilAssFileUploadFileTableReuseButton.
Definition at line 17 of file class.ilSubmitButton.php.
References ilButtonBase\TYPE_SUBMIT.
Referenced by ilSurveyCodesTableGUI\__construct(), ilAccountCodesTableGUI\__construct(), ilWikiExportOrderTableGUI\__construct(), ilMDEditorGUI\__setTabs(), ilSurveyEvaluationGUI\addApprSelectionToToolbar(), ilToolbarGUI\addFormButton(), ilSystemStyleIconsGUI\addSelectIconToolbar(), ilToolbarGUI\applyAutoStickyToSingleElement(), ilTestInfoScreenToolbarGUI\build(), ilSurveyParticipantsGUI\codesObject(), ilObjPDFGenerationGUI\configForm(), ilCertificateSettingsFormRepository\createForm(), ilDclRecordListGUI\createSwitchers(), ilDclTableEditGUI\createTableSwitcher(), ilSystemStyleOverviewGUI\edit(), ilAdvancedMDSettingsGUI\editFields(), ilTestEvaluationGUI\eval_a(), ilSurveyEvaluationGUI\evaluation(), ilObjUserFolderGUI\exportObject(), ilStudyProgrammeRepositorySearchGUI\fillAutoCompleteToolbar(), ilRepositorySearchGUI\fillAutoCompleteToolbar(), ilNewsTimelineGUI\getDeleteModal(), ilConfirmationGUI\getHTML(), ilObjSurveyGUI\infoScreen(), ilListOfQuestionsTableGUI\init(), ilExerciseManagementGUI\initFilter(), ilExAssignmentEditorGUI\listAssignmentsObject(), ilExportGUI\listExportFiles(), ilObjectOwnershipManagementGUI\listObjects(), ilContSkillAdminGUI\listProfiles(), ilPDSelectedItemsBlockGUI\manageObject(), ilExerciseManagementGUI\membersObject(), ilTestEvaluationGUI\outEvaluation(), ilTestPlayerAbstractGUI\populateDiscardSolutionModal(), ilSurveyEditorGUI\printViewObject(), ilObjSurveyQuestionPoolGUI\questionsObject(), ilSurveyEditorGUI\questionsObject(), ilObjBlogGUI\render(), ilTestQuestionNavigationGUI\renderSubmitButton(), ilSurveyExecutionGUI\runShowFinishedPage(), ilWorkspaceAccessGUI\share(), ilDclTableViewGUI\show(), ilMarkSchemaGUI\showMarkSchema(), ilExerciseManagementGUI\showParticipantObject(), ilContainerGUI\showPasteTreeObject(), ilSearchGUI\showSearch(), ilLuceneSearchGUI\showSearchForm(), ilLuceneUserSearchGUI\showSearchForm(), ilContactGUI\showSubTabs(), ilObjectCopyGUI\showTargetSelectionTree(), ilExcCriteriaGUI\view(), and ilPDNotesGUI\view().
Here is the caller graph for this function:| ilSubmitButton::render | ( | ) |
Render HTML.
Reimplemented from ilButtonBase.
Definition at line 52 of file class.ilSubmitButton.php.
References ilButtonBase\getCaption(), getCommand(), ilButtonBase\prepareRender(), and ilButtonBase\renderAttributes().
Here is the call graph for this function:| ilSubmitButton::setCommand | ( | $a_value | ) |
Set submit command.
| string | $a_value |
Definition at line 32 of file class.ilSubmitButton.php.
Referenced by assFileUploadFileTableGUI\initCommand().
Here is the caller graph for this function:
|
protected |
Definition at line 15 of file class.ilSubmitButton.php.
Referenced by getCommand().