Ticket #1229 (closed defect: invalid)

Opened 4 months ago

Last modified 2 months ago

xinha question

Reported by: guest Owned by: gogo
Priority: normal Milestone: 0.96
Component: Xinha Core Version: trunk
Severity: normal Keywords:
Cc:

Description

Hi, I have tried to install xinha editor, since i want to use it in my web application that i want to develop. I simply did everything that i read in newbie guide but editor doesnt seem to load properly for me. Actually only a text box is being loaded. My index.html : <html> <body>

<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. _editor_skin = "silva"; // If you want use a skin, add the name (of the folder) here </script>

<script type="text/javascript" src="/xinha/XinhaCore.js"></script> <script type="text/javascript" src="/xinha/config.js"></script> <textarea id="newbiearea1" name="newbiearea1" rows="10" cols="50" style="width: 100%"></textarea>

</body> </html>

this is the file located in /var/www/myname/'index.html'. my config.js is located in /var/www/myname/xinha/'config.js' my whole editor dir is /var/www/myname/xinha I have also tried to set _editor_url to /myname/xinha but without success. Have i done something wrong ? Thanks

Change History

Changed 4 months ago by guest

try the forum, dude

AdamJ

Changed 2 months ago by gogo

  • status changed from new to closed
  • resolution set to invalid

From the sound of your ticket, I bet you're trying to load it over file://

Note: See TracTickets for help on using tickets.