Changeset 73
- Timestamp:
- 04/19/05 06:34:33 (8 years ago)
- Files:
-
- 1 modified
-
trunk/inline-dialog.js (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/inline-dialog.js
r20 r73 94 94 this.editor._textArea.style.display = 'none'; 95 95 this.editor._iframe.style.visibility = 'hidden'; 96 if (this.editor.config.statusBar) 97 { 98 this.editor._statusBar.innerHTML = ' '; 99 } 96 100 this.rootElem.style.display = ''; 97 101 } … … 103 107 this.editor._iframe.style.visibility = this._restoreTo[1]; 104 108 this.editor.showPanels(this._restoreTo[2]); 109 if (this.editor.config.statusBar) 110 { 111 this.editor._statusBar.innerHTML = ''; 112 this.editor._statusBar.appendChild(this.editor._statusBarTree); 113 } 105 114 // Restore the selection 106 115 if(HTMLArea.is_ie)
