Search

You searched for the word(s):
< 1 second(s)
  • Re: Selected Cursor Position

    Still facing same problem. Can I retrieve the Cute editor's selected text At server side? if yes How?
    Posted to Cute Editor for .NET (Forum) by Sarfraj on November 26, 2009
  • Selected Cursor Position

    When I am selecting text from cute editor I am selecting it with following code ar editor1 = document.getElementById('&lt;%=Editor1.ClientID%&gt;'); var editdoc=editor1.GetDocument(); var objselect=editdoc.selection; var range = objselect.createRange(); if(range.htmlText!=null || range.htmlText!='''') { ...
    Posted to Cute Editor for .NET (Forum) by Sarfraj on November 25, 2009