QeelwaEtech / omnifaces

Automatically exported from code.google.com/p/omnifaces
0 stars 1 forks source link

Tag component for of:abbreviate() #173

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I think a tag component for `of:abbreviate` to display the full text as html 
tooltip via title attribute would be a nice feature.

Original issue reported on code.google.com by releases...@googlemail.com on 1 May 2013 at 6:32

GoogleCodeExporter commented 9 years ago
A component which does the same as this, right?

<h:outputText value="#{of:abbreviate(bean.longtext, 30)}" 
title="#{bean.longtext}" />

This is honestly a bit too trivial. One could easily wrap it in a custom 
composite.

Original comment by balusc on 2 May 2013 at 3:33