template.json 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  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. "queryLoad" : {
  23. "code": "",
  24. "html": ""
  25. },
  26. "postLoad" : {
  27. "code": "",
  28. "html": ""
  29. },
  30. "load": {
  31. "code": "",
  32. "html": ""
  33. },
  34. "select": {
  35. "code": "",
  36. "html": ""
  37. },
  38. "click": {
  39. "code": "",
  40. "html": ""
  41. },
  42. "dblclick": {
  43. "code": "",
  44. "html": ""
  45. },
  46. "change": {
  47. "code": "",
  48. "html": ""
  49. },
  50. "keydown": {
  51. "code": "",
  52. "html": ""
  53. },
  54. "keypress": {
  55. "code": "",
  56. "html": ""
  57. },
  58. "keyup": {
  59. "code": "",
  60. "html": ""
  61. },
  62. "mousedown": {
  63. "code": "",
  64. "html": ""
  65. },
  66. "mousemove": {
  67. "code": "",
  68. "html": ""
  69. },
  70. "mouseout": {
  71. "code": "",
  72. "html": ""
  73. },
  74. "mouseover": {
  75. "code": "",
  76. "html": ""
  77. },
  78. "mouseup": {
  79. "code": "",
  80. "html": ""
  81. },
  82. "focus": {
  83. "code": "",
  84. "html": ""
  85. },
  86. "blur": {
  87. "code": "",
  88. "html": ""
  89. }
  90. },
  91. "properties": {},
  92. "class": "",
  93. "styles": {},
  94. "container": ""
  95. }