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

Convert from 1.1 Editor

1 Answer 39 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Jason
Top achievements
Rank 1
Jason asked on 16 Jul 2013, 01:47 PM


In 1.1 I would have to set these properties in the code behind.

editor1.StripAbsoluteAnchorPaths = False

editor1.StripAbsoluteImagesPaths = False

editor1.ShowSubmitCancelButtons = False




How would I do that in 2013.2.611.40? I can't find the info anywhere. I looked through documentation but I must be missing it.

thanks j

1 Answer, 1 is accepted

Sort by
0
Ianko
Telerik team
answered on 17 Jul 2013, 02:01 PM
Hello Jason,

The StripAbsoluteAnchorPaths and StripAbsoluteImagesPaths properties are removed in RadEditor and you could use the ContentFilters instead. You could find more useful information in this help article and this online demo.

The ShowSubmitCancelButtons property is also removed because it is not needed in the AJAX version. The implementations of such buttons is fully customizable. An example can be found here.

About other deprecated properties, you could follow this help article about migration from classic editor to the AJAX one.

Regards,
Ianko
Telerik
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 the blog feed now.
Tags
Editor
Asked by
Jason
Top achievements
Rank 1
Answers by
Ianko
Telerik team
Share this question
or