Home | History | Annotate | Download | only in tools

Lines Matching refs:Page

441                 AutoPageJumpPrefix:"table-page:",
442 PageNumberPrefix:"table-page-number:",
443 PageCountPrefix:"table-page-count:"
468 copy(args,this.tabledata[o.id],"stripeclass","ignorehiddenrows","useinnertext","sorttype","col","desc","page","pagesize");
766 // If paging is enabled on the table, then we need to re-page because the order of rows has changed!
768 this.page(t); // This will internally do the striping
849 * "Page" a table by showing only a subset of the rows
851 table.page = function(t,page,args) {
853 if (def(page)) { args.page = page; }
862 return this.page(t,(table.tabledata[t.id].page||0)+count,args);
866 * Go to the next page of a paged table
873 * Go to the previous page of a paged table
884 var page,pagesize,pagestart,pageend;
894 var page = tdata.page;
895 if (def(page)) {
896 // Don't let the page go before the beginning
897 if (page<0) { tdata.page=page=0; }
899 pagestart = page*pagesize+1;
940 if (def(page)) {
941 // Temporarily keep an array of unfiltered rows in case the page we're on goes past
942 // the last page and we need to back up. Don't want to filter again!
954 if (def(page)) {
955 // Check to see if filtering has put us past the requested page index. If it has,
956 // then go back to the last page and show it.
959 tdata.page = page = pagestart/pagesize;
980 if (def(page)) {
981 // Update the page number/total containers if they exist
983 tdata.container_number.innerHTML = page+1;
997 return { 'data':tdata, 'unfilteredcount':unfilteredrowcount, 'total':totalrows, 'pagecount':pagecount, 'page':page, 'pagesize':pagesize };
1076 // Do auto-page if necessary
1139 return table.page(t,0,args);
1418 # create html page
1462 id="t1" class="stats table-autosort:4 table-autofilter table-stripeclass:alternate table-page-number:t1page table-page-count:t1pages table-filtered-rowcount:t1filtercount table-rowcount:t1allcount">