[Seaside] SUDraggable and id

Marco D'Ambros marco.dambros at lu.unisi.ch
Thu Apr 23 14:18:41 UTC 2009


Hi,

I have a problem in maintaining my div id structure while using  
scriptaculous draggable elements.
In my application I have an id factory which creates unique id that I  
assign to my divs.
However, when I do something like:
	html
		id: anId
		passenger: self;
		class: 'drop-widget';
		script: html draggable.

it seems that when
	script: html draggable
is performed the id of my div change to something like: '_pXX'.

Any idea of how to maintain my id structure and still use the drag and  
drop elements?

Cheers
Marco


More information about the seaside mailing list