Class: Formular::Element::Bootstrap3::Input

Inherits:
Input
  • Object
show all
Includes:
ColumnControl, Modules::WrappedControl
Defined in:
lib/formular/element/bootstrap3.rb

Overview

class Hint

Direct Known Subclasses

Horizontal::Input

Instance Method Summary collapse

Methods included from ColumnControl

#inline_column?, #inline_wrapper_class, #stacked_column?

Methods included from Module

included

Instance Method Details

#file_input?Boolean

Returns:

  • (Boolean)


42
43
44
# File 'lib/formular/element/bootstrap3.rb', line 42

def file_input?
  attributes[:type] == 'file'
end