[
https://issues.apache.org/jira/browse/TOBAGO-154?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16280433#comment-16280433
]
Udo Schnurpfeil edited comment on TOBAGO-154 at 12/6/17 4:49 PM:
-----------------------------------------------------------------
This is possible with the label-facet:
{code}
<f:facet name="label">
<tc:out value="4" labelLayout="skip" compact="true">
<f:convertNumber minFractionDigits="5"/>
</tc:out>
</f:facet>
{code}
It's possible with <tc:box> a long time, but I'll implement this for <tc:tab>
in the next release.
was (Author: lofwyr):
This is possible with the label-facet:
{code}
<f:facet name="label">
<tc:out value="4" labelLayout="skip">
<f:convertNumber minFractionDigits="5"/>
</tc:out>
</f:facet>
{code}
It's possible with <tc:box> a long time, but I'll implement this for <tc:tab>
in the next release.
> Add converter for tab label and box label
> -----------------------------------------
>
> Key: TOBAGO-154
> URL: https://issues.apache.org/jira/browse/TOBAGO-154
> Project: MyFaces Tobago
> Issue Type: Improvement
> Components: Core
> Affects Versions: 1.0.7, 1.0.8
> Reporter: Carsten Dimmek
> Assignee: Udo Schnurpfeil
> Priority: Minor
> Fix For: 4.1.0
>
>
> Please add a converter for the tab label and box label
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)