Search

You searched for the word(s):
< 1 second(s)
  • Re: SetHTML not a function

    Ok I found out a little more about my problem.&nbsp; This issue on happens the first time I load the modal window.&nbsp; If i close the window and then open it back up the editor loads with the desired text.&nbsp; Does this help at all?&nbsp;Thanks,AWG
    Posted to Cute Editor for .NET (Forum) by AWG on February 7, 2011
  • Re: SetHTML not a function

    Yea I tried to output the content and it has the information that I want.&nbsp; Also I checked the ID and it is def the correct ID, for some reason it's not recognizing that the table is a CuteEditor Object, thus not allowing me to use the api funcitons.
    Posted to Cute Editor for .NET (Forum) by AWG on February 4, 2011
  • SetHTML not a function

    Has anyone ever had a problem with the editor not being recognized when you try to get it via javascript.&nbsp; Here is my code,&nbsp;var editor1 = document.getElementById('&lt;%=texteditor.ClientID%&gt;'); editor1.SetHTML(document.getElementById(fieldname).value);&nbsp;When I do an alert of the editor1 variable I get an HTMLTableObject, is this ...
    Posted to Cute Editor for .NET (Forum) by AWG on February 4, 2011