tinymce.PluginManager.add('bdmap', function(editor, url) { var pluginName='插入百度地图'; var baseURL=tinymce.baseURL; var iframe1 = baseURL+'/plugins/bdmap/map.html'; var bdmap_width = function (editor) { return editor.getParam('bdmap_width', 560); }; var bdmap_height = function (editor) { return editor.getParam('bdmap_height', 362); }; window.tinymceLng=''; window.tinymceLat=''; var openDialog = function() { return editor.windowManager.openUrl({ title: pluginName, size: 'large', //width: 800, //height: 500, url:iframe1, buttons: [ { type: 'cancel', text: 'Close' }, { type: 'custom', text: 'Save', name: 'save', primary: true }, ], onAction: function (api, details) { switch (details.name) { case 'save': html='