Module: Card::Set::All::Calendar::HtmlFormat
- Extended by:
- Card::Set::AbstractFormat
- Defined in:
- tmpsets/set/mod024-date/all/calendar.rb
Instance Method Summary collapse
Instance Method Details
#calendar_input ⇒ Object
11 12 13 14 15 |
# File 'tmpsets/set/mod024-date/all/calendar.rb', line 11 def calendar_input text_field :content, class: "date-editor datetimepicker-input", "data-toggle": "datetimepicker", "data-target": "##{form_prefix}_content" end |