38 return new self(self::TYPE_SPLIT);
43 $this->menu_items[] = $menu_item;
48 $key = array_search($menu_item, $this->menu_items);
50 unset($this->menu_items[
$key]);
56 return count($this->menu_items) > 0;
73 array_walk($menu_items,
static function ($item, $idx):
void {
76 "Cannot set menu items, element at index '%s' is not of type 'ilSplitButtonItem'",
105 $tpl =
new ilTemplate(
'tpl.split_button.html',
true,
true,
'Services/UIComponent/SplitButton');
109 "Cannot render a split button without a default button" 117 $btn_classes[] =
'btn-primary';
119 $tpl->setVariable(
'BTN_CSS_CLASS', implode(
' ', $btn_classes));
123 $tpl->setCurrentBlock(
'separator');
124 $tpl->touchBlock(
'separator');
126 $tpl->setCurrentBlock(
'item');
127 $tpl->setVariable(
'CONTENT', $item->getContent());
129 $tpl->parseCurrentBlock();
131 $tpl->setCurrentBlock(
'items');
132 $tpl->parseCurrentBlock();
135 $tpl->setVariable(
'TXT_TOGGLE_DROPDOWN', $this->
lng->txt(
'toggle_dropdown'));
__construct(Container $dic, ilPlugin $plugin)
if($DIC->http() ->request() ->getMethod()=="GET" &&isset($DIC->http() ->request() ->getQueryParams()['tex'])) $tpl