Class: TextInput

Inherits:
SimpleForm::Inputs::TextInput
  • Object
show all
Defined in:
app/inputs/text_input.rb

Overview

Copyright © 2008-2013 Michael Dvorkin and contributors.

Fat Free CRM is freely distributable under the terms of MIT license. See MIT-LICENSE file or www.opensource.org/licenses/mit-license.php


Instance Method Summary collapse

Instance Method Details

#inputObject



7
8
9
# File 'app/inputs/text_input.rb', line 7

def input
  @builder.text_area(attribute_name, {:rows => 7}.merge(input_html_options))
end