navigatebutton is not supported in newer navigate syntax
this is not working:
navigatebutton page() {"go"}
while the following works:
navigatebutton(page(),"go")
note: it should probably add class=“button” for consistency with submit buttons
Submitted by Danny Groenewegen on 14 September 2011 at 13:13
Issue Log
On 14 September 2011 at 13:13 Danny Groenewegen tagged 1.2.9
On 24 February 2012 at 17:02 Danny Groenewegen tagged 1.3.0
On 24 February 2012 at 17:02 Danny Groenewegen removed tag 1.2.9
On 15 January 2013 at 14:34 Eelco Visser commented:
In combination with bootstrap CSS framework this is not used so much; instead use
navigate page() [class="btn"] { "go" }
On 15 January 2013 at 14:34 Eelco Visser tagged confirmed
On 15 January 2013 at 14:34 Eelco Visser removed tag 1.3.0
Log in to post comments