mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-29 18:30:09 +00:00
started work on alias ui...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
bc6387af42
commit
1a0d70b91d
@ -22,6 +22,9 @@ module.Alias = core.ImageGridFeatures.Feature({
|
|||||||
doc: '',
|
doc: '',
|
||||||
|
|
||||||
tag: 'alias',
|
tag: 'alias',
|
||||||
|
suggested: [
|
||||||
|
'ui-alias',
|
||||||
|
],
|
||||||
|
|
||||||
config: {
|
config: {
|
||||||
//aliases: {
|
//aliases: {
|
||||||
@ -66,5 +69,33 @@ module.Alias = core.ImageGridFeatures.Feature({
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
//---------------------------------------------------------------------
|
||||||
|
|
||||||
|
var UIAliasActions = actions.Actions({
|
||||||
|
// XXX list aliases....
|
||||||
|
// XXX
|
||||||
|
|
||||||
|
// XXX edit alias...
|
||||||
|
// XXX
|
||||||
|
})
|
||||||
|
|
||||||
|
var UIAlias =
|
||||||
|
module.UIAlias = core.ImageGridFeatures.Feature({
|
||||||
|
title: '',
|
||||||
|
doc: '',
|
||||||
|
|
||||||
|
tag: 'ui-alias',
|
||||||
|
depends: [
|
||||||
|
'alias',
|
||||||
|
'ui',
|
||||||
|
],
|
||||||
|
|
||||||
|
actions: UIAliasActions,
|
||||||
|
|
||||||
|
handlers: [],
|
||||||
|
})
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/**********************************************************************
|
/**********************************************************************
|
||||||
* vim:set ts=4 sw=4 : */ return module })
|
* vim:set ts=4 sw=4 : */ return module })
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user