(^602) ❘ APPENDIX P DIALOG
position Specifi es where the dialog should be
displayed.
If an object is specifi ed, it uses the
jQuery UI Position Utility (http://api
.jqueryui.com/position/).
If a string is specifi ed, the possible val-
ues are: 'center', 'left', 'right',
'top', and 'bottom'.
If an array is specifi ed, it should contain
a coordinate pair (in pixel offset from
the top, left of viewport) or the possible
string values (for example, ['right',
'top'] for top-right corner).
Default value: {my: 'center', at:
'center', of: 'window'}
Object,
String, Array
resizable Specifi es whether the dialog will be
resizable.
Default value: true
Boolean
show Whether and how to animate the
opening of a dialog.
If a boolean value is provided, false
indicates no animation, and the dialog
closes immediately. If true is provided,
the dialog fades out with the default
duration and default easing.
If a number is provided, it indicates how
long the fade animation should take
place with the default easing.
If a string is provided, it indicates what
animation or UI effect to use,. for
example, 'slideUp' or 'fold'. This
animation will be applied with default
duration and default easing.
If an object is provided, you may specify
the following properties: effect,
delay, duration, and easing.
Default value: null
Boolean,
Number,
String, Object
(continued)
http://www.it-ebooks.info
elliott
(Elliott)
#1