How to remove the "Browse" button from the insert Hyperlink dialog

Last post 06-05-2013, 12:07 PM by Kenneth. 3 replies.
Sort Posts: Previous Next
  •  06-04-2013, 12:45 AM 77525

    How to remove the "Browse" button from the insert Hyperlink dialog

    Hello,

     

    Our system uses a database to manage all html files.  The internal links are passed to the RichTextEditor via XML.  The "Browse" option in the insert hyperlink dialog box is not applicable.

     

    Is there a way to programatically remove this option from the dialog?

     

    Many thanks. 

  •  06-04-2013, 12:32 PM 77527 in reply to 77525

    Re: How to remove the "Browse" button from the insert Hyperlink dialog

    Hi Deros_32,

     

    1. Please open file "\richtexteditor\dialogs\properties_tag_a.xml".

     

    2. Find section below 

     

    <button dock="left" width="65" text="@BROWSE|.." height="22" css_class="dialogbutton" >

     

    3. Change it to 

     

     <button dock="left" width="65" text="@BROWSE|.." height="22" css_class="dialogbutton"  visibility="hidden">

     

    Regards,

     

    Ken 

  •  06-04-2013, 3:03 PM 77528 in reply to 77527

    Re: How to remove the "Browse" button from the insert Hyperlink dialog

    Excellent!  Thank you!

     

    And just to confirm, with any update to the richTextEditor, this change will have to be made again, correct?

     

    Cheers,

     

    D. 

  •  06-05-2013, 12:07 PM 77529 in reply to 77528

    Re: How to remove the "Browse" button from the insert Hyperlink dialog

    Hi Deros_32,

     

    Yes, also you can keep this file and put it back every time you do the update.

     

    Regards,

     

    Ken 

View as RSS news feed in XML