template.json 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. {
  2. "id": "",
  3. "name": "",
  4. "type": "Orgfield",
  5. "description": "",
  6. "defaultValue": {
  7. "code": "",
  8. "html": ""
  9. },
  10. "splitShow": ", ",
  11. "range": "all",
  12. "count": 0,
  13. "selectType": ["person","identity","unit","group"],
  14. "compute": "create", //create, show, save
  15. "section": "no",
  16. "sectionBy": "person",
  17. "sectionByScript": {
  18. "code": "",
  19. "html": ""
  20. },
  21. "events": {
  22. "click": {
  23. "code": "",
  24. "html": ""
  25. },
  26. "dblclick": {
  27. "code": "",
  28. "html": ""
  29. },
  30. "change": {
  31. "code": "",
  32. "html": ""
  33. },
  34. "keydown": {
  35. "code": "",
  36. "html": ""
  37. },
  38. "keypress": {
  39. "code": "",
  40. "html": ""
  41. },
  42. "keyup": {
  43. "code": "",
  44. "html": ""
  45. },
  46. "mousedown": {
  47. "code": "",
  48. "html": ""
  49. },
  50. "mousemove": {
  51. "code": "",
  52. "html": ""
  53. },
  54. "mouseout": {
  55. "code": "",
  56. "html": ""
  57. },
  58. "mouseover": {
  59. "code": "",
  60. "html": ""
  61. },
  62. "mouseup": {
  63. "code": "",
  64. "html": ""
  65. },
  66. "focus": {
  67. "code": "",
  68. "html": ""
  69. },
  70. "blur": {
  71. "code": "",
  72. "html": ""
  73. }
  74. },
  75. "properties": {},
  76. "class": "",
  77. "styles": {},
  78. "container": ""
  79. }