Search

You searched for the word(s):
< 1 second(s)
  • Re: CTRL-V vs Paste Toolbar Button

    There are missing EditorOnPaste modes in the DNN editor provider: &nbsp; &nbsp;if (Operators.CompareString(text2, ''ConfirmWord'', false) == 0) &nbsp;&nbsp;&nbsp; { &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; this.cntlCE.EditorOnPaste = PasteBehavior.ConfirmWord; &nbsp;&nbsp;&nbsp; } &nbsp;&nbsp;&nbsp; else if ...
    Posted to Cute Editor for .NET (Forum) by etpub on June 13, 2007
  • CTRL-V vs Paste Toolbar Button

    When using CTRL-V, the EditorOnPaste settings are not applied. However, it works great when using the toolbar paste button. We are running the editor inside DNN 4.5 and have tried various EditorOnPaste and AllowPasteHtml settings. &nbsp; Is there any way to get the CTRL-V to work properly? &nbsp; Thank you
    Posted to Cute Editor for .NET (Forum) by etpub on May 29, 2007