diff --git a/ui (gen4)/lib/widget/browse2.js b/ui (gen4)/lib/widget/browse2.js index 30da16e3..66841e63 100755 --- a/ui (gen4)/lib/widget/browse2.js +++ b/ui (gen4)/lib/widget/browse2.js @@ -621,7 +621,9 @@ Items.makeSubContext('field', : options.value ], options) }, { - // XXX + // XXX do we need this??? + // XXX would be nice to force the title to be on a separate line + // from the text... Text: function(title, value, options){ return this.__proto__.Text([title, value], options) },