Ext.onReady(function() {
  new Ext.ux.Menu('menu', {
    transitionType: 'slide',
    minWidth:100,
    direction: 'vertical'
  });
});
