Class: ExpressTemplates::Components::Forms::Textarea

Inherits:
FormComponent show all
Defined in:
lib/express_templates/components/forms/basic_fields.rb

Overview

class Email < FormComponent

contains {
   label_tag label_name, label_text
   email_field  field_name_attribute, field_value, field_helper_options
}

end

Instance Attribute Summary

Attributes inherited from FormComponent

#input_attributes

Method Summary

Methods inherited from FormComponent

#field_helper_options, #field_id_attribute, #field_name, #field_name_attribute, #field_value, #label_name, #label_text, #parent_form, #resource, #resource_class, #resource_name

Methods inherited from Configurable

#build, #config, emits, has_argument, has_option, #required_options

Methods inherited from Base

#assigns, before_build, #build, builder_method_and_class, builder_method_name, #builder_method_name, contains, descendants, has_attributes, inherited, #initialize, #resource, tag

Constructor Details

This class inherits a constructor from ExpressTemplates::Components::Base