Yeah.
For the time being, i have edited the /js/src/container/viewport.js to render entire example in a wrapper div.
Code:
var me = this,
html = ( Ext.Element.get('extWrapper') ) ? Ext.Element.get('extWrapper') : document.body.parentNode,
el;
Another question to add to this:
Im using Extjs on a web application. Basically i want the 2d drag and drop grid functionality from this portal example. When i use the example, the resulting web page is quite large, ~3mb with like 50 odd js files dynamically attached to the page (quite a lot of requests). Is there any way someone can help me remove quite a lot of unnecessary requests/attachments to fit my needs?