Re: Editor is effectively disabled when viewed from Firefox - but works in IE 6

  •  10-28-2010, 9:24 PM

    Re: Editor is effectively disabled when viewed from Firefox - but works in IE 6

    Hi ceblanda,
     
    Please try add the code below into the page
     
    1. <script>  
    2. function CuteEditor_OnInitialized(editor)  
    3. {  
    4.     editor.SetHeight(100);  
    5. }  
    6. </script>  

    Regards,
     
    ken 
View Complete Thread