Question on putting the "editor.Draw()" output to a variable instead of to the client browser

Last post 12-14-2004, 11:23 AM by rbiddle813. 2 replies.
Sort Posts: Previous Next
  •  11-30-2004, 11:34 AM 2711

    Question on putting the "editor.Draw()" output to a variable instead of to the client browser

    Hi - Hopefully a simple answer to this....
     
    I am using the product and love it.  It works great in my environment, but I have a need where I am building dynamic forms. When I build these forms, I am building the form in a variable, and then at the end of my process simple doing a response.write of the variable out to the browser which contains the complete form.
     
    Is there a way in which at the point I would be adding the WYSIWYG, can I read the content of the Editor and append it to a variable instead of performing a Editor.draw operation?  For instance:

        ... 
        xOutput = xOutput & "<tr><td><input type='text' name='name' size='10'></td></tr>"
        xOutput = xOutput & "<tr><td>" & editor.contents & "</td></tr>"
        xOutput = xOutput & "<tr><td><input type='text' name='name2' size='10'></td></tr>"
        ...
     
    Where here in line 2 I would be appending the content to my variable instead of performing an editor.draw function.

    Thanks in advance,

    Rodney
    Tampa, Fl.
  •  11-30-2004, 10:28 PM 2724 in reply to 2711

    Re: Question on putting the "editor.Draw()" output to a variable instead of to the client browser

    Rodney,
     
    Glad to know you like our product.
     
    Unfortunately CuteEditor for ASP version 3.0 doesn't have this ability right now.
     
    Please wait for the next version.

    asp.net Chat http://cutesoft.net/ASP.NET+Chat/default.aspx
    Web Messenger: http://cutesoft.net/Web-Messenger/default.aspx
    asp.net wysiwyg editor: http://cutesoft.net/ASP.NET+WYSIWYG+Editor/default.aspx
    asp wysiwyg html editor: http://cutesoft.net/ASP
    asp.net Image Gallery: http://cutesoft.net/ASP.NET+Image+Gallery/default.aspx
    Live Support: http://cutesoft.net/live-support/default.aspx

  •  12-14-2004, 11:23 AM 3013 in reply to 2724

    Re: Question on putting the "editor.Draw()" output to a variable instead of to the client browser

    Was afraid of that.... Thanks for letting me know. Like I said, I love the product and have been able to do some great stuff with it....

    Rodney Biddle

View as RSS news feed in XML