Hi, My custom dialogs just stop working, my code is exactly like http://demos.telerik.com/aspnet-ajax/editor/examples/customdialogs/defaultcs.aspx ,
when i click in the custom dialog button show me an error "the command xxx is not implemented yet"
1 Answer, 1 is accepted
0
Accepted
Rumen
Telerik team
answered on 17 Nov 2010, 10:34 PM
Hello Frederico,
In any case, an error of the type “The command XXX is not implemented yet” means that the editor was not able to find the JS function that executes this command, which means that a JS file might not be loaded properly on the page.
You can also get this error if you execute the JavaScript code before the creation of RadEditor control on the page or the JavaScript command name is different from the tool name.