Class: Formalist::Elements::RichTextArea
- Inherits:
-
Field
- Object
- Formalist::Element
- Field
- Formalist::Elements::RichTextArea
- Defined in:
- lib/formalist/elements/standard/rich_text_area.rb
Instance Attribute Summary
Attributes inherited from Formalist::Element
Instance Method Summary collapse
-
#attributes ⇒ Object
FIXME: it would be tidier to have a reader method for each attribute.
- #input ⇒ Object
Methods inherited from Field
Methods inherited from Formalist::Element
#==, build, fill, #fill, #initialize, #to_ast, #type
Methods included from Formalist::Element::ClassInterface
#attribute, #attributes_schema, #type
Constructor Details
This class inherits a constructor from Formalist::Element
Instance Method Details
#attributes ⇒ Object
FIXME: it would be tidier to have a reader method for each attribute
14 15 16 |
# File 'lib/formalist/elements/standard/rich_text_area.rb', line 14 def attributes super.merge(embeddable_forms: ) end |
#input ⇒ Object
18 19 20 |
# File 'lib/formalist/elements/standard/rich_text_area.rb', line 18 def input input_compiler.(@input) end |