Does the editor work on a ColdFusion page?
Question:
The editor works on the html page, but not on the exact same page with a .cfm extension. Should I be able to get it to work, or is there something about CF getting its hands on things that will keep the editor from working?
You can get the editor working except for the image upload part - as we do not have Pure CF Upload yet. In addition to the
The editor works on the html page, but not on the exact same page with a .cfm extension. Should I be able to get it to work, or is there something about CF getting its hands on things that will keep the editor from working?
Answer:
You can get the editor working except for the image upload part - as we do not have Pure CF Upload yet. In addition to the
<meta http-equiv="Content-Type" content="text/html; charset="iso"-8859-1">
You should add
<cfcontent type="text/html; charset="iso"-8859-1">
at the very top of the page. Now the editor is working like a charm, even with the .cfm extension
Thanks to David Robinson for the tip!
Comments
Be the first to write a comment
You must me logged in to write a comment.