[Seaside] Draggable problems

Lukas Renggli renggli at gmail.com
Sat Dec 8 18:21:41 UTC 2007


> I need to assign my own ID to a draggable. However, as soon as I add the
> #passenger: it seems my ID is overridden by a framework-generated one. Any
> ideas?

Seaside needs to uniquely identify the DOM elements during drag&drop
operations. You have two possibilities:

1. Wrap your DOM element with your own ID into one where Seaside is
able to choose its own ID.

2. Avoid using an ID (in my opinion this is not a good practice
anyway). Use a class instead.

Lukas

-- 
Lukas Renggli
http://www.lukas-renggli.ch


More information about the seaside mailing list