Search

You searched for the word(s):
< 1 second(s)
  • Re: Can't attach event

    I just see I've missed the ';' in the line with the .GetDocument() method. Of course, that's incorrect, and it should read: Response.Write(''var editDoc = obj_'' &amp; editorName &amp; ''.GetDocument();'' &amp; vbCrLf) &nbsp; &nbsp;
    Posted to Cute Editor for ASP (Forum) by vtraag on September 29, 2006
  • Re: Can't attach event

    Hi Adam, &nbsp; My source code in an ASP page is: editor.ID = editorNameeditor.Text = MessageFieldeditor.FilesPath = ''../CuteEditor_Files''editor.CustomCulture = editor_Cultureeditor.AllowUpload = editor_AllowUploadeditor.ImageGalleryPath = editor_ImageGalleryPatheditor.FlashGalleryPath = editor_FlashGalleryPatheditor.MediaGalleryPath = ...
    Posted to Cute Editor for ASP (Forum) by vtraag on September 29, 2006
  • Can't attach event

    Hi, &nbsp; I've tried the code as presented in your Javascript-API example files. My editor is called Editor: &nbsp; If I try to get the document with the following line of code: &nbsp; var objDoc = obj_Editor.GetDocument(); &nbsp; I get an error that GetDocument() is undefined. &nbsp; The reason I want to load this is to attach to an ...
    Posted to Cute Editor for ASP (Forum) by vtraag on September 28, 2006