You are not logged in.
Hello,
Under Firefox 1.0.4, Xinha loads ok but has the following errors in the JavaScript console:
Error: CharacterMap is not defined
Source File: http://tatties.lhb.scot.nhs.uk:8080/xinha/htmlarea.js
Line: 5201
Error: uncaught exception: Permission denied to call method XMLHttpRequest.open
However, under IE I get the same errors but it does not load ok - the boxes are greyed out and will not accept focus...
Any ideas?
Cheerio,
Nic.
Offline
Firstly, I cannot provide you with a URL since it is on an internal server....i know this makes things more difficult but I can confirm that the CharacterMap is installed in the plugins directory.
The exact error is this:
Error: CharacterMap is not defined
Source File: http://tatties.lhb.scot.nhs.uk:8080/xinha/htmlarea.js
Line: 5201
If I run the examples in the xinha directory, there are no errors reported so it must be something with the way I am calling Xinha in my application.
Offline
Goddit! Sorry, but I had not updated the config for the live server as follows:
My config is in an XSL file (HTML template):
<!-- xhtml:script type="text/javascript">
_editor_url = "http://localhost:8080/xinha/" // (preferably absolute) URL (including trailing slash) where Xinha is installed
_editor_lang = "en"; // And the language we need to use in the editor.
</xhtml:script -->
<xhtml:script type="text/javascript">
_editor_url = "http://tatties.lhb.scot.nhs.uk:8080/xinha/" // (preferably absolute) URL (including trailing slash) where Xinha is installed
_editor_lang = "en"; // And the language we need to use in the editor.
</xhtml:script>
problem solved.
Offline