how to make tool bars appear on left side instead of top

  •  03-04-2009, 11:23 AM

    how to make tool bars appear on left side instead of top

    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>
View Complete Thread