force:inputField component is used to display fields of a particular sObject with the appropriate type. In other words, we don’t have to explicitly specify the type of the field. The component automatically renders the type....
force:inputField component is used to display fields of a particular sObject with the appropriate type. In other words, we don’t have to explicitly specify the type of the field. The component automatically renders the type....
A lightning:recordForm component enables you to quickly create forms to add, view, or update a record. Using this component to create record forms is easier than building forms manually with lightning:recordEditForm and lightning:recordViewForm. The objectApiName...
A lightning:recordEditForm component is a wrapper component that accepts a record ID, and it displays one or more fields and labels associated with that record. It use the lightning:inputField component inside to create editable fields....
force:recordData component is part of lightning data service. At the simplest level, you can think of Lightning Data Service as the lightning components version of the visualforce standard controller. By using, Lightning Data Service we...
Lightning:Layout A lightning:layout is a flexible grid system for arranging containers within a page or inside another container. The default layout is mobile-first and can be easily configured on different devices. Lightning:layout is...
Understanding: The aura:if tag in lightning is used for the conditional rendering of the code. It is similar in functionality to the if-else of any programming language. It renders the content within the tag if...
Understanding: There are five different types of icons that can be used in lightning component: Action Custom Doctype Standard Utility Lightning icons can be used in some of the lightning components like lightning:button, lightning:buttonIcon, lightning:icon....
Understanding: In lightning, we use components to display data. Data can be anything ranging from the name of an sObject like Account to list of records of a particular sObject. Now to get the data...
Design attributes are used to set some attributes during the design time i.e. while using App builder. For example, the admin can use your component on the record detail page of a particular sObject and...
Understanding Design resource: The design resource is part of the component bundle which is basically used for the benefit of admins. To make some attributes available for the admins to use in tools like App...