Type: boolean
Default: false
boolean True to disable resizing.
Type: string
Default: n, e, s, w, ne, se, sw, nw, all
Indicate the direction of resizable,ānā is the north,āeā is the east,etc.
Type: number
Default: 10
The minimum width when resizing.
Type: number
Default: 10
The minimum height when resizing.
Type: number
Default: 10000
The maximum width when resizing.
Type: number
Default: 10000
The maximum height when resizing.
Type: number
Default: 5
The edge of border to be resized.
Parameters: event
Fires when start resizing.
Parameters: event
Fires during resizing. When return false, the DOM element will not acts actual resize action.
Parameters: event
Firest when stop resizing.