mercredi 3 décembre 2014

parse inline scripts with loader

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.

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