ILIAS
release_5-0 Revision 5.0.0-1144-gc4397b1f870
|
Public Member Functions | |
setCommand ($a_value) | |
Set submit command. More... | |
getCommand () | |
Get submit command. More... | |
render () | |
![]() | |
__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... | |
render () | |
Render HTML. More... | |
Static Public Member Functions | |
static | getInstance () |
![]() | |
static | getInstance () |
Factory. More... | |
Protected Attributes | |
$cmd | |
![]() | |
$type | |
$id | |
$caption | |
$caption_is_lng_id | |
$primary | |
$omit_prevent_double_submission | |
$onclick | |
$acc_key | |
$disabled | |
$css = array() | |
Additional Inherited Members | |
![]() | |
const | TYPE_SUBMIT = 1 |
const | TYPE_LINK = 2 |
![]() | |
__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.
|
static |
Definition at line 17 of file class.ilSubmitButton.php.
Referenced by ilAccountCodesTableGUI\__construct(), ilWikiExportOrderTableGUI\__construct(), ilSurveyCodesTableGUI\__construct(), ilSurveyEvaluationGUI\addApprSelectionToToolbar(), ilSurveyParticipantsGUI\codesObject(), ilAdvancedMDSettingsGUI\editFields(), ilSurveyEvaluationGUI\evaluation(), ilSurveyEvaluationGUI\evaluationuser(), ilTestEvaluationGUI\exportFileUploadsForAllParticipants(), ilRepositorySearchGUI\fillAutoCompleteToolbar(), ilConfirmationGUI\getHTML(), ilObjSurveyGUI\infoScreen(), ilListOfQuestionsTableGUI\init(), ilExportGUI\listExportFiles(), ilTestPlayerAbstractGUI\populateLowerNextButtonBlockLeadingToEndOfTest(), ilTestPlayerAbstractGUI\populateLowerNextButtonBlockLeadingToQuestion(), ilTestPlayerAbstractGUI\populateLowerNextButtonBlockLeadingToSummary(), ilTestPlayerAbstractGUI\populateUpperNextButtonBlockLeadingToEndOfTest(), ilTestPlayerAbstractGUI\populateUpperNextButtonBlockLeadingToQuestion(), ilTestPlayerAbstractGUI\populateUpperNextButtonBlockLeadingToSummary(), ilSurveyEditorGUI\questionsObject(), ilObjSurveyQuestionPoolGUI\questionsObject(), ilObjTestGUI\redirectToInfoScreenObject(), ilObjBlogGUI\render(), ilTestEvaluationGUI\resetfilterEvaluation(), ilSurveyExecutionGUI\runShowFinishedPage(), ilWorkspaceAccessGUI\share(), ilMarkSchemaGUI\showMarkSchema(), ilSearchGUI\showSearch(), ilLuceneUserSearchGUI\showSearchForm(), and ilLuceneSearchGUI\showSearchForm().
ilSubmitButton::render | ( | ) |
Definition at line 52 of file class.ilSubmitButton.php.
References ilButton\getCaption(), and ilButton\prepareRender().
ilSubmitButton::setCommand | ( | $a_value | ) |
Set submit command.
string | $a_value |
Definition at line 32 of file class.ilSubmitButton.php.
|
protected |
Definition at line 15 of file class.ilSubmitButton.php.
Referenced by getCommand().