Re: Version 6.4 is out!

  •  05-08-2009, 10:33 AM

    Re: Version 6.4 is out!

    I just copied the new files to my Web-Project and the following Error occurs:
     
    FrameStyle-Property can not be set declarative".
     
    So does this mean, that i have to change my sourcecode?
     
    The Sourcecode, where the error occurs:
     
    Line 244:        <CE:Editor ID="Editor1" ResizeMode="AutoAdjust" runat="server" BackColor="#E9E9E9" AllowPasteHtml="False" HelpUrl="http://www.sitepoint.de">
    Line 245:            <FrameStyle BackColor="White" BorderColor="#DDDDDD" BorderStyle="Solid" BorderWidth="1px"
    Line 246:                CssClass="CuteEditorFrame" Height="100%" Width="100%" />
    Line 247:        </CE:Editor>
View Complete Thread