From f23858233ab5c41a4036e2001506661b3ea5d9c1 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Mon, 18 Dec 2017 17:57:38 +0300 Subject: [PATCH] notes... Signed-off-by: Alex A. Naanou --- ui (gen4)/features/collections.js | 14 +++++++++++--- ui (gen4)/features/examples.js | 1 + 2 files changed, 12 insertions(+), 3 deletions(-) diff --git a/ui (gen4)/features/collections.js b/ui (gen4)/features/collections.js index e4449a7b..1c060d5c 100755 --- a/ui (gen4)/features/collections.js +++ b/ui (gen4)/features/collections.js @@ -2596,13 +2596,21 @@ var UICollectionActions = actions.Actions({ //*/ - // XXX experementing... + /*/ XXX experementing... + // would be nice to: + // - have an action accessible withing the action menu and standalone + // - topology: + // / + // : + // ... + // ... + // - creating a collection should open its options... + // collectionsList: ['Collections/Collections list/*', function(path, make){ - console.log('>>>', path) - make.EditableList(this.collection_order) }], + //*/ }) var UICollection = diff --git a/ui (gen4)/features/examples.js b/ui (gen4)/features/examples.js index c425ad59..eff38832 100755 --- a/ui (gen4)/features/examples.js +++ b/ui (gen4)/features/examples.js @@ -816,5 +816,6 @@ core.ImageGridFeatures.Feature('examples', [ + /********************************************************************** * vim:set ts=4 sw=4 : */ return module })