How to deactivate Flash, Insert Table, Hyperlink Creation Option from the Editor.

Last post 02-01-2006, 2:31 PM by Adam. 1 replies.
Sort Posts: Previous Next
  •  02-01-2006, 7:41 AM 15427

    How to deactivate Flash, Insert Table, Hyperlink Creation Option from the Editor.

    1) How can I disable the Insert Flash option from the editor? That means the insert flash option will not be displayed in the editor.
     
    2) How can i deactivate the table creation and /or modification option from the editor? That means these options will not be   displayed in the editor.
     

    3) How can I deactivate the Hyperlink creation options from the editor?
     
    4) How can i deactivate the image and file uploading options from the editor?

    Please provide me the solutions of the 4 points. This is very urgent. 
     
  •  02-01-2006, 2:31 PM 15443 in reply to 15427

    Re: How to deactivate Flash, Insert Table, Hyperlink Creation Option from the Editor.

    Please check the following article:
     
    How to change the layout of the toolbars?
     
    http://cutesoft.net/developer+guide/Howto_Change_layout_of_the_toolbars.htm



    >>4) How can i deactivate the image and file uploading options from the editor?


    But you can deactivate the image uploading options by using the following methods:

     

     

    1: Edit security policy file.


    The security policy file (default.config, admin.config and guest.config) can be found in the /CuteEditor/Configuration/Security folder. In security policy file you can find the AllowUpload element. By default, it contains the following value:


    <security name="AllowUpload">true</security>
      

    You can modify the AllowUpload element to meet your own requirements.

    For example:

    <security name="AllowUpload">true</security>

     

     

    2: Programmatically turn AllowUpload on and off


    C# Example:

    Editor1.Setting["security:AllowUpload"]= "true";


    VB Example:

    Editor1.Setting("security:AllowUpload")= "true"

     



    Keep me posted

     
     

    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