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
ed01425b83
commit
ee4b7331e3
@ -367,6 +367,9 @@ object.mixinFlat(function(){}, {
|
|||||||
|
|
||||||
// Focused item path...
|
// 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 search/filter field...
|
||||||
// XXX add path navigation...
|
// XXX add path navigation...
|
||||||
DisplayFocusedPath: function(make, options){
|
DisplayFocusedPath: function(make, options){
|
||||||
@ -406,6 +409,9 @@ object.mixinFlat(function(){}, {
|
|||||||
// - focused
|
// - focused
|
||||||
// - hovered (not yet implemented)
|
// - 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 use focused elements and not just item...
|
||||||
// XXX add on mouse over...
|
// XXX add on mouse over...
|
||||||
DisplayItemInfo: function(make, options){
|
DisplayItemInfo: function(make, options){
|
||||||
@ -442,7 +448,7 @@ object.mixinFlat(function(){}, {
|
|||||||
return make },
|
return make },
|
||||||
|
|
||||||
|
|
||||||
// Constructors...
|
// Instance constructors...
|
||||||
//
|
//
|
||||||
__new__: function(_, dialog, constructor){
|
__new__: function(_, dialog, constructor){
|
||||||
var that = function(){
|
var that = function(){
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user