Hi All,
I'm working on a project, where we are required to export symbols as unicode text in the finished HTML from the rad editor. For example, I want Г to be rendered as Г in the HTML. I found an article that addressed this at the following location:
http://www.telerik.com/support/kb/article/b454K-mtg-b454T-bgh-b454c-bgh.aspx. However, the javascript fails at the following line:
function OnClientLoad(editor, args)
{
editor.get_FiltersManager().add(new RadEditorCustomFilter());
}
It throws an error:
Microsoft JScript runtime error: Object doesn't support this property or method
Is there an assembly reference for javascript properties that I am missing, or is there a javascript error somewhere? Any help is appreciated, as this is very important to our project.
Thanks,
John
I'm working on a project, where we are required to export symbols as unicode text in the finished HTML from the rad editor. For example, I want Г to be rendered as Г in the HTML. I found an article that addressed this at the following location:
http://www.telerik.com/support/kb/article/b454K-mtg-b454T-bgh-b454c-bgh.aspx. However, the javascript fails at the following line:
function OnClientLoad(editor, args)
{
editor.get_FiltersManager().add(new RadEditorCustomFilter());
}
It throws an error:
Microsoft JScript runtime error: Object doesn't support this property or method
Is there an assembly reference for javascript properties that I am missing, or is there a javascript error somewhere? Any help is appreciated, as this is very important to our project.
Thanks,
John