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?
Thanks
SmartClient Version: v9.1p_2014-11-09/Pro Deployment (built 2014-11-09)
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);
SmartClient Version: v9.1p_2014-11-09/Pro Deployment (built 2014-11-09)
Comment