[Seaside] jQuery and #children

radoslav hodnicak rh at 4096.sk
Wed Mar 17 08:20:28 UTC 2010


say I have #renderContentOn: like

something onClick: (html jQuery ajax script: [:s|
s << (s jQuery id: 'blah') load html: [ :h | h render: (AComponent new) ]
]).

what are the rules for #children/callbacks etc when it comes to rendering 
from ajax calls? should I be returning the AComponent instance from the 
#children method?

I must add, the jQuery integration is very slick and fun to use, well 
done!

rado


More information about the seaside mailing list