Hi,

I tried to add support for WYMeditor, but my knowledge is limited. I successfully added the option to the Wysiwyg config and also I managed to add a button to the WYMeditor.

But I don't know how to add a function call to this button or how to change its look.

I added this code to the module:

    case 'wymeditor':
      $integrated[$editor] = TRUE;
      return array(
        'imce' => array(
          'extensions' => array('imce' => t('IMCE')),
          'buttons' => array('imce' => t('IMCE')),
          'url' => 'http://drupal.org/project/imce',
          'options' => array(
            'XXXXX' => 'XXX',
            'YYYYY' => 'YYY',
          ),
          'load' => FALSE,
        ),
      );

I think I've something to do with the options, but what?

Any hints?

Comments

sun’s picture

Title: Support for WYMeditor » WYMeditor support
Category: support » feature
datenrettung’s picture

When you found a working solution let me/us know!

puleddu’s picture

+1 I really love WYMeditor. Anyone with PHP/Javascript knowledge can help? Thank you!

Andrew Schulman’s picture

+1. I also love WYMeditor, and this is the only issue standing in the way of deploying it on our D7 site.

carlnewton’s picture

Version: 6.x-1.x-dev » 7.x-1.0

+1. I would love to see this integrated. I gave this a go myself but got nowhere. Anyone else want to give it a go?