PrimeFaces P:密码未显示图标未显示
PrimeFaces P:密码
未显示图标。看看HTML,它使用ui-password-icon
。但是图标未在jQuery UI主题中定义。需要包括哪些CSS文件?
<p:password ... toggleMask="true"/>
PrimeFaces p:password
unmask icon not showing. Look at html, it uses ui-password-icon
. But the icon is not defined in jQuery UI themes. What css files need to be included?
<p:password ... toggleMask="true"/>
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
自从PrimeFaces 8.0以来,JQuery UI主题已经死亡,
您缺少
togglemask
的所有样式。同样,对于PF8.0或更高版本中引入的任何新组件,例如TogglesWitch,Skeleton,Avatar等。您需要将这些新样式添加到主题卷主题中。但是我建议尽快下车。它死了,不再支持
JQuery UI themes have been dead since about PrimeFaces 8.0
You are missing all the styles needed for
toggleMask
. Also for any new component introduced in PF8.0 or higher like ToggleSwitch, Skeleton, Avatar etc etc etc.You would need to add those new styles yourself to your ThemeRoller theme. But I recommend getting off of ThemeRoller ASAP. Its dead and no longer supported