|
ILIAS
release_5-0 Revision 5.0.0-1144-gc4397b1f870
|
Inheritance diagram for ilAssQuestionPreviewToolbarGUI:
Collaboration diagram for ilAssQuestionPreviewToolbarGUI:Public Member Functions | |
| __construct (ilLanguage $lng) | |
| build () | |
| setResetPreviewCmd ($resetPreviewCmd) | |
| getResetPreviewCmd () | |
Public Member Functions inherited from ilToolbarGUI | |
| __construct () | |
| setFormAction ($a_val, $a_multipart=false, $a_target="") | |
| Set form action (if form action is set, toolbar is wrapped into form tags. More... | |
| getFormAction () | |
| Get form action. More... | |
| setLeadingImage ($a_img, $a_alt) | |
| Set leading image. More... | |
| setHidden ($a_val) | |
| Set hidden. More... | |
| getHidden () | |
| Get hidden. More... | |
| setId ($a_val) | |
| Set id. More... | |
| getId () | |
| Get id. More... | |
| setPreventDoubleSubmission ($a_val) | |
| Set prevent double submission. More... | |
| getPreventDoubleSubmission () | |
| Get prevent double submission. More... | |
| addButton ($a_txt, $a_cmd, $a_target="", $a_acc_key="", $a_additional_attrs='', $a_id="", $a_class='submit') | |
| Add button to toolbar. More... | |
| addFormButton ($a_txt, $a_cmd, $a_acc_key="", $a_primary=false, $a_class=false) | |
| Add form button to toolbar. More... | |
| addInputItem (ilToolbarItem $a_item, $a_output_label=false) | |
| Add input item. More... | |
| addButtonInstance (ilButton $a_button) | |
| Add button instance. More... | |
| addDropDown ($a_txt, $a_dd_html) | |
| Add input item. More... | |
| addSeparator () | |
| Add separator. More... | |
| addText ($a_text) | |
| Add text. More... | |
| addSpacer ($a_width=null) | |
| Add spacer. More... | |
| addLink ($a_caption, $a_url, $a_disabled=false) | |
| Add link. More... | |
| setOpenFormTag ($a_val) | |
| Set open form tag. More... | |
| getOpenFormTag () | |
| Get open form tag. More... | |
| setCloseFormTag ($a_val) | |
| Set close form tag. More... | |
| getCloseFormTag () | |
| Get close form tag. More... | |
| setFormName ($a_val) | |
| Set form name. More... | |
| getFormName () | |
| Get form name. More... | |
| getHTML () | |
| Get toolbar html. More... | |
Data Fields | |
| $lng = null | |
Data Fields inherited from ilToolbarGUI | |
| $items = array() | |
| $open_form_tag = true | |
| $close_form_tag = true | |
| $form_target = "" | |
| $form_name = "" | |
Private Attributes | |
| $resetPreviewCmd | |
Additional Inherited Members | |
Protected Attributes inherited from ilToolbarGUI | |
| $prevent_double_submission = false | |
Definition at line 12 of file class.ilAssQuestionPreviewToolbarGUI.php.
| ilAssQuestionPreviewToolbarGUI::__construct | ( | ilLanguage | $lng | ) |
Definition at line 21 of file class.ilAssQuestionPreviewToolbarGUI.php.
References $lng.
| ilAssQuestionPreviewToolbarGUI::build | ( | ) |
Definition at line 28 of file class.ilAssQuestionPreviewToolbarGUI.php.
References ilToolbarGUI\addFormButton().
Here is the call graph for this function:| ilAssQuestionPreviewToolbarGUI::getResetPreviewCmd | ( | ) |
Definition at line 38 of file class.ilAssQuestionPreviewToolbarGUI.php.
References $resetPreviewCmd.
| ilAssQuestionPreviewToolbarGUI::setResetPreviewCmd | ( | $resetPreviewCmd | ) |
Definition at line 33 of file class.ilAssQuestionPreviewToolbarGUI.php.
References $resetPreviewCmd.
| ilAssQuestionPreviewToolbarGUI::$lng = null |
Definition at line 17 of file class.ilAssQuestionPreviewToolbarGUI.php.
Referenced by __construct().
|
private |
Definition at line 19 of file class.ilAssQuestionPreviewToolbarGUI.php.
Referenced by getResetPreviewCmd(), and setResetPreviewCmd().