How to make tool bar appear on left side instead of top in CuteEditor
the code is
<CE:Editor ID="Editor1" runat="server" ResizeMode="AutoAdjust"
Height="100%" Width="100%" ShowBottomBar="false"
AutoConfigure="Minimal"
ForeColor="Black"
EnableContextMenu="True">
</CE:Editor>