Changeset 1417
- Timestamp:
- 03/11/2010 06:58:32 AM (2 years ago)
- Location:
- branches/omcollab_zhongzhen2/wiki/extensions/Help
- Files:
-
- 2 edited
-
HelpExtention.css (modified) (1 diff)
-
Help_Guide.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/omcollab_zhongzhen2/wiki/extensions/Help/HelpExtention.css
r1402 r1417 21 21 font-size: 11px; 22 22 } 23 24 #wpTextbox1___Frame {display: none;} 23 25 24 26 #closeButton { -
branches/omcollab_zhongzhen2/wiki/extensions/Help/Help_Guide.php
r1404 r1417 58 58 $(function() { 59 59 textwidth = $('#editform').width() - $('#shadow').width() - 30; 60 $('#wpTextbox1').css('display', 'block');61 60 $('#wpTextbox1').css('width', textwidth.toString() + 'px'); 62 61 $('#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'); 63 67 }); 64 68
Note: See TracChangeset
for help on using the changeset viewer.
