Ultima Icon list

Forum rules
Please note that response time for technical support is within 3-5 business days.
Post Reply
bigzidane
Posts: 58
Joined: 21 Jan 2015, 22:16

06 Oct 2016, 23:40

Do we have any place to list of icon?

I do see icons in Util page but I believe there are more than them. Pls advise

st-clair-clarke
Posts: 28
Joined: 18 Sep 2016, 10:35

07 Oct 2016, 00:03

Do take a look in your resources\sass\theme\_icons.scss file in the Ultima package you unzipped when you purchase the software.

Those that begin with..
1) .ui-icon- reference icons in the Google Material Design (https://design.google.com/icons/) namespace
Usage |

Code: Select all

  <button
      type = 'text'
      pButton
      label = 'Age'
      icon = 'ui-icon-error-outline'
      iconPos = 'right'
      (click) = 'op.toggle($event)'></button>
2) .fa- reference icons in the FontAwesome icons (http://fontawesome.io/icons/) name space
Usage |

Code: Select all

 <button
      type = 'text'
      pButton
      label = 'Age'
      icon = 'fa-check'
      iconPos = 'right'
      (click) = 'op.toggle($event)'></button>
Use double-quoates (") if your IDE does not support single quotes.

I am using angular-cli so things might be slightly different for you.

Hope this helps

mert.sincan
Posts: 5281
Joined: 29 Jun 2013, 12:38

07 Oct 2016, 10:23

+1, thanks @st-clair-clarke ;) Also, please see; http://www.primefaces.org/ultima/utils.xhtml

Post Reply

Return to “Ultima - PrimeFaces”

  • Information
  • Who is online

    Users browsing this forum: No registered users and 1 guest