You are not logged in.
I've just applied a tweak to ExtendedFileManager that addresses this issue. see http://xinha.python-hosting.com/ticket/1036
Do you this is already an improvement?
I'll do that for you, no problem.
Please contact me via my website
Just leave the else part away, as you only get there when HAVE the element and then you set it NULL again
HtmlEntities (it is included in the Xinha package) is a remedy when you are NOT using UTF-8. It should really be no problem at all when you use UTF-8, that's what it's for, isn't it? ![]()
Please make shure
1. you use the same charset in both the page where the editor is embedded AND where the text is displayed
2. Your server may be configured to send chareset headers which may be different than UTF-8 (AddDefaultCharset directive in Apache)
Unfortunately it is more than buggy. It just doesn't work. And differently on different computers. shit ![]()
Stunning! Safari 2 was missing some vital js stuff (e.g. selection handling if I recall right). may they have improved this. Safari support would be real hot ![]()
It's impossible to activate the editor in any other way than clicking in the iframe
Unless you want to change all your content to UTF-8, you might want to try the HtmlEntities plugin
That's a bug. I filed an update under version 0.931 on the download page. You can fix this bug by replacing the file plugins/Stylist/stylist.js with the one from this archive.
Is there a full code version available?
Of course there are. Best is you install a subversion client (e.g. http://tortoise.tigris.org ) and checkout the svn repository at http://svn.xinha.python-hosting.com/trunk/
I guess it would be a blend of principles that are in the SpellChecker, SmartReplace and ContextMenu.
Yes, that's how I imagined it.
Let me know if you want a hand.
Well, I don't even know when I will have the time to do it
When you have any questions (and you will
), I will be glad to help you, e.g. at #xinha.
Please see http://xinha.python-hosting.com/ticket/1028
(of course you still need PHP)
Look at plugin SmartReplace, which does just this.
When options are available for a word, this word would automatically get underlined.
You could wrap it in a span with some class
By clicking on the word a context menu would appear with all the suggestions.
The ContextMenu plugin could be extended to to have a kind of API for other plugins.
if you think that this is something that would be easy/difficult to develop.
Surely some JS skills and work involved. Just try it out ![]()
A possible example would be like a spellchecker
Incidently im planning on a Spellchecker plugin that works just like this ![]()
There seem to be severe problems with your server configuration. The "Method not allowed" error refers to the POST method by which scan.php, which is used by the Linker plugin, is called. This is IMHO unrelated to the buttons not showing. These are "simply" not delivered by your server. I have no idea why, but your server plays foul ![]()
The Linker plugin requires PHP. simple_example.html works because it doesn't load the Linker
Sorry, I can't reproduce this behaviour
evil ![]()
Something like this is not available at the moment (or even possible without some rather large changes to the way the required files are loaded by Xinha).
But this is a thing we should definitely implement, the effects are really marvellous.
If you are running Apache with mod_deflate loaded you can try to put a .htaccess file in you Xinha folder containing
<FilesMatch "\.(js|html?|php|css)$">
SetOutputFilter DEFLATE
</FilesMatch>or otherwise if you don't have mod_deflate, but PHP as Apache module (not CGI)
AddHandler application/x-httpd-php .js
php_flag zlib.output_compression On1. You cannot use the dot syntax to access object properties by a variable; instead use the following syntax
xinha_editors[editorID]2. You should not use getHTML()/setHTML directly, but rather
xinha_editors.yourEditor.setHTML(xinha_editors.yourEditor.inwardHtml(html))
xinha_editors.yourEditor.outwardHtml(xinha_editors.yourEditor.getHTML())or as of realease 0.93, for convenience
var html = xinha_editors.yourEditor.getEditorContent();
xinha_editors.yourEditor.setEditorContent(html);(this is the same as above, integrated in one function)
3. Why on earth do you want to escape the content??
Here you are, fresh as of rev 823: http://xinha.python-hosting.com/wiki/DownloadsPage
theoretically there is no limit, but at some you will notice that it takes really long to get the HTML (when saving/switching modes)
I'm in this channel now on a regular basis, and I would like to invite everyone to join and have a chat!
No, the editor itself is pure JavaScript that is executed inside the browser (Mozilla/IE). But there are some plugins that use PHP to do things on the server
It's JavaScript