Hi Rob

You can use Ext's UpdateManager to do this - it supports a lot more
Ext-specific options etc so I'd recommend it over using jQuery's .load().

Basically you can do something like:

Ext.get("panel-bottom").getUpdateManager().update(blah);

Check out the api docs for more info -
http://www.extjs.com/deploy/ext/docs/index.html

Chris

Reply via email to