-
16 Mar 2008 12:15 PM #1
How: Datepicker in tbar?
How: Datepicker in tbar?
Hi i have a grid with day-based data.
How do i add a "Choose Day" button in the tbar that opens a Datepicker?
PHP Code:tbar: [{
xtype: 'tbsplit',
text: 'Options',
//handler: optionsHandler, // handle a click on the button itself
menu: new Ext.menu.Menu({
items: [
{xtype: 'datefield',
value: new Date()}
]
})
} // dropdown is undefined ;-(]


Reply With Quote