1) I need to know how call the word cleanup function (from the code cleaner dialog) without opening the dialog first. Same with the font cleaner. What I want to be able to do is allow a user to click a "Word cleanup" button, and have just that function run.
A: There is a client function named ExecCommand_CleanCode.
Example:
function cleancode()
{
<%=Editor1.ClientID%>.ExecCommand_CleanCode();
}
Hope it helps.
2) I need to know if there is a way to remove Word-specific characters, such as the apostrophe (’). I need to be able to remove these word-specific characters, and replace them with the generic versions (such as an ascii apostrophe(')), so that the document will display correctly on any browser. The Word cleanup button does not seem to accomplish this, as I had hoped it would.
A: Apostrophe is not only a common character, but also constant delimiter when used in the JavaScript. By default Cute Editor maps most special characters to the equivalent HTML entity automatically. But Apostrophe is not included.
3) When using the right-click -> Paste function, it does not prompt the user to Paste from Word, like it does when using CTRL+V. I need to know how to accomplish this as well.
A: Try right-click -> Edit -> Paste from word
Hope it helps.
Let me know if you have any further questions.
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