> > What I was breaking my head about the last few days: Is there an > elegant way of applying an effect _before_ doing an update to a > region?
I don't know of one yet. Technically this is not a problem, using the 'afterFinish' > hook of an effect to fire the region update. To allow this, there > would be a need to keep something like a TODO list inside the > "Jifty.update()" method that triggers its next item by a final hook > of the previous item. Everything concerning the same region would > have to run sequentially, different regions could run in parallel. I'll let other folks speak to the implementation, but the desire makes perfect sense. > And: changing the "onclick" handler logic inside Jifty to allow an > effect to run without any region-changes or enable a developer to > change an image would be great. Yep. that'd be cool. > Does this make sense? > Should we discuss more about this and try to outline some possible > expansions to the onclick-args and the consequences for the generated > JS Code or do you have different plans? There isn't another plan that you'd be conflicting with. -j > Regards, > > Wolfgang Kinkeldei > > -- > > ' /\_/\ ' .print[split??,"".(($/=q|Cms)+-03467:;<=|)=~tr!C-z -B! -z!)x > '( o.o )' .$/]->[hex]foreach split qr<>,qq+1ecd039ad65b025b8063475b+|| > ' > ^ < ' .q<!-- Wolfgang Kinkeldei - mailto:[EMAIL PROTECTED] --> > > > > > _______________________________________________ > jifty-devel mailing list > [email protected] > http://lists.jifty.org/cgi-bin/mailman/listinfo/jifty-devel -- _______________________________________________ jifty-devel mailing list [email protected] http://lists.jifty.org/cgi-bin/mailman/listinfo/jifty-devel
