map.js 328 B

123456789101112
  1. ///import core
  2. ///import plugins\inserthtml.js
  3. ///commands 地图
  4. ///commandsName Map,GMap
  5. ///commandsTitle Baidu地图,Google地图
  6. ///commandsDialog dialogs\map\map.html,dialogs\gmap\gmap.html
  7. UE.commands['gmap'] =
  8. UE.commands['map'] = {
  9. queryCommandState : function(){
  10. return this.highlight ? -1 :0;
  11. }
  12. };