cancel
Showing results for 
Search instead for 
Did you mean: 

Use your own DateNavigator in an inputField

Former Member
0 Kudos

Hi all!

How do you use your "own" DateNavigator in an inputField? When you set the attribute "showHelp" to TRUE you get the dateNavigator as a popup. But I would like to use an own defined one so that you can set the number of months that should be shown at the same time. As I understand it it's only with the stand alone dateNavigator you can do these things described in the java doc but I hope I'm wrong in this case and that you are able to use a navigator of your choice. But how???

Best regards

Benny

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

There is no property "showHelp" at the Web Dynpro InputField.

An InputField with the "value" property bound to a context attribute of dictionary type "date" gets a date picker automatically. You cannot change the properties of this date picker. The DateNavigator is a standalone UI element. But you cannot exchange the implicit date picker by a DateNavigator.

Armin