Hi!
I am trying out DockingZone with the toolbars which is a great feature but I get some weired graphics.
Edit: The toolbar is re-added at every postback. Which means I get many identical toolbars in the dockingzone.
Screendump is attached. My DockingZone div
<div id="divToolbarDockingZone"></div>
Another question. Is it possible to move the location of the edit mode buttons? Is it possible to change the appearece of the buttons? I want them appear in the toolbar. I have achieved this by adding custom buttons (as you can see in the screendump) but when the editors mode is 2 or 4 the toolbar is disabled which makes it hard to switch back to the designer mode =). Any work around?
ToolsFile
<root>
<tools DockingZone="divToolbarDockingZone">
<tool name="BizWizardRadEditorDesign"/>
<tool name="BizWizardRadEditorHTML" />
<tool name="BizWizardRadEditorPreview"/>
<tool name="FindAndReplace"/>
<tool name="Print"/>
<tool name="AjaxSpellCheck"/>
<tool separator="true"/>
<tool name="Cut"/>
<tool name="Copy"/>
<tool name="Paste"/>
<tool name="PastePlainText"/>
<tool separator="true"/>
<tool name="Undo"/>
<tool name="Redo"/>
<tool separator="true"/>
<tool name="JustifyLeft"/>
<tool name="JustifyCenter"/>
<tool name="JustifyRight"/>
<tool name="JustifyFull"/>
<tool separator="true"/>
<tool name="Indent" />
<tool name="Outdent" />
<tool name="InsertOrderedList" />
<tool name="InsertUnorderedList" />
<tool separator="true"/>
<tool name="InsertHorizontalRule" />
<tool name="InsertSymbol" />
<tool name="InsertDate" />
<tool name="InsertTime" />
</tools>
<tools DockingZone="divToolbarDockingZone">
<tool name="ApplyClass"/>
<tool name="Bold"/>
<tool name="Italic"/>
<tool name="Underline"/>
<tool separator="true"/>
<tool name="FontName"/>
<tool name="FontSize"/>
<tool name="ForeColor"/>
<tool name="BackColor"/>
<tool name="StrikeThrough" />
<tool name="Superscript" />
<tool name="Subscript" />
<tool separator="true"/>
<tool name="InsertTable" />
<tool separator="true"/>
</tools>
<tools DockingZone="divToolbarDockingZone">
<tool separator="true"/>
<tool name="BizWizardLinkManager" />
<tool name="Unlink" shortcut="CTRL+SHIFT+K"/>
<tool name="BizWizardImageManager" />
<tool name="BizWizardFlashManager" />
<tool name="BizWizardTagManager"/>
<tool separator="true"/>
<tool name="BizWizardModule_Article"/>
<tool name="BizWizardModule_Form" />
<tool name="BizWizardShareManager" />
<tool name="BizWizardYouTubeManager" />
</tools>
<links>
<link name="telerik" href="http://www.telerik.com">
<link name="Products" href="http://www.telerik.com/products" />
<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>
</root>
