paging.json 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. {
  2. "id": "",
  3. "name": "",
  4. "type": "Paging",
  5. "description": "",
  6. "style": "default",
  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. "click": {
  30. "code": "",
  31. "html": ""
  32. },
  33. "dblclick": {
  34. "code": "",
  35. "html": ""
  36. },
  37. "keydown": {
  38. "code": "",
  39. "html": ""
  40. },
  41. "keypress": {
  42. "code": "",
  43. "html": ""
  44. },
  45. "keyup": {
  46. "code": "",
  47. "html": ""
  48. },
  49. "mousedown": {
  50. "code": "",
  51. "html": ""
  52. },
  53. "mousemove": {
  54. "code": "",
  55. "html": ""
  56. },
  57. "mouseout": {
  58. "code": "",
  59. "html": ""
  60. },
  61. "mouseover": {
  62. "code": "",
  63. "html": ""
  64. },
  65. "mouseup": {
  66. "code": "",
  67. "html": ""
  68. }
  69. }
  70. }