Sha256: bd524e253ac1008f6400dd8834fd81ad2f72561e8d76afdcc79768b49619e9ee

Contents?: true

Size: 765 Bytes

Versions: 5

Compression:

Stored size: 765 Bytes

Contents

.card.bg-light
  .card-body
    %h2= current_page_title
    %p
      There can be many grids on one page, but in order to work correctly and independantly
      from each other they should
      all have  different names. A grid name is the basis and the scope for all CSS classes and HTTP
      parameters of the grid. By default the name of a grid is
      %code grid
      and in case there is only one grid on a page defining the name is not required unless it
      clashes with some other form field names.
      Define the name with the
      %code :name
      parameter of the
      %code initialize_grid
      method.

= show_code

.row.many-grids-on-page
  .col-md-6
    .example1= render   'tasks_grid1'
  .col-md-6
    .example2= render   'tasks_grid2'

Version data entries

5 entries across 5 versions & 1 rubygems

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