template.json 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  1. {
  2. "id": "",
  3. "name": "",
  4. "type": "Currency",
  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. "decimals": 2,
  85. "currencySymbol": "¥",
  86. "inputType": "text",
  87. "properties": {},
  88. "class": "",
  89. "styles": {},
  90. "container": "",
  91. "showSectionKey": true,
  92. "sectionNodeStyles": {"overflow": "hidden"},
  93. "sectionKeyStyles": {"float": "left"},
  94. "sectionContentStyles": {"float": "left"},
  95. "keyContentSeparator": ":"
  96. }