paging.json 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. {
  2. "id": "",
  3. "name": "",
  4. "type": "Paging",
  5. "description": "",
  6. "style": "blue_round",
  7. "visiblePages" : 9,
  8. "prePageText" : "",
  9. "nextPageText" : "",
  10. "firstPageText" : "第一页",
  11. "lastPageText" : "最后一页",
  12. "events": {
  13. "queryLoad" : {
  14. "code": "",
  15. "html": ""
  16. },
  17. "postLoad" : {
  18. "code": "",
  19. "html": ""
  20. },
  21. "load" : {
  22. "code": "",
  23. "html": ""
  24. },
  25. "afterLoad" : {
  26. "code": "",
  27. "html": ""
  28. },
  29. "jump" : {
  30. "code": "",
  31. "html": ""
  32. },
  33. "click": {
  34. "code": "",
  35. "html": ""
  36. },
  37. "dblclick": {
  38. "code": "",
  39. "html": ""
  40. },
  41. "keydown": {
  42. "code": "",
  43. "html": ""
  44. },
  45. "keypress": {
  46. "code": "",
  47. "html": ""
  48. },
  49. "keyup": {
  50. "code": "",
  51. "html": ""
  52. },
  53. "mousedown": {
  54. "code": "",
  55. "html": ""
  56. },
  57. "mousemove": {
  58. "code": "",
  59. "html": ""
  60. },
  61. "mouseout": {
  62. "code": "",
  63. "html": ""
  64. },
  65. "mouseover": {
  66. "code": "",
  67. "html": ""
  68. },
  69. "mouseup": {
  70. "code": "",
  71. "html": ""
  72. }
  73. }
  74. }