toolbar.json 778 B

12345678910111213141516171819202122232425262728293031
  1. [
  2. {
  3. "title": MWF.xApplication.Attendance.LP.createWorkLocation,
  4. "text" : MWF.xApplication.Attendance.LP.createWorkLocationText,
  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": MWF.xApplication.Attendance.LP.setBaiduDeveloperCertification,
  22. "text" : MWF.xApplication.Attendance.LP.setBaiduDeveloperCertificationText,
  23. "id": "2.1",
  24. "action": "setBiduAccount",
  25. "icon": "create.png",
  26. "expand": false,
  27. "position" : "right",
  28. "styles" : "toolbarItemRightNode",
  29. "sub": []
  30. }
  31. ]