I've been racking my brain on why I suddenly am having a javasript error on my link manager within the editor after I upgraded to the latest telerik DLL. I found that it only occurs when externalDialogPath is implemented.
I need help quick as this is important in my production app and I have already released the latest telerik DLL. I can actually replicate this error in the telerik demo http://demos.telerik.com/aspnet-ajax/editor/examples/externaldialogspath/defaultcs.aspx by trying to create any link using the linkManager. It gives an 'outerHTML' is null or not an object
I need help quick as this is important in my production app and I have already released the latest telerik DLL. I can actually replicate this error in the telerik demo http://demos.telerik.com/aspnet-ajax/editor/examples/externaldialogspath/defaultcs.aspx by trying to create any link using the linkManager. It gives an 'outerHTML' is null or not an object
4 Answers, 1 is accepted
0
Hello Scott,
Thank you for reporting this problem!
We are working on the editor's dialog and the problem is due to that the ascx files in the EditorDialogs folder used in the example are not updated to their latest version. To fix the problem you should update the dialog files in the EditorDialogs folder with these ones available in the latest Q3 SP2 2008 installation.
Please, note that there will be new enhancements in the built-in dialogs of RadEditor Q1 2008. For example the link manager will feature a reference to the Document manager - see the attached screenshot. That is why if you upgrade to the new version once it becomes available, then you should also upgrade the EditorDialogs folder again.
Sincerely,
Rumen
the Telerik team
Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Thank you for reporting this problem!
We are working on the editor's dialog and the problem is due to that the ascx files in the EditorDialogs folder used in the example are not updated to their latest version. To fix the problem you should update the dialog files in the EditorDialogs folder with these ones available in the latest Q3 SP2 2008 installation.
Please, note that there will be new enhancements in the built-in dialogs of RadEditor Q1 2008. For example the link manager will feature a reference to the Document manager - see the attached screenshot. That is why if you upgrade to the new version once it becomes available, then you should also upgrade the EditorDialogs folder again.
Sincerely,
Rumen
the Telerik team
Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
0
Scott
Top achievements
Rank 2
answered on 18 Feb 2009, 06:28 PM
I have the most recent version/files. Even the sample application installed by the MSI in my local has the error.
Can anyone get this work?
Can anyone get this work?
0
Hi Scott,
Have you had the chance to test the attached sample project to your support ticket on the subject? If the Link Manager in it works as expected then just copy the ~/EditorDialogs/LinkManager.ascx file and paste it to your web project.
If you still experience the problem, please send via a support ticket a fully working project that demonstrates the issue. I will examine it and will provide a solution once I reproduce the problem on my end.
Best regards,
Rumen
the Telerik team
Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Have you had the chance to test the attached sample project to your support ticket on the subject? If the Link Manager in it works as expected then just copy the ~/EditorDialogs/LinkManager.ascx file and paste it to your web project.
If you still experience the problem, please send via a support ticket a fully working project that demonstrates the issue. I will examine it and will provide a solution once I reproduce the problem on my end.
Best regards,
Rumen
the Telerik team
Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
0
Scott
Top achievements
Rank 2
answered on 24 Feb 2009, 04:14 PM
Hello, Rumen. Thanks for the follow up.
I got it to work using the dialog you attached. I copied and pasted in there and it worked without changes. I did exactly the same thing using the one from the MSI and that one failed. So I'm not why and didn't look into it much further after I got yours to work.
I got it to work using the dialog you attached. I copied and pasted in there and it worked without changes. I did exactly the same thing using the one from the MSI and that one failed. So I'm not why and didn't look into it much further after I got yours to work.