Create, Fire and Handle Component Event
In Lightning framework there is need to create, fire and handle component event because the model uses events to communicate data between components. Events are usually triggered by a user…
In Lightning framework there is need to create, fire and handle component event because the model uses events to communicate data between components. Events are usually triggered by a user…
In Salesforce creating My Domain is actually creating a subdomain within the Salesforce domain. My Domain showcases your company's brand and keep your data more secure by adding a custom…
In Salesforce Lightning Component, <aura:method> is powerful and is supported for code reuse. The use of <aura:method> simplifies the code needed for a parent component to call a method on a child…
Connect to Trailhead Playground on Force.com IDE To connect to Trailhead Playground via Eclipse Force.com IDE became an issue when I was trying to tackle the trailhead Lightning Component Skills &…