>
> w2p_fl: web2py field label 
> w2p_fw: web2py field widget
> w2p_fc: web2py field comment
>

Each input field in a web2py SQLFORM gets a label, widget, and (optional) 
comment. Those classes are added to the appropriate TD, DIV, or LI elements 
(depending on the formstyle) to make it easy to apply CSS styling and make 
DOM manipulations. They are used in web2py.css to apply some default 
styling.

Anthony

Reply via email to