#* @vtlvariable name="grids" type="com.k15t.scroll.viewport.model.render.content.layouts.GridHelper" *##* @vtlvariable name="pageLayout" type="com.k15t.scroll.viewport.model.render.content.layouts.PageLayout" *#
$grids.setup( { "single": ["large-offset-3 large-10"], "three_equal": ["large-offset-3 large-4", "large-4", "large-4"], "three_with_sidebars": ["large-offset-3", "", ""], "two_equal": ["large-offset-3 large-5", "large-5"], "two_left_sidebar": ["large-offset-3 large-4", "large-8"], "two_right_sidebar": ["large-offset-3 large-8", "large-4"] })
#foreach($pageLayoutSection in $pageLayout.sections)
<div class="section"> //I'd like to add a class here depending of content
<div class="row">
#foreach($cell in $pageLayoutSection.cells) #if($cell.content != "") #set( $class = $grids.get($pageLayoutSection.type, $velocityCount) ) <div class="columns $class"> $cell.content </div> #end #end
</div>
</div>
#end
--
You received this message because you are subscribed to the Google Groups "Scroll Viewport Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email to scroll-viewport...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/scroll-viewport-dev/4d4c6242-b5b1-4ec4-bf81-0a28d0e18c9f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
To unsubscribe from this group and stop receiving emails from it, send an email to scroll-viewport-dev+unsub...@googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to scroll-viewport...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/scroll-viewport-dev/4d4c6242-b5b1-4ec4-bf81-0a28d0e18c9f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "Scroll Viewport Developers" group.
To view this discussion on the web visit https://groups.google.com/d/msgid/scroll-viewport-dev/d8a9032c-16ca-4ca8-b775-34fac91d8bdd%40googlegroups.com.To unsubscribe from this group and stop receiving emails from it, send an email to scroll-viewport...@googlegroups.com.