|
ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Grouped list GUI class. More...
Inheritance diagram for ilGroupedListGUI:
Collaboration diagram for ilGroupedListGUI:Public Member Functions | |
| __construct () | |
| Constructor. More... | |
| setAsDropDown ($a_val, $a_pullright=false) | |
| Set as drop down. More... | |
| getAsDropDown () | |
| Get as drop down. More... | |
| addGroupHeader ($a_content, $a_add_class="") | |
| Add group header. More... | |
| addSeparator () | |
| Add separator. More... | |
| nextColumn () | |
| Add separator. More... | |
| addEntry ( $a_content, $a_href="", $a_target="", $a_onclick="", $a_add_class="", $a_id="", $a_ttip="", $a_tt_my="right center", $a_tt_at="left center", $a_tt_use_htmlspecialchars=true) | |
| Add entry. More... | |
| getHTML () | |
| Get HTML. More... | |
Protected Attributes | |
| $ctrl | |
| $multi_column = false | |
| $items = array() | |
| $as_dropdown = false | |
| $dd_pullright = false | |
| ilGroupedListGUI::__construct | ( | ) |
| ilGroupedListGUI::addEntry | ( | $a_content, | |
$a_href = "", |
|||
$a_target = "", |
|||
$a_onclick = "", |
|||
$a_add_class = "", |
|||
$a_id = "", |
|||
$a_ttip = "", |
|||
$a_tt_my = "right center", |
|||
$a_tt_at = "left center", |
|||
$a_tt_use_htmlspecialchars = true |
|||
| ) |
Add entry.
return
Reimplemented in ilCloudGroupedListGUI.
Definition at line 90 of file class.ilGroupedListGUI.php.
References $a_content.
Referenced by ilMMTopParentItemRenderer\addEntry().
Here is the caller graph for this function:| ilGroupedListGUI::addGroupHeader | ( | $a_content, | |
$a_add_class = "" |
|||
| ) |
Add group header.
return
Reimplemented in ilCloudGroupedListGUI.
Definition at line 61 of file class.ilGroupedListGUI.php.
References $a_content.
| ilGroupedListGUI::addSeparator | ( | ) |
Add separator.
Reimplemented in ilCloudGroupedListGUI.
Definition at line 70 of file class.ilGroupedListGUI.php.
| ilGroupedListGUI::getAsDropDown | ( | ) |
Get as drop down.
Definition at line 50 of file class.ilGroupedListGUI.php.
References $as_dropdown.
Referenced by getHTML().
Here is the caller graph for this function:| ilGroupedListGUI::getHTML | ( | ) |
Get HTML.
return
Definition at line 116 of file class.ilGroupedListGUI.php.
References $ctrl, $i, $ilCtrl, $tpl, ilTooltipGUI\addTooltip(), getAsDropDown(), and ilUtil\secureUrl().
Here is the call graph for this function:| ilGroupedListGUI::nextColumn | ( | ) |
Add separator.
Definition at line 78 of file class.ilGroupedListGUI.php.
| ilGroupedListGUI::setAsDropDown | ( | $a_val, | |
$a_pullright = false |
|||
| ) |
Set as drop down.
| bool | $a_val | as drop down menu |
Definition at line 39 of file class.ilGroupedListGUI.php.
|
protected |
Definition at line 21 of file class.ilGroupedListGUI.php.
Referenced by getAsDropDown().
|
protected |
Definition at line 17 of file class.ilGroupedListGUI.php.
Referenced by getHTML().
|
protected |
Definition at line 22 of file class.ilGroupedListGUI.php.
|
protected |
Definition at line 20 of file class.ilGroupedListGUI.php.
|
protected |
Definition at line 19 of file class.ilGroupedListGUI.php.