mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-29 10:20:08 +00:00
notes...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
ed01425b83
commit
ee4b7331e3
@ -367,6 +367,9 @@ object.mixinFlat(function(){}, {
|
||||
|
||||
// Focused item path...
|
||||
//
|
||||
// NOTE: this can be called as section generators, so they must
|
||||
// comply the func(make, options) signature...
|
||||
//
|
||||
// XXX add search/filter field...
|
||||
// XXX add path navigation...
|
||||
DisplayFocusedPath: function(make, options){
|
||||
@ -406,6 +409,9 @@ object.mixinFlat(function(){}, {
|
||||
// - focused
|
||||
// - hovered (not yet implemented)
|
||||
//
|
||||
// NOTE: this can be called as section generators, so they must
|
||||
// comply the func(make, options) signature...
|
||||
//
|
||||
// XXX use focused elements and not just item...
|
||||
// XXX add on mouse over...
|
||||
DisplayItemInfo: function(make, options){
|
||||
@ -442,7 +448,7 @@ object.mixinFlat(function(){}, {
|
||||
return make },
|
||||
|
||||
|
||||
// Constructors...
|
||||
// Instance constructors...
|
||||
//
|
||||
__new__: function(_, dialog, constructor){
|
||||
var that = function(){
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user