Skip to main content

This content has been archived and is no longer being updated. Links may not function; however, this content may be relevant to outdated versions of the product.

Support Article

No documentation for Icon Class feature

SA-1041

Summary



The "Icon Class" feature (available on the Icon control, the Button control, and on the Presentation table of an item in a Navigation rule) has no documentation describing the valid values.

The user would like to know how the UI can be configured to include visual cues on Navigation items.



Resolution



T
he long term plan is to add Icon fonts to the skin. User would be able to reference from various places in the product.
 

There are no out-of-the-box icons intended for use. In most cases, there is a plan to move away from icons in menus and focusing on ensuring high quality menu item labels.

 

For Examples of icons in the system were the landing page menu in the 6.x series, Check pzlanding.css and the .lpiXXX classes. The menu items icons were 'lpiBase lpiXYZ'


Example snippet:

.lpiBase {

 

height: 40px;

 

width: 38px;

 

background: transparent no-repeat center center;

 

vertical-align: middle;

 

border: none;

 

color: #5B6B9A;

 

  }

 

 

 

.lpiApplication {

 

  background-image: url('desktopimages/px_lpiApplication.png');

 

  }

 

 

 

.lpiDataModel {

 

  background-image: url('desktopimages/px_lpiDataModel.png');

 

  }

 

Check pzMainMenu to see how they are referenced (note, we left the classes there in 7.x but don't use the css anymore).

Published June 12, 2015 - Updated October 8, 2020

Was this useful?

0% found this useful

Have a question? Get answers now.

Visit the Collaboration Center to ask questions, engage in discussions, share ideas, and help others.

Did you find this content helpful?

Want to help us improve this content?

We'd prefer it if you saw us at our best.

Pega Community has detected you are using a browser which may prevent you from experiencing the site as intended. To improve your experience, please update your browser.

Close Deprecation Notice
Contact us