I have the following code to make an SQLFORM and inline form:

 form.element('input[name=tag]')['_class']='input-small'
 form.element('input[name=tag]')['_placeholder']='Tag'
 form.element('input[name=tag]')['_style']='width: 144px;'

Is it possible to combine these three statements into one statement?


Kind regards,

Annet

-- 

--- 
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.


Reply via email to