Oracle Fusion Middleware Tag Reference for Oracle ADF Faces
11g Release 1 (11.1.1.7.0)

E12419-09

<af:attributeDragSource>

attributeDragSource attribute drag source


This tag allows a String-valued attribute of the enclosing component to be dragged. af:attributeDragSource only supports the COPY action.

Example:

This example allows the value attribute of the <af:outputText> to be dragged


            <af:outputText value="Drag Me">
                <af:attributeDragSource attribute="value"/>
            </af:outputText>

Attributes

Name Type Supports EL? Description
attribute String no the name of the attribute to use as the contents of the drag from this component.