template.json 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  1. {
  2. "id": "",
  3. "name": "",
  4. "type": "OODatetime",
  5. "description": "",
  6. "dataType": "dateTime",
  7. "defaultValue": {
  8. "code": "",
  9. "html": ""
  10. },
  11. "label": "",
  12. "showIcon": "yes",
  13. "compute": "create", //create, show, save
  14. "section": "no",
  15. "sectionBy": "person",
  16. "format": "YYYY-MM-DD HH:mm:ss",
  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. "click": {
  35. "code": "",
  36. "html": ""
  37. },
  38. "dblclick": {
  39. "code": "",
  40. "html": ""
  41. },
  42. "change": {
  43. "code": "",
  44. "html": ""
  45. },
  46. "keydown": {
  47. "code": "",
  48. "html": ""
  49. },
  50. "keypress": {
  51. "code": "",
  52. "html": ""
  53. },
  54. "keyup": {
  55. "code": "",
  56. "html": ""
  57. },
  58. "mousedown": {
  59. "code": "",
  60. "html": ""
  61. },
  62. "mousemove": {
  63. "code": "",
  64. "html": ""
  65. },
  66. "mouseout": {
  67. "code": "",
  68. "html": ""
  69. },
  70. "mouseover": {
  71. "code": "",
  72. "html": ""
  73. },
  74. "mouseup": {
  75. "code": "",
  76. "html": ""
  77. },
  78. "focus": {
  79. "code": "",
  80. "html": ""
  81. },
  82. "blur": {
  83. "code": "",
  84. "html": ""
  85. }
  86. },
  87. "inputType": "text",
  88. "properties": {},
  89. "class": "",
  90. "styles": {},
  91. "container": "",
  92. "showSectionKey": true,
  93. "sectionNodeStyles": {"overflow": "hidden"},
  94. "sectionKeyStyles": {"float": "left"},
  95. "sectionContentStyles": {"float": "left"},
  96. "keyContentSeparator": ":"
  97. }