Hi,
Not sure what you mean... the normal browser print function should work just fine in UI5:
var oButton = new sap.ui.commons.Button({ text : "Print", press : function() { window.print(); } });
Or do you mean something different?
Hi,
Not sure what you mean... the normal browser print function should work just fine in UI5:
var oButton = new sap.ui.commons.Button({ text : "Print", press : function() { window.print(); } });
Or do you mean something different?