Custom Drag - caf_h:customDrag

Component Information 
InfoValue
Component Typecom.webmethods.caf.faces.behavior.CustomDrag
Handler ClassNone
Renderer Typecom.webmethods.caf.faces.behavior.CustomDrag
Description Allows user to drag a control
Palette LocationCAF Html/Control/Behaviors/Custom Drag
Attributes 
NameRequiredTypeDescription
allowDragfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Custom JavaScript allowDrag event handler
cursorfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
CSS cursor property to use for drag target (ex "move")
forfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
ID of control to which to apply this behavior
idfalsejava.lang.String Control identifier
movefalsejavax.el.ValueExpression
(must evaluate to boolean)
True to remove original drag target after successful drop

If not specified, the default value is "false".

propagateEventfalsejavax.el.ValueExpression
(must evaluate to boolean)
True to allow drag-start mouse click event to propagate

If not specified, the default value is "false".

renderedfalsejavax.el.ValueExpression
(must evaluate to boolean)
True to render control; false to ignore it

If not specified, the default value is "true".

Output generated by Vdldoc View Declaration Language Documentation Generator.