Changeset 920
- Timestamp:
- 11/06/07 20:32:28 (6 years ago)
- Files:
-
- 1 modified
-
trunk/XinhaCore.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/XinhaCore.js
r915 r920 2629 2629 edcellwidth -= parseInt(this.config.panel_dimensions.right, 10); 2630 2630 } 2631 this._iframe.style.width = edcellwidth + 'px'; 2631 var iframeWidth = (this.config.iframeWidth)? parseInt(this.config.iframeWidth,10): null; 2632 this._iframe.style.width = (iframeWidth && iframeWidth < edcellwidth)? iframeWidth + "px": edcellwidth + "px"; 2632 2633 2633 2634 this._textArea.style.height = this._iframe.style.height;
