Ignore:
Timestamp:
03/11/2010 06:58:32 AM (2 years ago)
Author:
zhongzhen
Message:

Help Extention was changed

File:
1 edited

Legend:

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

    r1404 r1417  
    5858            $(function() { 
    5959                textwidth = $('#editform').width() - $('#shadow').width() - 30; 
    60                 $('#wpTextbox1').css('display', 'block'); 
    6160                $('#wpTextbox1').css('width', textwidth.toString() + 'px'); 
    6261                $('#wpTextbox1___Frame').css('width', textwidth.toString() + 'px'); 
     62                var linktext = $('#toggle_wpTextbox1').html();  
     63                if (linktext.search('Disable') > -1) 
     64                    $('#wpTextbox1___Frame').css('display', 'block'); 
     65                else 
     66                    $('#wpTextbox1').css('display', 'block'); 
    6367            }); 
    6468 
Note: See TracChangeset for help on using the changeset viewer.