Search

You searched for the word(s):
< 1 second(s)
  • Re: getHTML is not a function (version 5.1)

    I think I had that problem...it seems vaguely familiar. &nbsp; Anyway I think it has something to do with the paths...and I noticed in your source the paths are ''CuteEditor....'' and the example is ''/CuteEditor...'' &nbsp; Hope that helps. &nbsp; Peter
    Posted to Cute Editor for ASP (Forum) by gwp on May 1, 2008
  • Re: Creating editor with HTML and JS

    Using FF and WebDeveloper Add-on, I can get the Generated Source ... what the HTML looks like after the JS has moved the DIV. &nbsp; Interestingly, when I copy and paste the generated source after the move, it works. That is, I click the MOVE link.&nbsp; The CE moves from DIV1 to DIV2, but doesn't work (I can't type in the input ...
    Posted to Cute Editor for ASP (Forum) by gwp on April 30, 2008
  • Re: Creating editor with HTML and JS

    That example is what I've based my solution on, actually. &nbsp; With JS it changes the style of the DIV the editor is in. &nbsp; In my example I need to be able to move the editor from one DIV into another. &nbsp; &lt;!--#include virtual= ''/CuteEditor_Files/include_CuteEditor.asp'' --&gt; &lt;html&gt; &nbsp;&nbsp;&nbsp; ...
    Posted to Cute Editor for ASP (Forum) by gwp on April 29, 2008
  • Re: Creating editor with HTML and JS

    After some more work, and understanding what is involved in displaying the editor, I found a workaround that doesn't need to use HTML only. &nbsp; Unfortunately, that created a new challenge.&nbsp; I need to create the editor and then move it. &nbsp; &lt;DIV ID=''Original_Location''&gt; &nbsp; &lt;DIV ID=''Container''&gt; ...
    Posted to Cute Editor for ASP (Forum) by gwp on April 28, 2008
  • Re: Creating editor with HTML and JS

    I don't know why, but it suddenly works. The issue that I'm having now, however, is that in the JS function to attach the events, ''editor1.GetDocument is not a function'' is the e error I can't figure out. &nbsp; Any help would be appreciated! &nbsp; Thanks!
    Posted to Cute Editor for ASP (Forum) by gwp on April 24, 2008
  • Creating editor with HTML and JS

    Hi,&nbsp; I need to be able to create an editor with HTML and JS. http://www.gwptest.ca/editortest.htm has the attempt I'm working on. &nbsp; I also need to attach onkeypress and onblur events, and I've seen posts for those, but I can't get the editor to display/function properly in the first place. &nbsp; If you check the error console ...
    Posted to Cute Editor for ASP (Forum) by gwp on April 24, 2008