Show
Ignore:
Timestamp:
08/23/08 13:19:32 (3 years ago)
Author:
ray
Message:

#1176 added global config options for centering, greyout, and close on escape

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/new-dialogs/XinhaCore.js

    r1018 r1026  
    977977    "Formatted": "pre" 
    978978  }; 
     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 
    979987  /** ?? 
    980988   * Default: <code>{}</code>