I haven't tried this, but you might be able to get wysiwyg support by running the js function Drupal.attachBehaviors() after loading the popup. I haven't looked into the problem, so that may not be the issue. Just thought I'd throw it out there as an idea.

Cheers,
Stella

Comments

starbow’s picture

Status: Active » Closed (fixed)

Thanks for the suggestion, but we are already calling that function.

cheers,
-t

ganomi’s picture

Hi,

Just wanted to say, that wysiwyg is possible via the wysiwyg module.

achilles085’s picture

hello ganomi,

can you confirm this because i can't see my texteditor inside my referenced pop-up form.

ganomi’s picture

Hi,

Sorry, I can't confirm this anymore.
I'm sure this worked one time. it must have been a specific combination of different modules, but i cant reproduce the result.

Now I use "Node Relationships" (http://drupal.org/project/noderelationships)
WYSIWYG is supported and it has a few more features.

Node Relationships depends on different modules.
This is what works for me:

Node Relationships 6.x-1.6
Node Reference 6.x-2.7
Modal Frame API 6.x-1.7
jQuery UI 6.x-1.3
jQuery Update 6.x-2.x-dev

Then you have to download jqueryui 1.7.3. For example from here:
http://jquery-ui.googlecode.com/files/jquery-ui-1.7.3.zip
and put the files in a folder called jquery.ui.
move this folder into the jquery_ui module folder.

Hope that helps.
Took me a few hours to get it to work.

zilverdistel’s picture

Version: 6.x-1.x-dev » 6.x-2.0-alpha1
Category: task » feature
Status: Closed (fixed) » Active

Reopening, because this is not fixed at all
Bumping up the version number to the 2.0 branch

John Franklin’s picture

Subscribing.