ILIAS
Release_4_1_x_branch Revision 61804
|
Nested List. More...
Public Member Functions | |
__constructor () | |
Constructor. | |
setItemClass ($a_val) | |
Set li class. | |
getItemClass () | |
Get li class. | |
setListClass ($a_val) | |
Set list class. | |
getListClass () | |
Get list class. | |
addListNode ($a_content, $a_id, $a_parent=0) | |
Add list node. | |
getHTML () | |
Get HTML. | |
renderNode ($a_id, $tpl) | |
Render node. | |
listItemStart ($tpl) | |
List item start. | |
listItemEnd ($tpl) | |
List item end. | |
listStart ($tpl) | |
List start. | |
listEnd ($tpl) | |
List end. |
Data Fields | |
$item_class = "il_Explorer" | |
$list_class = "il_Explorer" |
ilNestedList::__constructor | ( | ) |
Constructor.
@return |
Definition at line 22 of file class.ilNestedList.php.
ilNestedList::addListNode | ( | $a_content, | |
$a_id, | |||
$a_parent = 0 |
|||
) |
Add list node.
@return |
Definition at line 73 of file class.ilNestedList.php.
ilNestedList::getHTML | ( | ) |
Get HTML.
@return |
Definition at line 85 of file class.ilNestedList.php.
References $tpl, listEnd(), listStart(), and renderNode().
ilNestedList::getItemClass | ( | ) |
Get li class.
Definition at line 42 of file class.ilNestedList.php.
References $item_class.
Referenced by listItemStart().
ilNestedList::getListClass | ( | ) |
Get list class.
Definition at line 62 of file class.ilNestedList.php.
References $list_class.
Referenced by listStart().
ilNestedList::listEnd | ( | $tpl | ) |
List end.
@return |
Definition at line 191 of file class.ilNestedList.php.
References $tpl.
Referenced by getHTML(), and renderNode().
ilNestedList::listItemEnd | ( | $tpl | ) |
List item end.
@return |
Definition at line 157 of file class.ilNestedList.php.
References $tpl.
Referenced by renderNode().
ilNestedList::listItemStart | ( | $tpl | ) |
List item start.
@return |
Definition at line 136 of file class.ilNestedList.php.
References $tpl, and getItemClass().
Referenced by renderNode().
ilNestedList::listStart | ( | $tpl | ) |
List start.
@return |
Definition at line 169 of file class.ilNestedList.php.
References $tpl, and getListClass().
Referenced by getHTML(), and renderNode().
ilNestedList::renderNode | ( | $a_id, | |
$tpl | |||
) |
Render node.
@return |
Definition at line 108 of file class.ilNestedList.php.
References $tpl, listEnd(), listItemEnd(), listItemStart(), and listStart().
Referenced by getHTML().
ilNestedList::setItemClass | ( | $a_val | ) |
Set li class.
string | li class |
Definition at line 32 of file class.ilNestedList.php.
ilNestedList::setListClass | ( | $a_val | ) |
Set list class.
string | list class |
Definition at line 52 of file class.ilNestedList.php.
ilNestedList::$item_class = "il_Explorer" |
Definition at line 13 of file class.ilNestedList.php.
Referenced by getItemClass().
ilNestedList::$list_class = "il_Explorer" |
Definition at line 14 of file class.ilNestedList.php.
Referenced by getListClass().