Module: Card::Set::Type::PlainText::HtmlFormat
- Extended by:
- AbstractFormat
- Defined in:
- platypus/tmp/set/gem-defaults/mod011-edit/type/plain_text.rb,
platypus/tmp/set/gem-defaults/mod004-format/type/plain_text.rb
Instance Method Summary collapse
Instance Method Details
#input_type ⇒ Object
9 10 11 |
# File 'platypus/tmp/set/gem-defaults/mod004-format/type/plain_text.rb', line 9 def input_type :text_area end |
#input_type_content_options ⇒ Object
9 10 11 |
# File 'platypus/tmp/set/gem-defaults/mod011-edit/type/plain_text.rb', line 9 def ["text area", "text field", "ace editor"] end |
#view: core ⇒ Object
13 14 15 |
# File 'platypus/tmp/set/gem-defaults/mod004-format/type/plain_text.rb', line 13 view :core do process_content CGI.escapeHTML(_render_raw) end |