mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-29 10:20:08 +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 should we replace 'mode' with nested set of metadata???
|
||||||
// XXX make this support multiple images...
|
// XXX make this support multiple images...
|
||||||
// XXX make things editable only in when edit is loaded...
|
// 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...',
|
showMetadata: ['Image/Metadata...',
|
||||||
widgets.makeUIDialog(function(image, mode){
|
widgets.makeUIDialog(function(image, mode){
|
||||||
var that = this
|
var that = this
|
||||||
|
|||||||
@ -82,21 +82,6 @@ var VirtualImagesActions = actions.Actions({
|
|||||||
path: null,
|
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...
|
// XXX export...
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user