You are not logged in.
This thing is great by the way. What really is drawing me to xinha (besides the free price tag) is the fact that when you break a line, it uses p tags insted of a br tag... great!
So... my problem. I'm building a site with coldfusion and can't seem to get xinha to work. I've set the id as instructed in the config file and put in the appropriate script tags in the page and no editor.
my page code:
<script type="text/javascript" src="/includes/showhide.js"></script>
<script type="text/javascript">
_editor_url = "/xinha/" // (preferably absolute) URL (including trailing slash) where Xinha is installed
_editor_lang = "en"; // And the language we need to use in the editor.
</script>
<script type="text/Javascript" src="/xinha/htmlarea.js"></script>
<script type="text/Javascript" src="/xinha/my_config.js"></script>
form field code:
<label for="release_content"><span class="text_label">Release</span></label>
<textarea id="release_content" name="release_content" cols="65" rows="35" class="text_field" >#get_release_entry.release_content#</textarea>
<br>
doesn't everything look correct? Is there a problem with xinha and coldfusion? I wouldn't think so.
Any help is most appreciated.
Offline