Module: Card::Set::Right::Help::HtmlFormat
- Extended by:
- AbstractFormat
- Defined in:
- tmpsets/set/mod015-settings/right/help.rb
Instance Method Summary collapse
Instance Method Details
#quick_editor ⇒ Object
15 16 17 18 19 20 |
# File 'tmpsets/set/mod015-settings/right/help.rb', line 15 def quick_editor formgroup "content", editor: :content, help: false do text_field :content, value: card.content, class: "d0-card-content _submit-after-typing" end end |