Sha256: b7750c7302e0720d775172d20cb236240125fd925682b456914f330d93b1c390

Contents?: true

Size: 724 Bytes

Versions: 12

Compression:

Stored size: 724 Bytes

Contents

.well
  %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-fluid.many-grids-on-page
  .col-md-6
    .example1= render   'tasks_grid1'
  .col-md-6
    .example2= render   'tasks_grid2'



Version data entries

12 entries across 12 versions & 2 rubygems

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