Hi there,

Neat! But your pop-up actually uses an alert and that means we cannot use HTML. (I was expecting a lightbox type of pop-up...)

This means the box of text should not be transformed by my WYSIWYG editor.

As you will see, all you have to do is add one little entry in the form to fix the problem (see attached).

Thank you.
Alexis

CommentFileSizeAuthor
extlink-wysiwyg-6.x.patch432 bytesAlexisWilke

Comments

quicksketch’s picture

Super, I didn't know that WYSIWYG respected a setting like that. What module are you using? Now that I think about it, that field doesn't have an input format at all, so WYSIWYG module wouldn't be adding an editor on there anyway.

AlexisWilke’s picture

I'm using FCKeditor (did not yet switch to CKeditor!)

The FCKeditor detect all the boxes of type textarea and transform them in a WYSIWYG except if you list it in their "forbidden" list or if you have the '#wysiwyg' flag set to FALSE.

And if you go to your admin screen, you'll see that you put a message box for the pop-up. 8-)

How would I have created a patch otherwise?!

Thank you.
Alexis

quicksketch’s picture

Title: WYSIWYG support » Disable FCKeditor on popup text textarea.
Status: Needs review » Fixed

Thanks, committed.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.