Sha256: 88dfab262312bd48c90fe123f6ebd2bcf769960fd85c4563198256ec33ca9bd1
Contents?: true
Size: 729 Bytes
Versions: 1
Compression:
Stored size: 729 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/ezl5238/dev/decko/gem/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/ezl5238/dev/decko/gem/mod/date/set/all/calendar.rb ~~
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
card-1.102.0 | tmpsets/set/mod024-date/all/calendar.rb |