|
ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
User interface class for advanced drop-down selection lists. More...
Collaboration diagram for ilAdvancedSelectionListGUI:Public Member Functions | |
| __construct () | |
| Constructor. More... | |
| setLinksMode ($a_link_class="") | |
| Set links mode (for no js fallback) More... | |
| setFormSelectMode ( $a_select_name, $a_select_class="", $a_include_form_tag=false, $a_form_action="", $a_form_id="", $a_form_class="", $a_form_target="_top", $a_button_text="", $a_button_class="", $a_button_cmd="") | |
| Set form mode (for no js fallback) More... | |
| addItem ( $a_title, $a_value="", $a_link="", $a_img="", $a_alt="", $a_frame="", $a_html="", $a_prevent_background_click=false, $a_onclick="", $a_ttip="", $a_tt_my="right center", $a_tt_at="left center", $a_tt_use_htmlspecialchars=true, $a_data=array()) | |
| Add an item. More... | |
| setGroupedList ($a_val) | |
| Set Grouped List. More... | |
| getGroupedList () | |
| Get Grouped List. More... | |
| flush () | |
| getItems () | |
| Get items. More... | |
| setListTitle ($a_listtitle) | |
| Set List Title. More... | |
| getListTitle () | |
| Get List Title. More... | |
| setAriaListTitle ($a_listtitle) | |
| Set List Title. More... | |
| getAriaListTitle () | |
| Get List Title. More... | |
| setSelectionHeaderClass ($a_selectionheaderclass) | |
| Set Selection Header Class. More... | |
| getSelectionHeaderClass () | |
| Get Selection Header Class. More... | |
| setStyle ($a_val) | |
| Set style. More... | |
| getStyle () | |
| Get style. More... | |
| setSelectionHeaderSpanClass ($a_val) | |
| Set selection header span class. More... | |
| getSelectionHeaderSpanClass () | |
| Get selection header span class. More... | |
| setHeaderIcon ($a_headericon) | |
| Set Header Icon. More... | |
| getHeaderIcon () | |
| Get Header Icon. More... | |
| setNoJSLinkClass ($a_nojslinkclass) | |
| Set No Javascript Link Style Class. More... | |
| getNoJSLinkClass () | |
| Get No Javascript Link Style Class. More... | |
| setItemLinkClass ($a_itemlinkclass) | |
| Set Item Link Class. More... | |
| getItemLinkClass () | |
| Get Item Link Class. More... | |
| setId ($a_id) | |
| Set Id. More... | |
| getId () | |
| Get Id. More... | |
| setUseImages ($a_useimages) | |
| Set Use Images. More... | |
| getUseImages () | |
| Get Use Images. More... | |
| setAccessKey ($a_val) | |
| Set access key. More... | |
| getAccessKey () | |
| Get access key. More... | |
| setTriggerEvent ($a_val) | |
| Set trigger event. More... | |
| getTriggerEvent () | |
| Get trigger event. More... | |
| setAutoHide ($a_val) | |
| Set auto hide. More... | |
| getAutoHide () | |
| Get auto hide. More... | |
| setOnClickMode ($a_val, $a_onclick_form_id="") | |
| Set "onClick"- Mode. More... | |
| getOnClickMode () | |
| Get "onClick"-Mode. More... | |
| setSelectedValue ($a_val) | |
| Set selected value. More... | |
| getSelectedValue () | |
| Get selected value. More... | |
| setAdditionalToggleElement ($a_el, $a_on) | |
| Set additional toggle element. More... | |
| getAdditionalToggleElement () | |
| Get additional toggle element. More... | |
| setAsynch ($a_val) | |
| Set asynch mode (this is set to true, if list should get items asynchronously) More... | |
| getAsynch () | |
| Get asynch mode. More... | |
| setAsynchUrl ($a_val) | |
| Set asynch url. More... | |
| getAsynchUrl () | |
| Get asynch url. More... | |
| setSelectCallback ($a_val) | |
| Set select callback. More... | |
| getSelectCallback () | |
| Get select callback. More... | |
| setPullRight ($a_val) | |
| Set pull right. More... | |
| getPullRight () | |
| Get pull right. More... | |
| getHTML ($a_only_cmd_list_asynch=false) | |
| Get selection list HTML. More... | |
Data Fields | |
| const | DOWN_ARROW_DARK = "down_arrow_dark" |
| const | ICON_ARROW = "caret" |
| const | ICON_CONFIG = "glyphicon glyphicon-cog" |
| const | NO_ICON = "" |
| const | MODE_LINKS = "links" |
| const | MODE_FORM_SELECT = "select" |
| const | ON_ITEM_CLICK_HREF = "href" |
| const | ON_ITEM_CLICK_FORM_SUBMIT = "submit" |
| const | ON_ITEM_CLICK_FORM_SELECT = "select" |
| const | ON_ITEM_CLICK_NOP = "nop" |
| const | STYLE_DEFAULT = 0 |
| const | STYLE_LINK = 1 |
| const | STYLE_EMPH = 2 |
| const | STYLE_LINK_BUTTON = 3 |
Protected Attributes | |
| $css_row = "" | |
| $access_key = false | |
| $toggle = false | |
| $asynch_url = false | |
| $selected_value = "" | |
| $trigger_event = "click" | |
| $auto_hide = false | |
| $grouped_list = null | |
| $style = 0 | |
| $listtitle | |
| $aria_listtitle | |
Private Attributes | |
| $items = array() | |
| $id = "asl" | |
| $asynch = false | |
| $dd_pullright = true | |
User interface class for advanced drop-down selection lists.
Definition at line 11 of file class.ilAdvancedSelectionListGUI.php.
| ilAdvancedSelectionListGUI::__construct | ( | ) |
Constructor.
Definition at line 73 of file class.ilAdvancedSelectionListGUI.php.
References $DIC, DOWN_ARROW_DARK, MODE_LINKS, ON_ITEM_CLICK_HREF, setHeaderIcon(), and setOnClickMode().
Here is the call graph for this function:| ilAdvancedSelectionListGUI::addItem | ( | $a_title, | |
$a_value = "", |
|||
$a_link = "", |
|||
$a_img = "", |
|||
$a_alt = "", |
|||
$a_frame = "", |
|||
$a_html = "", |
|||
$a_prevent_background_click = false, |
|||
$a_onclick = "", |
|||
$a_ttip = "", |
|||
$a_tt_my = "right center", |
|||
$a_tt_at = "left center", |
|||
$a_tt_use_htmlspecialchars = true, |
|||
$a_data = array() |
|||
| ) |
Add an item.
| string | item title |
| string | value (used for select input) |
| link | href for the item |
| string | image href attribute |
| string | image alt attribute |
| string | frame target |
| string | item html (is used instead of title if js is active) |
Definition at line 136 of file class.ilAdvancedSelectionListGUI.php.
Referenced by ilSystemStylesTableGUI\addManagementActionsToList().
Here is the caller graph for this function:| ilAdvancedSelectionListGUI::flush | ( | ) |
Definition at line 179 of file class.ilAdvancedSelectionListGUI.php.
| ilAdvancedSelectionListGUI::getAccessKey | ( | ) |
Get access key.
Definition at line 413 of file class.ilAdvancedSelectionListGUI.php.
References $access_key.
Referenced by getHTML().
Here is the caller graph for this function:| ilAdvancedSelectionListGUI::getAdditionalToggleElement | ( | ) |
Get additional toggle element.
Definition at line 512 of file class.ilAdvancedSelectionListGUI.php.
References $toggle.
Referenced by getHTML().
Here is the caller graph for this function:| ilAdvancedSelectionListGUI::getAriaListTitle | ( | ) |
Get List Title.
Definition at line 229 of file class.ilAdvancedSelectionListGUI.php.
References $aria_listtitle.
Referenced by getHTML().
Here is the caller graph for this function:| ilAdvancedSelectionListGUI::getAsynch | ( | ) |
Get asynch mode.
Definition at line 536 of file class.ilAdvancedSelectionListGUI.php.
References $asynch.
Referenced by getHTML().
Here is the caller graph for this function:| ilAdvancedSelectionListGUI::getAsynchUrl | ( | ) |
Get asynch url.
Definition at line 556 of file class.ilAdvancedSelectionListGUI.php.
References $asynch_url.
Referenced by getHTML().
Here is the caller graph for this function:| ilAdvancedSelectionListGUI::getAutoHide | ( | ) |
Get auto hide.
Definition at line 445 of file class.ilAdvancedSelectionListGUI.php.
References $auto_hide.
Referenced by getHTML().
Here is the caller graph for this function:| ilAdvancedSelectionListGUI::getGroupedList | ( | ) |
Get Grouped List.
Definition at line 174 of file class.ilAdvancedSelectionListGUI.php.
References $grouped_list.
Referenced by getHTML().
Here is the caller graph for this function:| ilAdvancedSelectionListGUI::getHeaderIcon | ( | ) |
Get Header Icon.
Definition at line 313 of file class.ilAdvancedSelectionListGUI.php.
Referenced by getHTML().
Here is the caller graph for this function:| ilAdvancedSelectionListGUI::getHTML | ( | $a_only_cmd_list_asynch = false | ) |
Get selection list HTML.
Definition at line 600 of file class.ilAdvancedSelectionListGUI.php.
References $cfg, $GLOBALS, $items, $toggle, $tpl, ilTooltipGUI\addTooltip(), DOWN_ARROW_DARK, ilJsonUtil\encode(), getAccessKey(), getAdditionalToggleElement(), getAriaListTitle(), getAsynch(), getAsynchUrl(), ilAccessKeyGUI\getAttribute(), getAutoHide(), getGroupedList(), getHeaderIcon(), getHTML(), getId(), ilUtil\getImagePath(), getItemLinkClass(), getItems(), getListTitle(), getOnClickMode(), getPullRight(), getSelectCallback(), getSelectedValue(), getSelectionHeaderSpanClass(), getStyle(), getTriggerEvent(), getUseImages(), ICON_ARROW, ICON_CONFIG, NO_ICON, ON_ITEM_CLICK_FORM_SELECT, ON_ITEM_CLICK_FORM_SUBMIT, ON_ITEM_CLICK_HREF, ON_ITEM_CLICK_NOP, ilUtil\prepareFormOutput(), STYLE_DEFAULT, STYLE_EMPH, STYLE_LINK, and STYLE_LINK_BUTTON.
Referenced by getHTML().
Here is the call graph for this function:
Here is the caller graph for this function:| ilAdvancedSelectionListGUI::getId | ( | ) |
Get Id.
Definition at line 373 of file class.ilAdvancedSelectionListGUI.php.
References $id.
Referenced by getHTML().
Here is the caller graph for this function:| ilAdvancedSelectionListGUI::getItemLinkClass | ( | ) |
Get Item Link Class.
Definition at line 353 of file class.ilAdvancedSelectionListGUI.php.
Referenced by getHTML().
Here is the caller graph for this function:| ilAdvancedSelectionListGUI::getItems | ( | ) |
Get items.
Definition at line 189 of file class.ilAdvancedSelectionListGUI.php.
References $items.
Referenced by getHTML().
Here is the caller graph for this function:| ilAdvancedSelectionListGUI::getListTitle | ( | ) |
Get List Title.
Definition at line 209 of file class.ilAdvancedSelectionListGUI.php.
References $listtitle.
Referenced by getHTML().
Here is the caller graph for this function:| ilAdvancedSelectionListGUI::getNoJSLinkClass | ( | ) |
Get No Javascript Link Style Class.
Definition at line 333 of file class.ilAdvancedSelectionListGUI.php.
| ilAdvancedSelectionListGUI::getOnClickMode | ( | ) |
Get "onClick"-Mode.
Definition at line 471 of file class.ilAdvancedSelectionListGUI.php.
Referenced by getHTML().
Here is the caller graph for this function:| ilAdvancedSelectionListGUI::getPullRight | ( | ) |
Get pull right.
Definition at line 592 of file class.ilAdvancedSelectionListGUI.php.
References $dd_pullright.
Referenced by getHTML().
Here is the caller graph for this function:| ilAdvancedSelectionListGUI::getSelectCallback | ( | ) |
Get select callback.
Definition at line 572 of file class.ilAdvancedSelectionListGUI.php.
Referenced by getHTML().
Here is the caller graph for this function:| ilAdvancedSelectionListGUI::getSelectedValue | ( | ) |
Get selected value.
Definition at line 491 of file class.ilAdvancedSelectionListGUI.php.
References $selected_value.
Referenced by getHTML().
Here is the caller graph for this function:| ilAdvancedSelectionListGUI::getSelectionHeaderClass | ( | ) |
Get Selection Header Class.
Definition at line 251 of file class.ilAdvancedSelectionListGUI.php.
| ilAdvancedSelectionListGUI::getSelectionHeaderSpanClass | ( | ) |
Get selection header span class.
Definition at line 293 of file class.ilAdvancedSelectionListGUI.php.
Referenced by getHTML().
Here is the caller graph for this function:| ilAdvancedSelectionListGUI::getStyle | ( | ) |
Get style.
Definition at line 271 of file class.ilAdvancedSelectionListGUI.php.
References $style.
Referenced by getHTML().
Here is the caller graph for this function:| ilAdvancedSelectionListGUI::getTriggerEvent | ( | ) |
Get trigger event.
Definition at line 429 of file class.ilAdvancedSelectionListGUI.php.
References $trigger_event.
Referenced by getHTML().
Here is the caller graph for this function:| ilAdvancedSelectionListGUI::getUseImages | ( | ) |
Get Use Images.
Definition at line 393 of file class.ilAdvancedSelectionListGUI.php.
Referenced by getHTML().
Here is the caller graph for this function:| ilAdvancedSelectionListGUI::setAccessKey | ( | $a_val | ) |
Set access key.
| integer | access function id |
Definition at line 403 of file class.ilAdvancedSelectionListGUI.php.
| ilAdvancedSelectionListGUI::setAdditionalToggleElement | ( | $a_el, | |
| $a_on | |||
| ) |
Set additional toggle element.
| string | element id |
| string | class for "on" |
Definition at line 502 of file class.ilAdvancedSelectionListGUI.php.
| ilAdvancedSelectionListGUI::setAriaListTitle | ( | $a_listtitle | ) |
Set List Title.
| string | $a_listtitle | List Title |
Definition at line 219 of file class.ilAdvancedSelectionListGUI.php.
| ilAdvancedSelectionListGUI::setAsynch | ( | $a_val | ) |
Set asynch mode (this is set to true, if list should get items asynchronously)
| boolean | turn asynch mode on/off |
Definition at line 522 of file class.ilAdvancedSelectionListGUI.php.
References ilYuiUtil\initConnection().
Here is the call graph for this function:| ilAdvancedSelectionListGUI::setAsynchUrl | ( | $a_val | ) |
Set asynch url.
| string | asynch url |
Definition at line 546 of file class.ilAdvancedSelectionListGUI.php.
| ilAdvancedSelectionListGUI::setAutoHide | ( | $a_val | ) |
Set auto hide.
Definition at line 437 of file class.ilAdvancedSelectionListGUI.php.
| ilAdvancedSelectionListGUI::setFormSelectMode | ( | $a_select_name, | |
$a_select_class = "", |
|||
$a_include_form_tag = false, |
|||
$a_form_action = "", |
|||
$a_form_id = "", |
|||
$a_form_class = "", |
|||
$a_form_target = "_top", |
|||
$a_button_text = "", |
|||
$a_button_class = "", |
|||
$a_button_cmd = "" |
|||
| ) |
Set form mode (for no js fallback)
Outputs form selection including sourrounding form
Definition at line 98 of file class.ilAdvancedSelectionListGUI.php.
References MODE_FORM_SELECT.
| ilAdvancedSelectionListGUI::setGroupedList | ( | $a_val | ) |
Set Grouped List.
| ilGroupedListGUI | $a_val | grouped list object |
Definition at line 164 of file class.ilAdvancedSelectionListGUI.php.
| ilAdvancedSelectionListGUI::setHeaderIcon | ( | $a_headericon | ) |
Set Header Icon.
| string | $a_headericon | Header Icon |
Definition at line 303 of file class.ilAdvancedSelectionListGUI.php.
Referenced by __construct().
Here is the caller graph for this function:| ilAdvancedSelectionListGUI::setId | ( | $a_id | ) |
Set Id.
| string | $a_id | Id |
Definition at line 363 of file class.ilAdvancedSelectionListGUI.php.
| ilAdvancedSelectionListGUI::setItemLinkClass | ( | $a_itemlinkclass | ) |
Set Item Link Class.
| string | $a_itemlinkclass | Item Link Class |
Definition at line 343 of file class.ilAdvancedSelectionListGUI.php.
| ilAdvancedSelectionListGUI::setLinksMode | ( | $a_link_class = "" | ) |
Set links mode (for no js fallback)
Definition at line 86 of file class.ilAdvancedSelectionListGUI.php.
References MODE_LINKS.
| ilAdvancedSelectionListGUI::setListTitle | ( | $a_listtitle | ) |
Set List Title.
| string | $a_listtitle | List Title |
Definition at line 199 of file class.ilAdvancedSelectionListGUI.php.
| ilAdvancedSelectionListGUI::setNoJSLinkClass | ( | $a_nojslinkclass | ) |
Set No Javascript Link Style Class.
| string | $a_nojslinkclass | No Javascript Link Style Class |
Definition at line 323 of file class.ilAdvancedSelectionListGUI.php.
| ilAdvancedSelectionListGUI::setOnClickMode | ( | $a_val, | |
$a_onclick_form_id = "" |
|||
| ) |
Set "onClick"- Mode.
Valid values are: ilAdvancedSelectionList::ON_ITEM_CLICK_HREF or ilAdvancedSelectionList::ON_ITEM_CLICK_FORM_SUBMIT ilAdvancedSelectionList::ON_ITEM_CLICK_FORM_SELECT
| string | mode |
Definition at line 460 of file class.ilAdvancedSelectionListGUI.php.
Referenced by __construct().
Here is the caller graph for this function:| ilAdvancedSelectionListGUI::setPullRight | ( | $a_val | ) |
Set pull right.
| bool | $a_val | pull right |
Definition at line 582 of file class.ilAdvancedSelectionListGUI.php.
| ilAdvancedSelectionListGUI::setSelectCallback | ( | $a_val | ) |
Set select callback.
Definition at line 564 of file class.ilAdvancedSelectionListGUI.php.
| ilAdvancedSelectionListGUI::setSelectedValue | ( | $a_val | ) |
Set selected value.
| string | selected value |
Definition at line 481 of file class.ilAdvancedSelectionListGUI.php.
| ilAdvancedSelectionListGUI::setSelectionHeaderClass | ( | $a_selectionheaderclass | ) |
Set Selection Header Class.
DEPRECATED use set style instead
| string | $a_selectionheaderclass | Selection Header Class |
Definition at line 241 of file class.ilAdvancedSelectionListGUI.php.
| ilAdvancedSelectionListGUI::setSelectionHeaderSpanClass | ( | $a_val | ) |
Set selection header span class.
| string | $a_val | header span class |
Definition at line 283 of file class.ilAdvancedSelectionListGUI.php.
| ilAdvancedSelectionListGUI::setStyle | ( | $a_val | ) |
Set style.
| int | $a_val | button style STYLE_DEFAULT, STYLE_LINK, STYLE_EMPH |
Definition at line 261 of file class.ilAdvancedSelectionListGUI.php.
| ilAdvancedSelectionListGUI::setTriggerEvent | ( | $a_val | ) |
Set trigger event.
Definition at line 421 of file class.ilAdvancedSelectionListGUI.php.
| ilAdvancedSelectionListGUI::setUseImages | ( | $a_useimages | ) |
Set Use Images.
| boolean | $a_useimages | Use Images |
Definition at line 383 of file class.ilAdvancedSelectionListGUI.php.
|
protected |
Definition at line 36 of file class.ilAdvancedSelectionListGUI.php.
Referenced by getAccessKey().
|
protected |
Definition at line 47 of file class.ilAdvancedSelectionListGUI.php.
Referenced by getAriaListTitle().
|
private |
Definition at line 15 of file class.ilAdvancedSelectionListGUI.php.
Referenced by getAsynch().
|
protected |
Definition at line 38 of file class.ilAdvancedSelectionListGUI.php.
Referenced by getAsynchUrl().
|
protected |
Definition at line 41 of file class.ilAdvancedSelectionListGUI.php.
Referenced by getAutoHide().
|
protected |
Definition at line 35 of file class.ilAdvancedSelectionListGUI.php.
|
private |
Definition at line 44 of file class.ilAdvancedSelectionListGUI.php.
Referenced by getPullRight().
|
protected |
Definition at line 42 of file class.ilAdvancedSelectionListGUI.php.
Referenced by getGroupedList().
|
private |
Definition at line 14 of file class.ilAdvancedSelectionListGUI.php.
Referenced by getId().
|
private |
Definition at line 13 of file class.ilAdvancedSelectionListGUI.php.
Referenced by getHTML(), and getItems().
|
protected |
Definition at line 46 of file class.ilAdvancedSelectionListGUI.php.
Referenced by getListTitle().
|
protected |
Definition at line 39 of file class.ilAdvancedSelectionListGUI.php.
Referenced by getSelectedValue().
|
protected |
Definition at line 43 of file class.ilAdvancedSelectionListGUI.php.
Referenced by getStyle().
|
protected |
Definition at line 37 of file class.ilAdvancedSelectionListGUI.php.
Referenced by getAdditionalToggleElement(), and getHTML().
|
protected |
Definition at line 40 of file class.ilAdvancedSelectionListGUI.php.
Referenced by getTriggerEvent().
| const ilAdvancedSelectionListGUI::DOWN_ARROW_DARK = "down_arrow_dark" |
Definition at line 17 of file class.ilAdvancedSelectionListGUI.php.
Referenced by __construct(), ilPCParagraphGUI\getCharStyleSelector(), getHTML(), ilPCParagraphGUI\getStyleSelector(), ilAdvSelectInputGUI\insert(), ilObjectListGUI\insertCommands(), ilCalendarPresentationGUI\prepareOutput(), and ilNewsTimelineItemGUI\render().
| const ilAdvancedSelectionListGUI::ICON_ARROW = "caret" |
Definition at line 18 of file class.ilAdvancedSelectionListGUI.php.
Referenced by getHTML().
| const ilAdvancedSelectionListGUI::ICON_CONFIG = "glyphicon glyphicon-cog" |
Definition at line 19 of file class.ilAdvancedSelectionListGUI.php.
Referenced by ilBlockGUI\fillHeaderCommands(), and getHTML().
| const ilAdvancedSelectionListGUI::MODE_FORM_SELECT = "select" |
Definition at line 23 of file class.ilAdvancedSelectionListGUI.php.
Referenced by setFormSelectMode().
| const ilAdvancedSelectionListGUI::MODE_LINKS = "links" |
Definition at line 22 of file class.ilAdvancedSelectionListGUI.php.
Referenced by __construct(), and setLinksMode().
| const ilAdvancedSelectionListGUI::NO_ICON = "" |
Definition at line 20 of file class.ilAdvancedSelectionListGUI.php.
Referenced by getHTML(), and ilNavigationHistoryGUI\getHTML().
| const ilAdvancedSelectionListGUI::ON_ITEM_CLICK_FORM_SELECT = "select" |
Definition at line 27 of file class.ilAdvancedSelectionListGUI.php.
Referenced by getHTML(), ilPCParagraphGUI\getStyleSelector(), and ilAdvSelectInputGUI\insert().
| const ilAdvancedSelectionListGUI::ON_ITEM_CLICK_FORM_SUBMIT = "submit" |
Definition at line 26 of file class.ilAdvancedSelectionListGUI.php.
Referenced by getHTML().
| const ilAdvancedSelectionListGUI::ON_ITEM_CLICK_HREF = "href" |
Definition at line 25 of file class.ilAdvancedSelectionListGUI.php.
Referenced by __construct(), and getHTML().
| const ilAdvancedSelectionListGUI::ON_ITEM_CLICK_NOP = "nop" |
Definition at line 28 of file class.ilAdvancedSelectionListGUI.php.
Referenced by ilPCParagraphGUI\getCharStyleSelector(), and getHTML().
| const ilAdvancedSelectionListGUI::STYLE_DEFAULT = 0 |
Definition at line 30 of file class.ilAdvancedSelectionListGUI.php.
Referenced by getHTML().
| const ilAdvancedSelectionListGUI::STYLE_EMPH = 2 |
Definition at line 32 of file class.ilAdvancedSelectionListGUI.php.
Referenced by ilCloudPluginInitGUI\addToolbar(), getHTML(), and ilObjectAddNewItemGUI\render().
| const ilAdvancedSelectionListGUI::STYLE_LINK = 1 |
Definition at line 31 of file class.ilAdvancedSelectionListGUI.php.
Referenced by ilWikiFunctionsBlockGUI\fillDataSection(), and getHTML().
| const ilAdvancedSelectionListGUI::STYLE_LINK_BUTTON = 3 |
Definition at line 33 of file class.ilAdvancedSelectionListGUI.php.
Referenced by ilTable2GUI\fillFooter(), ilBlockGUI\fillHeaderCommands(), and getHTML().