Hi Folks, I was reading: http://web2py.com/books/default/chapter/29/07?search=checkboxes#Widgets
I am trying to implement some checkboxes with a specific class using DIVs: db.anuncio.equipamento.widget=lambda field,value: SQLFORM.widgets.checkboxes.widget(field,value,_class="span2",style='divs') The style parameter works but the _class does not, how can I add class to my divs? Regards, Tito -- Linux User #387870 .........____ .... _/_õ|__| ..º[ .-.___.-._| . . . . .__( o)__( o).:_______ -- --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.

