Class QResizable_ResizeEvent
This event is triggered during the resize, on the drag of the resize handler.
- event Type: Event
- ui Type: Object
- element Type: jQuery The jQuery object representing the element to be resized * helper Type: jQuery The jQuery object representing the helper thats being resized * originalElement Type: jQuery The jQuery object representing the original element before it is wrapped * originalPosition Type: Object The position represented as { left, top } before the resizable is resized * originalSize Type: Object The size represented as { width, height } before the resizable is resized * position Type: Object The current position represented as { left, top }. The values may be changed to modify where the element will be positioned. Useful for custom resizing logic. * size Type: Object The current size represented as { width, height }. The values may be changed to modify where the element will be positioned. Useful for custom resizing logic.
- QBaseClass
- QEvent
- QJqUiEvent
- QResizable_ResizeEvent
__construct(),
__get()
|
OverrideAttributes(),
__call(),
__set()
|
string |
EventName
|
#
'resize'
|
$intDelay,
$strCondition,
$strSelector
|
$Condition,
$Delay,
$EventName,
$JsReturnParam,
$Selector
|