Create new RichFaces Documentation Jira issue

This will launch the RichFaces Jira page - to complete your feedback please login if needed, and submit the Jira.

JBoss.orgCommunity Documentation

6.7.1.  < rich:dragIndicator > available since 3.0.0

expand all
6.7.1.1. Description
6.7.1.2. Key Features
+6.7.1.3. Details of Usage
6.7.1.3.1. Macro definitions
6.7.1.3.2. Predefined macro definitions
6.7.1.3.3. Marker customization
6.7.1.4. Reference Data
6.7.1.5. Relevant Resources Links

This is a component for defining what appears under the mouse cursor during drag-and-drop operations. The displayed drag indicator can show information about the dragged elements.


expand all

In the simplest way the component could be defined empty - in that case a default indicator is shown like this:


For indicator customization you need to define one of the following facets:

  • "single" — indicator shown when dragging a single item;

  • "multiple" — indicator shown when dragging several items.

Note:

The current implementation of the <rich:dragIndicator> component does not support multiple items selection. The feature is described for future releases.

Thus for specify a look-and-feel you have to define one of these facets and include into it a content that should be shown in indicator.

Table of <rich:dragIndicator> attributes.


On the component LiveDemo page you can see the example of <rich:dragIndicator> usage and sources for the given example.