(^604) ❘ APPENDIX P DIALOG
open
bind('dialogopen')
on('dialogopen')
A function that’s executed when a
dialog is opened.
function
(event, ui)
resize
bind('dialogresize')
on('dialogresize')
A function that’s executed during a
dialog resize.
function
(event, ui)
resizeStart
bind('dialogresizestart')
on('dialogresizestart')
A function that’s executed when a
dialog resize begins.
function
(event, ui)
resizeStop
bind('dialogresizestop')
on('dialogresizestop')
A function that’s executed when a
dialog resize ends.
function
(event, ui)
UI OBJECT
OPTION DESCRIPTION TYPE
ui.position The current CSS position of the dialog. Object
ui.offset The current offset position of the dialog. Object
ui.originalPosition The CSS position of the dialog prior to
being resized.
Object
ui.originalSize The size of the dialog prior to being
resized.
Object
ui.size The current size of the dialog. Object
(continued)
http://www.it-ebooks.info
elliott
(Elliott)
#1