Hi,
I have an issue where the top row of toolbars is missing from the rad editor. We are using version 5.6.0.0. My listconfigfile is
and the tools file
I've attached some images - I've tested the problem by swapping rows one and two around. The result is always the top toolbar is missing. I've tested this in IE 8 and Firefox 3.5 and get the same problem. I don't think this is css rated - the "missing toolbar in list item.png" shows the output in firebug - there are only two <ul> in reToolbarWrapper div. I'm wondering if there is something in the config file that is causing this?
I have a second question as well - when does editor use the listtoolsfile.xml vs the toolsfile.xml? I have attached three images - the one titled "Toolbar showing in List Item.png" is using the toolsfile.xml but the other two (which I'm getting the problem above) use the listtoolsfile.xml . My understanding was that list items all used the listtoolsfile.xml ?
I have an issue where the top row of toolbars is missing from the rad editor. We are using version 5.6.0.0. My listconfigfile is
<?xml version="1.0" encoding="utf-8" ?> |
<configuration> |
<property name="ToolbarMode">Default</property> |
<property name="ToolsWidth">600px</property> |
<property name="EditModes">Design,Html</property> |
<property name="Height">400px</property> |
<property name="Width">600px</property> |
<property name="ConvertToXhtml">True</property> |
<property name="ShowHtmlMode">True</property> |
<property name="ShowPreviewMode">False</property> |
<property name="AllowScripts">False</property> |
<property name="ImagesPaths"> |
<item>/Global/Image/Library</item> |
<item>PublishingImages</item> |
<item>/SiteCollectionImages</item> |
</property> |
<property name="OnClientSelectionChange">OnClientSelectionChange</property> |
</configuration> |
and the tools file
<root> |
<modules> |
<module name="RadEditorDomInspector" /> |
<module name="RadEditorStatistics" /> |
</modules> |
<!-- <tool name="FlashManager" /> --> |
<!-- <tool name="MediaManager" /> --> |
<!-- <tool name="DocumentManager" /> --> |
<tools name="row1"> |
<tool name="Print" /> |
<tool name="AjaxSpellCheck" /> |
<tool name="FindAndReplace" /> |
<tool separator="true"/> |
<tool name="SelectAll"/> |
<tool name="Cut" shortcut="CTRL+X" /> |
<tool name="Copy" shortcut="CTRL+C" /> |
<tool name="Paste" shortcut="CTRL+V" /> |
<tool name="Undo" shortcut="CTRL+Z" /> |
<tool name="Redo" shortcut="CTRL+Y" /> |
<tool separator="true"/> |
<tool name="PasteFromWord" /> |
<tool name="PasteFromWordNoFontsNoSizes"/> |
<tool name="PastePlainText" /> |
<tool name="PasteAsHtml" /> |
<tool name="FormatStripper"/> |
</tools> |
<tools name="row2"> |
<tool name="MOSSLinkManager" shortcut="CTRL+K" /> |
<tool name="Unlink" shortcut="CTRL+SHIFT+K" /> |
<tool name="ImageManager" shortcut="CTRL+G" /> |
<tool name="MOSSTemplateManager" /> |
<tool separator="true"/> |
<tool name="InsertBreakAtEnd" /> |
<tool name="InsertSymbol" /> |
<tool name="InsertHorizontalRule" /> |
<tool name="InsertDate" /> |
<tool separator="true"/> |
<tool name="MOSSInsertTable" /> |
<tool name="SetTableProperties" /> |
<tool name="ToggleTableBorder" /> |
<tool name="MOSSInsertTableElement"> |
<tool name="InsertRowAbove" /> |
<tool name="InsertRowBelow" /> |
<tool name="InsertColumnLeft" /> |
<tool name="InsertColumnRight" /> |
<tool name="SplitCell" /> |
</tool> |
<tool name="MOSSDeleteTableElement"> |
<tool name="DeleteRow" /> |
<tool name="DeleteColumn" /> |
</tool> |
<tool name="MergeColumns" /> |
</tools> |
<tools name="row3"> |
<tool name="InsertOrderedList" /> |
<tool name="InsertUnorderedList" /> |
<tool name="Outdent" /> |
<tool name="Indent" /> |
<tool separator="true"/> |
<tool name="JustifyLeft" /> |
<tool name="JustifyCenter" /> |
<tool name="JustifyRight" /> |
<tool separator="true"/> |
<tool name="Bold" shortcut="CTRL+B" /> |
<tool name="Italic" shortcut="CTRL+I" /> |
<tool name="Underline" shortcut="CTRL+U" /> |
<tool name="StrikeThrough" /> |
<tool name="Superscript" /> |
<tool name="Subscript" /> |
<tool separator="true"/> |
<tool name="FormatBlock" /> |
</tools> |
<paragraphs> |
<paragraph name="<P>Normal</P>" value="<P>" /> |
<paragraph name="<H2>Head</H2>" value="<H2>" /> |
<paragraph name="<H3>Head 1</H3>" value="<H3>" /> |
<paragraph name="<H4>Head 2</H4>" value="<H4>" /> |
<paragraph name="<H5>Head 3</H5>" value="<H5>" /> |
</paragraphs> |
<contextMenus> |
<contextMenu forElement="*"> |
<tool name="Cut"/> |
<tool name="Copy"/> |
<tool name="Paste"/> |
</contextMenu> |
</contextMenus> |
<fontNames> |
<item name="Arial" /> |
</fontNames> |
<colors> |
<color value="black" /> |
<!-- |
<color value="#af005f" /> |
<color value="#990066" /> |
<color value="#666666" /> |
--> |
</colors> |
</root> |
I've attached some images - I've tested the problem by swapping rows one and two around. The result is always the top toolbar is missing. I've tested this in IE 8 and Firefox 3.5 and get the same problem. I don't think this is css rated - the "missing toolbar in list item.png" shows the output in firebug - there are only two <ul> in reToolbarWrapper div. I'm wondering if there is something in the config file that is causing this?
I have a second question as well - when does editor use the listtoolsfile.xml vs the toolsfile.xml? I have attached three images - the one titled "Toolbar showing in List Item.png" is using the toolsfile.xml but the other two (which I'm getting the problem above) use the listtoolsfile.xml . My understanding was that list items all used the listtoolsfile.xml ?