Adding an icon to a control
Pega Platform includes an icon font set that you can add to your application's skin. You can then add icons from the system's icon font set to a control.
First identify the icon that you want to use:
Open the skin record and add the icon set to the skin, if you haven't already.
In the skin record, next to the py-icons row, click the Open icon to open the text file.
Scroll through the file until you find the name of the icon that you need.
Next, add the icon font to the control:
Open the section that contains the control and then open its Properties panel.
On the General tab, select Icon Class from the Image source drop-down list.
Enter the letters "pi", a space, and the name of the icon.
Submit the updated properties and save the section.
To see how the button is displayed on the form, select Preview in the control record's Actions menu.
- Icon fonts
Use icons to add images to controls. Pega Platform includes a set of icon fonts in the py-icons CSS text file, which is in the UI Kit ruleset. Many of these fonts are used in the standard user portals and forms.
- Adding the icon font set
Pega Platform includes an icon font set that you can use to add images to a control. To make the icon fonts available, you add the py-icons text file to your application skin.
- Previewing and selecting predefined icons with the icon class picker
A single skin can have multiple icon fonts, including the standard icon font set provided in py-icons. To preview and select the correct icon for a control, use the icon class picker on the Properties panel for the button, link, or icon. Using predefined icons brings greater consistency to your user interface and helps users to understand the cont
- Reviewing available icons
Being familiar with the icons that are available for the controls in your application can save you development time and bring greater consistency to the look and feel of your applications.
Previous topic Adding the icon font set Next topic Previewing and selecting predefined icons with the icon class picker