toolbar.json 674 B

1234567891011121314151617181920212223242526272829
  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. {
  19. "title": "设置百度开发者认证",
  20. "text" : "设置工作场所需要用到百度开发者认证",
  21. "id": "1.1",
  22. "action": "setBiduAccount",
  23. "icon": "create.png",
  24. "expand": false,
  25. "position" : "right",
  26. "styles" : "toolbarItemRightNode",
  27. "sub": []
  28. }
  29. ]