This is a migrated thread and some comments may be shown as answers.

Link Manager Dialog customization

1 Answer 56 Views
Editor
This is a migrated thread and some comments may be shown as answers.
AB
Top achievements
Rank 1
AB asked on 28 Jul 2012, 08:17 AM

Hello,

in the Link Manager Dialog, for the fields with id="LinkURL" and id="LinkTargetCombo",
I would like to use respectively a RadTextBox and a RadComboBox (the aspect of the
corresponding components input and select is not that of the selected skin fot the RadEditor).
How can I modify the JavaScript code in LinkManager.ascx so that everything is working fine?
For the RadTextBox I've tried to change $get("LinkURL") with $get("LinkURL_text"), but when
I click on the RadTextBox its content disappears.
 
Thank you very much

AB

1 Answer, 1 is accepted

Sort by
0
Rumen
Telerik team
answered on 01 Aug 2012, 03:27 PM
Hi,

The customization of the built-in dialogs and RadEditor's source code is out of the scope of Telerik support. It is up to the developer to implement the project requirements and customizations.

I could not tell for sure whether it is possible to replace the regular dropdowns and textboxes with RadInput and RadCombobobx, but if you open a support ticket and provide a sample working project which demonstrates the problem, I could debug your code and if possible help you with the implementation.

Another approach is to implement your own custom link manager and use the desired controls in it.

Best regards,
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.
Tags
Editor
Asked by
AB
Top achievements
Rank 1
Answers by
Rumen
Telerik team
Share this question
or