Drag To Resize - caf_h:dragToResize

Component Information 
InfoValue
Component Typecom.webmethods.caf.faces.behavior.DragToResize
Handler ClassNone
Renderer Typecom.webmethods.caf.faces.behavior.DragToResize
Description Allows user to resize another control by dragging its edges
Palette LocationCAF Html/Control/Behaviors/Drag To Resize
Client-Side ModelCAF.DragToResizeBehavior.Model
Attributes 
NameRequiredTypeDescription
forfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
ID of control to which to apply this behavior
idfalsejava.lang.String Control identifier
renderedfalsejavax.el.ValueExpression
(must evaluate to boolean)
True to render control; false to ignore it

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

resizeBottomfalsejavax.el.ValueExpression
(must evaluate to boolean)
True to allow user to resize by dragging control's bottom border

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

resizeLeftfalsejavax.el.ValueExpression
(must evaluate to boolean)
True to allow user to resize by dragging control's left border

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

resizeRightfalsejavax.el.ValueExpression
(must evaluate to boolean)
True to allow user to resize by dragging control's right border

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

resizeTablefalsejavax.el.ValueExpression
(must evaluate to boolean)
True to find table within the "for" control, and resize the table instead

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

resizeTopfalsejavax.el.ValueExpression
(must evaluate to boolean)
True to allow user to resize by dragging control's top border

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

Output generated by Vdldoc View Declaration Language Documentation Generator.