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

Indent/Outdent Problem in RadEditor

1 Answer 89 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Hemamalini
Top achievements
Rank 1
Hemamalini asked on 09 May 2011, 01:51 PM
Hi,

   We have upgraded our telerik version from 2009.2.701.20. to Q1 2011.  The indent/Outdent doesnt gets reflected in certain places. Is there anything i should add to this tool. the following are the code used,
 
<telerik:RadEditor CssClass="maarginleft80" OnClientLoad="OnClientLoad" Width="670px"
                        ID="radContactUs" EnableResize="false" runat="server">
                        <Tools>
                            <telerik:EditorToolGroup Tag="MainToolbar">
                                <telerik:EditorTool Name="FindAndReplace" ShortCut="CTRL+F" />
                                <telerik:EditorTool Name="Undo" ShortCut="CTRL+Z" />
                                <telerik:EditorTool Name="Redo" ShortCut="CTRL+Y" />
                                <telerik:EditorTool Name="Indent" />
                                <telerik:EditorTool Name="Outdent" />
                                <telerik:EditorTool Name="TableWizard" />
                                <telerik:EditorTool Name="InsertSymbol" />
                                <telerik:EditorTool Name="JustifyLeft" />
                                <telerik:EditorTool Name="JustifyRight" />
                                <telerik:EditorTool Name="JustifyFull" />
                                <telerik:EditorTool Name="JustifyCenter" />
                                <telerik:EditorTool Name="LinkManager" />
                            </telerik:EditorToolGroup>
                            <telerik:EditorToolGroup Tag="FileManagers">
                                <telerik:EditorTool Name="ImageManager" />
                            </telerik:EditorToolGroup>
                            <telerik:EditorToolGroup>
                                <telerik:EditorTool Name="Bold" />
                                <telerik:EditorTool Name="Italic" />
                                <telerik:EditorTool Name="Underline" />
                                <telerik:EditorSeparator />
                                <telerik:EditorTool Name="ForeColor" />
                                <telerik:EditorTool Name="BackColor" />
                                <telerik:EditorSeparator />
                                <telerik:EditorTool Name="FontName" />
                                <telerik:EditorTool Name="RealFontSize" />
                            </telerik:EditorToolGroup>
                        </Tools>
                        <CssFiles>
                            <telerik:EditorCssFile Value="~/App_Themes/Web20/editor.css" />
                        </CssFiles>
                    </telerik:RadEditor>

Thanks,
Hema.

1 Answer, 1 is accepted

Sort by
0
Rumen
Telerik team
answered on 11 May 2011, 04:09 PM
Hello Hemamalini,

Could you please explain what you mean by "The indent/Outdent doesnt gets reflected in certain places"? Which are these certain places? Please, provide sample content along with screenshot / video demonstrating the reproduction steps.

Are you also able to reproduce the problems in the Default Example of RadEditor?

Kind regards,
Rumen
the Telerik team

Browse the vast support resources we have to jump start 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.

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