Announcement

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

#152 Re: User Discussion & Help » configurate ImageManager » 2010-09-07 05:54:48

Is your javascript file being run by php?  I doubt it.  Call it my_config.php

#153 Re: User Discussion & Help » In local server it is not working? » 2010-09-03 02:45:16

Use chrome developer tools to look for errors.

#154 Re: User Discussion & Help » In local server it is not working? » 2010-09-02 18:38:59

You will have to use your browser developer tools to see what is wrong.

#155 Re: User Discussion & Help » <b> tag instead of <strong> » 2010-09-02 18:38:20

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).

#156 Re: User Discussion & Help » xinha in website baker » 2010-08-31 20:41:36

You probably has a CSS conflict, you will have to use the DOM/CSS inspector of your browser and see what is happening.

#157 Re: User Discussion & Help » CSS style does not load? Or the layout broke because of the page sourc » 2010-08-24 19:28:02

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.

#158 Re: User Discussion & Help » Xinha not loading in the HTC files » 2010-08-24 08:05:03

Use the uncompressed.
Look in browser console for network errors.

#159 Re: User Discussion & Help » Xinha not loading in the HTC files » 2010-08-23 19:09:12

Are you using the latest version of Xinha?  Have you looked in your browser console to see if there are 404's?

#160 Re: User Discussion & Help » Xinha not loading in the HTC files » 2010-08-23 07:34:59

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.

#161 Re: User Discussion & Help » PATCH: InsertImage selection dropdown for inline attachments » 2010-08-21 07:37:15

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.

#162 Re: User Discussion & Help » Integration of Xinha into XForms » 2010-08-20 21:07:38

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.

#163 Re: User Discussion & Help » Using Xinha with .NET Textboxes » 2010-08-20 21:01:27

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.

#164 Re: User Discussion & Help » Xinha *must* » 2010-08-19 20:04:27

That is correct, XMLHTTPRequest can not function over file://

#165 Re: User Discussion & Help » error in inserting pictures » 2010-08-19 09:41:19

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.

#166 Re: User Discussion & Help » Looks like a common problem » 2010-08-19 06:24:18

Just name the file something.php
then

<script type="text/javascript" src="something.php"></script>

will do the job.

#167 Re: User Discussion & Help » Error Message "plugin is not a constructor" » 2010-08-15 05:47:55

Your _editor_url is incorrect.

Also the scripts should be in head, not body.

#169 Re: User Discussion & Help » Links in the editor » 2010-08-14 10:15:30

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.

#170 Re: User Discussion & Help » Links in the editor » 2010-08-14 05:50:47

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.

#171 Re: User Discussion & Help » Links in the editor » 2010-08-14 05:48:30

That looks fine to me (verbosity of using all those echos aside !)

What EXACTLY is the contents of $theXinhaText.

#173 Re: User Discussion & Help » Links in the editor » 2010-08-13 03:26:09

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).

#174 Re: User Discussion & Help » Links in the editor » 2010-08-12 20:25:12

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.

#175 Re: User Discussion & Help » Strange linker error » 2010-08-07 21:04:51

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.

Board footer

Powered by FluxBB