columnTemplate.json 832 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. {
  2. "id": "",
  3. "type": "Column",
  4. "index": "",
  5. "text" : "",
  6. "value" : "",
  7. "widthType" : "percentage",
  8. "width": "",
  9. "operation" : null,
  10. "events": {
  11. "queryLoad" : {
  12. "code" : "",
  13. "html" : ""
  14. },
  15. "postLoad" : {
  16. "code" : "",
  17. "html" : ""
  18. },
  19. "click": {
  20. "code": "",
  21. "html": ""
  22. },
  23. "dblclick": {
  24. "code": "",
  25. "html": ""
  26. },
  27. "keydown": {
  28. "code": "",
  29. "html": ""
  30. },
  31. "keypress": {
  32. "code": "",
  33. "html": ""
  34. },
  35. "keyup": {
  36. "code": "",
  37. "html": ""
  38. },
  39. "mousedown": {
  40. "code": "",
  41. "html": ""
  42. },
  43. "mousemove": {
  44. "code": "",
  45. "html": ""
  46. },
  47. "mouseout": {
  48. "code": "",
  49. "html": ""
  50. },
  51. "mouseover": {
  52. "code": "",
  53. "html": ""
  54. },
  55. "mouseup": {
  56. "code": "",
  57. "html": ""
  58. },
  59. "focus": {
  60. "code": "",
  61. "html": ""
  62. },
  63. "blur": {
  64. "code": "",
  65. "html": ""
  66. }
  67. }
  68. }