toolbars.json 234 B

123456789101112
  1. [
  2. {
  3. "type": "MWFToolBarButton",
  4. "img": "export.png",
  5. "title": "{{$.lp.exportExcel}}",
  6. "action": "exportView",
  7. "text": "{{$.lp.exportExcel}}",
  8. "id": "action_export",
  9. "condition": "",
  10. "read": true
  11. }
  12. ]