Blue
White
Purple
Green
Red
Orange
Blue Light
White Light
Purple Light
Green Light
Red Light
Orange Light
Hi at all,
is it possible to SetAllowedInterval from the datecontrol API in conjunction with a date field in a Dialogue built with the Dialog API?
Would something like
var ctrl = controls[n];var js_start = new Date(new Date().getTime() + 24 * 60 * 60 * 1000);ctrl.setAllowedInterval( js_start, null, 'error message' );
where controls[n] is the date field in the dialog work in the dialog after create function ?
An example would be nice :-)
Asked support and was told that Dialog API and Date Control API don“t work together. One should use add or edit pages based on views, if Date Control API is needed and that works of course.