ButtonGroup
Class ButtonGroup
Output
No output provided yet
Twig Tag
- Tag
UIButtonGroup
- Syntax
{% UIButtonGroup Type {Parameters} %}
- Type
Make a button that has a primary action ($oButton) but also an options menu ($oMenu) on the side |
ButtonGroup ButtonWithOptionsMenu
- syntax
{% UIButtonGroup ButtonWithOptionsMenu {oButton:value, oMenu:value} %}
- parameters
oButton |
Button |
mandatory |
||
oMenu |
PopoverMenu |
mandatory |
ButtonGroup common parameters
AddButton |
Button |
|
AddButtons |
array |
|
AddCSSClass |
string |
CSS class to add to the generated html block |
AddCSSClasses |
array |
like <code>[‘ibo-is-hidden’, ‘ibo-alert–body’]</code> |
AddCssFileRelPath |
string |
|
AddExtraBlock |
iUIBlock |
|
AddHtml |
string |
|
AddJsFileRelPath |
string |
|
AddMultipleCssFilesRelPaths |
array |
|
AddMultipleJsFilesRelPaths |
array |
|
Buttons |
array |
|
CSSClasses |
array |
like <code>[‘ibo-is-hidden’, ‘ibo-alert–body’]</code> |
DataAttributes |
array |
Array of data attributes in the format [‘name’ => ‘value’] |
IsHidden |
bool |
Examples
No examples provided yet