does dojo has a way to resize a drag and drop component on the fly? like this: http://www.walterzorn.com/dragdrop/demos/sizegrip.htm
I'm using dojo and if i don't mix a lot api's in my page is better, so dojo has some feature like that?
thanks.
vdittgen

No, not out of the box.
It is possible with some extra code, but you have to do it yourself. The place to start looking is dojo/dnd/move.js, more specifically the Mover class.
DojoX...
resizeHandle is more or less ported... its under dojox.laoyut.resizeHandle I believe... (FloatingPane in dojox I believe implements it...)
-Karl
ResizeHandler is not working with a dojoDndItem, Please Help
When I used ResizeHandler with a dojoDndItem, the behavior was weired.
I found that the small image representing the resizing control was down, right aligned in the source that the dndItem was in. Though, It was indeed resizing the dndItem, but in a non-expected way at all. I am not sure if it can be customized to work or i had to use another drag-drop library.
image resize
hello!
has anybody realized a "resize functionality" on an image?
I would like to do it and would be happy about some code snippets or a starting point!
thanks in advance!!