Closed (fixed)
Project:
Spoiler
Version:
7.x-1.x-dev
Component:
User interface
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
18 Dec 2010 at 14:20 UTC
Updated:
17 Jan 2012 at 22:00 UTC
Is there a way to use this with TinyMCE? I mean, add a button to tinymce?
Thanks!
Comments
Comment #1
Zen commentedI would certainly like to add support for RTEs. Ideally, this would be done via the wysiwyg module, which I'm told provides an API that would allow such features to be added to all supported RTEs across the board in one fell swoop. However, I have also been led to believe that the API is still quite incomplete. In other words, for the time being, the status is "Wait and See".
If you have any other information or want to work on this, please update away :)
Regards,
-K
Comment #2
Fidelix commentedhttp://drupal.org/project/wysiwyg_imageupload
http://drupal.org/project/imce_wysiwyg
These two modules add buttons to the editors through WYSIWYG API.
And they work quite fine, especially the first one.
Comment #3
Fidelix commentedWYSIWYG has a button plugin which serves as an example:
Basically, the plugin is just these 2 small files:
break.inc
break.js
Any ideas on what can be done?
Comment #4
Zen commentedRudimentary support added to D7. Please test :)
-K