开发者

Where can I find the primefaces tag library documentation? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.

We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.

Closed 5 years ago.

Improve this question

Where can I find primefaces tag libra开发者_运维百科ry documentation such as this: http://primefaces.prime.com.tr/docs/tag/index.html ?

I already have the jar, the sources of the primefaces. The apidoc supplied is "primefaces 2.2.RC2 API", not the "Tag Library Documentation Generator - Generated Documentation"

Maybe I should try generating it from the source, or maybe from the JAR (although I think the javadocs are not in the bytecodes) ?


Here lies the answer

ethermion : Descriptions were dropped for 2.2. Nothing to do with Netbeans. It is what you've got.

optimus.prime : Descriptions will only be available in documentation to promote the PrimeFaces User's Guide 2.2.

And this is another thread started by me


The best that I could find is the User guide, in which you could find the whole elements with his characteristics

http://primefaces.googlecode.com/files/primefaces_users_guide_2_2.pdf


Since shortly, PrimeFaces has new tag library and API documentation. See also this blog entry.

PrimeFaces API and VDL Docs are now available online. These are additional resources to the reference user’s guide.

For Primefaces v.3.5 :

  • API Docs
  • VDL Docs

P.S. Thanks to PrimeFaces Users BalusC and Arjan Tijms for their great work on VDL Doc generator!


Update: for other/newer versions (as of now, 3.4, 3.5, 4.0 and 5.0 are available), just browse the root folder of docs:

  • All API Docs
  • All VDL Docs


if you need .tld file, you can find one in jar: in META-INF folder. It is called primefaces-i.tld


There's a separate JAR on the download page that contains the source code, and you could use the taglibrarydoc tool to generate the documentation from that.

I don't think you'll find a premade tag library documentation for an RC (release candidate) version.


Here is the statement to the same question from another user:

optimus.prime:

Javadocs are bundled with zip packages, but for latest 2.2.M1 it is not available. You can use 2.1's bundle to get javadocs though.

With upcoming 2.2.RC1, java and tag docs will be available via bundles distributions.

Look at http://forum.primefaces.org/viewtopic.php?f=3&t=4575


Now the Solution of adding the primefaces Tag Library is in the User guides 3.xx edition itself and we can implement it with the updated Tag library as

html xmlns:p="http://primefaces.org/ui" 

http://primefaces.org/gettingStarted.html

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜