template.json 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  1. {
  2. "id": "",
  3. "name": "",
  4. "type": "Textfield",
  5. "description": "",
  6. "dataType": "text",
  7. "defaultValue": {
  8. "code": "",
  9. "html": ""
  10. },
  11. "compute": "create", //create, show, save
  12. "section": "no",
  13. "sectionBy": "person",
  14. "sectionByScript": {
  15. "code": "",
  16. "html": ""
  17. },
  18. "events": {
  19. "queryLoad" : {
  20. "code": "",
  21. "html": ""
  22. },
  23. "postLoad" : {
  24. "code": "",
  25. "html": ""
  26. },
  27. "load" : {
  28. "code": "",
  29. "html": ""
  30. },
  31. "click": {
  32. "code": "",
  33. "html": ""
  34. },
  35. "dblclick": {
  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. "inputType": "text",
  85. "properties": {},
  86. "class": "",
  87. "styles": {},
  88. "container": "",
  89. "showSectionKey": true,
  90. "sectionNodeStyles": {"overflow": "hidden"},
  91. "sectionKeyStyles": {"float": "left"},
  92. "sectionContentStyles": {"float": "left"},
  93. "keyContentSeparator": ":"
  94. }