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

Rad Editor on Classic ASP Page

1 Answer 117 Views
Editor
This is a migrated thread and some comments may be shown as answers.
VIVEK
Top achievements
Rank 1
VIVEK asked on 08 Jul 2010, 07:17 PM
Hi Team,

Is there any way to integrate telerik Rad Editor on  Classic ASP Page?

If yes then please  let me know ?

We are having lots of editlive  on Classic ASP Page,We want to convert it to telerik Rad Editor.

We know one way is that we have to convert Classic ASP Page to ASP.NET then telerik Rad Editor will work. but this will not be a easy task for us because We are having 100+ pages where we are using edit live , and we do-not want to convert  these pages, but we want telerik editor on those pages?

Do you people have any idea how to do this?

Thanks in advance,


Thanks,
Vivek Kumar


1 Answer, 1 is accepted

Sort by
0
Rumen
Telerik team
answered on 09 Jul 2010, 09:09 AM
Hello VIVEK,

Thanks for your interest in RadEditor. Basically, RadEditor is an ASP.NET AJAX server control and requires the .NET and ASP.NET AJAX frameworks in order to run. You can use the editor to edit pure ASP file but you will need to have the .NET framework installed on the server. Please, follow this online code library article for details:
Editing ASP, HTML and PHP pages with RadEditor.

Another possible way to edit your text fields placed on a pure ASP page is to put buttons beside them, which will bring up on click a dialog (ASPX) page that contains RadEditor. You will populate the RadEditor content area with the content supplied by the textbox.value from the main page and populate it back to textarea when the dialog is closed.

The attached example demonstrates how to do that with a main aspx page, but you can put the same code in a pure ASP page.

Greetings,
Rumen
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
Tags
Editor
Asked by
VIVEK
Top achievements
Rank 1
Answers by
Rumen
Telerik team
Share this question
or