[Seaside] Read the DIV dimensions from the browser

dtrussardi at tiscali.it dtrussardi at tiscali.it
Sat Jan 4 13:33:51 UTC 2014


Hi,

	i need to read the dimensions of a specific div   after change the size	 with the browser "anchor".

	I define:

		html div class: 'topSide';
				onResize: (html jQuery ajax
    							    callback: [ :x | x inspect ]
     							   value:  (html jQuery this width)); 


	but no callback event is trigger when i 'drag' the div.


	With onClick :

		html div class: 'topSide';
				onClick: (html jQuery ajax
    							    callback: [ :x | x inspect ]
     							   value:  (html jQuery this width)); 



	the callback is trigger and the right width is read.


	Suggestion about it ?


	Thanks, 

		Dario


	

	


More information about the seaside mailing list