Sha256: a8997f71cdfa40892a34468ff8baaa1778ed6f2912f43fe6ab125fbf50da570e

Contents?: true

Size: 950 Bytes

Versions: 12

Compression:

Stored size: 950 Bytes

Contents

.well
  %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-fluid
  .col-md-12
    = render   'grid'

Version data entries

12 entries across 12 versions & 2 rubygems

Version Path
wice_grid-6.1.3 spec/support/test_app/app/views/dates/index.html.haml
wice_grid-6.1.2 spec/support/test_app/app/views/dates/index.html.haml
wice_grid-6.1.1 spec/support/test_app/app/views/dates/index.html.haml
wice_grid-6.1.0 spec/support/test_app/app/views/dates/index.html.haml
pwice_grid-7.0.0 spec/support/test_app/app/views/dates/index.html.haml
pwice_grid-6.1.2 spec/support/test_app/app/views/dates/index.html.haml
pwice_grid-6.1.1 spec/support/test_app/app/views/dates/index.html.haml
pwice_grid-6.1.0 spec/support/test_app/app/views/dates/index.html.haml
pwice_grid-5.0.2 spec/support/test_app/app/views/dates/index.html.haml
pwice_grid-5.0.1 spec/support/test_app/app/views/dates/index.html.haml
pwice_grid-5.0.0 spec/support/test_app/app/views/dates/index.html.haml
wice_grid-4.1.0 spec/support/test_app/app/views/dates/index.html.haml