文件名称:jsClass_AjaxTable
介绍说明--下载内容均来自于网络,请自行研究使用
/*------------------------------------------------------------------|
| AjaxTablePage 1.01 | AJAX数组表格分页类 |
|-------------------------------------------------------------------|
| Copyright (c) 2009 Apollo Updated: 2009年2月5日9:44:56|
| |
| 调用方式:
| var 自定义的全局变量名 = new AjaxTablePage("自定义全局变量名","表格的ID","翻页后运行的返回函数")
| 自定义的全局变量名.ioStr.DiyTH="表头1,表头2,.."
| 自定义的全局变量名.ioStr.Diystr="第一行1第一行2,..|第二行..|.." |
| 自定义的全局变量名.initialize() |
| |
| 接口:每页记录数,表格头字符串,表格内容字符串 |
| AJAX应用:适时获取新的字符串后设置上述接口再调用initialize()即可 |
| 参考网上代码所写,变量名不是很规范。请见谅|
| |
|-------------------------------------------------------------------*/-/*------------------------------------------------------------------|
| AjaxTablePage 1.01 | AJAX table pagination array-type |
|-------------------------------------------------------------------|
| Copyright (c) 2009 Apollo Updated: 2009 Month 5 Day 2 years 9:44:56 |
| |
| Call by:
| Var-defined global variable name = new AjaxTablePage ( "since the definition of global variable name", "the table ID", "page back function after the operation")
|-Defined global variable name. IoStr.DiyTH = "Table header 1, header 2, .."
|-Defined global variable name. IoStr.Diystr = "first line of one the first line of 2, .. | ..|.." second line |
|-Defined global variable name. Initialize () |
| |
| Interface: Record the number of each page, the first string table, string table content |
| AJAX applications: timely access to a new set of strings of these interfaces again after the call initialize () to |
| Refer to code written by-line, variable name is not normative. Plea
| AjaxTablePage 1.01 | AJAX数组表格分页类 |
|-------------------------------------------------------------------|
| Copyright (c) 2009 Apollo Updated: 2009年2月5日9:44:56|
| |
| 调用方式:
| var 自定义的全局变量名 = new AjaxTablePage("自定义全局变量名","表格的ID","翻页后运行的返回函数")
| 自定义的全局变量名.ioStr.DiyTH="表头1,表头2,.."
| 自定义的全局变量名.ioStr.Diystr="第一行1第一行2,..|第二行..|.." |
| 自定义的全局变量名.initialize() |
| |
| 接口:每页记录数,表格头字符串,表格内容字符串 |
| AJAX应用:适时获取新的字符串后设置上述接口再调用initialize()即可 |
| 参考网上代码所写,变量名不是很规范。请见谅|
| |
|-------------------------------------------------------------------*/-/*------------------------------------------------------------------|
| AjaxTablePage 1.01 | AJAX table pagination array-type |
|-------------------------------------------------------------------|
| Copyright (c) 2009 Apollo Updated: 2009 Month 5 Day 2 years 9:44:56 |
| |
| Call by:
| Var-defined global variable name = new AjaxTablePage ( "since the definition of global variable name", "the table ID", "page back function after the operation")
|-Defined global variable name. IoStr.DiyTH = "Table header 1, header 2, .."
|-Defined global variable name. IoStr.Diystr = "first line of one the first line of 2, .. | ..|.." second line |
|-Defined global variable name. Initialize () |
| |
| Interface: Record the number of each page, the first string table, string table content |
| AJAX applications: timely access to a new set of strings of these interfaces again after the call initialize () to |
| Refer to code written by-line, variable name is not normative. Plea
(系统自动生成,下载前可以参看下载内容)
下载文件列表
js表格翻页_APOLLO改进_改进为类_eval最终版.html