|
This page shows integration of Jaxcent with a Date Picker (Calendar) from Zapatec. The date picker is shown to the right. Select any date, and the selected date will be sent to the server. In this sample, the server simply echoes the selection by posing a message dialog box.
How ToJust follow the vendor's instructions for embedding the calendar, in the configuration you want. Then replace the url by a call toJaxcentServerRequest.
This does not require much JavaScript knowledge, but you
do have to edit a JavaScript function to replace
the target link. In this sample, the existing code
On the Jaxcent side, override the The Java code that handles this page is provided below:
|