[Seaside] pier: rendering javascript

Kai-Uwe Pielka webmail at pielka.de
Fri Apr 23 05:39:50 UTC 2010


Hmm, the following works for me:

" Execute a script periodically ... "

renderContentOn: html

	html div id: #ScriptArea;
		script: (html scriptaculous periodical
			frequency: 1;
			assignTo: 'periodical';
			on: #autoUpdate: of: self).	




Am 23.04.2010 um 04:40 schrieb sergio_101:

> i would like to render some javascript on my site, but am running into a jam...
> 
> it renders, and i can see the html..
> 
> but the javascript does not execute.
> 
> i have tried it two ways.. creating an environment page containing it..
> 
> and actually putting it into the environment..
> 
> but it doesn't work.
> 
> any ideas?
> 
> thanks!
> 
> -- 
> 
> ----
> peace,
> sergio
> photographer, journalist, visionary
> 
> http://www.coffee-black.com
> http://www.painlessfrugality.com
> http://www.twitter.com/sergio_101
> http://www.facebook.com/sergio101
> _______________________________________________
> seaside mailing list
> seaside at lists.squeakfoundation.org
> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside



More information about the seaside mailing list