Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / ASP.NET AJAX > Spell > Customizing the Find and Replace dialog

Not answered Customizing the Find and Replace dialog

Feed from this thread
  • Sambasiva avatar

    Posted on Jun 13, 2008 (permalink)

    Hi,

    Is there any way to customize the Find and Replace dialog box?
    I want to add one more button to the dialog and hide the replace tab.

    Please suggest me.

    Reply

  • Rumen Rumen admin's avatar

    Posted on Jun 13, 2008 (permalink)

    Hello Sambasiva,

    To hide the Replace tab in the Find and Replace dialog you need to copy the EditorDialogs directory from the RadControls installation to the root of your web application and set the editor's ExternalDialogsPath property to point to it "~/EditorDialogs", e.g.

    <telerik:RadEditor ID="RadEditor1" runat="server" ExternalDialogsPath="~/EditorDialogs"></telerik:RadEditor>

    After that open the \EditorDialogs\FindAndReplace.ascx file and put the following line

            this._tab._tabs[1].style.display = "none";


    under the this._tab = $find("dialogtabstrip"); line. This will hide the Replace dialog.

    You can also try to implement your other scenario in the FindAndReplace.ascx file.

    Kind regards,
    Rumen
    the Telerik team

    Instantly find answers to your questions at the new Telerik Support Center
    Attached files

    Reply

  • Nancy avatar

    Posted on Sep 5, 2011 (permalink)

    data




    Reply

  • Nancy avatar

    Posted on Sep 6, 2011 (permalink)

    removed

    Reply

  • Nancy avatar

    Posted on Sep 6, 2011 (permalink)

    to

    Reply

  • Nancy avatar

    Posted on Sep 7, 2011 (permalink)

    losed

    Reply

  • Rumen Rumen admin's avatar

    Posted on Sep 7, 2011 (permalink)

    Hi Bhaskar,

    Could you please specify the exact version of RadEditor used in your project?
    Do you use RadEditor Classic(RadEditor.Net2.dll) or RadEditor for ASP.NET AJAX (Telerik.Web.UI.dll)?

    Kind regards,
    Rumen
    the Telerik team

    Thank you for being the most amazing .NET community! Your unfailing support is what helps us charge forward! We'd appreciate your vote for Telerik in this year's DevProConnections Awards. We are competing in mind-blowing 20 categories and every vote counts! VOTE for Telerik NOW >>

    Reply

  • Nancy avatar

    Posted on Sep 8, 2011 (permalink)

    ok

    Reply

  • Rumen Rumen admin's avatar

    Posted on Sep 8, 2011 (permalink)

    Hi Bhaskar,

    By design, the RadEeditor's dialogs could not be loaded on the same page where the RadEditor control resides.

    Best wishes,
    Rumen
    the Telerik team

    Thank you for being the most amazing .NET community! Your unfailing support is what helps us charge forward! We'd appreciate your vote for Telerik in this year's DevProConnections Awards. We are competing in mind-blowing 20 categories and every vote counts! VOTE for Telerik NOW >>

    Reply

  • Nancy avatar

    Posted on Sep 12, 2011 (permalink)

    s

    Reply

  • Nancy avatar

    Posted on Sep 12, 2011 (permalink)

    say

    Reply

  • Rumen Rumen admin's avatar

    Posted on Sep 13, 2011 (permalink)

    Hi Bhaskar,

    Telerik does not offer support for customizations of the built-in dialogs of RadEditor. We can only guide you but it is up to the developer to implement the requirements of his/her project.

    If you want to help you, please open a support ticket and send a simple working project that demonstrates what you have done and what you want to achieve? Please, include all project files, because I need a runnable project that I can test and modify.

    You can attach zipped projects only in the support ticketing system but not in the forums.

    It is also important to know that the built-in dialog files are changed and enhanced and if you use an older version of the RadEditor you will be unable to use the latest version of the Find And Replace dialog that I attached in my earlier reply.

    Best regards,
    Rumen
    the Telerik team

    Check out Telerik Trainer, the state of the art learning tool for Telerik products.

    Reply

  • Nancy avatar

    Posted on Sep 19, 2011 (permalink)

    do

    Reply

  • Nancy avatar

    Posted on Sep 19, 2011 (permalink)

    u

    Reply

  • Rumen Rumen admin's avatar

    Posted on Sep 20, 2011 (permalink)

    Hello Bhaskar,

    The files contents and image attachments were deleted as requested by you.

    If you want to execute server code in the external dialogs of RadEditor see how this is done in this KB article:
    Displaying single upload control in the FileBrowser Upload manager. You need to add a usercontrol to the ascx file and you will be able to execute server code in the usercontrol.

    Greetings,
    Rumen
    the Telerik team
    If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now

    Reply

Back to Top

Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / ASP.NET AJAX > Spell > Customizing the Find and Replace dialog
Related resources for "Customizing the Find and Replace dialog"

ASP.NET Spell Features  |  Documentation  |  Demos  |  Telerik TV  |  Self-Paced Trainer Step-by-step Tutorial  ]