You are not logged in.
Hilope, you seem absolutely right with the Tango license. I have just removed the license file from the trunk. I don't know why Douglas has placed it there in the first place, but it looks obviously wrong.
I also changed the license of HtmlEntities, which is by myself, if this matters anything
This ist interesting. Spontanously I would have thought, it's simply that Firefox doesn't show embedded content in WYSIWYG mode, but in fact it works when the code is in the textarea when Xinha is created, but not when switching between modes.
So I think this should be fixable; if anybody finds out how, please sen a patch!
Safari 3 works; Chrome, too, as it's based on WebKit like Safari.
Have you correctly set
$IMConfig['images_url'] = '<images url>';?
the plugin HtmlEntities does the trick.
You may however consider using UTF-8 (in future projects), so you don't need these entities!
Hi guys,
Recently I have been a bit busy working for money
and girlfriend and stuff. Also my fellow Phoenix programmers seem to have quit. However I'm still here with you, and I'm still willing take on work again soon!
Ray
You can use
xinha_editors.editor1.whenDocReady(function(){
....
})It should work, I've just tested it here: http://xinha.raimundmeyer.de/x_examples/restricted.php
please look here: http://trac.xinha.org/wiki/Plugins/ExtendedFileManager
You can feed Linker in several ways described here: http://trac.xinha.org/wiki/Linker
Please check if you explicitly allow file uploads in the ImageManager configuration
Your server obviously must be able to execute PHP scripts, e.g. as CGI. I don't know if 4D can do this
Hi Alex,
thanks for your contribution. I have openend a ticket for this here http://xinha.webfactional.com/ticket/1453
You can't select a tag selector in stylist, because it's apllied to all H1s automatically
Sorry, controlling copy & paste with Javascript is not allowed in these browser. You'll h<ve to use the usual key commands instead
Sorry, this is not possible at the moment. If you wish you may fille a feature request http://trac.xinha.org/wiki/Tickets
Hi joek,
Xinha is written in Javascript and as such is executed in the users browser. For that the the files have to be readable by the web server, like any HTML or image.
I suppose you try to get the HTML from the textarea, but it is not updated in real time. You can use this function to retrive the HTML directly from the Xinha object instead
xinha_editors.yourEditor.getEditorContent()or you can call the static function
Xinha.updateTextareas()save the contents of all Xinhas to their respective textareas programatically
Could be a bug, please open a ticket
Hi jhilgeman,
that's a bug thanks for reporting Ticket #1423 and just fixed
PS: you should grab an uncompressed source from svn if you do debugging, that much easier ![]()
Hi 0xdeadc0de,
if your're talking about the plugin PreserveScripts, it is using RegExps to find blocks of PHP. Obviously not all levels of complexity can be covered by this without designing an equally complex regular expression, but there are always cases that will fall out, like the example you give. Sorry.
I'm sorry, Xinha relies heavily on XMLHTTPRequests, and these only work with a server
You can either check out the repository by svn, or browse the sources with trac http://trac.xinha.org/browser/trunk