Oracle Fusion Middleware Tag Reference for Oracle ADF Faces 12c (12.2.1.3) E80089-01 |
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>
Name | Type | Supports EL? | Description |
---|---|---|---|
attribute | String | no | the name of the attribute to use as the contents of the drag from this component. |