This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /** | |
| * Draw.io 简单测试插件 | |
| * 功能:在工具栏添加一个按钮,点击后显示 "Hello Draw.io Plugin!" | |
| */ | |
| Draw.loadPlugin(function(ui) { | |
| // 在菜单栏添加一个新菜单项 | |
| mxResources.parse('helloPlugin=Hello Plugin'); | |
| // 创建一个新的 action | |
| ui.actions.addAction('helloPlugin', function() { |