Snippet List
This is rough code that will allow you to create a table using a sequence. It is based on the for loop tag in django template. It works basically the same except that certain variables are set based on what cell is being rendered. The tag itself does not output any html at all. This allows for simple code and very flexible creation of nice tables/grids. Enjoy
WTForm is an extension to the django newforms library allowing
the developer, in a very flexible way, to layout the form
fields using fieldsets and columns
WTForm was built with the well-documented [YUI Grid CSS](http://developer.yahoo.com/yui/grids/) in
mind when rendering the columns and fields. This should make
it easy to implement WTForm in your own applications.
Here is an image of an [example form rendered with WTForm](http://www.gmta.info/files/wtform.png).
- newforms
- html
- css
- fieldset
- form
- yui
- rendering
- grid
- columns
- layout
2 snippets posted so far.