On Monday, April 25, 2011 5:02:54 PM UTC-4, Pystar wrote: > > looking at the generated form from my database using SQLFORM(). I > would like to know the meaning of "w2p_fl", "w2p_fp" and "w2p_fc".
Looks like w2p_fl and w2p_fc are the CSS classes of the TD elements for the field label and field comment, respectively -- they can be used to specify CSS to style those elements. I'm not sure about w2p_fp -- when I look at a SQLFORM table, I see w2p_fw as the class for the TD holding the input element, but I don't see w2p_fp. Anyway, I think these are just there to make it easy to do custom CSS styling of the forms. Anthony

