{ type: 'textbox', init: function(ele){ $(ele).datepicker(); }},
Toolbar item has init callback which can be used to initialize the toolbar item control e.g., datepicker or color picker.Code: [Select]{ type: 'textbox', init: function(ele){ $(ele).datepicker(); }},