Oracle Fusion Middleware Tag Reference for Oracle ADF Faces
11g Release 2 (11.1.2.3.0)

E17491-05

<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.

</section> <section name="Code_Example_s_">

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.