(^614) ❘ APPENDIX R RESIZABLE
RESIZABLE EVENTS
OPTION DESCRIPTION VALUE
create
bind('resizecreate')
on('resizecreate')
A function executed when a resizable element
is created.
function
(event, ui)
resize
bind('resize')
on('resize')
This function is called during the resize, on the
drag of any resize handle.
function
(event, ui)
start
bind('resizestart')
on('resizestart')
This function is executed when a resize starts. function
(event, ui)
stop
bind('resizestop')
on('resizestop')
This function is called at the end of a resize
operation.
function
(event, ui)
UI OBJECT
OPTION DESCRIPTION TYPE
ui.element A jQuery object representing the resizable
element.
jQuery
ui.helper A jQuery object representing the helper that’s
being resized.
jQuery
ui.originalElement A jQuery object representing the original
element before it was wrapped with the
resizable plugin.
jQuery
ui.originalPosition An object representing the original position
with the keys left and top.
Object
ui.originalSize An object containing the original width and
height, before an element was resized.
Object
ui.position An object containing the current position with
the keys left and top.
Object
ui.size An object containing the current size of the
resizable element with the keys width and
height.
Object
http://www.it-ebooks.info
elliott
(Elliott)
#1