Re: Focus on others controls when CuteEditor is present?

  •  01-11-2006, 4:06 PM

    Re: Focus on others controls when CuteEditor is present?

    I use this version : CuteEditor 5.0 Build 2005-10-22
    The Editor.Focus is already set to False
     
    Try this with ASP.NET 2.0 :
     

    <form id="form1" runat="server" defaultfocus="txtOtherTextBox">

     

    <asp:TextBox ID="txtOtherTextBox" runat="server"></asp:TextBox>

    <br />

    <CE:Editor ID="Editor1" runat="server" Focus="false">

    </CE:Editor>

     

    </form>

    Thanks
    Dominic
View Complete Thread