[Seaside] capture client events in seaside?

Larry White ljw1001 at gmail.com
Mon Sep 12 01:50:55 UTC 2011


thanks. I had a feeling it involved jquery or javascript; This looks much
scary than I was expecting. ;)

On Sun, Sep 11, 2011 at 2:46 PM, Milan Mimica <milan.mimica at gmail.com>wrote:

> html select list
>  onChange: (html jQuery ajax callback: [ do your stuff here ]).
>
>
> On 11 September 2011 20:39, Larry White <ljw1001 at gmail.com> wrote:
> > Hi what is the best way to capture a client-side event in seaside?
> > I have a menu that includes a select box. I would like to capture the
> select
> > event so that I can update a view when the selection changes.
> > html select  list: (Dao new) allProducts;
> >             callback: [ :value |
> > productEntryAction value].
> > I guess I could wrap it in a form and put a 'go' submitButton next to it,
> > but that seems so 2004 ;)  Is there anything better?
> >
> >
> > _______________________________________________
> > seaside mailing list
> > seaside at lists.squeakfoundation.org
> > http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
> >
> >
>
>
>
> --
> Milan Mimica
> http://sparklet.sf.net
> _______________________________________________
> seaside mailing list
> seaside at lists.squeakfoundation.org
> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.squeakfoundation.org/pipermail/seaside/attachments/20110911/b2915ba3/attachment-0001.htm


More information about the seaside mailing list