Changeset 1026 for branches/new-dialogs/XinhaCore.js
- Timestamp:
- 08/23/08 13:19:32 (3 years ago)
- Files:
-
- 1 modified
-
branches/new-dialogs/XinhaCore.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/new-dialogs/XinhaCore.js
r1018 r1026 977 977 "Formatted": "pre" 978 978 }; 979 980 this.dialogOptions = 981 { 982 'centered' : true, //true: dialog is shown in the center the screen, false dialog is shown near the clicked toolbar button 983 'greyout':true, //true: when showing modal dialogs, the page behind the dialoge is greyed-out 984 'closeOnEscape':true 985 }; 986 979 987 /** ?? 980 988 * Default: <code>{}</code>
