jQuery UI Widgets › Forums › Scheduler › edit the Repeat drop down of the Dialog new Appointment window
Tagged: calendar, event, event calendar, javascript scheduler, jquery scheduler, jqwidgets scheduler, Outlook Style Calendar, scheduler
This topic contains 6 replies, has 2 voices, and was last updated by polly.woodhouse@agile.co.nz 8 years, 8 months ago.
-
Author
-
Hi,
I have read your excellent API instructions, for which many thanks, and I was wondering how I can remove items from the Repeat drop down list. At present it has Never, Daily, Weekly, Monthly, Yearly, and I would like it to have only the Daily, Weekly, and Monthly.Thank you for your time.
Kind regards,
Polly
Hi Polly,
If you want to customize the dialog, see: http://www.jqwidgets.com/jquery-widgets-demo/demos/jqxscheduler/scheduler-edit-dialog.htm?arctic
Best Regards,
Peter StoevjQWidgets Team
http://www.jqwidgets.comHi Peter,
thank you for your reply and the link.
I have seen this url and I can see how I can hide certain fields in the new Appointment window, and I can see how I can create a new Print button in this example of yours. Your example also shows how I can hide the Repeat list altogether, but now how I can edit the Repeat drop down list.
Are you suggesting that the only solution is for me to write from scratch my own new Repeat Drop Down list?
thank you for your help,
Kind regards,
Polly
Hi Polly,
You can create a new, you can customize the existing one, too. It’s a dropdownlist and is available from the fields object. how to use jqxDropDownList is explained in our documentation and demonstrated in the online demos, too. It depends on your scenario, how you will proceed.
Best Regards,
Peter StoevjQWidgets Team
http://www.jqwidgets.comHi Peter,
thank you for your answer. I have looked at the Fields object and cannot see the drop down list that I can edit.
Thank you for your time.
Kind regards,
Polly
Hi Polly,
The repeat field which is hidden in our demo is jqxDropDownList instance. You do not have to search for a field with name – “dropdownlist”.
Best Regards,
Peter StoevjQWidgets Team
http://www.jqwidgets.comHi Peter,
this is great, it works a treat. Thank you for your timely help.
Much appreciated.
Kind regards,
Polly
-
AuthorPosts
You must be logged in to reply to this topic.