ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Public Member Functions | |
__construct () | |
addEntry ($a_txt, $a_href, $a_status=self::STATUS_NO_STATUS, $a_highlighted=false, $a_info_texts=array()) | |
Add item. More... | |
setHeading ($a_val) | |
Set heading. More... | |
getHeading () | |
Get heading. More... | |
getHTML () | |
Get HTML. More... | |
Data Fields | |
const | STATUS_OK = "ok" |
const | STATUS_NOT_OK = "nok" |
const | STATUS_NO_STATUS = "no_status" |
Protected Attributes | |
$lng | |
$items = array() | |
Definition at line 12 of file class.ilChecklistGUI.php.
ilChecklistGUI::__construct | ( | ) |
Definition at line 25 of file class.ilChecklistGUI.php.
References $DIC.
ilChecklistGUI::addEntry | ( | $a_txt, | |
$a_href, | |||
$a_status = self::STATUS_NO_STATUS , |
|||
$a_highlighted = false , |
|||
$a_info_texts = array() |
|||
) |
ilChecklistGUI::getHeading | ( | ) |
Get heading.
Definition at line 63 of file class.ilChecklistGUI.php.
Referenced by getHTML().
ilChecklistGUI::getHTML | ( | ) |
Get HTML.
Definition at line 71 of file class.ilChecklistGUI.php.
References $i, $info, $list, $lng, getHeading(), ilUtil\getImagePath(), ilPanelGUI\getInstance(), ilPanelGUI\HEADING_STYLE_BLOCK, and ilPanelGUI\PANEL_STYLE_SECONDARY.
ilChecklistGUI::setHeading | ( | $a_val | ) |
|
protected |
Definition at line 19 of file class.ilChecklistGUI.php.
|
protected |
Definition at line 17 of file class.ilChecklistGUI.php.
Referenced by getHTML().
const ilChecklistGUI::STATUS_NO_STATUS = "no_status" |
Definition at line 23 of file class.ilChecklistGUI.php.
Referenced by ilSetupGUI\displayStatusPanel(), and ilCourseObjectivesGUI\initWizard().
const ilChecklistGUI::STATUS_NOT_OK = "nok" |
Definition at line 22 of file class.ilChecklistGUI.php.
Referenced by ilSetupGUI\displayProcessPanel(), and ilLOEditorStatus\getHTML().
const ilChecklistGUI::STATUS_OK = "ok" |
Definition at line 21 of file class.ilChecklistGUI.php.
Referenced by ilSetupGUI\displayProcessPanel(), ilSetupGUI\displayStatusPanel(), and ilLOEditorStatus\getHTML().