Class: Formular::Element::Bootstrap4::Horizontal::Label

Inherits:
Label
  • Object
show all
Defined in:
lib/formular/element/bootstrap4/horizontal.rb

Instance Method Summary collapse

Methods inherited from Label

#labeled_control_id

Instance Method Details

#column_classObject



15
16
17
# File 'lib/formular/element/bootstrap4/horizontal.rb', line 15

def column_class
  builder.class.column_classes[:left_column] + ['col-form-label']
end