RE: JWicket drag/drop handle

2011-02-01 Thread flavius

This did the trick.  setRawOptions is exactly what I needed.

Thanks Stefan
-- 
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/JWicket-drag-drop-handle-tp3250469p3253344.html
Sent from the Users forum mailing list archive at Nabble.com.

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



RE: JWicket drag/drop handle

2011-02-01 Thread Stefan Lindner
You are right! jWicket is missing a "setHandle" method. I will implement this 
in the future. For now you can use the "setRawOption()" method for all 
unimplemented options. In your case you sould try

setRawOptions("cancel:'p.ui-widget-header' ");

Stefan

-Ursprüngliche Nachricht-
Von: flavius [mailto:flav...@silverlion.com] 
Gesendet: Dienstag, 1. Februar 2011 05:17
An: users@wicket.apache.org
Betreff: JWicket drag/drop handle



I'm trying to create a widget/gadget (similar to google's home page or yahoo).
I've got it largely figured out except for one thing.  I'm trying to restrict 
the drag operation to just the top div (the header).  So my widget will look 
like this:


  Drag here
  stuff goes here... 

This functionality is described in JQuery here:
http://jqueryui.com/demos/draggable/#handle

It seems like DraggableBehavior should have a setHandle method so I can define 
the draggable region.

Any thoughts?
--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/JWicket-drag-drop-handle-tp3250469p3250469.html
Sent from the Users forum mailing list archive at Nabble.com.

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org


-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org