var cont = Ext.create('Ext.container.Container', { html: "content" });
cont.setHtml("newcontent");
cont.update('data');