Ignore:
Timestamp:
03/05/2010 10:16:50 AM (2 years ago)
Author:
zhongzhen
Message:

FCKeditor fix for Help extention

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/omcollab_zhongzhen2/wiki/extensions/Help/Help_Guide.php

    r1402 r1404  
    3636                                $('#shadow').css('display', 'block'); 
    3737                                $('#wpTextbox1').css('width', textwidth.toString() + 'px'); 
     38                $('#wpTextbox1___Frame').css('width', textwidth.toString() + 'px'); 
    3839                        } 
    3940             
     
    4344                $('#shadow').css('display', 'none'); 
    4445                $('#wpTextbox1').css('width', textwidth.toString() + 'px'); 
     46                $('#wpTextbox1___Frame').css('width', textwidth.toString() + 'px'); 
    4547            } 
    4648             
     
    5153                    textwidth = $('#editform').width() - $('.button_class').width() - 30; 
    5254                $('#wpTextbox1').css('width', textwidth.toString() + 'px'); 
     55                $('#wpTextbox1___Frame').css('width', textwidth.toString() + 'px'); 
    5356            }); 
    5457             
     
    5760                $('#wpTextbox1').css('display', 'block'); 
    5861                $('#wpTextbox1').css('width', textwidth.toString() + 'px'); 
     62                $('#wpTextbox1___Frame').css('width', textwidth.toString() + 'px'); 
    5963            }); 
    6064 
     
    98102        // Help button 
    99103        $editPage->editFormTextBeforeContent .= '<div class="button_class"><img src="extensions/Help/images/button_help.gif" style="cursor: pointer;" onclick="showHelp()"/></div>';  
    100  
    101104        return true; 
    102105} 
Note: See TracChangeset for help on using the changeset viewer.