From c813ec3d16c26f2a7c8facaae0a3eddc9bee5cdf Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Mon, 2 May 2016 03:49:34 +0300 Subject: [PATCH] some minor stuff... Signed-off-by: Alex A. Naanou --- ui (gen4)/features/ui-widgets.js | 24 +++++++++++++++++++++++- 1 file changed, 23 insertions(+), 1 deletion(-) diff --git a/ui (gen4)/features/ui-widgets.js b/ui (gen4)/features/ui-widgets.js index 741ed254..eff6f7b7 100755 --- a/ui (gen4)/features/ui-widgets.js +++ b/ui (gen4)/features/ui-widgets.js @@ -430,6 +430,7 @@ var DialogsActions = actions.Actions({ o && o.focus() }) })], + // XXX should this be renamed to BottomDrawer??? Drawer: ['- Interface/', makeUIContainer(function(dialog, options){ var parent = (options || {}).parentElement @@ -448,6 +449,27 @@ var DialogsActions = actions.Actions({ return d })], + // XXX not implemented yet... + TopDrawer: ['- Interface/', + makeUIContainer(function(dialog, options){ + // XXX + console.error('Not yet implemented.') + })], + BottomDrawer: ['- Interface/', + makeUIContainer(function(dialog, options){ + // XXX + console.error('Not yet implemented.') + })], + RightDrawer: ['- Interface/', + makeUIContainer(function(dialog, options){ + // XXX + console.error('Not yet implemented.') + })], + LeftDrawer: ['- Interface/', + makeUIContainer(function(dialog, options){ + // XXX + console.error('Not yet implemented.') + })], // XXX need to: // - dock panels // - save panel state (position, collapse, dock, ...) @@ -455,7 +477,7 @@ var DialogsActions = actions.Actions({ Panel: ['- Interface/', makeUIContainer(function(dialog, options){ // XXX - console.error('Panels are not yet implemented.') + console.error('Not yet implemented.') })],