We are having trouble using multiple toolbars for RadEditor in our MOSS environment. The ListToolsFile.xml is as follows:
<root>
<tools name="MainToolbar" enabled="true">
<tool name="Undo" />
<tool name="Redo" />
<tool separator="true" />
<tool name="Cut" />
<tool name="Copy" />
<tool name="Paste" shortcut="CTRL+!" />
</tools>
<tools name="Formatting" enabled="true">
<tool name="Bold" />
<tool name="Italic" />
<tool name="Underline" />
<tool separator="true" />
<tool name="FontName" />
<tool name="RealFontSize" />
</tools>
<root>
The problem is that it is only the "Formatting" Tool bar that gets rendered.
\\ Regards
<root>
<tools name="MainToolbar" enabled="true">
<tool name="Undo" />
<tool name="Redo" />
<tool separator="true" />
<tool name="Cut" />
<tool name="Copy" />
<tool name="Paste" shortcut="CTRL+!" />
</tools>
<tools name="Formatting" enabled="true">
<tool name="Bold" />
<tool name="Italic" />
<tool name="Underline" />
<tool separator="true" />
<tool name="FontName" />
<tool name="RealFontSize" />
</tools>
<root>
The problem is that it is only the "Formatting" Tool bar that gets rendered.
\\ Regards