You are not logged in.
Is your javascript file being run by php? I doubt it. Call it my_config.php
Use chrome developer tools to look for errors.
You will have to use your browser developer tools to see what is wrong.
The easiest way will be for you to do it on your server end, just replace <strong> with <b> ont he way out and <b> with <strong> on the way in (to Xinha).
You probably has a CSS conflict, you will have to use the DOM/CSS inspector of your browser and see what is happening.
I would guess you have some other CSS from outside Xinha which interferes with Xinha CSS. You must use your web browser developer tools (eg Firebug or Chrome's Developer Tools) to inspect the button elements and see what CSS is wrong.
Use the uncompressed.
Look in browser console for network errors.
Are you using the latest version of Xinha? Have you looked in your browser console to see if there are 404's?
First your textarea does not have a name.
<textarea id="taTextArea">test</textarea>Second you must use the uncompressed Xinha to debug, that error means nothing.
This is not a forum about TinyMCE, go ask them if you are using TinyMCE
IUf you are using Xinha, the answer is no, not in Xinha, you would have to write a Xinha plugin or do it server-side.
Mostly the others work similarly to GECKO, but it woudln't surprise me if there simply isn't support for blur in this instance. Best I can suggest is work backwards from _doc and try blur events on the parent nodes to see if anything fires it.
Well for a start, you're missing a name attribute, unless the asp adds one? I don't know how asp produces the textarea from your "textbox", but Xinha is not concerned with any backend language you use, write your backend in 8086 assembly for all it cares. As long as there is a textarea, that's all it needs.
That is correct, XMLHTTPRequest can not function over file://
Check all paths in your configuration is correct, check _editor_url, and check the paths configured for the plugin.
I recommend using MootoolsFileManager if you can.
Just name the file something.php
then
<script type="text/javascript" src="something.php"></script>will do the job.
Your _editor_url is incorrect.
Also the scripts should be in head, not body.
Are you using any other scripts or frameworks?
Observe your problem
<input id="beskrivning_old" name="beskrivning_old" value="<p>Länkning av dokument till denna editor fungerar otillfredställande! Vid skapande av länken i editorn verkar allt ok, då vi högerklickar på länken och väljer <em>Kontrollera länk...</em>. Men då man spar ändringen bryts länken. Till detta kommer att skittecken skrivs utanför (ovan) aktuell
textarea, länkens text och lite till. Detta kan vara ett specialfall av problemen med floppar, eftersom link-funktionen (i XinhaCore.js) tillfogar dubbelfloppar runt länkadressen. Här är en länk till <a href=" http:="" google.se="" type="hidden">Your hidden field called beskrivning_old (this is not part of Xinha) is incorrect.
I suggest that you view the generated source of the page with the textarea/xinha on it and post here a minimal version of that generated source starting with <form and ending with /form> and including everything inside that.
That looks fine to me (verbosity of using all those echos aside !)
What EXACTLY is the contents of $theXinhaText.
Are you entizing your data correctly?
I don't think your problem is going to be to do with Xinha, look at your server code, and configuration.
My first guess is magic_quotes_gpc (although most people work around this, perhaps you forgot).
In WYSIWYG mode, add a link, now switch to text mode, if the link is broken now then the problem is in Xinha. if it's not, then the problem is almost certainly in the server end with whatever you are doing with the output.
Youi must observe the result of the XMLHTTPRequest to scan.php (using Firebug or Chrome's developer tools), not run it directly, it's behaviour depends on the javascript configuration to Linker, running it directly tells you little of interest.