Salesforce Flow의 Screen Width 값 Custom하기
Salesforce Flow의 Screen Width 값 Custom하기
1. aura 파일에 컴포넌트 번들 생성하기 (auradoc, cmp, meta.xml)
2. css는 번들 밖에 생성한다 (번들 내부에 생성할 경우 .THIS로 시작해야 하는데, 그러면 static resource 적용 안됨!)
3. (아래 출처 내용 완료한 후) Object manager - 해당 Object의 Bunttons, Links, and Actions - 생성한 Custom Action - Height 수정 가능
※ 출처
1) https://forcepanda.wordpress.com/2019/01/24/how-to-increase-the-width-of-quick-action-modal-popup/
How to increase the width of Quick action Modal/Popup?
Hello and welcome! :D In this article, we shall learn how we can increase with the width of the Quick Action Modal/Popup using an unconventional method/hack. Using this, we can also increase the wi…
forcepanda.wordpress.com
2) https://www.youtube.com/watch?v=cEfD6j9e9rY&ab_channel=SalesforceCodified
3) https://developer.salesforce.com/blogs/developer-relations/2015/06/styling-css-component-bundle
Styling with CSS in the Component Bundle
In this article we improve the appearance of our reports with some CSS tweaks in the lightning components.
developer.salesforce.com