Hy ,
I have modified the view Option 2 by adding:
this in config:
{xtype: 'datepickerfield',
label: 'Birthday',
name: 'birthday',
id:'debEvent',
value: new Date()}
But But when I run the app this datepicker is shown on the menu how can I show it in the mainContainer using this line: this.parent.parent.parent.parent.push(datepickerfield);
Any help please?
Hy , I have modified the view Option 2 by adding: this in config: {xtype: 'datepickerfield', label: 'Birthday', name: 'birthday', id:'debEvent', value: new Date()} But But when I run the app this datepicker is shown on the menu how can I show it in the mainContainer using this line: this.parent.parent.parent.parent.push(datepickerfield); Any help please?