AjaxDraggable
AjaxDraggable represents one half of the drag-and-drop implementation in Ajax framework. AjaxDraggable uses a WOComponentContent, so any content that you would like to be draggable should appear inside of the AjaxDraggable's webobject tags.
...
An example of the Scriptaculous drag-and-drop is available here.
Wonder Bindings
- id (required) - the ID of the Draggable element
- elementName - the name of the HTML element to wrap the Draggable, either: "div" or "span"
- draggableID - the Draggable's internal ID. if not set, it will default to the value of "id"
- draggableObject - the object to bind to this Draggable. When the Draggable is dropped, this object will be bound to the drop target's droppedObject binding
Scriptaculous Bindings
- starteffect
- reverteffect
- endeffect
- zindex
- revert
- snap
- ghosting
- handle
- change
Category:WebObjects