Re: Configuring CuteEditor in an ASP.NET 2.0 Beta 2 .skin file.

  •  09-09-2005, 11:26 AM

    Re: Configuring CuteEditor in an ASP.NET 2.0 Beta 2 .skin file.

    I found the solution to my own problem.  I left 'runat="server"' out of the skin.  Here is the way it should look:

    <CE:Editor runat="server"
               ConfigurationPath="~/CuteSoft_Client/GuestEditorConfig" AutoConfigure="None"
               SecurityPolicyFile="Guest_Editor.config"
               ThemeType="OfficeXP" Width="100%" BreakElement="P" MaxHTMLLength="100000" />

View Complete Thread