zoggo
31 Aug 2011, 12:15 AM
Hi,
In ExtJS 3 I could load the conent of a HTML-File with the autoLoad property. In ExtJS 4 it seems that I have to use the loader property. I used that like this:
{ xtype: 'container',
loader: {
url: './Scripts/ModulCollectionModuls/ModulOneMinute/html/willkommen.htm',
autoLoad: true
}
}
When I try the code I get that Error: Access to restricted URI denied" code: "1012. What's going wrong? Do I need a proxy configuration?
Thanks for every hint!
Urs
In ExtJS 3 I could load the conent of a HTML-File with the autoLoad property. In ExtJS 4 it seems that I have to use the loader property. I used that like this:
{ xtype: 'container',
loader: {
url: './Scripts/ModulCollectionModuls/ModulOneMinute/html/willkommen.htm',
autoLoad: true
}
}
When I try the code I get that Error: Access to restricted URI denied" code: "1012. What's going wrong? Do I need a proxy configuration?
Thanks for every hint!
Urs