RichTextEditor for ASP 8.0 Class Library

Editor.SetSecurity Method

Allows you programmatically manage the security settings.

Example

<%   
    Dim rte 
    Set rte=new RichTextEditor   
    rte.Text="Type here"
    rte.SetSecurity("*", "*", "StoragePath", "~/uploads2")
    rte.MvcInit()
    rte.Name="rte1"   
    rte.ID="Editor1"
    Response.Write(rte.GetString())  
    // use Request.Form("Editor1")to retrieve the data  
%>

See Also

Editor Class | RTE Namespace