[Seaside] Using Insertions and Script Aculo

Lukas Renggli renggli at gmail.com
Mon Sep 24 14:32:46 UTC 2007


> And a little question:
> How to use insertion with evaluator. I've tried neary everything but without
> success. So i have only script object and how can i execute insertion with
> rendering contenxt from it

Did you try something like this:

    html evaluator callback: [ :script |
        script insertion
            id: 'foo';
            bottom;
            with: [ :r | r div: 'foo' ]

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


More information about the seaside mailing list