Rendering ExtJS 4+ MVC application in a html div - how-to?
问题 All examples that I have found so far explain how to render ExtJS (4.2) MVC application within the "viewport", which in other words means full browser screen, and occupying whole HTML BODY. I would like to render application within the existing HTML page within named DIV, so that I can have HTML design around the application. <div id="appdiv"><!-- application runs here --></div> I've seen some sites with ExtJS 4 examples that use trick to render ExtJS app within the page by using IFRAME. Is