Re: make template

  •  11-14-2006, 3:48 AM

    Re: make template

    Adam
     
    You not understand me.
    If you take:
    Insert Templates (icon)->Make Template(icon)->(name new template)->"Make Template" window->Insert Image (icon)
    my new Templates upload folder can't will change (allways is "~/uploads")
     
    protected void Page_Load(object sender, EventArgs e)
    {

    string folder =Server.MapPath( "~/MyFolder");

    Editor1.SetSecurityFilesGalleryPath(folder);

    Editor1.SetSecurityFlashGalleryPath(folder);

    Editor1.SetSecurityGalleryPath(folder);

    Editor1.SetSecurityImageGalleryPath(folder);

    Editor1.SetSecurityMediaGalleryPath(folder);

    Editor1.SetSecurityTemplateGalleryPath(folder);

     

    }
     

     

View Complete Thread