[Seaside] Q on Periodical

Sebastian Sastre sebastian at flowingconcept.com
Sun Oct 9 15:28:30 UTC 2011


put it in a variable and stop it just after creating it.
 that way, it never executes until you tell it to start again




On Oct 9, 2011, at 12:03 PM, squeakman wrote:

> 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
> 
> _______________________________________________
> seaside mailing list
> seaside at lists.squeakfoundation.org
> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside

sebastian

o/



-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.squeakfoundation.org/pipermail/seaside/attachments/20111009/d2811596/attachment.htm


More information about the seaside mailing list