Announcement

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

#351 Re: User Discussion & Help » Editor onFocus event? » 2006-12-07 15:25:58

ray

I'm afraid that is not so easily possible. What is it you want to do, maybe there is another way?

nathancarnes wrote:

By the way, great project! I'm finding it much more agreeable than TinyMCE.

Thanks, spread the word!

#353 Re: User Discussion & Help » pound sign » 2006-12-02 09:43:17

ray

There's now a plugin (HtmlEntities) that forces the conversion of special characters to named entities (adjustable)

#355 Re: User Discussion & Help » Independent EFM Use? » 2006-11-28 19:50:38

ray

Stand by, I'm working on a much nicer version that also works like you suggested

#356 Re: User Discussion & Help » Simply cannot get Xinha to work. » 2006-11-25 07:44:42

ray

1. Obviously this is not a postnuke forum, so don't expect too much expertise
2.

llewellynea wrote:

except for this instruction

I think this may be the trick
3.

llewellynea wrote:

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

#358 Re: User Discussion & Help » Stylist - how to prevent selecting multiple style classes (urgent) » 2006-11-23 06:53:15

ray

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;

#360 Re: User Discussion & Help » Version Info? » 2006-11-22 06:58:16

ray

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

#361 Re: User Discussion & Help » Error with https version of website » 2006-11-21 06:10:06

ray

Hmm, that's odd. I advise you before any deeper analysis to do an update, we're at rev 608 at the moment

#362 Re: User Discussion & Help » Stylist - how to prevent selecting multiple style classes (urgent) » 2006-11-21 06:00:27

ray

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;

#363 Re: User Discussion & Help » Error with https version of website » 2006-11-20 07:13:02

ray

Does it give a line number with the error?
Does it happen in Firefox, too?

#364 Re: User Discussion & Help » Stylist - ignore list of styles? » 2006-11-16 21:36:58

ray

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!

#365 Re: User Discussion & Help » pound sign » 2006-11-16 06:53:41

ray

Try this:

xinha_config.specialReplacements = {"£":"£"};

Otherwise you could replace it serverside

#366 Re: User Discussion & Help » French language don't work in IE » 2006-11-16 06:47:16

ray

I'm sorry we failed to help you solve your problem.

#367 Re: User Discussion & Help » Stylist - ignore list of styles? » 2006-11-16 06:21:50

ray

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!

#370 Re: User Discussion & Help » French language don't work in IE » 2006-11-09 05:13:47

ray

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

#371 Re: User Discussion & Help » Urls change from absoloute to relative » 2006-11-08 12:38:38

ray

Please specify your problem a bit more precisely

#372 Re: User Discussion & Help » Customizing the Menubar? » 2006-11-08 12:08:45

ray

I have just revised the Config Variable List and added your case to the FAQ.

#374 Re: User Discussion & Help » Xinha messes up everything » 2006-11-03 20:39:14

ray
oeginc wrote:

1) Xinha is stripping everything except the contents of my <body> tags..

xinha_config.fullPage = true;

oeginc wrote:

Which is 'technically' correct I suppose,

You say it

oeginc wrote:

but IE now renders those two images with a small gap in-between them...

Really?!  I didn't expect it to be this broken!

#375 Re: User Discussion & Help » Stylist - ignore list of styles? » 2006-11-03 20:31:42

ray

You could split your css into two style sheet an load on through xinha_config.stylistLoadStylesheet('stylesheetForStylist') and one through xinha_config.pageStyleSheets = ['otherStylesheet']

Board footer

Powered by FluxBB