jQuery UI Widgets › Forums › Scheduler › Localization in Appointment; …
Tagged: angular grid, bootstrap grid, javascript grid, jquery grid, jqwidgets grid, jqxgrid appointment, localization, width
This topic contains 2 replies, has 2 voices, and was last updated by MVomHarx 9 years, 6 months ago.
-
Author
-
Hi,
I am trying to get aquainted with the Scheduler.
There are three things I did not get managed yet:
1. Though I changed the localization within the Scheduler to German (DE-de) successfully, I still have that AM/PM stuff in the appointment dialogue. How can I influence this?
2. I would appreciate smaller columns in the Timeline Day and Timeline Week views. I’d prefer a day’s display within a selfdefined width, e.g. 600px.
3. I would prefer a smaller column and font size for the calendar week column.
Thanks,
Matt
Hi MVomHarx,
1. The culture doesn’t use PM and AM. Here’s a demo on how to set the culture to Deutsch:
http://www.jqwidgets.com/jquery-widgets-demo/demos/jqxscheduler/scheduler-localization.htm?light2. You can set a TimeLine width using the “timeSlotWidth” property which is part of the “views” property of the jqxScheduler. Here’s how to apply the width:
http://www.jqwidgets.com/jquery-widgets-demo/demos/jqxscheduler/scheduler-timeline-view-columns-width.htm?light3. You can change the font size of the calender week column by applying the property “font-size: …” to the class “jqx-scheduler-week-number-column”.
For additional information on appearance and styling of the jqxScheduler you can check the documentation, here:
http://www.jqwidgets.com/jquery-widgets-documentation/documentation/jqxscheduler/jquery-scheduler-styling-and-appearance.htmBest Regards,
ChristopherjQWidgets Team
http://www.jqwidgets.comHi Christopher,
thanks for your response.
#1 doesn’t cover the problem, because I’ve set the other properties before, but still had the AM/PM behaviour within the dialog. In the meantime I found it myself; you need to set the properties to the values shown:
editDialogDateTimeFormatString: ‘dd.MM.yyyy HH:mm’
editDialogDateFormatString: ‘dd.MM.yyyy’Best regards,
Matt
-
AuthorPosts
You must be logged in to reply to this topic.