Search

You searched for the word(s):
< 1 second(s)
  • Re: Ctrl+B, Ctrl+I, Ctrl+U

    Adam: mattsmac, &nbsp; You can disable Ctrl+B using javascript. &nbsp; For example: &nbsp; function notAllowed (e) { &nbsp;&nbsp;&nbsp;// Disable Ctrl+B &nbsp;&nbsp;&nbsp; if ( (66== event.keyCode) &amp;&amp; (event.ctrlKey) ) { &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; alert (''Sorry, not ...
    Posted to Cute Editor for .NET (Forum) by mattsmac on October 29, 2008
  • Re: Ctrl+B, Ctrl+I, Ctrl+U

    Adam: matt, &nbsp; I suggest you create your own HTML Filter to remove the above tags. &nbsp; http://cutesoft.net/developer+guide/scr/Creates-your-own-HTML-Filter.htm &nbsp; Thanks Adam, &nbsp; But I'm afraid that really doesn't address the problem.&nbsp; I can do similar code stripping when the form posts.&nbsp; The trick is to not ...
    Posted to Cute Editor for .NET (Forum) by mattsmac on October 27, 2008
  • Ctrl+B, Ctrl+I, Ctrl+U

    There is a small problem with the CuteEditor when it comes to users with limited rights.&nbsp; It may not be a bug, but more of an oversight.&nbsp; Even when the bold, italic, and underline buttons are disabled, any computer savy user can still apply these formats by using the keyboard shortcuts.&nbsp; I am in the middle of an application where I ...
    Posted to Cute Editor for .NET (Forum) by mattsmac on October 27, 2008