/[drupal]/contributions/modules/wysiwyg/wysiwyg.init.js
ViewVC logotype

Contents of /contributions/modules/wysiwyg/wysiwyg.init.js

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.3 - (show annotations) (download) (as text)
Sun Feb 1 09:20:48 2009 UTC (9 months, 3 weeks ago) by sun
Branch: MAIN
CVS Tags: DRUPAL-6--2-0-ALPHA1, DRUPAL-6--2-0, HEAD
Branch point for: DRUPAL-6--2, DRUPAL-6--3
Changes since 1.2: +2 -2 lines
File MIME type: text/javascript
#319363 by sun, quicksketch: Rewrote editor plugin API.  The new plugin API allows Drupal modules to expose editor plugins for ANY editor without implementing editor-specific code.  Major milestone for better content-editing in Drupal.

WELCOME to the next generation of content-editing in Drupal!  8)
1 // $Id: wysiwyg.init.js,v 1.2 2008/11/30 17:16:27 sun Exp $
2
3 Drupal.wysiwyg = Drupal.wysiwyg || { 'instances': {} };
4
5 Drupal.wysiwyg.editor = Drupal.wysiwyg.editor || { 'init': {}, 'attach': {}, 'detach': {}, 'instance': {} };
6
7 Drupal.wysiwyg.plugins = Drupal.wysiwyg.plugins || {};
8

  ViewVC Help
Powered by ViewVC 1.1.2