template.json 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  1. {
  2. "id": "",
  3. "name": "",
  4. "type": "Elbutton",
  5. "description": "",
  6. "size" : "auto",
  7. "bttype" : "default",
  8. "plain" : false,
  9. "round" : false,
  10. "circle" : false,
  11. "disabled" : false,
  12. "loading" : false,
  13. "autofocus" : false,
  14. "isText" : true,
  15. "icon": "",
  16. "preprocessing" : "y",
  17. "moduleName" : "elbutton",
  18. "vueData": {},
  19. "vueMethods": {},
  20. "vueCss": {},
  21. "elProperties": {},
  22. "elStyles": {},
  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. "keydown": {
  45. "code": "",
  46. "html": ""
  47. },
  48. "keypress": {
  49. "code": "",
  50. "html": ""
  51. },
  52. "keyup": {
  53. "code": "",
  54. "html": ""
  55. },
  56. "mousedown": {
  57. "code": "",
  58. "html": ""
  59. },
  60. "mousemove": {
  61. "code": "",
  62. "html": ""
  63. },
  64. "mouseout": {
  65. "code": "",
  66. "html": ""
  67. },
  68. "mouseover": {
  69. "code": "",
  70. "html": ""
  71. },
  72. "mouseup": {
  73. "code": "",
  74. "html": ""
  75. },
  76. "focus": {
  77. "code": "",
  78. "html": ""
  79. },
  80. "blur": {
  81. "code": "",
  82. "html": ""
  83. }
  84. },
  85. "properties": {},
  86. "class": "",
  87. "styles": {},
  88. "container": ""
  89. }