Topbar
Topbar
Sign in
|
Join
|
Client Center
Home
Products
Client Center
Contact
Purchase
Support forums
»
Products
»
Cute Editor for .NET
»
How to Get Rid of the "Save" Icon on the Minimal Configuration
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:
Oldest to newest
Newest to oldest
Previous
Next
08-13-2009, 4:28 PM
54680
Chaplain Doug
Joined on 10-16-2008
Posts 52
How to Get Rid of the "Save" Icon on the Minimal Configuration
Reply
Quote
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
Chaplain Doug
Joined on 10-16-2008
Posts 52
Re: How to Get Rid of the "Save" Icon on the Minimal Configuration
Reply
Quote
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
Kenneth
Joined on 02-13-2008
Posts 3,886
Re: How to Get Rid of the "Save" Icon on the Minimal Configuration
Reply
Quote
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