Sha256: 9ff6e394352e773f9608961e57164e4412d92eaf6f34dfdb5ce9831c34cc1395

Contents?: true

Size: 358 Bytes

Versions: 44

Compression:

Stored size: 358 Bytes

Contents

module UiBibz::Ui::Core::Forms::Surrounds
  class SurroundSwitchField < UiBibz::Ui::Core::Forms::Choices::SwitchField

    # See UiBibz::Ui::Core::Dropdown.initialize
    def initialize content, options = nil, html_options = nil, &block
      super
    end

    private

    def component_wrapper_html_classes
      super << 'input-group'
    end

  end
end

Version data entries

44 entries across 44 versions & 1 rubygems

Version Path
ui_bibz-2.4.0 lib/ui_bibz/ui/core/forms/surrounds/components/surround_switch_field.rb
ui_bibz-2.3.15 lib/ui_bibz/ui/core/forms/surrounds/components/surround_switch_field.rb
ui_bibz-2.3.14 lib/ui_bibz/ui/core/forms/surrounds/components/surround_switch_field.rb
ui_bibz-2.3.13 lib/ui_bibz/ui/core/forms/surrounds/components/surround_switch_field.rb
ui_bibz-2.3.12 lib/ui_bibz/ui/core/forms/surrounds/components/surround_switch_field.rb
ui_bibz-2.3.11 lib/ui_bibz/ui/core/forms/surrounds/components/surround_switch_field.rb
ui_bibz-2.3.10 lib/ui_bibz/ui/core/forms/surrounds/components/surround_switch_field.rb
ui_bibz-2.3.9 lib/ui_bibz/ui/core/forms/surrounds/components/surround_switch_field.rb
ui_bibz-2.3.8 lib/ui_bibz/ui/core/forms/surrounds/components/surround_switch_field.rb
ui_bibz-2.3.7 lib/ui_bibz/ui/core/forms/surrounds/components/surround_switch_field.rb
ui_bibz-2.3.6 lib/ui_bibz/ui/core/forms/surrounds/components/surround_switch_field.rb
ui_bibz-2.3.5 lib/ui_bibz/ui/core/forms/surrounds/components/surround_switch_field.rb
ui_bibz-2.3.4 lib/ui_bibz/ui/core/forms/surrounds/components/surround_switch_field.rb
ui_bibz-2.3.3 lib/ui_bibz/ui/core/forms/surrounds/components/surround_switch_field.rb
ui_bibz-2.3.2 lib/ui_bibz/ui/core/forms/surrounds/components/surround_switch_field.rb
ui_bibz-2.3.1 lib/ui_bibz/ui/core/forms/surrounds/components/surround_switch_field.rb
ui_bibz-2.3.0 lib/ui_bibz/ui/core/forms/surrounds/components/surround_switch_field.rb
ui_bibz-2.2.2 lib/ui_bibz/ui/core/forms/surrounds/components/surround_switch_field.rb
ui_bibz-2.2.1 lib/ui_bibz/ui/core/forms/surrounds/components/surround_switch_field.rb
ui_bibz-2.2.0 lib/ui_bibz/ui/core/forms/surrounds/components/surround_switch_field.rb