diff --git a/ui (gen4)/features/ui.js b/ui (gen4)/features/ui.js index 52034bcd..34934f75 100755 --- a/ui (gen4)/features/ui.js +++ b/ui (gen4)/features/ui.js @@ -2492,6 +2492,7 @@ var makeStateIndicator = function(type){ .addClass('state-indicator-container ' + type || '') } +// XXX do we need this??? var makeStateIndicatorItem = function(container, type, text){ var item = $('
') .addClass('item '+ type || '') @@ -2501,6 +2502,25 @@ var makeStateIndicatorItem = function(container, type, text){ return item } +// XXX should we use this or makeStateIndicatorItem(..)??? +// ...investigate the features of the above... +// - .attr('text')??? +var makeExpandingInfoItem = function(container, cls, align){ + var e = $('') + .addClass(cls + ' expanding-text ' + align) + .append($('')) + .append($('