How to Get Rid of the "Save" Icon on the Minimal Configuration

Last post 08-13-2009, 9:06 PM by Kenneth. 2 replies.
Sort Posts: Previous Next
  •  08-13-2009, 4:28 PM 54680

    How to Get Rid of the "Save" Icon on the Minimal Configuration

    Cute Editor 6.3.0.0.  Visual Web Developer 2008 Express.
     
    I have a Cute Editor control on my page set up as "minimal."  The only things that show on the upper tool bar are save, bold, italic, underline, and text justify buttons.  If I click the "save" icon it does strange (and unwanted) things to my system.  Moreover, it makes no sense to save in my context.  How can I make this icon not appear?  Here is my editor:
     

    <CE:Editor ID="NoteEditor" runat="server" AutoConfigure="Minimal" ContextMenuMode="Simple"

    EditorBodyClass="MyCuteEditorBody" EditorWysiwygModeCss="~/Extranet/StyleSheets/DefaultStyleSheet.css"

    Text='<%# Bind("Note") %>' ThemeType="Office2007" Width="70%" ShowBottomBar="false"

    EditorBodyStyle="MyCuteEditorBody" StyleWithCSS="True">

    </CE:Editor>

  •  08-13-2009, 4:59 PM 54682 in reply to 54680

    Re: How to Get Rid of the "Save" Icon on the Minimal Configuration

    The answer:
     
    Edit:
     
    ~/CuteSoft_Client/CuteEditor/Configuration/AutoConfigure/Minimal.config
     
    Removing the line for the "Save" icon.
  •  08-13-2009, 9:06 PM 54687 in reply to 54680

    Re: How to Get Rid of the "Save" Icon on the Minimal Configuration

    Hi Chaplain Doug,
     
    Another way,Use properties TemplateItemList, like below:
     
     
      <CE:Editor ID="Editor1" runat="server" TemplateItemList="[Bold,Italic,Underline,JustifyLeft,JustifyCenter,JustifyRight,insertcustombutonhere]">
            </CE:Editor>
     
    Regards,
     
    Ken
     
View as RSS news feed in XML