Class: ExpressTemplates::Components::Forms::Textarea
- Inherits:
-
FormComponent
- Object
- Arbre::Component
- Base
- Configurable
- FormComponent
- ExpressTemplates::Components::Forms::Textarea
- Defined in:
- lib/express_templates/components/forms/basic_fields.rb
Overview
class Email < FormComponent
contains {
label_tag label_name, label_text
email_field resource_var, field_name.to_sym, input_attributes
}
end
Instance Attribute Summary
Attributes inherited from FormComponent
Method Summary
Methods inherited from FormComponent
#field_name, #field_name_attribute, #label_name, #label_text, #parent_form, #resource_class, #resource_name, #resource_var
Methods inherited from Configurable
#build, #config, emits, has_argument, has_option, #required_options
Methods inherited from Base
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