asp.net Chat http://cutesoft.net/ASP.NET+Chat/default.aspx Web Messenger: http://cutesoft.net/Web-Messenger/default.aspxasp.net wysiwyg editor: http://cutesoft.net/ASP.NET+WYSIWYG+Editor/default.aspxasp 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
Meltdown: OK, thanks Adam, it would be nice to be able to control that in a future version. Do you have any sample C# code to call those Design | HTML | Preview events? Regards Melt Please check the source code of the above example. function SetActiveTab(tab) { // get the cute editor instance var editor1 = document.getElementById('CE_Editor1_ID'); editor1.SetActiveTab(tab); } SetActiveTab('Code'); asp.net Chat http://cutesoft.net/ASP.NET+Chat/default.aspx Web Messenger: http://cutesoft.net/Web-Messenger/default.aspxasp.net wysiwyg editor: http://cutesoft.net/ASP.NET+WYSIWYG+Editor/default.aspxasp 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
function SetActiveTab(tab) { // get the cute editor instance var editor1 = document.getElementById('CE_Editor1_ID'); editor1.SetActiveTab(tab); }
SetActiveTab('Code');