v1.0
只读模式 group, 分享 评论更多问题 博客标签总是存在一个
This commit is contained in:
2
public/tinymce/plugins/example_dependency/plugin.js
Normal file → Executable file
2
public/tinymce/plugins/example_dependency/plugin.js
Normal file → Executable file
@ -17,6 +17,6 @@
|
||||
* init method is called). plugins in a depends list should typically be specified using the short name). If necessary
|
||||
* this can be done with an object which has the url to the plugin and the shortname.
|
||||
*/
|
||||
tinymce.PluginManager.add('example_dependency', function(editor) {
|
||||
tinymce.PluginManager.add('example_dependency', function() {
|
||||
// Example logic here
|
||||
}, ['example']);
|
||||
|
0
public/tinymce/plugins/example_dependency/plugin.min.js
vendored
Normal file → Executable file
0
public/tinymce/plugins/example_dependency/plugin.min.js
vendored
Normal file → Executable file
Reference in New Issue
Block a user