Hello,
I'm trying to disable the shadow of the date picker on a date field ...
I tried to use in the config of the datefield
but it doesnt work (it says this.addEvents has no properties)Code:menu:Ext.menu.DateMenu({shadow:false})
Anybody got an idea ?
fm