1
0
Fork 0
forked from 0x2620/oxjs

add tooltips to textlist cells

This commit is contained in:
rlx 2011-08-28 19:50:06 +00:00
commit b55ade5687
4 changed files with 57 additions and 37 deletions

View file

@ -161,7 +161,8 @@ Ox.List = function(options, self) {
});
}
self.pageLengthByRowLength = [
0, 60, 60, 60, 60, 60, 60, 63, 64, 63, 60, 66, 60, 65, 70, 60, 64, 68, 72, 76, 60
0, 60, 60, 60, 60, 60, 60, 63, 64, 63, 60,
66, 60, 65, 70, 60, 64, 68, 72, 76, 60
];
}
/*