Active
Project:
IMCE Wysiwyg bridge
Version:
7.x-1.0
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
21 Jan 2010 at 13:28 UTC
Updated:
14 Nov 2011 at 15:40 UTC
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
Comment #1
sunComment #2
datenrettung commentedWhen you found a working solution let me/us know!
Comment #3
puleddu commented+1 I really love WYMeditor. Anyone with PHP/Javascript knowledge can help? Thank you!
Comment #4
Andrew Schulman commented+1. I also love WYMeditor, and this is the only issue standing in the way of deploying it on our D7 site.
Comment #5
carlnewton commented+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?