I downloaded Primefaces 3.2 but I cant find the javadocs for the client side API. They say it has rich client side api so I'd could take a look at it also.
Thanks.
Though this may sound too trivial, but as a potential work-around, if one cannot find desired property/function name in provided documentation, one can do the following:
1.Add widgetVar
to component:
<p:dataTable widgetVar="caseDataTable" ...>
...
</p:dataTable>
2.Open corresponding page in browser with adequate developers console (I prefer Chrome
, but Firefox
should also do), open JS console, type name of the JS variable and .
and console should show dropdown list of properties/functions available:
3.Try to guess which property/function does what :)
Though one should use those functions/properties carefully, because since they are not documented, they may be removed in future releases etc, but as a work-around this may work.
Hope this helps...
Everything about PrimeFaces is here
https://www.primefaces.org/documentation/
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With