[Seaside] Ajax and decomposition views

Sebastian Sastre ssastre at seaswork.com
Fri Aug 1 02:09:02 UTC 2008


Archit, #onClick: needs aScript object as argument (an instance of SUScript)

fattigra at mail.ru, what do you mean by decomposition? You can try reprhasing your
question

Sebastian 

 
 

> -----Mensaje original-----
> De: seaside-bounces at lists.squeakfoundation.org 
> [mailto:seaside-bounces at lists.squeakfoundation.org] En nombre 
> de Archit Baweja
> Enviado el: Jueves, 31 de Julio de 2008 13:05
> Para: Seaside - general discussion
> Asunto: Re: [Seaside] Ajax and decomposition views
> 
> You could try the #call/#answer mechanism.
> 
> html listItem
>     onClick: [ self call: aDetailsViewComponent ].
> 
> On Wed, Jul 30, 2008 at 3:44 PM, VAM <fattigra at mail.ru> wrote:
> >
> > My question is trivial, but I can't find same exactly theme.
> >
> > I have ListViewComponent for rendering any collection. User 
> may select item
> > and another component DetailsView must shows detail 
> information about
> > selected item.
> >
> > ListView don't know about DetailsView, because I can't write
> > html listItem
> >    onClick: (html updater id: 'DetailsView'; callback: 
> [:renderer | self
> > renderDetailsOn: renderer]).
> >
> > How right make decomposition in my case?
> >
> > --
> > View this message in context: 
> http://www.nabble.com/Ajax-and-decomposition-views-tp18730184p
18730184.html
> > Sent from the Squeak - Seaside mailing list archive at Nabble.com.
> >
> > _______________________________________________
> > seaside mailing list
> > seaside at lists.squeakfoundation.org
> > http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
> >
> _______________________________________________
> seaside mailing list
> seaside at lists.squeakfoundation.org
> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside



More information about the seaside mailing list