[Seaside] JQ accordion with Time now

dtrussardi at tiscali.it dtrussardi at tiscali.it
Sat May 12 15:46:26 UTC 2012


Hi,


	i use JQ accordion how in the the JQAccordionFunctionalTest :

> 	renderContentOn: html
> 	html div
> 		script: ( html jQuery new accordion 
> 							animated: 'bounceslide';
> 							active: 1;
> 							collapsible: true ) ;
> 		with: [
> 			self berries keysAndValuesDo: [ :name :description |
> 				html div: [ html anchor: name ].
> 				html div: [ 
> 					
> 					html text: Time now asString 
> 					
> 					html break.
> 
> 					html paragraph: description ] ] ]


I add the 	html text: Time now asString 

Now the accordion don't report the time  update  ad the  expand time   but at the JQ accordion  creation.

	
	How i can rendering the time update at the expand time ?


	Thanks,

		Dario


	


More information about the seaside mailing list