toolbar.json 708 B

12345678910111213141516171819202122232425262728293031
  1. [
  2. {
  3. "title": "新建工作场所",
  4. "text" : "点击后移到地图相应位置再次点击可创建",
  5. "id": "1.1",
  6. "action": "createDocument",
  7. "icon": "create.png",
  8. "expand": false,
  9. "position" : "left",
  10. "styles" : "toolbarItemNode",
  11. "sub": []
  12. }, {
  13. "styles" : "toolbarSep"
  14. },{
  15. "id": "wpContent",
  16. "styles" : "toolbarContent"
  17. },{
  18. "styles" : "toolbarSep"
  19. },
  20. {
  21. "title": "设置百度开发者认证",
  22. "text" : "设置工作场所需要用到百度开发者认证",
  23. "id": "2.1",
  24. "action": "setBiduAccount",
  25. "icon": "create.png",
  26. "expand": false,
  27. "position" : "right",
  28. "styles" : "toolbarItemRightNode",
  29. "sub": []
  30. }
  31. ]