Sha256: 87fbd3f2d99f0c6911fd7c817240e836b4056b1e05104b22c04da9008b2535a3

Contents?: true

Size: 503 Bytes

Versions: 11

Compression:

Stored size: 503 Bytes

Contents

# Copyright (c) 2008-2013 Michael Dvorkin and contributors.
#
# Fat Free CRM is freely distributable under the terms of MIT license.
# See MIT-LICENSE file or http://www.opensource.org/licenses/mit-license.php
#------------------------------------------------------------------------------
class TextInput < SimpleForm::Inputs::TextInput
  def input
    @builder.text_area(attribute_name, {:rows => 7}.merge(input_html_options))
  end

  ActiveSupport.run_load_hooks(:fat_free_crm_text_input, self)
end

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
fat_free_crm-0.13.6 app/inputs/text_input.rb
fat_free_crm-0.13.5 app/inputs/text_input.rb
fat_free_crm-0.13.4 app/inputs/text_input.rb
fat_free_crm-0.13.3 app/inputs/text_input.rb
fat_free_crm-0.13.2 app/inputs/text_input.rb
fat_free_crm-0.12.3 app/inputs/text_input.rb
fat_free_crm-0.12.2 app/inputs/text_input.rb
fat_free_crm-0.13.1 app/inputs/text_input.rb
fat_free_crm-0.12.1 app/inputs/text_input.rb
fat_free_crm-0.13.0 app/inputs/text_input.rb
fat_free_crm-0.12.0 app/inputs/text_input.rb