From 7210075ae478038e8eced036d2b184c66a0601ca Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Mon, 25 Nov 2019 18:09:19 +0300 Subject: [PATCH] notes... Signed-off-by: Alex A. Naanou --- ui (gen4)/features/ui-widgets.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ui (gen4)/features/ui-widgets.js b/ui (gen4)/features/ui-widgets.js index 76242186..fa9c0015 100755 --- a/ui (gen4)/features/ui-widgets.js +++ b/ui (gen4)/features/ui-widgets.js @@ -971,6 +971,8 @@ module.Dialogs = core.ImageGridFeatures.Feature({ // XXX Q: do we actually need .Field(..), it does everything make(..) // does already??? // XXX Q: should title/value args be optional??? +// ...and should we break the make(..) convention of passing an arg +// array for multiple .text blocks, i.e. make([title, value], ...)?? // XXX REVISE... browse.items.Field = function(title, value, options){