Topbar
Topbar
Sign in
|
Join
|
Client Center
Home
Products
Client Center
Contact
Purchase
Support forums
»
Products
»
Cute Editor for .NET
»
Re: Configuring CuteEditor in an ASP.NET 2.0 Beta 2 .skin file.
Re: Configuring CuteEditor in an ASP.NET 2.0 Beta 2 .skin file.
09-09-2005, 11:26 AM
JFBunch
Joined on 08-30-2005
Posts 5
Re: Configuring CuteEditor in an ASP.NET 2.0 Beta 2 .skin file.
Reply
Quote
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