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

E17491-04

<af:attributeDropTarget>

attributeDropTarget attribute drop target


af:attributeDropTarget only supports the COPY action.

</section> <section name="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.