mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-28 18:00:09 +00:00
cleanup...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
ed58ff4cc8
commit
41211aed68
@ -344,6 +344,9 @@ var MetadataUIActions = actions.Actions({
|
||||
// XXX should we replace 'mode' with nested set of metadata???
|
||||
// XXX make this support multiple images...
|
||||
// XXX make things editable only in when edit is loaded...
|
||||
// XXX BUG: .dialog.updatePreview() is stealing marks from
|
||||
// the original image in ribbon...
|
||||
// ...see inside...
|
||||
showMetadata: ['Image/Metadata...',
|
||||
widgets.makeUIDialog(function(image, mode){
|
||||
var that = this
|
||||
|
||||
@ -82,21 +82,6 @@ var VirtualImagesActions = actions.Actions({
|
||||
path: null,
|
||||
}) }],
|
||||
|
||||
makeVirtualTextBefore: ['Virtual/Add text before',
|
||||
'makeVirtualText: $0 $1 "before"'],
|
||||
makeVirtualText: ['Virtual/Add text after',
|
||||
core.doc`
|
||||
|
||||
NOTE: this was not designed for complex HTML, only use simple
|
||||
formatted text.`,
|
||||
//{ browseMode: function(){ return !this.collection && 'disabled' }, },
|
||||
function(text, ref, offset){
|
||||
this.makeVirtualBlock(ref, offset, {
|
||||
type: 'virtual',
|
||||
path: null,
|
||||
text: text || '',
|
||||
}) }],
|
||||
|
||||
// XXX export...
|
||||
})
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user