Decorators

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Decorators

nigol
Hi,
  I'm trying to implement my older Seaside application in Iliad. I
wish to use something like WADecoration in Seaside, so I found
ILDecorator and in ILWidget method decorateWith:. I suppose, that it
has the similar behaviour as WADecoration. Is it right? Thanks

Martin
Reply | Threaded
Open this post in threaded view
|

Re: Decorators

Nicolas Petton
Le mardi 09 mars 2010 à 10:10 -0800, nigol a écrit :
> Hi,
>   I'm trying to implement my older Seaside application in Iliad. I
> wish to use something like WADecoration in Seaside, so I found
> ILDecorator and in ILWidget method decorateWith:. I suppose, that it
> has the similar behaviour as WADecoration. Is it right?

Hi Martin,

Yes, ILDecorator is similar to WADecoration. In general, the widget
hierarchy is similar to the component hierarchy in Seaside.

Cheers!

Nico

signature.asc (204 bytes) Download Attachment