Changeset 446
- Timestamp:
- 2007-07-14 10:31:22 (18 months ago)
- Files:
-
- 1 modified
-
FCKeditor/trunk/_testcases/004.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
FCKeditor/trunk/_testcases/004.html
r132 r446 35 35 document.getElementById('eEditor').style.display = '' ; 36 36 document.getElementById('eNoEditor').style.display = 'none' ; 37 38 // This is a hack for Gecko... it stops editing when the editor is hidden.39 if ( !document.all )40 {41 var oEditor = FCKeditorAPI.GetInstance( 'FCKeditor1' ) ;42 43 if ( oEditor.EditMode == FCK_EDITMODE_WYSIWYG )44 oEditor.MakeEditable() ;45 }46 37 } 47 38