Changeset 1424


Ignore:
Timestamp:
03/11/2010 01:01:10 PM (2 years ago)
Author:
zhongzhen
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/omcollab_zhongzhen2/wiki/extensions/FCKeditor/FCKeditor.body.php

    r1421 r1424  
    475475                // Create the editor instance and replace the textarea. 
    476476                oFCKeditor.Height = height ; 
    477                 oFCKeditor.Width = document.getElementById('editform').style.width - document.getElementById('shadow').style.width - 30; // Added by zhongzhen - For help extention 
     477                // Added by zhongzhen - For help extention 
     478                oFCKeditor.Width = $('#editform').width() - $('#shadow').width() - 30;  
    478479                oFCKeditor.ReplaceTextarea() ; 
    479480 
Note: See TracChangeset for help on using the changeset viewer.