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

RadEditor inside Radtabstrip not working

2 Answers 123 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Subramanian
Top achievements
Rank 1
Subramanian asked on 25 Nov 2010, 03:52 AM
Hi,

I have placed my radeditor inside the radtabstrip's radmultipage, tools not getting displayed when I use it in other normal pages it works fine.
Following works in normal page

<telerik:RadEditor runat="server" ID="radEditor" Width="460px" Height="150px" ContentAreaMode="Div" EditModes="Design"

                            SkinID="MinimalSetOfTools">

                            <Tools>

                                <telerik:EditorToolGroup>

                                    <telerik:EditorTool Name="Bold" />

                                    <telerik:EditorTool Name="Italic" />

                                    <telerik:EditorTool Name="Underline" />

                                    <telerik:EditorSeparator Visible="true" />

                                    <telerik:EditorTool Name="LinkManager" />

                                    <telerik:EditorTool Name="Unlink" />

                                    <telerik:EditorSeparator Visible="true" />

                                    <%--<telerik:EditorTool Name="DocumentManager" />--%>

                                    <telerik:EditorTool Name="Copy" />

                                    <telerik:EditorTool Name="Paste" />

                                    <telerik:EditorTool Name="Cut" />

                                    <telerik:EditorSeparator Visible="true" />

                                    <telerik:EditorTool Name="FontName" />

                                    <telerik:EditorTool Name="FontSize" />

                                    <telerik:EditorSeparator Visible="true" />

                                    <telerik:EditorTool Name="Redo" />

                                    <telerik:EditorTool Name="Undo" />

                                    <telerik:EditorSeparator Visible="true" />

                                    <telerik:EditorTool Name="ForeColor" />

                                   

                                </telerik:EditorToolGroup>        

                                  </Tools>

                        </telerik:RadEditor>

 

I tried using tools xml file also, tools getting displayed only on ToolbarMode="ShowOnFocus" , but i need to show it when page loads itself

 

 

 

 


 

<

 

 

telerik:RadEditor Height="150px" Width="620px" EditModes="Design" AllowScripts="true" Enabled="false"

 

 

 

 

 

 

 

ID="txtMailBody" runat="server" BackColor="White" ToolbarMode="ShowOnFocus" CssClass="formmessagebody"

 

 

 

 

 

 

 

ToolsFile="~/app_data/BasicTools.xml">

 

 

 

 

 

 

 

</telerik:RadEditor>

 

 

 

 

Can any one help me

 

2 Answers, 1 is accepted

Sort by
0
Accepted
Rumen
Telerik team
answered on 25 Nov 2010, 03:57 PM
Hello Subramanian,

This behavior might occur if by some reason the RadEditor's CSS files are not fully loaded. Could you please register the external RadEditor skins as it is shown in this KB article: Registering an external skin of RadEditor?

You can also take advantage of the recently introduced CDN support which will allow you to load the controls skins from the Telerik CDN. Telerik CDN is hosted on the Amazon CloudFront service.

You can find more information about our CDN support here and here.

By loading the external or CDN skins you will ensure that the editor will load its skin.

If the problem still persists, open a support ticket and send a simple working project that demonstrates it. We will examine it and provide a solution.

Sincerely yours,
Rumen
the Telerik team
Browse the vast support resources we have to jumpstart your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.
0
Subramanian
Top achievements
Rank 1
answered on 29 Nov 2010, 07:10 AM
It worked, i just added Skin='Vista"..

But only prob is tools is not close to topborder of the message box..

Thanks
Tags
Editor
Asked by
Subramanian
Top achievements
Rank 1
Answers by
Rumen
Telerik team
Subramanian
Top achievements
Rank 1
Share this question
or