ILIAS
Release_5_0_x_branch Revision 61816
|
Public Member Functions | |
__construct (ilCtrl $ctrl, ilTemplate $tpl, ilLanguage $lng) | |
build () | |
setPdfExportLinkTarget ($pdfExportLinkTarget) | |
getPdfExportLinkTarget () | |
setCertificateLinkTarget ($certificateLinkTarget) | |
getCertificateLinkTarget () | |
setShowBestSolutionsLinkTarget ($showBestSolutionsLinkTarget) | |
getShowBestSolutionsLinkTarget () | |
setHideBestSolutionsLinkTarget ($hideBestSolutionsLinkTarget) | |
getHideBestSolutionsLinkTarget () | |
setParticipantSelectorOptions ($participantSelectorOptions) | |
getParticipantSelectorOptions () | |
getParticipantSelectorOptionsWithHintOption () | |
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. | |
getFormAction () | |
Get form action. | |
setLeadingImage ($a_img, $a_alt) | |
Set leading image. | |
setHidden ($a_val) | |
Set hidden. | |
getHidden () | |
Get hidden. | |
setId ($a_val) | |
Set id. | |
getId () | |
Get id. | |
setPreventDoubleSubmission ($a_val) | |
Set prevent double submission. | |
getPreventDoubleSubmission () | |
Get prevent double submission. | |
addButton ($a_txt, $a_cmd, $a_target="", $a_acc_key="", $a_additional_attrs= '', $a_id="", $a_class= 'submit') | |
Add button to toolbar. | |
addFormButton ($a_txt, $a_cmd, $a_acc_key="", $a_primary=false, $a_class=false) | |
Add form button to toolbar. | |
addInputItem (ilToolbarItem $a_item, $a_output_label=false) | |
Add input item. | |
addButtonInstance (ilButton $a_button) | |
Add button instance. | |
addDropDown ($a_txt, $a_dd_html) | |
Add input item. | |
addSeparator () | |
Add separator. | |
addText ($a_text) | |
Add text. | |
addSpacer ($a_width=null) | |
Add spacer. | |
addLink ($a_caption, $a_url, $a_disabled=false) | |
Add link. | |
setOpenFormTag ($a_val) | |
Set open form tag. | |
getOpenFormTag () | |
Get open form tag. | |
setCloseFormTag ($a_val) | |
Set close form tag. | |
getCloseFormTag () | |
Get close form tag. | |
setFormName ($a_val) | |
Set form name. | |
getFormName () | |
Get form name. | |
getHTML () | |
Get toolbar html. |
Data Fields | |
$ctrl = null | |
$tpl = null | |
$lng = null | |
Data Fields inherited from ilToolbarGUI | |
$items = array() | |
$open_form_tag = true | |
$close_form_tag = true | |
$form_target = "" | |
$form_name = "" |
Private Member Functions | |
getPdfExportLabel () |
Private Attributes | |
$pdfExportLinkTarget = null | |
$certificateLinkTarget = null | |
$showBestSolutionsLinkTarget = null | |
$hideBestSolutionsLinkTarget = null | |
$participantSelectorOptions = array() |
Additional Inherited Members | |
Protected Attributes inherited from ilToolbarGUI | |
$prevent_double_submission = false |
Definition at line 12 of file class.ilTestResultsToolbarGUI.php.
ilTestResultsToolbarGUI::__construct | ( | ilCtrl | $ctrl, |
ilTemplate | $tpl, | ||
ilLanguage | $lng | ||
) |
Definition at line 54 of file class.ilTestResultsToolbarGUI.php.
References $ctrl, $lng, $tpl, and ilToolbarGUI\__construct().
ilTestResultsToolbarGUI::build | ( | ) |
Definition at line 63 of file class.ilTestResultsToolbarGUI.php.
References ilToolbarGUI\addButton(), ilToolbarGUI\addButtonInstance(), ilToolbarGUI\addInputItem(), ilToolbarGUI\addSeparator(), getCertificateLinkTarget(), getHideBestSolutionsLinkTarget(), ilLinkButton\getInstance(), getParticipantSelectorOptions(), getParticipantSelectorOptionsWithHintOption(), getPdfExportLabel(), getPdfExportLinkTarget(), getShowBestSolutionsLinkTarget(), and ilToolbarGUI\setId().
ilTestResultsToolbarGUI::getCertificateLinkTarget | ( | ) |
Definition at line 135 of file class.ilTestResultsToolbarGUI.php.
References $certificateLinkTarget.
Referenced by build().
ilTestResultsToolbarGUI::getHideBestSolutionsLinkTarget | ( | ) |
Definition at line 155 of file class.ilTestResultsToolbarGUI.php.
References $hideBestSolutionsLinkTarget.
Referenced by build().
ilTestResultsToolbarGUI::getParticipantSelectorOptions | ( | ) |
Definition at line 165 of file class.ilTestResultsToolbarGUI.php.
References $participantSelectorOptions.
Referenced by build(), and getParticipantSelectorOptionsWithHintOption().
ilTestResultsToolbarGUI::getParticipantSelectorOptionsWithHintOption | ( | ) |
Definition at line 170 of file class.ilTestResultsToolbarGUI.php.
References $options, and getParticipantSelectorOptions().
Referenced by build().
|
private |
Definition at line 115 of file class.ilTestResultsToolbarGUI.php.
Referenced by build().
ilTestResultsToolbarGUI::getPdfExportLinkTarget | ( | ) |
Definition at line 125 of file class.ilTestResultsToolbarGUI.php.
References $pdfExportLinkTarget.
Referenced by build().
ilTestResultsToolbarGUI::getShowBestSolutionsLinkTarget | ( | ) |
Definition at line 145 of file class.ilTestResultsToolbarGUI.php.
References $showBestSolutionsLinkTarget.
Referenced by build().
ilTestResultsToolbarGUI::setCertificateLinkTarget | ( | $certificateLinkTarget | ) |
Definition at line 130 of file class.ilTestResultsToolbarGUI.php.
References $certificateLinkTarget.
ilTestResultsToolbarGUI::setHideBestSolutionsLinkTarget | ( | $hideBestSolutionsLinkTarget | ) |
Definition at line 150 of file class.ilTestResultsToolbarGUI.php.
References $hideBestSolutionsLinkTarget.
ilTestResultsToolbarGUI::setParticipantSelectorOptions | ( | $participantSelectorOptions | ) |
Definition at line 160 of file class.ilTestResultsToolbarGUI.php.
References $participantSelectorOptions.
ilTestResultsToolbarGUI::setPdfExportLinkTarget | ( | $pdfExportLinkTarget | ) |
Definition at line 120 of file class.ilTestResultsToolbarGUI.php.
References $pdfExportLinkTarget.
ilTestResultsToolbarGUI::setShowBestSolutionsLinkTarget | ( | $showBestSolutionsLinkTarget | ) |
Definition at line 140 of file class.ilTestResultsToolbarGUI.php.
References $showBestSolutionsLinkTarget.
|
private |
Definition at line 37 of file class.ilTestResultsToolbarGUI.php.
Referenced by getCertificateLinkTarget(), and setCertificateLinkTarget().
ilTestResultsToolbarGUI::$ctrl = null |
Definition at line 17 of file class.ilTestResultsToolbarGUI.php.
Referenced by __construct().
|
private |
Definition at line 47 of file class.ilTestResultsToolbarGUI.php.
Referenced by getHideBestSolutionsLinkTarget(), and setHideBestSolutionsLinkTarget().
ilTestResultsToolbarGUI::$lng = null |
Definition at line 27 of file class.ilTestResultsToolbarGUI.php.
Referenced by __construct().
|
private |
Definition at line 52 of file class.ilTestResultsToolbarGUI.php.
Referenced by getParticipantSelectorOptions(), and setParticipantSelectorOptions().
|
private |
Definition at line 32 of file class.ilTestResultsToolbarGUI.php.
Referenced by getPdfExportLinkTarget(), and setPdfExportLinkTarget().
|
private |
Definition at line 42 of file class.ilTestResultsToolbarGUI.php.
Referenced by getShowBestSolutionsLinkTarget(), and setShowBestSolutionsLinkTarget().
ilTestResultsToolbarGUI::$tpl = null |
Definition at line 22 of file class.ilTestResultsToolbarGUI.php.
Referenced by __construct().