A Resize plugin that will attempt to constrain the resize node to the boundaries.
_checkConstrain
axis
axisConstrain
offset
Defined in
resize/js/resize-constrain.js:195
Helper method to update the current values on info to respect the constrain node.
_checkHeight
Defined in
resize/js/resize-constrain.js:235
Update the current values on info to respect the maxHeight and minHeight.
_checkRatio
Defined in
resize/js/resize-constrain.js:260
Update the current values on info calculating the correct ratio for the other values.
_checkRegion
Defined in
resize/js/resize-constrain.js:350
Check whether the resizable node is inside the constrain region.
_checkWidth
Defined in
resize/js/resize-constrain.js:365
Update the current values on info to respect the maxWidth and minWidth.
_getConstrainRegion
Defined in
resize/js/resize-constrain.js:390
Get the constrain region based on the constrain
attribute.
constrainSurrounding
Defined in
resize/js/resize-constrain.js:168
Stores the constrain
surrounding information retrieved from
_getBoxSurroundingInfo.
Default: null
constrain
Defined in
resize/js/resize-constrain.js:64
Will attempt to constrain the resize node to the boundaries. Arguments:
'view': Contrain to Viewport
'#selector_string': Constrain to this node
'{Region Object}': An Object Literal containing a valid region (top, right, bottom, left) of page positions
constrainChange
Fires when the value for the configuration attribute constrain
is
changed. You can listen for the event using the on
method if you
wish to be notified before the attribute's value has changed, or
using the after
method if you wish to be notified after the
attribute's value has changed.
e
EventFacade
maxHeight
Defined in
resize/js/resize-constrain.js:107
The maximum height of the element
Default: Infinity
maxHeightChange
Fires when the value for the configuration attribute maxHeight
is
changed. You can listen for the event using the on
method if you
wish to be notified before the attribute's value has changed, or
using the after
method if you wish to be notified after the
attribute's value has changed.
e
EventFacade
maxWidth
Defined in
resize/js/resize-constrain.js:119
The maximum width of the element
Default: Infinity
maxWidthChange
Fires when the value for the configuration attribute maxWidth
is
changed. You can listen for the event using the on
method if you
wish to be notified before the attribute's value has changed, or
using the after
method if you wish to be notified after the
attribute's value has changed.
e
EventFacade
minHeight
Defined in
resize/js/resize-constrain.js:83
The minimum height of the element
Default: 15
minHeightChange
Fires when the value for the configuration attribute minHeight
is
changed. You can listen for the event using the on
method if you
wish to be notified before the attribute's value has changed, or
using the after
method if you wish to be notified after the
attribute's value has changed.
e
EventFacade
minWidth
Defined in
resize/js/resize-constrain.js:95
The minimum width of the element
Default: 15
minWidthChange
Fires when the value for the configuration attribute minWidth
is
changed. You can listen for the event using the on
method if you
wish to be notified before the attribute's value has changed, or
using the after
method if you wish to be notified after the
attribute's value has changed.
e
EventFacade
preserveRatio
Defined in
resize/js/resize-constrain.js:131
Maintain the element's ratio when resizing.
Default: false
preserveRatioChange
Fires when the value for the configuration attribute preserveRatio
is
changed. You can listen for the event using the on
method if you
wish to be notified before the attribute's value has changed, or
using the after
method if you wish to be notified after the
attribute's value has changed.
e
EventFacade
tickX
Defined in
resize/js/resize-constrain.js:143
The number of x ticks to span the resize to.
Default: false
tickXChange
Fires when the value for the configuration attribute tickX
is
changed. You can listen for the event using the on
method if you
wish to be notified before the attribute's value has changed, or
using the after
method if you wish to be notified after the
attribute's value has changed.
e
EventFacade
tickY
Defined in
resize/js/resize-constrain.js:154
The number of y ticks to span the resize to.
Default: false
tickYChange
Fires when the value for the configuration attribute tickY
is
changed. You can listen for the event using the on
method if you
wish to be notified before the attribute's value has changed, or
using the after
method if you wish to be notified after the
attribute's value has changed.
e
EventFacade