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... by Bishwambhar Sen | Aug 22, 2018 | Lightning |
Apex Controller-What? Do we really need it? So in my previous post, I explained about the different sub-components that make the lightning component. All of them were client-side components. But what if you need to get something from the server? Like pulling data from...
Recent Comments