Hi Ton,
You can use the following API to disable a button on the ribbonbar of RadEditor:
var tool = editor.getToolByName("Bold");
editor.get_toolAdapter()._setToolEnabled(tool, false);
Here is an example:
Regards,
Rumen
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their
blog feed now