X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/c930e9176a5a85509c5b0230e2bff5c22a591432..2e847cf21b8ab9d15fa167b315ca5b2fa92638fc:/docs/output/Ext.Resizable.html diff --git a/docs/output/Ext.Resizable.html b/docs/output/Ext.Resizable.html index 1b186fcd..61ccf704 100644 --- a/docs/output/Ext.Resizable.html +++ b/docs/output/Ext.Resizable.html @@ -1,4 +1,4 @@ -
Properties Methods Events Config Options Direct Link
Observable
  Resizable

Class Ext.Resizable

Package:Ext
Defined In:Resizable.js
Class:Resizable
Extends:Observable

Applies drag handles to an element to make it resizable. The drag handles are inserted into the element +

Observable
  Resizable

Class Ext.Resizable

Package:Ext
Defined In:Resizable.js
Class:Resizable
Extends:Observable

Applies drag handles to an element to make it resizable. The drag handles are inserted into the element and positioned absolute. Some elements, such as a textarea or image, don't support this. To overcome that, you can wrap the textarea in a div and set 'resizeChild' to true (or to the id of the element), or set wrap:true in your config and the element will be wrapped for you automatically.

@@ -29,7 +29,7 @@ resizer.on('resize', myHandler);

To hide a particular handle, set its display to none in CSS, or through script:
resizer.east.setDisplayed(false);

Config Options

Config OptionsDefined By
 animate : Boolean
True to animate the resize (not compatible with dynamic sizing, defaults to false)
Resizable
 constrainTo : Mixed
Constrain the resize to a particular element
Resizable
 disableTrackOver : Boolean
True to disable mouse tracking. This is only applied at config time. (defaults to false)
Resizable
 draggable : Boolean
Convenience to initialize drag drop (defaults to false)
Resizable
 duration : Number
Animation duration if animate = true (defaults to 0.35)
Resizable
 dynamic : Boolean
True to resize the element while dragging instead of using a proxy (defaults to false)
Resizable
 easing : String
Animation easing if animate = true (defaults to 'easingOutStrong')
Resizable
 enabled : Boolean
False to disable resizing (defaults to true)
Resizable
 animate : Boolean
True to animate the resize (not compatible with dynamic sizing, defaults to false)
Resizable
 constrainTo : Mixed
Constrain the resize to a particular element
Resizable
 disableTrackOver : Boolean
True to disable mouse tracking. This is only applied at config time. (defaults to false)
Resizable
 draggable : Boolean
Convenience to initialize drag drop (defaults to false)
Resizable
 duration : Number
Animation duration if animate = true (defaults to 0.35)
Resizable
 dynamic : Boolean
True to resize the element while dragging instead of using a proxy (defaults to false)
Resizable
 easing : String
Animation easing if animate = true (defaults to 'easingOutStrong')
Resizable
 enabled : Boolean
False to disable resizing (defaults to true)
Resizable
 handleCls : String
A css class to add to each handle. Defaults to ''.
Resizable
 height : Number
The height of the element in pixels (defaults to null)
Resizable
 heightIncrement : Number
The increment to snap the height resize in pixels (only applies if dynamic==true). Defaults to 0.
Resizable

Public Methods

MethodDefined By