[Seaside] Q on Periodical

squeakman squeakman at gmail.com
Sun Oct 9 15:03:25 UTC 2011


Hello,

Is there any way to setup a periodical but not have it running initially?

I guessed that using "evalScripts: false" would result in the script not 
being executed but that did not work.

Here is the code that I am using:

html script: ((html scriptaculous periodical)
	id: self domId;
	frequency: 5;
	on: self triggerMethod of: self parent;
	evalScripts: false;
	assignTo: 'FLPer').


What I want to do is have the script assigned to the javascript variable 
"FLPer" but not have it executed until a later time.

Thanks for any help you can provide,

Frank



More information about the seaside mailing list