Search

You searched for the word(s):
< 1 second(s)
  • Using JScript code

    I need to change an image on mouse over. &nbsp; So, we did a javascript function to make this happen, but when I try to use it , it keeps replacing the &#8216; and the function doesn&#8217;t work&#8230; &nbsp; Ex of what I use: &lt;a onmouseover=''changeImages('splashFrancais', '/images/splashFrancais_over.gif'); return true;'' ...
    Posted to Cute Editor for .NET (Forum) by acver on January 9, 2006
  • Re: Get selected text and rewrite it

    Sorry. I can see the&nbsp;answer from you. Please disregard my last question. Thank you a lot...
    Posted to Cute Editor for .NET (Forum) by acver on November 25, 2005
  • Re: Get selected text and rewrite it

    How about my question?&gt;However&nbsp;function PasteHTML(html) helps only if I want to replace the whole HTML text in editor. How about ''replace selected text with my own''? Thank you in advance. Ok. I can get the whole text of editor and then replace selected text and afterwards place this text again to editor. However will it be the right ...
    Posted to Cute Editor for .NET (Forum) by acver on November 25, 2005
  • Re: Get selected text and rewrite it

    Thanks a lot.&nbsp;&nbsp;I found another way: &nbsp;&nbsp; var editor1 = document.getElementById('CE_Editor_ID');&nbsp;&nbsp; //Get the editor selection &nbsp;&nbsp; var editor1doc = editor1.GetDocument();&nbsp;&nbsp; if (editor1doc.selection==''Text'')&nbsp;&nbsp; {&nbsp;&nbsp;&nbsp;&nbsp; selectedhtml = ...
    Posted to Cute Editor for .NET (Forum) by acver on November 25, 2005
  • Get selected text and rewrite it

    I have the following Editor declaration: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;ce:editor ID=''Editor'' Runat=''server'' &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; AutoConfigure=''Full''&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; AutoParseClasses=''true''&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ...
    Posted to Cute Editor for .NET (Forum) by acver on November 25, 2005