I would like to add more buttons to SQLFORM using the syntax below. How can 
I address these buttons on template when I render content manualy? For 
common submit filed I'm using {{=form.custom.submit}} ... how to address 
these additional buttons?

form.add_button('Back', URL('other_page'))

or

buttons = [TAG.button('Back',_type="button",_onClick = "parent.location='%s' " 
% URL(...),
             TAG.button('Next',_type="submit")]

-- 

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