Sha256: 1a61bb0162368b82dd2353acdfc95535ccbee764b3d615d4fda028e10690d6a2

Contents?: true

Size: 806 Bytes

Versions: 6

Compression:

Stored size: 806 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/ethan/dev/decko/gem/card-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/ethan/dev/decko/gem/card-mod-help/set/right/help.rb ~~

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
card-1.101.5 tmpsets/set/mod027-card-mod-help/right/help.rb
card-1.101.4 tmpsets/set/mod027-card-mod-help/right/help.rb
card-1.101.3 tmpsets/set/mod027-card-mod-help/right/help.rb
card-1.101.2 tmpsets/set/mod027-card-mod-help/right/help.rb
card-1.101.1 tmpsets/set/mod027-card-mod-help/right/help.rb
card-1.101.0 tmpsets/set/mod027-card-mod-help/right/help.rb