Changeset 2286 for FCKeditor/trunk/editor/dialog/fck_spellerpages.html
- Timestamp:
- 2008-07-25 09:46:55 (6 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
FCKeditor/trunk/editor/dialog/fck_spellerpages.html
r1565 r2286 53 53 { 54 54 if ( numberOCorrections > 0 ) 55 oEditor.FCK.SetData( document.getElementById('txtHtml').value ) ; 55 { 56 oEditor.FCK.EditorDocument.body.innerHTML = document.getElementById('txtHtml').value ; 57 if ( oEditor.FCKBrowserInfo.IsIE ) 58 oEditor.FCKSelection.Collapse( true ) ; 59 } 56 60 window.parent.Cancel() ; 57 61 }