Sha256: 68e2eb7ab94853bc3f5111f9ae7ab0390160d5338a0137ae65b71338fcc1dad8
Contents?: true
Size: 810 Bytes
Versions: 1
Compression:
Stored size: 810 Bytes
Contents
# -*- encoding : utf-8 -*- class Card; module Set; class Right # Set: All "+Help" cards # module Help; extend Card::Set def self.source_location; "/Users/ezl5238/dev/decko/gem/mod/help/set/right/help.rb"; end include_set Abstract::TemplatedNests module HtmlFormat; module_parent.send :register_set_format, Card::Format::HtmlFormat, self; extend Card::Set::AbstractFormat view :popover do popover_link _render_core end 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 end end;end;end;end; # ~~ generated from /Users/ezl5238/dev/decko/gem/mod/help/set/right/help.rb ~~
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
card-1.102.0 | tmpsets/set/mod028-help/right/help.rb |