Re: Chrome focuses editor window on page load

  •  02-18-2013, 8:56 PM

    Re: Chrome focuses editor window on page load

    Hi frome,

     

    If you do not want the focus on the editor by default, please set the focus for other control when the editor load, like below.

     

    function CuteEditor_OnInitialized(editor)
    {
          //focus on other control here
    }
     

    Regards,

     

    ken 

View Complete Thread