Hello,
I am trying to add a custom button to a RadEditor in Sitecore 6.4. I have successfully added the button and am now defining the command. Here is what I have so far (from a previous project):
I am getting a few JavaScript errors. This first error is caused by the second line of my command.
Looking in the Client-side API Reference, I don't see the
GetDialogParameters method listed, so I commented it out. The error goes away but I receive another.
Strange. Looking in the API I see that the method does in fact exist. But if I change the method call from
ShowDialog to
showDialog the error goes away. Unfortunately I receive another.
Any ideas as to what could be going wrong? I'm a little confused as to why I had to change the method call when the docs say it exists. Is there something wrong with the
editor parameter possibly?
Thanks for any help.