Changeset 1421 for branches/omcollab_zhongzhen2
- Timestamp:
- 03/11/2010 11:15:52 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/omcollab_zhongzhen2/wiki/extensions/FCKeditor/FCKeditor.body.php
r1416 r1421 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.
