Hi,
We've ordered version 1.6 of CuteSoft's editor for .NET a while ago. There are a few things though which we would like to do, and which seems to be impossible in this version:
- selecting the default items in the dropdownlists such as the font dropdownlist and the size dropdownlist
- removing default items from those dropdownlists.
We tried doing stuff like this, without success: myEditor.fontDropDown().Items.Clear(), etc.
Is there any way we can achieve this in this version?
Thanks,
Wilco |
Wilco,
It's very easy to Configure the Toolbar (font face and font size) to meet your requirements.
You can achieve that by the following code:
Editor1.FontSizesList = new string[] {"1","2","3"};
Editor1.FontFacesList = new string[] {"Arial","verdana"};
You can check out the following link to see it in real life:
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