rpinson,
5. Put the toolbar items needed to be disabled into this Editor.DisableItemList string. |
|
For example:
<CE:Editor id="Editor1" DisableItemList="save, help, CssStyle" runat="server"></CE:Editor>
C# Example:
Editor1.DisableItemList = "save, help, CssStyle";
VB
Editor1.DisableItemList = "save, help, CssStyle"
|
>>You show three disabled options in the example.
You can disable as many buttons as you want.
For example:
Editor1.DisableItemList = "save, help, CssStyle, Bold Ialic";
>>If you want to disable a fourth (or enable one of these three), you have to define the entire list of four (or two) disabled items again?
Check my answer above.
>>There is no single command to just enable or disable one option by itself?
You can find a single button and set Visible property to false.
asp.net Chat http://cutesoft.net/ASP.NET+Chat/default.aspx
Web Messenger: http://cutesoft.net/Web-Messenger/default.aspx
asp.net wysiwyg editor: http://cutesoft.net/ASP.NET+WYSIWYG+Editor/default.aspx
asp wysiwyg html editor: http://cutesoft.net/ASP
asp.net Image Gallery: http://cutesoft.net/ASP.NET+Image+Gallery/default.aspx
Live Support: http://cutesoft.net/live-support/default.aspx