sone
Junior Member
Posts: 3
Registered: 2/20/2003
Member Is Offline
|
posted on 2/20/2003 at 06:16 PM |
|
|
modal mode: invoke an update function
How could i invoke an function after picking a date ?
e.g.:
If i had 2 modal calendars on the same page, one for arrival date and one for departure date, it would be very useful to update the departure input
field on every change in the arrival field.
like:
arrival: 21.2.2003 departure: 22.2.2003
pick new date for arrival: 25.2.2003
->invokes update of departure to be: 26.2.2003
in popup mode i could easily do this but how to do that with the modal mode?
|
|
|
tigra
Administrator
Posts: 1982
Registered: 6/17/2002
Location: US, CO
Member Is Offline
|
| posted on 2/20/2003 at 10:42 PM |
|
|
You can modify cal_set_day function which is called when date picked. We are going to present open scripting API and event system in next release of
the Tigra Calendar PRO product.
|
|
|