Search

You searched for the word(s):
< 1 second(s)
  • v6.6 with jquery dialog IE9

    Hi, &nbsp; I've created this demo page, which shows how in IE9 the CE doesn't appear as editable,&nbsp;it works ok in compatability mode &nbsp; http://games2.siriusdigital.co.uk/functions/cms/htmlEditor.asp &nbsp; if i click on CE I get... &nbsp; SCRIPT16389: Unspecified error. htmlEditor.asp?, line 1 character 1 &nbsp;I've also tried ...
    Posted to Cute Editor for ASP (Forum) by rrowles2000 on April 16, 2012
  • Re: can't access getHTML in js (V6.6)

    Thanks, Don't know how I missed that.
    Posted to Cute Editor for ASP (Forum) by rrowles2000 on April 16, 2012
  • can't access getHTML in js (V6.6)

    Hi,&nbsp;I've created a test page on my site&nbsp;http://games2.siriusdigital.co.uk/functions/cms/htmlEditor.asp &nbsp;the link comes up with the error.....&nbsp;SCRIPT438: Object doesn't support property or method 'getHTML' &nbsp;htmlEditor.asp, line 26 character 5&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;I can't see what I'm doing differently ...
    Posted to Cute Editor for ASP (Forum) by rrowles2000 on April 16, 2012
  • Image display bug?

    Hi, &nbsp; I'm using &nbsp; document.getElementById(''EditorDiv'').style.visibility = ''hidden''; editor1.visibility='hidden'; document.getElementById(''insertLinkBox'').style.visibility = ''visible''; &nbsp; and vice verca to display something&nbsp;on a call&nbsp;to my custom button. When I do this with images in the html within the ...
    Posted to Cute Editor for ASP (Forum) by rrowles2000 on July 21, 2009
  • Re: Nested links using PasteHTML()

    Answer was to call; &nbsp; editor1.ExecCommand(''Unlink''); &nbsp; //before &nbsp; editor1.PasteHTML(output); &nbsp; Maybe this will help someone else.
    Posted to Cute Editor for ASP (Forum) by rrowles2000 on July 21, 2009
  • Re: Nested links using PasteHTML()

    **********CORRECTION ********** &nbsp; For example &nbsp; &lt;h1&gt;This is 9&lt;/h1&gt; &lt;p&gt;This is a paragraph&lt;/p&gt; &nbsp; becomes &nbsp; &lt;h1&gt;This is 9&lt;/h1&gt; &lt;p&gt;This is a &lt;a title='''' href=''http://cutesoft.net/files/add-button.gif''&gt;paragraph&lt;/a&gt;&lt;/p&gt; &nbsp; but if I perform the same ...
    Posted to Cute Editor for ASP (Forum) by rrowles2000 on July 21, 2009
  • Nested links using PasteHTML()

    Hi, &nbsp; Sorry if this is a dumb question! I couldn't find an answer to this in the forum but to cut a long story short, when I use pasteHTML to paste a link into the editor from my custom button. I get nested links. Is there any way of stopping this? Thanks in advance. Rich. &nbsp; I've got masses of code but basically it goes like ...
    Posted to Cute Editor for ASP (Forum) by rrowles2000 on July 20, 2009
  • Re: Custom Button Error

    OK, it really helps to put the OnCommand js after drawing the editor. Missed that bit.
    Posted to Cute Editor for ASP (Forum) by rrowles2000 on July 17, 2009
  • Custom Button Error

    Hi, &nbsp; Im getting ''Command 'OnCommand' is not supported or not implemented'' with the following code. Any ideas ...
    Posted to Cute Editor for ASP (Forum) by rrowles2000 on July 17, 2009
  • Save button not working.

    Hi, &nbsp; The save button in the demo shows the target page in the status bar. But mine doesn't. I don't know if that's got something to do with why my save button doesn't work? &nbsp; TIA. Rich
    Posted to Cute Editor for ASP (Forum) by rrowles2000 on July 4, 2009