You need to sign in to do that
Don't have an account?

Modal in Lightning Component
Hello Everyone,
I would like to know about creating popup/modal through lightning component.
Thanks
Regards
I would like to know about creating popup/modal through lightning component.
Thanks
Regards
try this code for Salesforce lightning modal in your component but make sure you are use slds css style files as static resources for access this modal classs
js controller
thanks
Please mark it as solved if this helps you so that it will make for others as a proper solution :)
All Answers
try this code for Salesforce lightning modal in your component but make sure you are use slds css style files as static resources for access this modal classs
js controller
thanks
Please mark it as solved if this helps you so that it will make for others as a proper solution :)
I'm getting this error when i tried to run the code.
Can you help with this??
Thanks.
id="yourId" in the container div should be id="newClientSectionId", thats all, i've figured it out.
thanx :)
http://www.sfdcmonkey.com/2017/04/15/modal-box-lightning-component-salesforce/