template.json 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  1. {
  2. "id": "$objectSecurityClearance",
  3. "name": "",
  4. "type": "Security",
  5. "description": "",
  6. "itemType": "values",
  7. "itemValues": [],
  8. "itemScript": {
  9. "code": "",
  10. "html": ""
  11. },
  12. "defaultValue": {
  13. "code": "",
  14. "html": ""
  15. },
  16. "compute": "create", //create, show, save
  17. "section": "no",
  18. "sectionBy": "person",
  19. "sectionByScript": {
  20. "code": "",
  21. "html": ""
  22. },
  23. "events": {
  24. "queryLoad" : {
  25. "code": "",
  26. "html": ""
  27. },
  28. "postLoad" : {
  29. "code": "",
  30. "html": ""
  31. },
  32. "load": {
  33. "code": "",
  34. "html": ""
  35. },
  36. "click": {
  37. "code": "",
  38. "html": ""
  39. },
  40. "dblclick": {
  41. "code": "",
  42. "html": ""
  43. },
  44. "change": {
  45. "code": "",
  46. "html": ""
  47. },
  48. "keydown": {
  49. "code": "",
  50. "html": ""
  51. },
  52. "keypress": {
  53. "code": "",
  54. "html": ""
  55. },
  56. "keyup": {
  57. "code": "",
  58. "html": ""
  59. },
  60. "mousedown": {
  61. "code": "",
  62. "html": ""
  63. },
  64. "mousemove": {
  65. "code": "",
  66. "html": ""
  67. },
  68. "mouseout": {
  69. "code": "",
  70. "html": ""
  71. },
  72. "mouseover": {
  73. "code": "",
  74. "html": ""
  75. },
  76. "mouseup": {
  77. "code": "",
  78. "html": ""
  79. },
  80. "focus": {
  81. "code": "",
  82. "html": ""
  83. },
  84. "blur": {
  85. "code": "",
  86. "html": ""
  87. }
  88. },
  89. "properties": {},
  90. "class": "",
  91. "styles": {},
  92. "buttonStyle": {},
  93. "container": "",
  94. "showSectionKey": true,
  95. "sectionNodeStyles": {"overflow": "hidden"},
  96. "sectionKeyStyles": {"float": "left"},
  97. "sectionContentStyles": {"float": "left"},
  98. "keyContentSeparator": ":"
  99. }