Changeset 827732
- Timestamp:
- 12/23/2013 10:40:19 PM (12 years ago)
- File:
-
- 1 edited
-
panopress/trunk/js/tinymce/editor_plugin.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
panopress/trunk/js/tinymce/editor_plugin.js
r613437 r827732 1 (function(){tinymce.create("tinymce.plugins.panopress",{init:function(a,b){a.addCommand("mce_open_win",function(){a.windowManager.open({file:b+"/popup.html",width:320+parseInt(a.getLang("panopress.delta_width",0)),height:234+parseInt(a.getLang("panopress.delta_height",0)),inline:1},{plugin_url:b})});a.addButton("pp_button",{title:"Embed Panorama",cmd:"mce_open_win",image:b+"/button.png"})},getInfo:function(){return{longname:"PanoPress",author:"The PanoPress team",authorurl:"http://www.panopress.org", infourl:"http://www.panopress.org",version:tinymce.majorVersion+"."+tinymce.minorVersion}}});tinymce.PluginManager.add("panopress",tinymce.plugins.panopress)})(); 1 /** PanoPress v.1.2 | Developed by Omer Calev <http://www.omercalev.com/> | Code licensing & documentation <http://www.panopress.org/> **/ 2 (function(){tinymce.create("tinymce.plugins.panopress",{init:function(a,b){a.addCommand("mce_open_win",function(){a.windowManager.open({file:b+"/popup.html",width:320+parseInt(a.getLang("panopress.delta_width",0)),height:240+parseInt(a.getLang("panopress.delta_height",0)),inline:1},{plugin_url:b})});a.addButton("pp_button",{title:"Embed Panorama",cmd:"mce_open_win",image:b+"/button.png"})},getInfo:function(){return{longname:"PanoPress",author:"The PanoPress team",authorurl:"http://www.panopress.org", infourl:"http://www.panopress.org",version:tinymce.majorVersion+"."+tinymce.minorVersion}}});tinymce.PluginManager.add("panopress",tinymce.plugins.panopress)})();
Note: See TracChangeset
for help on using the changeset viewer.