Example of 4 items laid out in a grid 3 cells wide
git clone git://github.com/gordonbanderson/weboftalent-gridrows.git cd weboftalent-gridrows git checkout stable24
The name of the installation directory does not matter
An example template is shown below.
<h1>$Title</h1> $Content <% control SplitSetIntoGridRows(AllChildren|3) %> <div class="row"> <% control Columns %> <div class="span3"><h4><a href="$Link">$Title <a href="$Link"><% control Screenshot.SetWidth(300) %><img src="$URL" alt="$Title"/><% end_control %></a> </h4> </div><!-- end of span 4 --> <% end_control %> </div><!-- end of row --> <% end_control %>
2.4 only (tested with 2.4.5+) - stable24 branch
No one has commented on this page yet.
RSS feed for comments on this page | RSS feed for all comments