comparison dnd.module @ 29:37ca57016cbe

Added TinyMCE atomic selection plugin.
author David Eads <eads@chicagotech.org>
date Tue, 17 Mar 2009 10:59:50 -0500
parents 7d6bf2dca269
children 2d49adbd8992
comparison
equal deleted inserted replaced
28:7d6bf2dca269 29:37ca57016cbe
124 } 124 }
125 return $element; 125 return $element;
126 } 126 }
127 127
128 function template_preprocess_dnd_library($library) {} 128 function template_preprocess_dnd_library($library) {}
129
130 /**
131 * Implementation of hook_wywiwyg_plugin().
132 */
133 function dnd_wysiwyg_plugin($editor) {
134 switch ($editor) {
135 case 'tinymce':
136 dpm($editor);
137 break;
138 }
139 }