template.json 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  1. {
  2. "id": "",
  3. "name": "",
  4. "type": "Combox",
  5. "count": "0",
  6. "splitShow": ", ",
  7. "splitStr": ",\\s*|;\\s*|,\\s*|;\\s*",
  8. "description": "",
  9. "itemType": "values",
  10. "itemValues": [],
  11. "itemScript": {
  12. "code": "",
  13. "html": ""
  14. },
  15. "defaultValue": {
  16. "code": "",
  17. "html": ""
  18. },
  19. "compute": "create", //create, show, save
  20. "section": "no",
  21. "sectionBy": "person",
  22. "sectionByScript": {
  23. "code": "",
  24. "html": ""
  25. },
  26. "events": {
  27. "click": {
  28. "code": "",
  29. "html": ""
  30. },
  31. "dblclick": {
  32. "code": "",
  33. "html": ""
  34. },
  35. "commitInput": {
  36. "code": "",
  37. "html": ""
  38. },
  39. "change": {
  40. "code": "",
  41. "html": ""
  42. },
  43. "keydown": {
  44. "code": "",
  45. "html": ""
  46. },
  47. "keypress": {
  48. "code": "",
  49. "html": ""
  50. },
  51. "keyup": {
  52. "code": "",
  53. "html": ""
  54. },
  55. "mousedown": {
  56. "code": "",
  57. "html": ""
  58. },
  59. "mousemove": {
  60. "code": "",
  61. "html": ""
  62. },
  63. "mouseout": {
  64. "code": "",
  65. "html": ""
  66. },
  67. "mouseover": {
  68. "code": "",
  69. "html": ""
  70. },
  71. "mouseup": {
  72. "code": "",
  73. "html": ""
  74. },
  75. "focus": {
  76. "code": "",
  77. "html": ""
  78. },
  79. "blur": {
  80. "code": "",
  81. "html": ""
  82. }
  83. },
  84. "properties": {},
  85. "class": "",
  86. "styles": {},
  87. "buttonStyle": {},
  88. "container": ""
  89. }