mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-29 10:20:08 +00:00
tweaking...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
2b239c6dc3
commit
5014052c82
@ -71,7 +71,8 @@ var VirtualImagesActions = actions.Actions({
|
|||||||
this.focusImage(gid)
|
this.focusImage(gid)
|
||||||
}],
|
}],
|
||||||
|
|
||||||
// XXX
|
makeVirtualBlankBefore: ['Virtual/Add blank before',
|
||||||
|
'makeVirtualBlank: $0 "before"'],
|
||||||
makeVirtualBlank: ['Virtual/Add blank after',
|
makeVirtualBlank: ['Virtual/Add blank after',
|
||||||
core.doc``,
|
core.doc``,
|
||||||
//{ browseMode: function(){ return !this.collection && 'disabled' }, },
|
//{ browseMode: function(){ return !this.collection && 'disabled' }, },
|
||||||
@ -80,7 +81,10 @@ var VirtualImagesActions = actions.Actions({
|
|||||||
type: 'virtual',
|
type: 'virtual',
|
||||||
path: null,
|
path: null,
|
||||||
}) }],
|
}) }],
|
||||||
makeVirtualText: ['Virtual/Add text block after',
|
|
||||||
|
makeVirtualTextBefore: ['Virtual/Add text before',
|
||||||
|
'makeVirtualText: $0 $1 "before"'],
|
||||||
|
makeVirtualText: ['Virtual/Add text after',
|
||||||
core.doc`
|
core.doc`
|
||||||
|
|
||||||
NOTE: this was not designed for complex HTML, only use simple
|
NOTE: this was not designed for complex HTML, only use simple
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user