如何在 Primefaces 2.2.1 中为 JSF2 定制终端组件?

发布于 2024-12-09 12:05:24 字数 125 浏览 0 评论 0原文

大家好,我想问一下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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

浮光之海 2024-12-16 12:05:24

将默认提示符“prime $”更改为其他内容。

阅读用户指南 或使用 IDE 自动完成功能来查看所有可用的组件属性。您需要 prompt 属性。例如,

<p:terminal prompt="C:\\>" ... />

这个将使用 C:\> 而不是默认的 prime $


除了“指针”之外,“光标”还有哪些其他选项。

这实际上属于一个单独的问题,因为它与 JSF 完全无关。不过,请检查 CSS 规范。这是显示所有指定值的相关性摘录:

值:[ [; ,]* [ 自动 |十字准线|默认 |指针|移动|电子调整大小 |重新调整大小 |西北调整大小 | n-调整大小 |调整大小 | sw-调整大小 | s-调整大小 | w-调整大小 |文字|等待|帮助 |进展]] |继承

change the default prompt which is "prime $" into something else.

Read the User Guide or use the IDE autocompletion to see all available component attributes. You need the prompt attribute. E.g.

<p:terminal prompt="C:\\>" ... />

This one will use C:\> instead of default prime $.


Also what are the other options for the "cursor" aside from "pointer".

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:

Value: [ [<uri> ,]* [ auto | crosshair | default | pointer | move | e-resize | ne-resize | nw-resize | n-resize | se-resize | sw-resize | s-resize | w-resize | text | wait | help | progress ] ] | inherit

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文