Ignore:
Timestamp:
03/11/2010 12:10:40 PM (2 years ago)
Author:
Xiping.Wang
Message:

[trunk] merge from omcollab_zhongzhen2

Location:
trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk

  • trunk/wiki

  • trunk/wiki/extensions/FCKeditor/FCKeditor.body.php

    r1418 r1423  
    475475                // Create the editor instance and replace the textarea. 
    476476                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 
    479478                oFCKeditor.ReplaceTextarea() ; 
    480479 
     
    495494                                txtarea = oDoc.FCK.EditingArea.Textarea ; 
    496495                        } 
     496 
    497497                        else if (oDoc.editform) 
    498498                        { 
Note: See TracChangeset for help on using the changeset viewer.