Attributes |
Name | Required | Request-time | Description |
targetId | true | true |
The unique identifier of the drop zone object. This should be an id that can be used by the underlying
business logic to uniquely identify what object recieved the drop action.
|
jsFunctionCall | false | true |
A Javascript function that will be executed when a draggableResource is dropped on this resourceDropZone.
|
formAction | false | true |
A valid JSP or Servlet that will recieve a POST action when a draggableResource is dropped on this resourceDropZone.
|
pageFlowAction | false | true |
A valid pageflow action that will be initiated when a draggableResource is dropped on this resourceDropZone.
|
renderSpans | false | true |
If set to false (which is default), html will render using div tags. If set to true, html will render
using span tags. Can be used for browser compatability issues during rendering.
|