plugins icon indicating copy to clipboard operation
plugins copied to clipboard

DateTimePicker close() event

Open mrwrighty opened this issue 3 years ago • 0 comments

How do I use the close() event.

Cannot seem to get it to work.

export function onDateOpen(args){ var weDate = args.object.page.getViewById("weekending"); //DateTimePicker Dialogs.alert({ title: "Warning", message: "You cannot select another date yet", okButtonText: "OK"}); weDate.close(); }

mrwrighty avatar May 24 '22 15:05 mrwrighty