Sha256: 277251aabf159206e15189b6865e3f2abb32d182adbf0b6cf5b12f427d58e258
Contents?: true
Size: 248 Bytes
Versions: 3
Compression:
Stored size: 248 Bytes
Contents
# Displays a text field with a JQuery DatePicker widget. # 1. Allows for empty dates (i.e. no date) class DatePickerInput < SimpleForm::Inputs::TextInput def input @builder.text_field(attribute_name, input_html_options).html_safe end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
browsercms-4.0.0.rc1 | app/inputs/date_picker_input.rb |
browsercms-4.0.0.beta | app/inputs/date_picker_input.rb |
browsercms-4.0.0.alpha | app/inputs/date_picker_input.rb |