Closed (won't fix)
Project:
Wysiwyg
Version:
6.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
8 May 2009 at 08:47 UTC
Updated:
8 Jun 2009 at 04:15 UTC
Hi,
Rather than creating a new module, I think it would be better to putting your efforts into making PEGOEditor work with the WYSIWYG API module http://drupal.org/project/wysiwyg It already supports FCKeditor 2.6, jWYSIWYG 0.5, markItUp 1.1.5, NicEdit 0.9.0, TinyMCE 3, TinyMCE 2, Whizzywig 55 and I'm sure they'd appreciate you joining forces with them on PEGOEditor.
Cheers,
Stella
Comments
Comment #1
anastasis commentedGood remark, our next efforts will go in that directions, but it will take some time.
In the meantime, as we have developed and used this module for months, and we think it is a stable version, we have decided to share it with the community.
Comment #2
EgonO commentedthanks for the module. sounds very interesting. if it is integrated with wysiwyg-module i think it would be the first choice for me.
:)
Comment #3
mitchell commentedSince the code would end up in wysiwyg, this issue should probably go there.
Thanks anastasis! I'm really looking forward to trying this :)
Comment #4
mitchell commentedAdding tag in case it gets moved back.
Comment #5
sunThe original editor library must meet the following requirements:
1) The library is versioned. Versions can be downloaded from the vendor's web site.
2) At least one file in the downloaded package contains the exact version of the library. Ideally, this is either in a CHANGELOG.txt, or at the top of the main JavaScript file of the editor.
3) The editor library is capable to spawn multiple instances, and each instance can be attached and detached independently at runtime.
4) The configuration/settings can be passed separately to each instance.
Comment #6
sunI've slightly improved and added this bit to the handbooks: http://drupal.org/node/458450
Comment #7
sunFeel free to re-open this issue if you want to provide a patch.