Changeset 1424
- Timestamp:
- 03/11/2010 01:01:10 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/omcollab_zhongzhen2/wiki/extensions/FCKeditor/FCKeditor.body.php
r1421 r1424 475 475 // Create the editor instance and replace the textarea. 476 476 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; 478 479 oFCKeditor.ReplaceTextarea() ; 479 480
Note: See TracChangeset
for help on using the changeset viewer.
