I want to add a datebox similar to the one in give link http://www.jeasyui.com/demo/main/index.php?plugin=DateBox&theme=default&dir=ltr&pitem= in my web aplication project(smartgwt).
In short I want the datebox(jquery) equivalent in smartGwt. when i googled i found out there is something called dateChooser in smartGwt but it works like a calendar i want something like the one in above link textfield with a button which on clicking displays the calendar and the selected date appears on the textbox.
please give any suggestions i am using smartGwt LGPL.
I haven't seen such a component in smartgwt showcase but there is something called
PickerIconwhich can be coupled to aTextItemto achieve what you want.http://www.smartclient.com/smartgwt/showcase/#form_category_picker_icons
Hope this can help !