rickilama54 / smartgwt

Automatically exported from code.google.com/p/smartgwt
0 stars 0 forks source link

DateChooser.setShowDoubleYearIcon is not working #383

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Before your post : If you are not 100% sure that you've found an issue,
please post on the SmartGWT forums first. Upon confirmation you'll be
advised to create an issue.

All issues require a minimal standalone test case with
an onModuleLoad() to be attached. You can modify an existing showcase
example if desired. Issues created without a standalone test case are
subject to being rejected after 7 days if no test case is present.

What steps will reproduce the problem?
1. create a Datechooser
2. setup the property "setShowDoubleYearIcon" to false

What is the expected output? What do you see instead?
If this property is set to true the previous and next year buttons will
render out the previous and next month button icons twice rather than using
the prevYearIcon and nextYearIcon.

What version of the product are you using? On what operating system?
version tested 1.3 and 2.0
o.s.: windows xp

Please provide any additional information below.

    final DateChooser dateCh = new DateChooser();
    dateCh.setData(date1);
    dateCh.setShowTodayButton(false);
    dateCh.setShowDoubleYearIcon(false);
    dateCh.setHeight("175");
    dateCh.setWidth("178");

http://forums.smartclient.com/showthread.php?t=8386

Original issue reported on code.google.com by rbce...@gmail.com on 23 Dec 2009 at 6:39

GoogleCodeExporter commented 8 years ago
The DateChooser.setShowDoubleYearIcon(..) API has been removed as it's no 
longer applicable to the newer 
skins.

Original comment by sanjiv.j...@gmail.com on 9 May 2010 at 6:37