Announcement

Do not use the forums to submit bug reports, feature requests or patches, submit a New Ticket instead.

#1 2005-08-04 09:30:04

downtroden`
New member
Registered: 2005-08-03
Posts: 1

Trouble getting xinha to work with coldfusion.

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

#2 2005-08-04 19:24:35

mokhet
Xinha Authority
From: Paris, France
Registered: 2005-04-03
Posts: 105
Website

Re: Trouble getting xinha to work with coldfusion.

any url ? Xinha is running on client side, means that the HTML content, of the page you are trying to runs with Xinha, needs to be known

Offline

Board footer

Powered by FluxBB