Changeset 1423 for trunk/wiki/extensions/FCKeditor/FCKeditor.body.php
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed
/branches/omcollab_zhongzhen2 merged: 1421
- Property svn:mergeinfo changed
-
trunk/wiki
- Property svn:mergeinfo changed
/branches/omcollab_zhongzhen2/wiki merged: 1421
- Property svn:mergeinfo changed
-
trunk/wiki/extensions/FCKeditor/FCKeditor.body.php
r1418 r1423 475 475 // Create the editor instance and replace the textarea. 476 476 oFCKeditor.Height = height ; 477 // Added by zhongzhen - For help extention 478 oFCKeditor.Width = document.getElementById('wpTextbox1').style.width; 477 oFCKeditor.Width = document.getElementById('editform').style.width - document.getElementById('shadow').style.width - 30; // Added by zhongzhen - For help extention 479 478 oFCKeditor.ReplaceTextarea() ; 480 479 … … 495 494 txtarea = oDoc.FCK.EditingArea.Textarea ; 496 495 } 496 497 497 else if (oDoc.editform) 498 498 {
Note: See TracChangeset
for help on using the changeset viewer.
