How to override a method in dojox _Scroller class?
Posted
by David Zhao
on Stack Overflow
See other posts from Stack Overflow
or by David Zhao
Published on 2009-07-20T17:48:43Z
Indexed on
2010/04/15
19:03 UTC
Read the original article
Hit count: 514
Hi there,
How do I override a method in dojox.grid._Scroller class from a class extending dojox.grid.DataGrid.
dojox.grid.DataGrid extends dojox.grid._Grid, which requires dojox.grid._Scroller. The method of interest here is: getScrollBottom(inTop). Thanks in advance!
David
© Stack Overflow or respective owner