Salesforce #Print Component (1) 썸네일형 리스트형 [Salesforce] Way2 ) How to print a Lightning Component Create Lightning App to call lightning component in it Step1) Create the Lightning Component that you want to print PrintComponent.cmp 출력 Step2) Create Lightning App to call the lightning component in it PrintCmp.app PrintCmpController.js ({ scriptsLoaded : function(component, event, helper) { component.set("v.isLoaded", true); setTimeout(function(){ window.print(); }, 2000); } }) step3) Use @me.. 이전 1 다음