paging.json 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  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. "textStyle": "共<font style='color:#4a90e2;'>{count}</font>条数据,每页<font style='color:#4a90e2;'>{countPerPage}</font>条,共<font style='color:#4a90e2;'>{page}</font>页",
  13. "events": {
  14. "queryLoad" : {
  15. "code": "",
  16. "html": ""
  17. },
  18. "postLoad" : {
  19. "code": "",
  20. "html": ""
  21. },
  22. "load" : {
  23. "code": "",
  24. "html": ""
  25. },
  26. "afterLoad" : {
  27. "code": "",
  28. "html": ""
  29. },
  30. "jump" : {
  31. "code": "",
  32. "html": ""
  33. },
  34. "click": {
  35. "code": "",
  36. "html": ""
  37. },
  38. "dblclick": {
  39. "code": "",
  40. "html": ""
  41. },
  42. "keydown": {
  43. "code": "",
  44. "html": ""
  45. },
  46. "keypress": {
  47. "code": "",
  48. "html": ""
  49. },
  50. "keyup": {
  51. "code": "",
  52. "html": ""
  53. },
  54. "mousedown": {
  55. "code": "",
  56. "html": ""
  57. },
  58. "mousemove": {
  59. "code": "",
  60. "html": ""
  61. },
  62. "mouseout": {
  63. "code": "",
  64. "html": ""
  65. },
  66. "mouseover": {
  67. "code": "",
  68. "html": ""
  69. },
  70. "mouseup": {
  71. "code": "",
  72. "html": ""
  73. }
  74. }
  75. }