Making CuteEditor content read-only

Last post 04-04-2011, 1:51 AM by Kenneth. 1 replies.
Sort Posts: Previous Next
  •  04-01-2011, 12:37 AM 66952

    Making CuteEditor content read-only

    I'd like to allow specific users to create Help files based on CuteEditor .NET but then want that content to be read-only when displayed to general users. The content will be stored in a SQL Server 2000 database and will contain hyperlinks to other content but I don't want that content to be editable by general users. As I can't open the .chm files to check this out I thought someone might have a quick answer?
  •  04-04-2011, 1:51 AM 66972 in reply to 66952

    Re: Making CuteEditor content read-only

    Hi pstanford,
     
    Please try property ReadOnly
     
      <CE:Editor ID="Editor1" runat="server" ReadOnly="true">
            </CE:Editor>
     
    Regards,
     
    Ken
View as RSS news feed in XML