Re: Removing Tabs from "Insert Hyperlink" popup.

  •  08-25-2009, 2:10 PM

    Re: Removing Tabs from "Insert Hyperlink" popup.

    Dear davisw ,

    The following instruction shows you how to remove 'General' and 'Style Builder' tabs from tag dialogs. Please open CuteEditorWeb\CuteSoft_Client\CuteEditor\Dialogs\tag.config.

    To turn off the general tab, remove this line:
    <add pattern="*" tab="Common" text="[[Common]]" control="Tag_Common.ascx" />
     
    To turn off the style builder tab, remove this line:
    <add pattern="*" tab="Style" text="[[StyleBuilder]]" control="Tag_Style.ascx" />
     
    Thanks for Asking!
     
     
    Regards,
    Eric
View Complete Thread