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
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
the calendar appears and suddenly disappear. Amy idea why is this happening?
Previously I was using this code to increase the width of the dateChooser
Code:
isc.DateChooser.addProperties({width:"200",dayNameLength:"6"});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"}