class UiBibz::Ui::Ux::Containers::Components::PanelToolbar

Create a panel toolbar

Attributes

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

# File lib/ui_bibz/ui/ux/containers/components/panel_toolbar.rb, line 30
def component_html_classes
  super << ['panel-toolbar']
end