Page 1 of 1

panelGroup - outputLabel + inputText

Posted: 25 Mar 2020, 14:23
by ajotta
Hello,

I would like to know if there is a way implemented in Primefaces itself to style my front-end like the example I did in image 1, but which in the mobile version is correct.

Because if you look at the mobile version, the fields are not configured.

Code: Select all

<p:outputLabel value="Código:" for="idCod"/>
<p:inputText id="idCod" value="#{clienteMB.cliente.idCliente}" />
(image-1)
https://uploaddeimagens.com.br/imagens/8DcB0dY

(image-2)
https://uploaddeimagens.com.br/imagens/5U071GY

Re: panelGroup - outputLabel + inputText

Posted: 06 Apr 2020, 15:44
by ajotta
Hello,

Just to inform other developers who are faced with this question, I managed to solve my problem through Grid CSS, Follow the documentation

link https://primefaces.github.io/primefaces ... ts/gridcss

Re: panelGroup - outputLabel + inputText

Posted: 20 Apr 2020, 06:32
by mert.sincan
Glad to hear, thanks a lot for the update!

Best Regards,