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