Removing Tabs from "Insert Hyperlink" popup.

Last post 08-26-2009, 8:27 AM by davisw. 2 replies.
Sort Posts: Previous Next
  •  08-25-2009, 12:37 PM 55031

    Removing Tabs from "Insert Hyperlink" popup.

    Is there a way to remove/hide the tabs "General" and "Style Builder" from the "Insert Hyperlink" popup?
     
     
  •  08-25-2009, 2:10 PM 55034 in reply to 55031

    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
  •  08-26-2009, 8:27 AM 55062 in reply to 55034

    Re: Removing Tabs from "Insert Hyperlink" popup.

    Thanks Eric.  This was exactly what I was looking for.
View as RSS news feed in XML