Bonjour.
Dans une page xhtml, j'utilise un panelgrid pour afficher des libellés longs sur 300pixels uniquement.
J'ai essayé ce code mais qui ne fonctionne pas.
Avez-vous une idée ?
Merci pour votre aide.
J'utilise les framework JSF (préfixe h) et Primefaces (préfixe p)
<p:panelGrid columns="2">
<h:outputText value="Programme/Service"/>
<h:outputText value="#{ppiManagerBean.detailLigneGroupe}"
style="width:300px !important; max-width:300px !important; white-space: nowrap !important"/>
<h:outputText value="Opération"/>
<h:outputText value="#{ppiManagerBean.listeDetailLigne.get(0).libelle}"
style="width:300px !important; max-width:300px !important; white-space: nowrap !important"/>
</p:panelGrid>
Modifié par denisduval75 (30 Oct 2023 - 08:49)
Dans une page xhtml, j'utilise un panelgrid pour afficher des libellés longs sur 300pixels uniquement.
J'ai essayé ce code mais qui ne fonctionne pas.
Avez-vous une idée ?
Merci pour votre aide.
J'utilise les framework JSF (préfixe h) et Primefaces (préfixe p)
<p:panelGrid columns="2">
<h:outputText value="Programme/Service"/>
<h:outputText value="#{ppiManagerBean.detailLigneGroupe}"
style="width:300px !important; max-width:300px !important; white-space: nowrap !important"/>
<h:outputText value="Opération"/>
<h:outputText value="#{ppiManagerBean.listeDetailLigne.get(0).libelle}"
style="width:300px !important; max-width:300px !important; white-space: nowrap !important"/>
</p:panelGrid>
Modifié par denisduval75 (30 Oct 2023 - 08:49)