From 61d829afcddb2f42e2f876a032a643766c611fb3 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Tue, 22 Jan 2019 07:10:49 +0300 Subject: [PATCH] ... Signed-off-by: Alex A. Naanou --- ui (gen4)/lib/widget/browse2.js | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/ui (gen4)/lib/widget/browse2.js b/ui (gen4)/lib/widget/browse2.js index 413dcbba..8de4fd78 100755 --- a/ui (gen4)/lib/widget/browse2.js +++ b/ui (gen4)/lib/widget/browse2.js @@ -36,6 +36,13 @@ var widget = require('./widget') // XXX var Items = module.items = function(){} +// Focus last created item... +// XXX also would be nice to set the last created items to .last or +// similar in the context... +Items.focus = function(){ +}, + + // singular items... // // .Item(value[, make][, options]) @@ -117,7 +124,7 @@ var BrowsePrototype = { // XXX scroll... - __init__: function(){}, + __init__: function(func, options){}, }