Is there any way of rendering inline scripts with loader? I've tried to use scripts but it doesn't seem to output my inline js.
parse inline scripts with loader
Ext.create('Ext.form.Panel', {
renderTo: 'ctn_grid_window',
id: 'ctn_grid_window_window',
autoHeight: true,
layout: 'fit',
border: false,
bodyBorder: false,
bodyStyle: 'overflow:hidden',
loader: {
url: 'process.php',
autoLoad: true,
scripts: true
}
})
parse inline scripts with loader
Aucun commentaire:
Enregistrer un commentaire