Module: Card::Set::Right::Help::HtmlFormat

Extended by:
AbstractFormat
Defined in:
platypus/tmp/set/gem-defaults/mod008-help/right/help.rb

Instance Method Summary collapse

Instance Method Details

#quick_editorObject



15
16
17
18
19
20
21
# File 'platypus/tmp/set/gem-defaults/mod008-help/right/help.rb', line 15

def quick_editor
  # TODO: refactor when voo.input_type is ready.  (and use class_up)
  formgroup "Content", input: :content, help: false do
    text_field :content, value: card.content,
                         class: "d0-card-content _submit-after-typing"
  end
end

#view: popoverObject



11
12
13
# File 'platypus/tmp/set/gem-defaults/mod008-help/right/help.rb', line 11

view :popover do
  popover_link _render_core
end