Open cerok opened 5 years ago
loadingHtml does not work with iframe unless i before use it with eModal.setEModalOptions(myModalOptions);
In your code you have: function iframe(params, title) { .. if (typeof data === 'object') { setEModalOptions(data); }
I think it must be
if (typeof params === 'object')
or rename parameter params as data
loadingHtml does not work with iframe unless i before use it with eModal.setEModalOptions(myModalOptions);
In your code you have: function iframe(params, title) { .. if (typeof data === 'object') { setEModalOptions(data); }
I think it must be
if (typeof params === 'object')
or rename parameter params as data