ILIAS
Release_5_0_x_branch Revision 61816
|
Public Member Functions | |
__construct () | |
addEntry ($a_txt, $a_href, $a_status=self::STATUS_NO_STATUS, $a_highlighted=false, $a_info_texts=array()) | |
Add item. | |
setHeading ($a_val) | |
Set heading. | |
getHeading () | |
Get heading. | |
getHTML () | |
Get HTML. |
Data Fields | |
const | STATUS_OK = "ok" |
const | STATUS_NOT_OK = "nok" |
const | STATUS_NO_STATUS = "no_status" |
Protected Attributes | |
$items = array() |
Definition at line 12 of file class.ilChecklistGUI.php.
ilChecklistGUI::__construct | ( | ) |
Definition at line 20 of file class.ilChecklistGUI.php.
ilChecklistGUI::addEntry | ( | $a_txt, | |
$a_href, | |||
$a_status = self::STATUS_NO_STATUS , |
|||
$a_highlighted = false , |
|||
$a_info_texts = array() |
|||
) |
Add item.
string | $a_txt | text |
Definition at line 30 of file class.ilChecklistGUI.php.
ilChecklistGUI::getHeading | ( | ) |
Get heading.
Definition at line 56 of file class.ilChecklistGUI.php.
Referenced by getHTML().
ilChecklistGUI::getHTML | ( | ) |
Get HTML.
Definition at line 64 of file class.ilChecklistGUI.php.
References $lng, getHeading(), ilUtil\getImagePath(), ilPanelGUI\getInstance(), ilPanelGUI\HEADING_STYLE_BLOCK, and ilPanelGUI\PANEL_STYLE_SECONDARY.
ilChecklistGUI::setHeading | ( | $a_val | ) |
Set heading.
string | $a_val | heading |
Definition at line 46 of file class.ilChecklistGUI.php.
|
protected |
Definition at line 14 of file class.ilChecklistGUI.php.
const ilChecklistGUI::STATUS_NO_STATUS = "no_status" |
Definition at line 18 of file class.ilChecklistGUI.php.
Referenced by ilSetupGUI\displayStatusPanel(), and ilCourseObjectivesGUI\initWizard().
const ilChecklistGUI::STATUS_NOT_OK = "nok" |
Definition at line 17 of file class.ilChecklistGUI.php.
Referenced by ilSetupGUI\displayProcessPanel(), and ilLOEditorStatus\getHTML().
const ilChecklistGUI::STATUS_OK = "ok" |
Definition at line 16 of file class.ilChecklistGUI.php.
Referenced by ilSetupGUI\displayProcessPanel(), ilSetupGUI\displayStatusPanel(), and ilLOEditorStatus\getHTML().