ILIAS
Release_5_0_x_branch Revision 61816
|
Grouped list GUI class. More...
Public Member Functions | |
__construct () | |
Constructor. | |
setAsDropDown ($a_val, $a_pullright=false) | |
Set as drop down. | |
getAsDropDown () | |
Get as drop down. | |
addGroupHeader ($a_content, $a_add_class="") | |
Add group header. | |
addSeparator () | |
Add separator. | |
nextColumn () | |
Add separator. | |
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. | |
getHTML () | |
Get HTML. |
Protected Attributes | |
$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 82 of file class.ilGroupedListGUI.php.
ilGroupedListGUI::addGroupHeader | ( | $a_content, | |
$a_add_class = "" |
|||
) |
Add group header.
@return |
Reimplemented in ilCloudGroupedListGUI.
Definition at line 53 of file class.ilGroupedListGUI.php.
ilGroupedListGUI::addSeparator | ( | ) |
Add separator.
Reimplemented in ilCloudGroupedListGUI.
Definition at line 62 of file class.ilGroupedListGUI.php.
ilGroupedListGUI::getAsDropDown | ( | ) |
Get as drop down.
Definition at line 42 of file class.ilGroupedListGUI.php.
References $as_dropdown.
Referenced by getHTML().
ilGroupedListGUI::getHTML | ( | ) |
Get HTML.
@return |
Definition at line 100 of file class.ilGroupedListGUI.php.
References $ilCtrl, $tpl, ilTooltipGUI\addTooltip(), and getAsDropDown().
ilGroupedListGUI::nextColumn | ( | ) |
Add separator.
Definition at line 70 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 31 of file class.ilGroupedListGUI.php.
|
protected |
Definition at line 16 of file class.ilGroupedListGUI.php.
Referenced by getAsDropDown().
|
protected |
Definition at line 17 of file class.ilGroupedListGUI.php.
|
protected |
Definition at line 15 of file class.ilGroupedListGUI.php.
|
protected |
Definition at line 14 of file class.ilGroupedListGUI.php.