javascript - Select all values in p:selectManyCheckbox -


i´m dealing 1 problem, have p:selectmanycheckbox map 27 values, want select them. want have 1 selectmanycheckbox select values, don´t know how this.

i found solution in javascript use jsf don´t know how use primefaces or can use bean.

my code this

<p:selectmanycheckbox id="ufs" value="#{lojabean.pojo.ufsinss}" layout="grid" columns="4" styleclass="columnleft">     <f:selectitems value="#{lojabean.helper.estados}"/>     <f:selectitem itemlabel="todas"/> </p:selectmanycheckbox> 

so how can this?


Comments

Popular posts from this blog

user interface - How to replace the Python logo in a Tkinter-based Python GUI app? -

objective c - Greedy NSProgressIndicator Allocation -

how to set an OCR language in Google Drive -