Drag and drop JSP tags reference

Learn about the JSP tags and attributes for the drag and drop feature. Page Builder and the Page Builder do not use drag and drop tags. Page builder and the Page Builder use the Dojo drag and drop framework. Refer to the Page builder drag and drop topic for more information.


<dnd:drag/>

This tag designates its content as a drag zone that can be dropped into drop zones of matching types. The following attributes are used with this tag.

type

namespace

value

validator

cssClassName

optionalOnDragJavascript

multiselectable

includeDragHandle

dragClone


<dnd:dragHandle/>

This tag designates its content to be used as a visual handle for the drag operation. If this tag is not provided within the <dnd:drag/> tag, the entire drag content is used as a handle. This tag must have content and can only be used within a <dnd:drag/> tag. Multiple drag handles are allowed within a drag zone. There are no attributes for this tag.


<dnd:drop/>

This tag designates the content of the tag as a drop zone that can accept content from drag zones of matching types. Drop zones have three states:

The following attributes are used with this tag.

type

namespace

action

name

supportsMultiselect

multiselectDelimiter

optionalActionJavascript

validator

activeCssClassName

awareCssClassName


<dnd:additionalAction/>

This tag provides an additional action associated with the parent <dnd:drop/> tag. You can provide any number of additional actions in a drop zone. The following attributes are used with this tag.

type

namespace

action

name

supportsMultiselect

multiselectDelimiter

optionalActionJavascript

validator

activeCssClassName

awareCssClassName


<dnd:additionalProperty/>

The tag provides additional properties that can be included in the parent <dnd:drag/>, <dnd:drop/>, or <dnd:additionalAction/> tag. You can provide any number of additional properties to the parent tag. The following attributes are used with this tag.

type

namespace

name

value


<dnd:DNDPortletHelper/>

This is tag is required for portal themes and skins prior to other drag and drop markup. This tag takes no content or attributes.


Parent

Portlet development reference
Markup guidelines
Access the portlet session on the anonymous page
Deployment descriptors
IBM portlet DTD tag reference
JSP tags for standard portlets
JSP tags for IBM portlets
Handling and visibility of request parameters in portlets
Detailed descriptions of the Struts WML tags
Application extension registry

 


+

Search Tips   |   Advanced Search