Hi,
I'm using radeditor((Q2 2008 version). below mention code I written but I didn't get proper alignment for tool bar.
<rad:RadEditor ID="rdEditorAgenda" Editable="true" runat="server" NewLineBr="true" Width="100%"
Skin="WebBlue" ToolsFile="~/Template/DynamicContentEditorToolsFile.xml"
CssFiles="~/CSS/RadEditor.css" ShowSubmitCancelButtons="false" >
</rad:RadEditor>
but if I'm add ToolbarMode="ShowOnFocus" this property, that time when default page open, toolbar is not enabled. when you click on inside the radeditor toolbar display with correct format.
<rad:RadEditor ID="rdEditorAgenda" Editable="true" runat="server" NewLineBr="true" Width="100%"
Skin="WebBlue" ToolsFile="~/Template/DynamicContentEditorToolsFile.xml"
CssFiles="~/CSS/RadEditor.css" ShowSubmitCancelButtons="false" ToolbarMode="ShowOnFocus" >
</rad:RadEditor>
Thanks in Advance
Mr. Perfect.