cancel
Showing results for 
Search instead for 
Did you mean: 

htmlb - DateNavigator - events ?

Former Member
0 Kudos

Hello,

I use the HTMLB Extension "DATE navigator" for this I copy the code from the BSP application HTMLB_samples (datenavigatorsample.htm).

To make the code work i have to add the following parameters in the Eventhandler "OnInitialization":

currentDate = sy-date.

today = sy-date.

monthsPerColumn = 1.

monthsPerRow = 1.

Because these parameters are filled in the Samples over the above form.

No i get the calender, but no click on the calender works. How i have to handle the events,

and where i have to put the funtions behind the events ?

For an answer I would be very grateful.

regards

Marcus

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hello Marcus,

Please look at the F1 documentation for the dateNavigator tag. There is a very good description how to do the event handling.

Best regards,

Karin