I just replicate some of the editor built-in functions to my top toolbar, most of them works fine. e.g. Bold, HR, but I cannot make "InsertSymbol","InsertTable", "StripAll" work. If I use "editor.fire("StripAll")" I will receive "undefine xxxxxxx" error.
1 Answer, 1 is accepted
0
Accepted
Dobromir
Telerik team
answered on 24 Mar 2010, 01:41 PM
Hi Vincent,
The commands that you are referring to, are a bit more complex and require specific arguments passed along with the name to the editor.fire() method to be executed correctly.
The following example demonstrates implementation of custom tools to the RadEditor toolbar that executes mentioned commands:
Do you want to have your say when we set our development plans?
Do you want to know when a feature you care about is added or when a bug fixed?
Explore the
Telerik Public Issue Tracking
system and vote to affect the priority of the items.