template.json 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  1. {
  2. "id": "",
  3. "name": "",
  4. "type": "OOInput",
  5. "description": "",
  6. "dataType": "text",
  7. "defaultValue": {
  8. "code": "",
  9. "html": ""
  10. },
  11. "label": "",
  12. "showIcon": "no",
  13. "compute": "create", //create, show, save
  14. "section": "no",
  15. "sectionBy": "person",
  16. "sectionByScript": {
  17. "code": "",
  18. "html": ""
  19. },
  20. "events": {
  21. "queryLoad" : {
  22. "code": "",
  23. "html": ""
  24. },
  25. "postLoad" : {
  26. "code": "",
  27. "html": ""
  28. },
  29. "load" : {
  30. "code": "",
  31. "html": ""
  32. },
  33. "click": {
  34. "code": "",
  35. "html": ""
  36. },
  37. "dblclick": {
  38. "code": "",
  39. "html": ""
  40. },
  41. "change": {
  42. "code": "",
  43. "html": ""
  44. },
  45. "keydown": {
  46. "code": "",
  47. "html": ""
  48. },
  49. "keypress": {
  50. "code": "",
  51. "html": ""
  52. },
  53. "keyup": {
  54. "code": "",
  55. "html": ""
  56. },
  57. "mousedown": {
  58. "code": "",
  59. "html": ""
  60. },
  61. "mousemove": {
  62. "code": "",
  63. "html": ""
  64. },
  65. "mouseout": {
  66. "code": "",
  67. "html": ""
  68. },
  69. "mouseover": {
  70. "code": "",
  71. "html": ""
  72. },
  73. "mouseup": {
  74. "code": "",
  75. "html": ""
  76. },
  77. "focus": {
  78. "code": "",
  79. "html": ""
  80. },
  81. "blur": {
  82. "code": "",
  83. "html": ""
  84. }
  85. },
  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. }