cancel
Showing results for 
Search instead for 
Did you mean: 

calender icon

prashanth_lagdev
Explorer
0 Kudos

Hi Experts,

I am designning a form in webdynpro java in which my requirement is :i need to get a icon[symbol of calender] beside of INPUTFIELD from where end user can select date .Please provide solution for this requirement.

Thank's&Regard's,

Prashanth.

Accepted Solutions (0)

Answers (2)

Answers (2)

prashanth_lagdev
Explorer
0 Kudos

hi,

thank's for u r help.

regard's,

Prashanth.

Former Member
0 Kudos

Hi Prashanth,

Create an attribute in the context of datatype as date and assigned this context attribute to the inputfield property.

Deepak!!!

Edited by: Deepak Arora on Jul 26, 2010 1:11 PM

Edited by: Deepak Arora on Jul 26, 2010 1:11 PM

prashanth_lagdev
Explorer
0 Kudos

Hi deepak,

I want to get calender symbol[year calender] beside my inputfield so that end user can pick the date from the calender.please send some tips and code in implimentation if nessessory.

Thank's&Regard's,

Prashanth.

Former Member
0 Kudos

if you assigned date type context attribute to UI's property..calender icon will come

Deepak!!!

p330068
Active Contributor
0 Kudos

Hi Prashanth,

Please try to check with Date Navigator UI element if inputfield with Data type will not server your requirement.

Hope it will helps

Regards

Arun Jasiwal

prashanth_lagdev
Explorer
0 Kudos

Hi experts,

Using with Date Navigator,am getting whole calender in the view. what my requirement is calender symbole .on click of calender symbol it should pop up the calender so that end user can select the day/month/year from the calender.what are the properties required on calender Navigator properties to get the requirements.

Thank's&Regard's,

Prashanth.

Former Member
0 Kudos

Hi Prashanth,

Let me just reiterate what Deepak has mentiomed:

1. Create an input field.

2. Create a context attribute of type date (it will he string by default)

3. Bind the input field (value property) to this Context attribute

On deploying you should see the calendar icon next to the input field,

If this does not work then please tell us what are you seeing on the screen.

Regards,

Himanshu