Re: CodeCharge Studio

  •  03-07-2005, 4:53 AM

    Re: CodeCharge Studio

    Hopefully someone can shed light onto this...I'm integrating CuteEditor into CodeCharge Studio, .asp version. I've gotten this far:
     
    To include the editor, I've put the CuteEdior code into a separate .asp page and included it in an IFrame right after my hidden field in CodeCharge. So far, so good...editor appears.
     
    Only two more lines of code should be needed, but I can't figure out how to integrate it (you javascripters may be able to help). On page load, the hidden field (from a db) must be transferred to the editor. I cannot figure this one out.
     
    Also, on insert or update, the contents of the editor needs to be transferred to the hidden field so that it may be appended to the db.
     
    Can the contents of the editor (from an IFrame) be called from javascript? If so, how?
     
    Thanks in advance for your help!
View Complete Thread