General Questions About CuteEditor 4

Last post 12-11-2004, 10:55 AM by Adam. 1 replies.
Sort Posts: Previous Next
  •  12-11-2004, 12:08 AM 2970

    General Questions About CuteEditor 4

    Hi, some questions:
    1. Security. Does CE support dynamic images/resource/media folders for users e.x. based on their login names or are the XML files for security and roles fix those folders or the roles mentioned (admin, users etc).?
    2.Binding/updating to databases. Could it be used to bind/update middle-tier objects as well?
    Thanks.
  •  12-11-2004, 10:55 AM 2973 in reply to 2970

    Re: General Questions About CuteEditor 4

    zymran,

    1. Security. Does CE support dynamic images/resource/media folders for users e.x. based on their login names or are the XML files for security and roles fix those folders or the roles mentioned (admin, users etc).?

    Yes, the CE supports dynamic images/resource/media folders.
     
     Example:

       var  folder = "whatever";
       string phyfolder=Server.MapPath(folder);
       System.IO.Directory.CreateDirectory(phyfolder);

       Editor1.Setting["security:ImageGalleryPath"]=
       Editor1.Setting["security:MediaGalleryPath"]=
       Editor1.Setting["security:FlashGalleryPath"]=
       Editor1.Setting["security:FilesGallaryPath"]=
        folder;
     
    2.Binding/updating to databases. Could it be used to bind/update middle-tier objects as well?
     
    Yes.

    asp.net Chat http://cutesoft.net/ASP.NET+Chat/default.aspx
    Web Messenger: http://cutesoft.net/Web-Messenger/default.aspx
    asp.net wysiwyg editor: http://cutesoft.net/ASP.NET+WYSIWYG+Editor/default.aspx
    asp wysiwyg html editor: http://cutesoft.net/ASP
    asp.net Image Gallery: http://cutesoft.net/ASP.NET+Image+Gallery/default.aspx
    Live Support: http://cutesoft.net/live-support/default.aspx

View as RSS news feed in XML