I could not find anything on alternate row colors in the deform docs. I know chameleon uses a variable named "repeat" to achieve this functionality, but this variable does not seem to be available in the scope of the template. However there is available a variable named "counter". I could use "counter" to write some modulo division to figure out if the row is odd or even. Ideally I could just use the chameleon variable which is already prepared. How would I make the "repeat" variable available? OR, should I just stick to using "counter" and some logic?
-- You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/pylons-discuss?hl=en.
