You are not logged in.
I'm afraid that is not so easily possible. What is it you want to do, maybe there is another way?
By the way, great project! I'm finding it much more agreeable than TinyMCE.
Thanks, spread the word!
Check this out
http://rheinaufcms.de/RheinaufCMS/Download/EFM/
See index.php, hope it explains how to use it
There's now a plugin (HtmlEntities) that forces the conversion of special characters to named entities (adjustable)
Please see the ticket http://xinha.python-hosting.com/ticket/877
Stand by, I'm working on a much nicer version that also works like you suggested
1. Obviously this is not a postnuke forum, so don't expect too much expertise
2.
except for this instruction
I think this may be the trick
3.
There are several htm/html files in the themes template directory
which one do I edit.
The one where the head is defined (<head>....</head>)
4. look for any JavaScript errors that may prevent the editor from working
Hello, please have a look at this http://xinha.python-hosting.com/ticket/877
If you really want to spoil this brilliant feature, try this:
Index: stylist.js
===================================================================
--- stylist.js (revision 608)
+++ stylist.js (working copy)
@@ -192,6 +192,7 @@
}
else
{
+ if (this._stylist_applyTo.className) this._stylist_applyTo.className = '';
editor._stylistAddClasses(this._stylist_applyTo, this._stylist_applyTag, this._stylist_className);
}
return false;Alexey, thank you for your contribution ![]()
You can see the version (revision) of htmlarea.js in the about box in the version tab or in the file itself. You can see recent changes in the trac (the wiki) timeline, or you use the "Browse Source" (of trac) feature where you can see revision log of each file and other information
Hmm, that's odd. I advise you before any deeper analysis to do an update, we're at rev 608 at the moment
Quick hack:
Index: stylist.js
===================================================================
--- stylist.js (revision 608)
+++ stylist.js (working copy)
@@ -192,6 +192,7 @@
}
else
{
+ if (this._stylist_applyTo.className) return false;
editor._stylistAddClasses(this._stylist_applyTo, this._stylist_applyTag, this._stylist_className);
}
return false;Does it give a line number with the error?
Does it happen in Firefox, too?
So, hope works better now.
No toolbar button because I have no nice icon, but click on the arrow in the corner. I think together with stylist (which you can't hide either), this works OK.
I'm glad you like it!
Try this:
xinha_config.specialReplacements = {"£":"£"};Otherwise you could replace it serverside
I'm sorry we failed to help you solve your problem.
I'm working on something in this direction. It's a side panel that shows attributes (from a configurable list) of the tag.
It's not at all ready, but if you like, you can try (beta test) it.
http://raimundmeyer.de/xinha/Properties.zip
Any ideas welcome!
Do you entize the textarea data? http://xinha.python-hosting.com/wiki/Entize
Have set the proper value for xinha_config.fullpage? http://xinha.python-hosting.com/wiki/Do … igfullpage
I would
As international languages generally don't seem to have ceased working even in IE, your question is a bit to vague to come up with a quick answer
Please specify your problem a bit more precisely
I have just revised the Config Variable List and added your case to the FAQ.
1) Xinha is stripping everything except the contents of my <body> tags..
xinha_config.fullPage = true;
Which is 'technically' correct I suppose,
You say it
but IE now renders those two images with a small gap in-between them...
Really?! I didn't expect it to be this broken!
You could split your css into two style sheet an load on through xinha_config.stylistLoadStylesheet('stylesheetForStylist') and one through xinha_config.pageStyleSheets = ['otherStylesheet']