This topic contains 3 replies, has 2 voices, and was last updated by admin 4 months, 4 weeks ago.
Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic.
jQuery UI Widgets › Forums › Scheduler › Hide calendar button in from in jqxDateTimeInput in dialog in jqxScheduler
This topic contains 3 replies, has 2 voices, and was last updated by admin 4 months, 4 weeks ago.
Hello.
jqwidgets team.
Is it possible to hide the calendar button of jqxDateTimeInput in the From or To field inside the dialog in jqxScheduler ?
Thank you.
Hi devsim,
You can add an event listener for the ‘editDialogOpen’ event. In the event handler, there is a property called ‘fields’.
So for the datetimeinput fields, you can set the ‘showCalendarButton’ property to false in order to hide the calendar button.
Example:
$('#jqxDateTimeInput').jqxDateTimeInput({showCalendarButton: false});
Hope this helps.
Best regards,
Peter Stoev
jQWidgets Team
https://www.jqwidgets.com/
Dear Peter.
Thank you for your reply.
By the way, [$(fields.from).jqxDateTimeInput({ showTimeButton: false });] this code does not work.
I’m worried that I’m bothering the jQWidgets team too much. 🙁
Hi devsim,
The showTimeButton: false is the default value. This would not make a difference.
Best regards,
Peter Stoev
jQWidgets Team
https://www.jqwidgets.com/
You must be logged in to reply to this topic.