Quantcast
Channel: SmartClient Forums
Viewing all articles
Browse latest Browse all 4756

DatePickerButton & DateChooser AutoChild

$
0
0
The DateChooser displayed via the DatePickerButton doesn't seem to honour the dateChooser AutoChild, even though the button is documented as "... offers alternative access to the DateChooser...".


An ImgButton that appears above the various views of the calendar and offers alternative access to a com.smartgwt.client.widgets.DateChooser to pick the current day.


Can you please propose an alternative way to configure the following so that it applies to the DateChooser displayed by the DatePickerButton?

Code:

DateChooser dateChooser = new DateChooser();
dateChooser.setEndYear(endYear);
setAutoChildProperties("dateChooser", dateChooser);

Thanks

SmartClient Version: v9.1p_2014-11-09/Pro Deployment (built 2014-11-09)

Viewing all articles
Browse latest Browse all 4756

Trending Articles