Hey,
Trying to use IFrame, but not able to load it. I keep getting this error:
Code:
"NetworkError: 404 Not Found - http://localhost:58068/widget/uxiframe.js?_dc=1450433654077"
I tried to add this in ViewController:
Code:
requires: [
'widget.uxiframe'
//'Ext.ux.IFrame'
],
I also tried to add this in Application.js:
Code:
Ext.require('widget.uxiframe');
//Ext.require('Ext.ux.IFrame');
and this inside Application.js, Ext.define('AppName.Application',....{
Code:
requires: [
'widget.uxiframe'
// 'Ext.ux.IFrame'
],
None of them worked, any ideas?