Primefaces dynamic menu icon not showing

♀尐吖头ヾ 提交于 2019-12-13 02:12:10

问题


Im creating my menu intiarly with help of java. Now im trying to set an icon, but it doesn't show.

Here is my css class:

    .qualiteatsmanager {
    background: url("/resources/images/icons/qm.png") !important;
    height:16px;
    width: 16px;
}

Im setting the icon like this: studentMenuItem.setIcon("qualiteatsmanager");.

but the menu only shows the standard ui-icon-carat-1-n.

The images can be found under src/main/java/../resources/images/icons.

来源:https://stackoverflow.com/questions/30695332/primefaces-dynamic-menu-icon-not-showing

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!