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

DateChooser width, draw issues in SmartClient V9.1 2014-07-06 PowerEdition

$
0
0
Since upgrading to v9.1 I am not able to resize the width of the datechooser component.
Previously I was using this code to increase the width of the dateChooser
Code:

isc.DateChooser.addProperties({width:"200",dayNameLength:"6"});
since the upgrade this properties has no effect on the component.

Also I have a strange behavior in dateChooser. If I restart the application server and started my application and tried to edit any date field

Code:

{name:"fromDate", title:"From Date: ", type: "date"}
the calendar appears and suddenly disappear. Amy idea why is this happening?

Viewing all articles
Browse latest Browse all 4756

Trending Articles