mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-29 18:30:09 +00:00
still thinking...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
61d829afcd
commit
4e9f339544
@ -40,7 +40,12 @@ var Items = module.items = function(){}
|
|||||||
// XXX also would be nice to set the last created items to .last or
|
// XXX also would be nice to set the last created items to .last or
|
||||||
// similar in the context...
|
// similar in the context...
|
||||||
Items.focus = function(){
|
Items.focus = function(){
|
||||||
},
|
}
|
||||||
|
|
||||||
|
// Embed a list...
|
||||||
|
//
|
||||||
|
Items.embed = function(){
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
// singular items...
|
// singular items...
|
||||||
@ -87,7 +92,10 @@ var Items.Group = function(items){}
|
|||||||
// XXX how do we indicate the selected item???
|
// XXX how do we indicate the selected item???
|
||||||
// - options.path / options.selected?
|
// - options.path / options.selected?
|
||||||
// - path argument?
|
// - path argument?
|
||||||
Items.List = function(values){}
|
Items.List = function(values){
|
||||||
|
// XXX STUB...
|
||||||
|
return this.embed(List(values))
|
||||||
|
}
|
||||||
Items.EditableList = function(values){}
|
Items.EditableList = function(values){}
|
||||||
Items.EditablePinnedList = function(values){}
|
Items.EditablePinnedList = function(values){}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user