Keith
Keith

Reputation: 4147

Sitecore Rich Text Editor - Adding a button

I followed this site's example of how to add a button in the Rich Text Editor in Sitecore http://www.tanasuk.com/blog/Sitecore%20Rich%20Text%20Editor and when I pull up my editor with the new button, I'm getting a 'The commmand "Insert Help" is not implemented yet.' What could I be missing to make sure it has been implemented? I even took out commands in the RichText Commands.js to see if the buttons were connected, and they weren't. Meaning, the other buttons in the RichText Editor still worked, even though I took out the RadEditorCommandList profile of that button. Is there another place where these commands are stored or do I need to alter another file to make the command work?

I'm working in Sitecore 8

Upvotes: 0

Views: 3426

Answers (2)

Rich Wagenknecht
Rich Wagenknecht

Reputation: 712

It was indeed the browser cache for me. I cleared my cache and the issue resolved.

Upvotes: 0

Hishaam Namooya
Hishaam Namooya

Reputation: 1081

You can check the following link http://sitecoreblog.blogspot.be/2012/10/add-custom-button-in-rich-text-editor.html.

It make use of an implementation that will create a button without overriding the code for sitecore and RADEditor

Moreover, you can check the the part two which add a richtext webedit button with a custom dialog: http://sitecoreblog.blogspot.com/2013/01/add-richtext-webedit-button-with-custom.html

Thanks

Upvotes: 2

Related Questions