Please use this tool https://demo.hotwaxmedia.com/webtools/control/SearchLabels
-Bruno 2009/2/2 madppiper <[email protected]> > > Hey everyone, > > well, I thought that this may be a neat little function that can possibly > safe alot of your time ( which is why I wanted to share it with you ;)). In > the past it has taken me an awful lot of time to figure out which uiLabels > are avaialble in my screens. Since the corresponding uiLabelMaps are really > scattered all over the place, I noticed that I tended to redo already > existing once... > > So, here is help: > > > Simply copy and paste the following into an ftl file: > > <table> > <#list uiLabelMap?keys as key> > <#if uiLabelMap[key]?is_string> > <tr> > <td>${key}</td> > <td>${uiLabelMap[key]}</td> > </tr> > </#if> > </#list> > </table> > > > It should create an easy to read table of available uiLabels... > > Cheers... > > -- > View this message in context: > http://www.nabble.com/How-to-display-a-List-of-all-uiLabels-tp21792846p21792846.html > Sent from the OFBiz - User mailing list archive at Nabble.com. > >
