template.json 1.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. {
  2. "id": "",
  3. "name": "设置图片",
  4. "type": "ImageClipper",
  5. "description": "",
  6. "clipperType": "size",
  7. "imageWidth": "",
  8. "imageHeight": "",
  9. "imageRatio" : "",
  10. "events": {
  11. "queryLoad": {
  12. "code": "",
  13. "html": ""
  14. },
  15. "postLoad": {
  16. "code": "",
  17. "html": ""
  18. },
  19. "load": {
  20. "code": "",
  21. "html": ""
  22. },
  23. "change": {
  24. "code": "",
  25. "html": ""
  26. },
  27. "click": {
  28. "code": "",
  29. "html": ""
  30. },
  31. "dblclick": {
  32. "code": "",
  33. "html": ""
  34. },
  35. "keydown": {
  36. "code": "",
  37. "html": ""
  38. },
  39. "keypress": {
  40. "code": "",
  41. "html": ""
  42. },
  43. "keyup": {
  44. "code": "",
  45. "html": ""
  46. },
  47. "mousedown": {
  48. "code": "",
  49. "html": ""
  50. },
  51. "mousemove": {
  52. "code": "",
  53. "html": ""
  54. },
  55. "mouseout": {
  56. "code": "",
  57. "html": ""
  58. },
  59. "mouseover": {
  60. "code": "",
  61. "html": ""
  62. },
  63. "mouseup": {
  64. "code": "",
  65. "html": ""
  66. },
  67. "focus": {
  68. "code": "",
  69. "html": ""
  70. },
  71. "blur": {
  72. "code": "",
  73. "html": ""
  74. }
  75. },
  76. "properties": {},
  77. "class": "",
  78. "styles": {},
  79. "container": ""
  80. }