I have an existing panel where I set the html manually with a variable like so:
s = '<H1>My Html Page';
s += '[more html]]';
var panel = new Ext.Panel({
id: 'service_Billing',
title: 'Billing',
tbar: [],
html: s
});
How can I specify a path on same server server of a .php file instead of the variable as the source of the html. Something like /path/example/data.php