- Timestamp:
- 03/11/2010 12:10:40 PM (2 years ago)
- Location:
- trunk
- Files:
-
- 5 edited
-
. (modified) (1 prop)
-
_InstallationResources (modified) (1 prop)
-
blogs (modified) (1 prop)
-
wiki (modified) (1 prop)
-
wiki/extensions/FCKeditor/FCKeditor.body.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed
/branches/omcollab_zhongzhen2 merged: 1421
- Property svn:mergeinfo changed
-
trunk/_InstallationResources
- Property svn:mergeinfo changed (with no actual effect on merging)
-
trunk/blogs
- Property svn:mergeinfo changed (with no actual effect on merging)
-
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.
