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

Footer

1 Answer 100 Views
Editor
This is a migrated thread and some comments may be shown as answers.
fedail
Top achievements
Rank 1
fedail asked on 12 Dec 2008, 01:35 AM
http://www.upload2world.com/pic106/upload2world_84b8e.jpg

what this footer how can i remove it sorounded with red color

1 Answer, 1 is accepted

Sort by
0
Rumen
Telerik team
answered on 12 Dec 2008, 03:58 PM
Hi Fedail,

You can easily hide the RadEditor's modules, by defining a hidden module inside the inner modules tags of RadEditor declaration, e.g.

<telerik:radeditor runat="server" ID="RadEditor1">
     <Modules>
        <telerik:EditorModule Name="empty" Visible="false" />
     </Modules>
</telerik:radeditor>

Best regards,
Rumen
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
Editor
Asked by
fedail
Top achievements
Rank 1
Answers by
Rumen
Telerik team
Share this question
or