Importing HTML into TinyMCE using ColdFusion

Posted by knawlejj on Stack Overflow See other posts from Stack Overflow or by knawlejj
Published on 2010-03-24T15:44:03Z Indexed on 2010/03/24 21:33 UTC
Read the original article Hit count: 209

Filed under:
|
|
|

Hey everyone, I would appreciate a pointing in the right direction with the problem I'm having. In short, I'm working on an application that will create PDFs using TinyMCE and ColdFusion 8. I have the ability to create a PDF by just entering in text, pictures, etc. However, I want to be able to import an html template and insert it into the TinyMCE .

Basically, I have a file directory code snippet that lets me browse through my 'HTMLTemplates' folder, and am able to select an HTML document. Now, I want to be able to take all the code from that selected HTML document and insert it into my TinyMCE box. Any tips on how I might do this, maybe?

Thanks!

© Stack Overflow or respective owner

Related posts about coldfusion

Related posts about tinymce