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

[Solved] Seperator Bar On It's Own Line

2 Answers 131 Views
Editor
This is a migrated thread and some comments may be shown as answers.
ewart
Top achievements
Rank 1
ewart asked on 07 May 2008, 11:28 PM
Am using the tools file as below (full version with some removed), but ending up with a seperator bar on it's own line I can't get rid of.  A second appears when I move to full screen.  any ideas?


regards
ewart

   <telerik:RadEditor ID="reDescription" runat="server" Width="810px" ToolsFile="../EditorTools.xml">
   </telerik:RadEditor>



<root> 
    <modules> 
        <module name="RadEditorStatistics" dockingZone="Bottom" enabled="true" visible="true" dockable="true" /> 
        <module name="RadEditorDomInspector" dockingZone="Module" enabled="true" visible="true" dockable="true" /> 
        <module name="RadEditorNodeInspector" dockingZone="Module" enabled="true" visible="true" dockable="true" /> 
        <module name="RadEditorHtmlInspector" dockingZone="Module" enabled="true" visible="false" dockable="true" /> 
    </modules> 
 
    <tools name="MainToolbar" dockable="true" enabled="true">  
        <tool name="ToggleScreenMode" /> 
        <tool name="InsertSymbol" /> 
        <tool name="FormatStripper" /> 
        <tool separator="true"/>  
        <tool name="InsertFormElement" /> 
        <tool name="InsertFormForm" /> 
        <tool name="InsertFormButton" /> 
        <tool name="InsertFormCheckbox" /> 
        <tool name="InsertFormHidden" /> 
        <tool name="InsertFormPassword" /> 
        <tool name="InsertFormRadio" /> 
        <tool name="InsertFormReset" /> 
        <tool name="InsertFormSelect" /> 
        <tool name="InsertFormSubmit" /> 
        <tool name="InsertFormTextarea" /> 
        <tool name="InsertFormText" /> 
        <tool separator="true"/>  
        <tool name="StripAll" /> 
        <tool name="StripCss" /> 
        <tool name="StripFont" /> 
        <tool name="StripSpan" /> 
        <tool name="StripWord" />      
    </tools> 
 
    <tools name="InsertToolbar" dockable="true" enabled="true" > 
        <tool name="AjaxSpellCheck"/>  
        <tool name="ImageManager" shortcut="CTRL+M"/>  
        <tool separator="true"/>  
        <tool name="FlashManager" /> 
        <tool name="MediaManager" /> 
        <tool separator="true"/>  
        <tool name="DocumentManager" /> 
        <tool name="TemplateManager" /> 
        <tool separator="true"/>  
        <tool name="InsertTable" /> 
        <tool name="InsertRowAbove" /> 
        <tool name="InsertRowBelow" /> 
        <tool name="DeleteRow" /> 
        <tool name="InsertColumnLeft" /> 
        <tool name="InsertColumnRight" /> 
        <tool name="DeleteColumn" /> 
        <tool separator="true"/>  
        <tool name="MergeColumns" /> 
        <tool name="MergeRows" /> 
        <tool separator="true"/>  
        <tool name="SplitCell" /> 
        <tool name="DeleteCell" /> 
        <tool name="SetCellProperties" /> 
        <tool name="SetTableProperties" /> 
        <tool separator="true"/>  
      <tool name="Help" /> 
    </tools> 
 
    <tools enabled="true">        
        <tool name="PasteFromWord" /> 
        <tool name="PasteFromWordNoFontsNoSizes" /> 
        <tool name="PastePlainText" />        
        <tool name="PasteAsHtml"  /> 
        <tool separator="true"/>  
        <tool name="FindAndReplace" /> 
        <tool separator="true"/>  
        <tool name="InsertGroupbox" /> 
        <tool name="InsertParagraph" /> 
        <tool name="InsertHorizontalRule" /> 
        <tool name="InsertSnippet" /> 
    </tools> 
 
    <tools enabled="true" dockable="true">  
        <tool name="Bold" /> 
        <tool name="Italic" /> 
        <tool name="Underline" /> 
        <tool name="StrikeThrough" /> 
        <tool separator="true"/>  
        <tool name="JustifyLeft" /> 
        <tool name="JustifyCenter" /> 
        <tool name="JustifyRight" /> 
        <tool name="JustifyFull" /> 
        <tool separator="true"/>  
        <tool name="Superscript" /> 
        <tool name="Subscript" /> 
        <tool name="Indent" /> 
        <tool name="Outdent" /> 
        <tool name="InsertOrderedList" /> 
        <tool name="InsertUnorderedList"/>  
        <tool name="LinkManager" /> 
        <tool name="Unlink" /> 
        <tool name="ToggleTableBorder" /> 
    </tools> 
 
    <tools name="DropdownToolbar" dockable="true" > 
        <tool name="ForeColor" /> 
        <tool name="BackColor"/>  
        <tool separator="true"/>  
        <tool name="FontName"/>  
        <tool name="RealFontSize"/>  
      <tool name="Zoom" /> 
    </tools> 
   
    <links> 
        <link name="telerik" href="http://www.telerik.com">  
            <link name="Products" href="http://www.telerik.com/products">  
                <link name="RadEditor" href="http://www.telerik.com/radeditor" /> 
            </link> 
            <link name="Purchase" href="http://www.telerik.com/purchase" /> 
            <link name="Support" href="http://www.telerik.com/support" /> 
            <link name="Client.Net" href="http://www.telerik.com/clientnet" /> 
        </link> 
        <link name="Microsoft">  
            <link name="Main Site" href="http://www.microsoft.com" /> 
            <link name="MSDN Online" href="http://msdn.microsoft.com" /> 
            <link name="Windows Update" href="http://windowsupdate.microsoft.com" /> 
        </link> 
        <link name="Search Engines">  
            <link name="Google" href="http://www.google.com" /> 
            <link name="Yahoo" href="http://www.yahoo.com" /> 
            <link name="AltaVista" href="http://www.altavista.com" /> 
        </link> 
    </links> 
    <snippets> 
        <snippet name="Order Confirmation">  
            <![CDATA[
                    <div style="width:300px;border:2px outset #D8D2BD;padding:34px;font-family:Arial, Verdana; font-size:11px;background-color:#F1EFE6;">
                    Dear ____________________,<br />
                    Thank you for inquiring about ____________. Your request will be processed in 48 hours and shipped at the address you have provided. 
                    <br /><br />
                        <b>Please, contact us if you have any problems.</b>
                    </div>
                ]]> 
        </snippet> 
        <snippet name="Email Signature">  
            <![CDATA[
                    <div style="margin-top:30px;width:80%;border-top:1px dotted gray;padding-top:4px;font-family:Arial, Verdana; font-size:11px;">
                    <b>John Wigham</b><br />
                    Senior Web Developer<br />
                        <a href="#">john@mysite.com</a> originalAttribute="href" originalAttribute="href" originalPath="#">john@mysite.com</a> originalAttribute="href" originalPath=""#">john@mysite.com</a>"
                        <br />
                            <br />
                                <i>Disclaimer: The contents of this e-mail are privileged and confidential and intended for the addressees at the specified e-mail addresses only.</i>
                    </div>
                ]]> 
        </snippet> 
        <snippet name="Problem Report Feedback">  
            <![CDATA[
                    <div style="width:300px;border:2px outset #D8D2BD;padding:34px;font-family:Arial, Verdana; font-size:11px;background-color:#F1EFE6;">
                    Hi ____________________,<br />
                    Thank you for reporting this issue. We have verified the problem and it is logged in our system. We will notify you once we have a solution. 
                    <br /><br />
                        <b>Please, contact us if you have any problems.</b>
                    </div>
                ]]> 
        </snippet> 
    </snippets> 
 
    <symbols> 
 
    </symbols> 
    <fontNames> 
    </fontNames> 
    <fontSizes> 
    </fontSizes> 
 
    <colors> 
    </colors> 
    <classes> 
    </classes> 
 
    <paragraphs> 
    </paragraphs> 
 
    <dialogParameters> 
    </dialogParameters> 
    <languages> 
    </languages> 
</root> 

2 Answers, 1 is accepted

Sort by
0
Rumen
Telerik team
answered on 12 May 2008, 02:22 PM
Hi Ewart,

Could you please, tell us under which browser you are experiencing this problem?

In addition, is it possible to open a support ticket and send us a screenshot of the problem?

Once we are able to reproduce the problem, we will try to provide a solution soon.

Thank you for your cooperation in advance.


Best regards,
Rumen
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
0
Accepted
Rumen
Telerik team
answered on 12 May 2008, 02:34 PM
This is a quick follow-up!

I was able to reproduce the reported problem in Internet Explorer 6.0 and I have good news that we have a hotfix for it. Please, open a support ticket and I will send you a custom build.

If you experience this problem in another browser, please provide more information in the ticket how to reproduce the issue on our side.

Best regards,
Rumen
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
Editor
Asked by
ewart
Top achievements
Rank 1
Answers by
Rumen
Telerik team
Share this question
or