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

