Sha256: 34fb6f8653386461a10567411829b4c42e048fc322adace3b388882bf700e927
Contents?: true
Size: 735 Bytes
Versions: 8
Compression:
Stored size: 735 Bytes
Contents
# -*- encoding : utf-8 -*- class Card; module Set; class All # Set: All cards (Calendar) # module Calendar; extend Card::Set def self.source_location; "/Users/ethan/dev/decko/gem/card-mod-date/set/all/calendar.rb"; end Self::InputOptions.add_to_basket :options, "calendar" module HtmlFormat; module_parent.send :register_set_format, Card::Format::HtmlFormat, self; extend Card::Set::AbstractFormat def calendar_input text_field :content, class: "date-editor datetimepicker-input", "data-toggle": "datetimepicker", "data-target": "##{form_prefix}_content.date-editor" end end end;end;end;end; # ~~ generated from /Users/ethan/dev/decko/gem/card-mod-date/set/all/calendar.rb ~~
Version data entries
8 entries across 8 versions & 1 rubygems