mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-12-17 08:41:40 +00:00
tweaking...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
dfa7eb486d
commit
db57d389fd
@ -28,6 +28,20 @@ var base = require('features/base')
|
|||||||
|
|
||||||
/*********************************************************************/
|
/*********************************************************************/
|
||||||
|
|
||||||
|
var Widget =
|
||||||
|
module.Widget = core.ImageGridFeatures.Feature({
|
||||||
|
title: '',
|
||||||
|
doc: '',
|
||||||
|
|
||||||
|
tag: 'widget',
|
||||||
|
depends: [
|
||||||
|
'-ui-app-control',
|
||||||
|
],
|
||||||
|
})
|
||||||
|
|
||||||
|
|
||||||
|
//---------------------------------------------------------------------
|
||||||
|
|
||||||
var NWHostActions = actions.Actions({
|
var NWHostActions = actions.Actions({
|
||||||
// window stuff...
|
// window stuff...
|
||||||
// XXX should this be nested in a .window object???
|
// XXX should this be nested in a .window object???
|
||||||
|
|||||||
@ -107,6 +107,10 @@ core.ImageGridFeatures.Feature('imagegrid-testing', [
|
|||||||
|
|
||||||
//'-ui-partial-ribbons',
|
//'-ui-partial-ribbons',
|
||||||
|
|
||||||
|
// Add this to enable widget mode...
|
||||||
|
// XXX needs testing...
|
||||||
|
//'widget',
|
||||||
|
|
||||||
|
|
||||||
// read-only mode...
|
// read-only mode...
|
||||||
// XXX at this point this needs some more tuneup, the following
|
// XXX at this point this needs some more tuneup, the following
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user