Sha256: 29a37f438c1686c67c4fbb237fcf651393e15ce4e38a1a84f4ad49ef393b5365

Contents?: true

Size: 559 Bytes

Versions: 15

Compression:

Stored size: 559 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(wrapper_options)
    @builder.text_area(attribute_name, { rows: 7 }.merge(merge_wrapper_options(input_html_options, wrapper_options)))
  end

  ActiveSupport.run_load_hooks(:fat_free_crm_text_input, self)
end

Version data entries

15 entries across 15 versions & 2 rubygems

Version Path
fat_free_crm-0.14.2 app/inputs/text_input.rb
fat_free_crm-0.15.2 app/inputs/text_input.rb
fat_free_crm-0.16.4 app/inputs/text_input.rb
fat_free_crm-0.14.1 app/inputs/text_input.rb
fat_free_crm-0.15.1 app/inputs/text_input.rb
fat_free_crm-0.16.3 app/inputs/text_input.rb
fat_free_crm-0.16.2 app/inputs/text_input.rb
fat_free_crm-0.16.1 app/inputs/text_input.rb
fat_free_crm-0.16.0 app/inputs/text_input.rb
fat_free_crm-0.15.0 app/inputs/text_input.rb
fat_free_crm-0.15.0.beta.2 app/inputs/text_input.rb
fat_free_crm-0.15.0.beta app/inputs/text_input.rb
fat_free_crm-0.14.0 app/inputs/text_input.rb
reduced_fat_crm-0.15.0.beta app/inputs/text_input.rb
reduced_fat_crm-0.14.0 app/inputs/text_input.rb