Mercurial > hg > AnnotationManager
view WebContent/jscripts/tiny_mce/plugins/example_dependency/editor_plugin.js @ 8:11baadcdd2c8
start of new Annotator API implementation.
| author | casties |
|---|---|
| date | Mon, 19 Mar 2012 14:50:28 +0100 |
| parents | 0be9d53a6967 |
| children |
line wrap: on
line source
(function(){tinymce.create("tinymce.plugins.ExampleDependencyPlugin",{init:function(a,b){},getInfo:function(){return{longname:"Example Dependency plugin",author:"Some author",authorurl:"http://tinymce.moxiecode.com",infourl:"http://wiki.moxiecode.com/index.php/TinyMCE:Plugins/example_dependency",version:"1.0"}}});tinymce.PluginManager.add("example_dependency",tinymce.plugins.ExampleDependencyPlugin,["example"])})();
