extjs 3.3: painel flutuante

Estou tentando criar um painel flutuante sobre outros painéis pré-criados, tentei seguir códigos simples, mas falhei:

var testPanel = new Ext.Panel({
                                id: 'testP',
                                width: 50,
                                height: 100,
                                floating: true,
                                title:'Test'
                            });
testPanel.show();

o que mais eu preciso pensar?

obrigado