by Bishwambhar Sen | Oct 22, 2018 | Lightning |
Component Events with example unsplash-logoLouis Reed Component Events: In my previous post, I demonstrated how application events can be used. This post is all about using component events. As explained in my earlier posts, component events are slightly different...
by Bishwambhar Sen | Oct 14, 2018 | Lightning |
Application events with example In my previous post I gave a brief theoretical introduction about the different lightning events we have in Salesforce. In this post I am gonna show how you can use the different types of events. Application events: As explained... by Bishwambhar Sen | Sep 2, 2018 | Lightning |
Lightning:FileUpload and Lightning:FileCard base components In this post I am gonna show how to use lightning:fileUpload and lightning:fileCard base components from Salesforce. Both these components involve the use of files. In the above video I have demonstrated how... by Bishwambhar Sen | Sep 1, 2018 | Lightning |
Sample Student App – Part 3 Now, lets have a look at the StudentList component. This is the component that would retrieve the data from the server and receive the newly saved record via an event from the StudentForm component to eventually display the data. But...
by Bishwambhar Sen | Aug 30, 2018 | Lightning |
Sample Student App – Part 2 Lets’s again take a look at the StudentFormHelper.js IsValid: This method simply checks the validity of the model. In this case we are simply checking whether the student object is valid or not. We check for null/blank...
Recent Comments