calendarxp Site Admin
Joined: 30 Jan 2005 Posts: 409
|
Posted: Tue Feb 15, 2005 6:34 pm Post subject: [PopCalendarXP]How can I submit the form associated with the date field after picking a date? |
|
|
To submit the form associated with the current date field (the one you passed in as a parameter of fPopCalendar), you should use the following code in plugins.js file:
Code: | function fAfterSelected(y,m,d,e) {
gdCtrl.form.submit();
} |
_________________ Copyright 2003-2011 Idemfactor Solutions, Inc. All rights reserved. |
|