[Seaside] WAAnchorTag>>submitFormNamed:

Lukas Renggli renggli at gmail.com
Tue Oct 11 04:12:44 UTC 2005


You are using the old rendering framework WAHtmlRenderer, implement a
method called #rendererClass returning WARenderCanvas in your
component and the following code should work:

> html anchor
>    callback: [ self saveCurrentComponents ];
>    submitFormNamed: 'cmpFrm';
>    text: 'Save Displayed Components'

For some documentation see slide 7 and following of 'Customization'
at: http://www.lukas-renggli.ch/seaside/advanced/

--
Lukas Renggli
http://www.lukas-renggli.ch


More information about the Seaside mailing list