kpsul/static/grappelli_old/tinymce/jscripts/tiny_mce/plugins/example_dependency/editor_plugin.js
2016-05-21 23:57:36 +02:00

1 line
No EOL
419 B
JavaScript

(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"])})();