[web2py] Re: more buttons on the SQLFORM, how to add them into templates using form custom layout ...?

2014-07-31 Thread lucas
nice, i like that, i use it in my views in the way, under controller: sform = SQLFORM(tSheet, record=sidi, buttons=[INPUT(_type='submit', _name='submit', _value='Save Worksheet', _style=width:410px;), INPUT(_type='submit', _name='mtn_modify', _value='Motion to Modify',

[web2py] Re: more buttons on the SQLFORM, how to add them into templates using form custom layout ...?

2013-08-04 Thread Massimo Di Pierro
I do not understand. :-( On Saturday, 3 August 2013 05:21:22 UTC-5, David Marko wrote: 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}}

[web2py] Re: more buttons on the SQLFORM, how to add them into templates using form custom layout ...?

2013-08-04 Thread Anthony
On Saturday, August 3, 2013 6:21:22 AM UTC-4, David Marko wrote: 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