Oracle Fusion Middleware Tag Reference for Oracle ADF Faces
12c (12.2.1.2)

E76720-01

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