This is a migrated thread and some comments may be shown as answers.

Hiding the entire toolbar

3 Answers 258 Views
Editor
This is a migrated thread and some comments may be shown as answers.
batusai
Top achievements
Rank 1
batusai asked on 13 Nov 2008, 07:20 AM
Hi,

   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

Sort by
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:

    <style type="text/css">
     .Default.rade_toolbarWrapper{ display: none; }
    </style>

Best regards,
Rumen
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0
batusai
Top achievements
Rank 1
answered on 14 Jan 2009, 01:32 PM
hi,

 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,

tnx in advance...
0
Rumen
Telerik team
answered on 16 Jan 2009, 04:34 PM
Hi Batusai,

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.
Tags
Editor
Asked by
batusai
Top achievements
Rank 1
Answers by
Rumen
Telerik team
batusai
Top achievements
Rank 1
Share this question
or