This topic contains 4 replies, has 3 voices, and was last updated by Peter Stoev 9 years ago.
Viewing 5 posts - 1 through 5 (of 5 total)
Viewing 5 posts - 1 through 5 (of 5 total)
You must be logged in to reply to this topic.
jQuery UI Widgets › Forums › Scheduler › Timeline Views with resources
Tagged: calendar, event, event calendar, javascript scheduler, jquery scheduler, jqwidgets scheduler, Outlook Style Calendar, scheduler
This topic contains 4 replies, has 3 voices, and was last updated by Peter Stoev 9 years ago.
Is it possible the resource IDs such as rooms Names to stay still?
I want to be able to see these names even if I scroll the TimelineMonthView.
Finally I want to know if I can change the jqx-grid-column-header date format into a dd-mm-YYYY format and add weekNumber in Timeline Views with resources.
Best regards,
Anastasia
Hi Anastasia,
1. It’s not possible to Pin/Freeze these names in this version.
2. You can define and use the timeRuler.formatString property. For more information, see “views” object in the Scheduler’s documentation.
Best Regards,
Peter Stoev
jQWidgets Team
http://www.jqwidgets.com
in respond to 2nd point – there is some bug in timeRuler.formatString for monthView – in this case only start
is affected by this settings, the end
is shown without any format: for example
views:
[ {type: 'monthView', timeRuler: {formatString: "HH:mm"} } ],
then hover title on appointment shows ’10:00 – 2015-11-24 15:00:00 …’
Hi Beg,
The monthView does not have timeRuler ui element so you should not set this at all for a month view.
Best Regards,
Peter Stoev
jQWidgets Team
http://www.jqwidgets.com
Hi Anastasia,
Pin/Freeze of resource names is now implemented in the Scheduler’s update which came out with jQWidgets 4.1.0.
Best Regards,
Peter Stoev
jQWidgets Team
http://www.jqwidgets.com
You must be logged in to reply to this topic.