|
ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Collaboration diagram for ilChecklistGUI: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() |
|||
| ) |
Add item.
| string | $a_txt | text |
Definition at line 37 of file class.ilChecklistGUI.php.
| ilChecklistGUI::getHeading | ( | ) |
Get heading.
Definition at line 63 of file class.ilChecklistGUI.php.
Referenced by getHTML().
Here is the caller graph for this function:| 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, ilPanelGUI\PANEL_STYLE_SECONDARY, STATUS_NOT_OK, and STATUS_OK.
Here is the call graph for this function:| ilChecklistGUI::setHeading | ( | $a_val | ) |
Set heading.
| string | $a_val | heading |
Definition at line 53 of file class.ilChecklistGUI.php.
|
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(), ilLOEditorStatus\getHTML(), and getHTML().
| const ilChecklistGUI::STATUS_OK = "ok" |
Definition at line 21 of file class.ilChecklistGUI.php.
Referenced by ilSetupGUI\displayProcessPanel(), ilSetupGUI\displayStatusPanel(), ilLOEditorStatus\getHTML(), and getHTML().