Page 1 of 1

Where are the icons ?

Posted: 14 Jul 2017, 11:02
by schlebe
Hello,

where can I find predefined icons by primefaces.

example: ui-icon-check or something else

I'm interesting to know where these icons are to see quickly all the icons I can use in my program.

Best regards

Re: Where are the icons ?

Posted: 14 Jul 2017, 11:08
by tandraschko
https://api.jqueryui.com/theming/icons/

but we also have support for font-awesome icons.

Re: Where are the icons ?

Posted: 11 Jan 2018, 17:43
by schlebe
For icons, I have also find following link https://www.primefaces.org/showcase/ui/misc/fa.xhtml.

The font Awesome must be define in a context param XML tag

Code: Select all

<context-param>
    <param-name>primefaces.FONT_AWESOME</param-name>
    <param-value>true</param-value>
</context-param> 
On my server, this has been added in web.xml file.