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.1.6 lib/ui_bibz/ui/core/forms/surrounds/components/surround_switch_field.rb
ui_bibz-2.1.5 lib/ui_bibz/ui/core/forms/surrounds/components/surround_switch_field.rb
ui_bibz-2.1.4 lib/ui_bibz/ui/core/forms/surrounds/components/surround_switch_field.rb
ui_bibz-2.1.3 lib/ui_bibz/ui/core/forms/surrounds/components/surround_switch_field.rb
ui_bibz-2.1.2 lib/ui_bibz/ui/core/forms/surrounds/components/surround_switch_field.rb
ui_bibz-2.1.1 lib/ui_bibz/ui/core/forms/surrounds/components/surround_switch_field.rb
ui_bibz-2.0.10 lib/ui_bibz/ui/core/forms/surrounds/components/surround_switch_field.rb
ui_bibz-2.0.9 lib/ui_bibz/ui/core/forms/surrounds/components/surround_switch_field.rb
ui_bibz-2.1.0 lib/ui_bibz/ui/core/forms/surrounds/components/surround_switch_field.rb
ui_bibz-2.0.8 lib/ui_bibz/ui/core/forms/surrounds/components/surround_switch_field.rb
ui_bibz-2.0.7 lib/ui_bibz/ui/core/forms/surrounds/components/surround_switch_field.rb
ui_bibz-2.0.5 lib/ui_bibz/ui/core/forms/surrounds/components/surround_switch_field.rb
ui_bibz-2.0.4 lib/ui_bibz/ui/core/forms/surrounds/components/surround_switch_field.rb
ui_bibz-2.0.3 lib/ui_bibz/ui/core/forms/surrounds/components/surround_switch_field.rb
ui_bibz-2.0.2 lib/ui_bibz/ui/core/forms/surrounds/components/surround_switch_field.rb
ui_bibz-2.0.1 lib/ui_bibz/ui/core/forms/surrounds/components/surround_switch_field.rb
ui_bibz-2.0.0 lib/ui_bibz/ui/core/forms/surrounds/components/surround_switch_field.rb
ui_bibz-2.0.0.beta2.6 lib/ui_bibz/ui/core/forms/surrounds/components/surround_switch_field.rb
ui_bibz-2.0.0.beta2.5 lib/ui_bibz/ui/core/forms/surrounds/components/surround_switch_field.rb
ui_bibz-2.0.0.beta2.4 lib/ui_bibz/ui/core/forms/surrounds/components/surround_switch_field.rb