Where are the third-party Primefaces 3.2 API documents?

I downloaded Primefaces 3.2, but I can not find javadocs for the client side API. They say that he has a rich client side api, so I could also take a look at it.

Thank.

+5
source share
2 answers

All about PrimeFaces is here.

https://www.primefaces.org/documentation/

+5
source

Although this may seem overly simple, but as a potential solution to the problem, if it is not possible to find the desired property / function name in the documentation provided, you can do the following:

1. Add widgetVarto component:

    <p:dataTable widgetVar="caseDataTable" ...>
        ...
    </p:dataTable>

2. ( Chrome, Firefox), JS, JS ., /:

Chrome console with dropdown

3. , / :)

/, , , .., .

, ...

+8

All Articles