mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-29 02:10:08 +00:00
added stub events...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
9402c16739
commit
dfa9a741a9
@ -496,6 +496,18 @@ var BaseBrowserPrototype = {
|
|||||||
.render(options) },
|
.render(options) },
|
||||||
|
|
||||||
|
|
||||||
|
// events / actions...
|
||||||
|
focus: function(item){},
|
||||||
|
select: function(item){},
|
||||||
|
open: function(item){},
|
||||||
|
enter: function(item){},
|
||||||
|
// XXX can we unify these???
|
||||||
|
collapse: function(item){},
|
||||||
|
expand: function(item){},
|
||||||
|
// XXX target can be item or path...
|
||||||
|
load: function(target){},
|
||||||
|
close: function(reason){},
|
||||||
|
|
||||||
// XXX item API...
|
// XXX item API...
|
||||||
get: function(){},
|
get: function(){},
|
||||||
set: function(){},
|
set: function(){},
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user