Primefaces 安排造型课和全天
我想将 styclass 和 allday 变量添加到事件中。事情是这样的,DefaultScheduleEvent 没有能够设置这两个变量的方法,
因此,如果我选择设置全天的变量,我无法更改时间表中显示的事件的颜色,但它按小时显示我的内容需要展示;如果我设置 styleclass 变量,我可以更改颜色,但事件不是按小时计算的,因此看起来好像每个事件都花了一整天的时间来执行。
有没有办法可以同时设置这两个变量???
谢谢
I want to add the styclass and the allday variable to an event. Here's is the thing, The DefaultScheduleEvent does not have a method to be able to set both variables,
So if i choose to set the variable of allday i cannot change the color of the event shown in the schedule, but it shows by hours what i need to show; if I set the styleclass variable, i can change the colors, but the events are not by hours, so the appear as if each event took all day to be executed.
Is there a way can set this two variables, at the same time???
Thx
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
DefaultScheduleEvent 有一个构造函数,您可以在其中设置样式,还有一个 setter 用于设置是否是全天(无论如何从 3.0-RC1 开始)。我的做法是这样的:
然后,在我的 CSS 上,我有这样的样式(背景位有点烦人):
DefaultScheduleEvent has a constructor in which you can set the style and a setter for you to set whether or not it is all day (as of 3.0-RC1 anyway). Here's how I have it:
Then, on my CSS I have this for the style (the background bit is a bit annoying to get right):