Changeset 1156
- Timestamp:
- 01/29/09 23:00:48 (4 years ago)
- Files:
-
- 1 modified
-
trunk/modules/Dialogs/XinhaDialog.js (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/modules/Dialogs/XinhaDialog.js
r1155 r1156 998 998 dialog.attached = false; 999 999 1000 this.background.style.display = '';1001 this.sizeBgToDialog();1002 1003 1000 var pos = Xinha.getElementTopLeft(rootElem); 1004 1001 rootElemStyle.position = "absolute"; … … 1025 1022 dialog.captionBar.ondblclick = function() { dialog.attachToPanel(rootElem.side); }; 1026 1023 1024 this.background.style.display = ''; 1025 this.sizeBgToDialog(); 1027 1026 }; 1028 1027 /**
