loic.salou

Joined: 03/10/2008 00:00:00
Messages: 83
Offline
|
hello,
in a table I have implemented drag'n'drop facilities to move columns, using an <ice:panelGroup> tag (actually I use the <columns> tag, and in the header facet I use a panelGroup). I'd like my columns to be dragged horizontally only, just as it's so easy to do when we're using positionedPanels.
the attribute "constraint" seems not to exist for panelGroups, so has anyone got an idea on how I can simulate the same behavior ? I suppose I must use something to influencejavascript behaviors, so an Effect would probably be able to help me but I saw nothing like this in the effect documentation.
Thanks !
|