cancel
Showing results for 
Search instead for 
Did you mean: 

want to implement a simple calender in webdynpro

Former Member
0 Kudos

Hi,

I WANT TO show a normal calender in my webdynpro .Please tell me how do i go about.I used the Datenavigator UI Elemnt..but it shows everything in one row and also the language it is using is dfferent..how do i make it to normal calender..Please suggest ASAP..Awaiting

Accepted Solutions (1)

Accepted Solutions (1)

gautam_totekar
Active Participant

Answers (2)

Answers (2)

Former Member
0 Kudos
Former Member
0 Kudos

Hi,

Create one InputField UI element.

Create one context attribute of type Date.

Now bind this context attribute to "value" property of InputField UI element.

At runtime it will automaticall shows the simple calander.

User can select a particulater date from the calander.

Regards,

Charan

Former Member
0 Kudos

I dunt want the text field to appear...i directly want the calender to be seen.. want to skip the click event on which the calender will appear........

Former Member
0 Kudos

Hi,

Then you can use Date Navigator UI element. And if you want only one month calander (simple) to be displayed to the user then you need change the monthsPerRow property to 1. Initially it will be 3.

Regards,

Charan