Home
last modified time | relevance | path

Searched refs:sorttable (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/tools/preload/
Dsorttable.js21 sorttable = { variable
32 sorttable.DATE_RE = /^(\d\d?)[\/\.-](\d\d?)[\/\.-]((\d\d)?\d\d)$/;
36 sorttable.makeSortable(table);
84 if (mtch && typeof sorttable["sort_"+override] == 'function') {
85 headrow[i].sorttable_sortfunction = sorttable["sort_"+override];
87 headrow[i].sorttable_sortfunction = sorttable.guessType(table,i);
97 sorttable.reverse(this.sorttable_tbody);
110 sorttable.reverse(this.sorttable_tbody);
148 row_array[row_array.length] = [sorttable.getInnerText(rows[j].cells[col]), rows[j]];
168 sortfn = sorttable.sort_alpha;
[all …]