Module: Adminterface::Extensions::Inputs::TextInput
- Includes:
- Base
- Included in:
- ActiveAdmin::Inputs::TextInput
- Defined in:
- lib/adminterface/extensions/inputs/text_input.rb
Instance Method Summary collapse
Methods included from Base::ActiveAdminConfig
#active_admin_config, #inputs_config
Methods included from Base::Pluginish
#plugin?, #plugins_configs, #plugins_options
Methods included from Base::Wrapping
#input_wrapping, #input_wrapping_html, #wrapper_classes
Methods included from Base::Labelling
Methods included from Base::Html
Instance Method Details
#input_html ⇒ Object
13 14 15 |
# File 'lib/adminterface/extensions/inputs/text_input.rb', line 13 def input_html builder.text_area(method, ) end |
#to_html ⇒ Object
7 8 9 10 11 |
# File 'lib/adminterface/extensions/inputs/text_input.rb', line 7 def to_html input_wrapping do label_html << input_html end end |