如何使用 rich:calendar 显示月份、年份?

发布于 2024-10-10 14:05:49 字数 45 浏览 1 评论 0原文

我想在页面初始化期间使用 rich:calendar 组件显示当前月份和年份

I want to show the current month and year using rich:calendar component during page initialization

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

葮薆情 2024-10-17 14:05:49

我猜您希望日历控件扩展显示当前月份和年份。

如果这是您想要的,那么您可以在控件渲染后添加以下脚本

#{rich:component('myCalId')}.doExpand();

您可以以定义的方式使用 richfaces 的不同此类组件函数 这里

I guess you want the calendar control expanded displaying current month and year.

If it is what you want then you can add the following script after control rendering

#{rich:component('myCalId')}.doExpand();

You can use different such component function of richfaces in that fashion defined here.

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