You are not logged in.
Hello,
Given the fluid nature of this project, I fully expect to perform upgrades, patches, and fixes as the excellent developers continue to contribute. So...
What is the best way to install the package as a whole? Can I simply put it in a /xinha/ directory, then call it from outside that directory, or will this cause problems?
I've no doubt that it's _possible_ to do it however I want... what I'm asking for here is the BEST way of doing it so that future upgrades are as painless as possible.
Thanks!
Offline
What is the best way to install the package as a whole? Can I simply put it in a /xinha/ directory, then call it from outside that directory, or will this cause problems?
Yep that's the idea.
You just need to set _editor_url to the base URL where you put xinha before you load the javascript files
<script language="Javascript">
_editor_url = '/xinha/';
</script>
<script language="Javascript" src="/xinha/htmlarea.js"></script>
James Sleeman
Offline