如何在 Primefaces 2.2.1 中为 JSF2 定制终端组件?
大家好,我想问一下primefaces 2.2.1中有没有办法自定义终端组件?我想将默认提示“prime $”更改为其他内容。除了“指针”之外,“光标”还有哪些其他选项。关于终端组件的其他定制技巧将非常感激。
提前致谢。
Hi guys I'd like to ask if there is a way to customize the terminal component in primefaces 2.2.1 ? Id like to change the default prompt which is "prime $" into something else. Also what are the other options for the "cursor" aside from "pointer". Other customization tips regarding the terminal component will be very much appreciated.
Thanks in advance.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
阅读用户指南 或使用 IDE 自动完成功能来查看所有可用的组件属性。您需要
prompt
属性。例如,这个将使用
C:\>
而不是默认的prime $
。这实际上属于一个单独的问题,因为它与 JSF 完全无关。不过,请检查 CSS 规范。这是显示所有指定值的相关性摘录:
Read the User Guide or use the IDE autocompletion to see all available component attributes. You need the
prompt
attribute. E.g.This one will use
C:\>
instead of defaultprime $
.This actually belongs in a separate question as that's totally unrelated to JSF. But ala, just check the CSS spec. Here's an extract of relevance which shows all specified values: