Dragging objects within a Node

Hi,
Is it possible to enable dragging objects (i.e. TextBox, Picture, Panel) within a node, like port positioning ?
Thanks
Tany

Yes, using the same mechanism as implemented by http://gojs.net/latest/extensions/PortShiftingTool.js. Just change PortShiftingTool.findPort to return the kind of object(s) that you want to allow users to move.