[Seaside] anchorWithAction:text:

Brian Brown rbb at techgame.net
Mon Apr 7 02:36:57 CEST 2003


On Monday, Apr 7, 2003, at 00:40 America/Denver, Avi Bryant wrote:

>
>
> Brian,
>
> The code that will work for now is
>
> html openAnchorWithAction: [itemTarget mainContent: action].
> html imageWithForm: (ImageImports at: rollOver)).
> html close.
>
> However there really oughta be an #anchorWithAction:do: so that this
> becomes
>
> html anchorWithAction: [itemTarget mainContent: action] do: [
>   html imageWithForm: (ImageImports at: rollOver))
> ].
>
> Implementing that is left as an exercise to the reader. ;)
>

Consider it done, boss ;-) (tomorrow though :)

> (And I probably don't need to point out that the code snippet above 
> should
> really be pulled into an #anchorWithAction:form: method...)
>

Well, just to make sure naming conventions are adhered to, hehe.

> Avi
>
> _______________________________________________
> Seaside mailing list
> Seaside at lists.squeakfoundation.org
> http://lists.squeakfoundation.org/listinfo/seaside



More information about the Seaside mailing list