Hello,
A little question about custom skinning and the pane.print functionality.
We have made a custom skin for everything (based on WebBlue) which we have super optimized following your instructions. So now we have webresources. For the pane.print (javascript) functionality we have
var cssFileAbsPath1 = 'App_Themes/Metis/GlobalMaster.css';
A little question about custom skinning and the pane.print functionality.
We have made a custom skin for everything (based on WebBlue) which we have super optimized following your instructions. So now we have webresources. For the pane.print (javascript) functionality we have
var cssFileAbsPath1 = 'App_Themes/Metis/GlobalMaster.css';
var cssFileAbsPath11 = 'Print.css';
var arrExtStylsheetFiles = [cssFileAbsPath1,cssFileAbsPath11];
pane.Print(arrExtStylsheetFiles);
But can we use webresources in here otherwise we have to put the css back in the project instead of the seperate project
Maybe something interesting for demos,..
thanks in advance,
The Sofim-team (Belgium)