Module: Card::Set::All::TinymceEditor::HtmlFormat
- Extended by:
- Card::Set::AbstractFormat
- Defined in:
- platypus/tmp/set/gem-defaults/mod033-tinymce_editor/all/tinymce_editor.rb
Instance Method Summary collapse
Instance Method Details
#tinymce_config ⇒ Object
12 13 14 |
# File 'platypus/tmp/set/gem-defaults/mod033-tinymce_editor/all/tinymce_editor.rb', line 12 def tinymce_config Card::Rule.global_setting :tiny_mce end |
#tinymce_editor_input ⇒ Object
16 17 18 19 |
# File 'platypus/tmp/set/gem-defaults/mod033-tinymce_editor/all/tinymce_editor.rb', line 16 def tinymce_editor_input text_area :content, rows: 3, class: "tinymce-textarea d0-card-content", id: unique_id end |