Re: Is there any way to totally disable full page mode?

  •  03-09-2010, 8:44 PM

    Re: Is there any way to totally disable full page mode?

    hi geewhizbang ,
     
    Please add the code below into your page
     
    1.   
    2. <script>   
    3. function CuteEditor_OnCommand(editor,command,ui,value)   
    4.  {   
    5.    if(command=="FullPage")   
    6.    {   
    7.       return true;   
    8.    }   
    9. }   
    10. </script>  
    Regards,
     
    Ken
View Complete Thread