azuroff
2 Feb 2012, 2:44 PM
I have a menu that has a datepicker submenu, and it works fine - I select the menu, and the datepicker shows up. According to the Ext.menu.DatePicker docs, I'm supposed to use the "initialConfig" property to set configuration options on the underlying date picker object (specifically in my case - minDate and maxDate).
1. The "Date Menu" object doesn't have an initialConfig property in Designer - which would be nice to have.
2. I can get around that by adding a custom initialConfig property, but the value of that property is written out as a string and not an object. I don't see any way to change how that value gets written out.
Is there a way to control the type of custom properties that are added in Designer (without hacking the metadata)?
1. The "Date Menu" object doesn't have an initialConfig property in Designer - which would be nice to have.
2. I can get around that by adding a custom initialConfig property, but the value of that property is written out as a string and not an object. I don't see any way to change how that value gets written out.
Is there a way to control the type of custom properties that are added in Designer (without hacking the metadata)?