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

custom dialog problem

1 Answer 64 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Frederico Fernandes
Top achievements
Rank 1
Frederico Fernandes asked on 17 Nov 2010, 04:10 PM
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

Sort by
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.

Sincerely,
Rumen
the Telerik team
Browse the vast support resources we have to jumpstart your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.
Tags
Editor
Asked by
Frederico Fernandes
Top achievements
Rank 1
Answers by
Rumen
Telerik team
Share this question
or