Ignore:
Timestamp:
03/11/2010 11:15:52 AM (2 years ago)
Author:
zhongzhen
Message:

iframe width setting

File:
1 edited

Legend:

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

    r1416 r1421  
    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.