MMCD:
How do we go about creating an instance of the editor in C#, and adding our own toolbars and toolbar controls without using inline markup or config files? We want to lock down the ability of developers to override our pre-defined tool bars without relying on a configuration file.
e.g. pseudo-code
CuteEditor.Editor editor = new CuteEditor.Editor();
Toolbar toolbar = new Toolbar()
toolbar.Add(new ToolbarControl("Bold");
toolbar.Add(new ToolbarControl("Separator");
editor.Toolbars.Add(toolbar)
Please use TemplateItemList property.
C#:
Editor1.TemplateItemList = "{bold, ilatic, underline}";
VB:
Editor1.TemplateItemList = "{bold, ilatic, underline}"
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