forked from 0x2620/oxjs
TextList -> TableList
This commit is contained in:
parent
7648d2d4ac
commit
bdebb03a45
17 changed files with 101 additions and 104 deletions
|
|
@ -1512,7 +1512,7 @@ Ox.List = function(options, self) {
|
|||
clearCache <f> empty list cache
|
||||
() -> <o> the list
|
||||
@*/
|
||||
that.clearCache = function() { // fixme: was used by TextList resizeColumn, now probably no longer necessary
|
||||
that.clearCache = function() { // fixme: was used by TableList resizeColumn, now probably no longer necessary
|
||||
self.$pages = [];
|
||||
return that;
|
||||
};
|
||||
|
|
@ -1560,7 +1560,7 @@ Ox.List = function(options, self) {
|
|||
() -> <o> the list
|
||||
@*/
|
||||
that.reloadPages = function() {
|
||||
// this is called by TextList when the column layout changes
|
||||
// this is called by TableList when the column layout changes
|
||||
var page, scrollLeft, scrollTop;
|
||||
if (!self.isAsync) {
|
||||
scrollLeft = that.scrollLeft();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue