mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-11-01 03:40:09 +00:00
updated docs...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
c6044ce31d
commit
79a555aba6
@ -403,14 +403,22 @@ actions.Actions({
|
|||||||
}],
|
}],
|
||||||
uncropAll: ['',
|
uncropAll: ['',
|
||||||
function(restore_current){ this.uncrop('all', restore_current) }],
|
function(restore_current){ this.uncrop('all', restore_current) }],
|
||||||
|
// XXX see if we need to do this on this level??
|
||||||
|
// ...might be a good idea to do this in data...
|
||||||
uncropAndKeepOrder: ['Uncrop and keep crop image order',
|
uncropAndKeepOrder: ['Uncrop and keep crop image order',
|
||||||
function(level, restore_current){ this.uncrop(level, restore_current, true) }],
|
function(level, restore_current){ this.uncrop(level, restore_current, true) }],
|
||||||
// XXX same as uncrop but will also try and merge changes...
|
// XXX same as uncrop but will also try and merge changes...
|
||||||
|
// - the order is simple and already done above...
|
||||||
|
// - I think that levels should be relative to images, the
|
||||||
|
// only problem here is how to deal with new ribbons...
|
||||||
mergeCrop: ['',
|
mergeCrop: ['',
|
||||||
function(){
|
function(){
|
||||||
// XXX
|
// XXX
|
||||||
}],
|
}],
|
||||||
|
|
||||||
|
// XXX save a crop (catalog)...
|
||||||
|
// XXX
|
||||||
|
|
||||||
cropRibbon: ['Crop current ribbon',
|
cropRibbon: ['Crop current ribbon',
|
||||||
function(ribbon, flatten){
|
function(ribbon, flatten){
|
||||||
ribbon = ribbon || 'current'
|
ribbon = ribbon || 'current'
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user