mirror of
https://github.com/leanote/desktop-app.git
synced 2026-01-29 02:07:09 +08:00
1 line
276 B
JavaScript
1 line
276 B
JavaScript
tinymce.PluginManager.add("image",function(i,t){function e(){win=i.windowManager.open({title:"Insert/edit image",file:t+"/dialog.htm",width:550,height:345})}i.addButton("image",{icon:"image",tooltip:"Insert/edit image",onclick:e,stateSelector:"img:not([data-mce-object])"})}); |