mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-29 18:30:09 +00:00
notes...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
2cb9a0706e
commit
9ec2f8e733
@ -4526,7 +4526,13 @@ var HTMLBrowserPrototype = {
|
|||||||
// </div>
|
// </div>
|
||||||
// or same as .renderList(..)
|
// or same as .renderList(..)
|
||||||
//
|
//
|
||||||
// XXX set scroll offset...
|
// XXX set scroll offset... should it be here?
|
||||||
|
// ...would be nice to universally wrap any render operation
|
||||||
|
// in a context getter/setter that would track the root call and
|
||||||
|
// trigger an postRender event...
|
||||||
|
// how can we Identify the root call??
|
||||||
|
// ...the traditional way would be a stack -- pop last elem
|
||||||
|
// means we are done...
|
||||||
renderFinalize: function(header, items, footer, context){
|
renderFinalize: function(header, items, footer, context){
|
||||||
var that = this
|
var that = this
|
||||||
var context = this.renderContext(context)
|
var context = this.renderContext(context)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user