You can add other buttons like buttons = [INPUT(_type="submit"), INPUT(_type="button",_onclick="history.go(-1);return False")]
etc. On Nov 14, 8:05 am, Anthony <[email protected]> wrote: > On Monday, November 14, 2011 8:53:30 AM UTC-5, DenesL wrote: > > > - buttons=[] blocks the auto-created submit button at the bottom > > Another undocumented feature. What is the purpose of 'buttons'? The only > code I see that deals with it simply checks whether it includes 'submit'. > What happens if you put other things in the list? If it's just for > including/excluding the submit button, why not a boolean? > > Anthony

