[Seaside] Canvas api for a button

Brian Brown rbb at techgame.net
Fri Nov 3 16:11:11 UTC 2006


Hello all,

I'm trying to create a simple cancel button on a form. I want it to  
perform "self answer: true" when clicked. This is my latest iteration:

	html button text: 'Cancel'; callback: [self answer: true].

but when I click it, it doesn't send the answer to the component, it  
doesn't do anything :)

Any thoughts?

Regards,

Brian




More information about the Seaside mailing list