Changeset 6928
- Timestamp:
- 12/20/06 14:59:05 (3 years ago)
- Files:
-
- 1 modified
-
trunk/src/widget/Dialog.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/widget/Dialog.js
r6808 r6928 302 302 onBackgroundClick: function(){ 303 303 // summary 304 // Callback on background click. 305 // Clicking anywhere on the background will close the dialog, but only 306 // if the dialog doesn't have an explicit close button, and only if 307 // the dialog doesn't have a blockDuration. 304 // Callback on background click, if closeOnBackgroundClick==true. 308 305 if(this.lifetime - this.timeRemaining >= this.blockDuration){ return; } 309 306 this.hide();