123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475 |
- {
- "id": "",
- "name": "",
- "type": "Paging",
- "description": "",
- "style": "blue_round",
- "visiblePages" : 9,
- "prePageText" : "",
- "nextPageText" : "",
- "firstPageText" : "第一页",
- "lastPageText" : "最后一页",
- "textStyle": "共<font style='color:#4a90e2;'>{count}</font>条数据,每页<font style='color:#4a90e2;'>{countPerPage}</font>条,共<font style='color:#4a90e2;'>{page}</font>页",
- "events": {
- "queryLoad" : {
- "code": "",
- "html": ""
- },
- "postLoad" : {
- "code": "",
- "html": ""
- },
- "load" : {
- "code": "",
- "html": ""
- },
- "afterLoad" : {
- "code": "",
- "html": ""
- },
- "jump" : {
- "code": "",
- "html": ""
- },
- "click": {
- "code": "",
- "html": ""
- },
- "dblclick": {
- "code": "",
- "html": ""
- },
- "keydown": {
- "code": "",
- "html": ""
- },
- "keypress": {
- "code": "",
- "html": ""
- },
- "keyup": {
- "code": "",
- "html": ""
- },
- "mousedown": {
- "code": "",
- "html": ""
- },
- "mousemove": {
- "code": "",
- "html": ""
- },
- "mouseout": {
- "code": "",
- "html": ""
- },
- "mouseover": {
- "code": "",
- "html": ""
- },
- "mouseup": {
- "code": "",
- "html": ""
- }
- }
- }
|