class UiBibz::Ui::Ux::Containers::Components::PanelToolbar
Create a panel toolbar
Attributes¶ ↑
-
content
- Content of element -
options
- Options of element -
html_options
- Html Options of element
Options¶ ↑
You can add HTML attributes using the html_options
. You can pass arguments in options attribute:
Signatures¶ ↑
UiBibz::Ui::Core::Boxes::PanelToolbar.new(options = nil, html_options = nil) do |pt| pt.button_group do |bg| bg.button 'My buttton' end end
Private Instance Methods
component_html_classes()
click to toggle source
See UiBibz::Ui::Core::Component.initialize
Calls superclass method
UiBibz::Ui::Core::Navigations::Toolbar#component_html_classes
# File lib/ui_bibz/ui/ux/containers/components/panel_toolbar.rb, line 30 def component_html_classes super << ['panel-toolbar'] end