Good day, i want to hide the entire toolbar on radeditor, my first solution is i created a blank.xml which consist only of <root></root> and point the toolsfile to blank.xml, this works in IE, but in firefox, it hangs, how can i achieve this behaviour? tnx
3 Answers, 1 is accepted
0
Rumen
Telerik team
answered on 13 Nov 2008, 06:44 PM
Hi Batusai,
You can easily hide the editor's toolbar with the following css class:
tnx for the reply, i have 2 radeditor in one page, the first one is the one that i want to hide the toolbar, only the second radeditor should have the toolbar, how can i do this, because the solution above will affect the two radeditor,
You can easily hide the toolbar of the first editor by setting its ToolsFile property to points to a toolsfile.xml file having only <root></root> tags in it. Thus the toolbar will be not loaded on the first editor.
For your convenience I have attached a sample runnable project.
Greetings,
Rumen
the Telerik team
Check out Telerik Trainer, the state of the art learning tool for Telerik products.