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

E52774-02

<af:attributeDropTarget>

attributeDropTarget attribute drop target


af:attributeDropTarget only supports the COPY action.

Code Example(s)

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.