Hi,
That doesn't display anything:
PHP Code:
'#gridNews': {
itemclick: function (item, record) {
var prev = Ext.ComponentQuery.query('#previewNews')[0];
prev.html = '<iframe src="' + record.get('new_url') + '", height="100%", width="100%">';
}
},