wozznik / Slider-Menu

Sencha touch slider menu component (Facebook-like slide in menu)
32 stars 12 forks source link

Show datepickerfield in Menu #10

Open sindouda opened 11 years ago

sindouda commented 11 years ago

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?