Re: Making CuteEditor content read-only

  •  04-04-2011, 1:51 AM

    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 Complete Thread