<af:attributeDropTarget>

attributeDropTarget attribute drop target


af:attributeDropTarget only supports the COPY action.

Example:

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.