Sha256: bdbecf5f0ebd2b4fe8debe58065d95b5d6a762085a3347c6508b04ab3c4bbaa5

Contents?: true

Size: 1019 Bytes

Versions: 5

Compression:

Stored size: 1019 Bytes

Contents

.card.bg-light
  .card-body
    %h2= current_page_title
    %p
      WiceGrid provides four filters for selecting dates and time:
      %ul
        %li
          %code
            \:jquery_datepicker
          \- Jquery datepicker (works for datetime, too)
        %li
          %code
            \:bootstrap_datepicker
          \- Bootstrap datepicker (works for datetime, too)
        %li
          %code
            \:rails_date_helper
          \- standard Rails date helper
        %li
          %code
            \:rails_datetime_helper
          \- standard Rails datetime helper
      Specify a date/datetime filter just like you specify any other filter:

    %p
      Default filters are defined in configuration constants
      %code
        Wice::Defaults::DEFAULT_FILTER_FOR_DATE
      and
      %code
        Wice::Defaults::DEFAULT_FILTER_FOR_DATETIME.
      By default
      %code
        \:jquery_datepicker
      is used for both dates and time.

= show_code

.row
  .col-md-12
    = render   'grid'

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
wice_grid-7.1.4 spec/support/test_app/app/views/dates/index.html.haml
wice_grid-7.1.3 spec/support/test_app/app/views/dates/index.html.haml
wice_grid-7.1.2 spec/support/test_app/app/views/dates/index.html.haml
wice_grid-7.1.1 spec/support/test_app/app/views/dates/index.html.haml
wice_grid-7.1.0 spec/support/test_app/app/views/dates/index.html.haml