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

E81455-02

<af:attributeDropTarget>

attributeDropTarget attributedroptarget


af:attributeDropTarget only supports the COPY action.

This example allows the value attribute of the <af:outputText> to be set when a new value is dragged onto the outputText


  <af:outputText value="Drop on Me">
      <af:attributeDropTarget attribute="value"/>
  </af:outputText>

Attributes

Name Type Supports EL? Description
attribute String no the name of the attribute to set when a drag containing compatible data is dropped onto the associated component.