Lightning
Lightning
Lightning
Developer Guide
Version 46.0, Summer ’19
PREVIEW
Note: This release is in preview. Features described in this document don’t become generally available
until the latest general availability date that Salesforce announces for this release. Before then, and where @salesforcedocs
features are noted as beta, pilot, or developer preview, we can’t guarantee general availability within Last updated: May 20, 2019
any particular time frame or at all. Make your purchase decisions only on the basis of generally available
products and features.
© Copyright 2000–2019 salesforce.com, inc. All rights reserved. Salesforce is a registered trademark of salesforce.com, inc.,
as are other names and marks. Other marks appearing herein may be trademarks of their respective owners.
CONTENTS
Collection Types . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 37
Custom Apex Class Types . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 39
Framework-Specific Types . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 40
Using Expressions . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 42
Dynamic Output in Expressions . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 43
Conditional Expressions . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 44
Data Binding Between Components . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 44
Value Providers . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 49
Expression Evaluation . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 56
Expression Operators Reference . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 57
Expression Functions Reference . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 60
Component Composition . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 63
Component Body . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 66
Component Facets . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 67
Controlling Access . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 68
Application Access Control . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 71
Interface Access Control . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 71
Component Access Control . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 71
Attribute Access Control . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 71
Event Access Control . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 72
Using Object-Oriented Development . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 72
What is Inherited? . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 72
Inherited Component Attributes . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 73
Abstract Components . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 75
Interfaces . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 75
Inheritance Rules . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 77
Best Practices for Conditional Markup . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 77
Aura Component Versioning . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 78
Components with Minimum API Version Requirements . . . . . . . . . . . . . . . . . . . . . . . . . . . 79
Validations for Aura Component Code . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 80
Validation When You Save Code Changes . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 81
Validation During Development Using the Salesforce CLI . . . . . . . . . . . . . . . . . . . . . . . 82
Review and Resolve Validation Errors and Warnings . . . . . . . . . . . . . . . . . . . . . . . . . . 86
Aura Component Validation Rules . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 87
Salesforce Lightning CLI (Deprecated) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 93
Using Labels . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 93
Using Custom Labels . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 94
Input Component Labels . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 95
Dynamically Populating Label Parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 95
Getting Labels in JavaScript . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 96
Getting Labels in Apex . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 97
Setting Label Values via a Parent Attribute . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 99
Localization . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 99
Providing Component Documentation . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 101
Contents
Create Custom Search and Profile Menu Components for Communities . . . . . . . . . . . . 197
Create Custom Content Layout Components for Communities . . . . . . . . . . . . . . . . . . . 198
Use Aura Components with Flows . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 200
Considerations for Configuring Components for Flows . . . . . . . . . . . . . . . . . . . . . . . 200
Customize Flow Screens Using Aura Components . . . . . . . . . . . . . . . . . . . . . . . . . . 204
Create Flow Local Actions Using Aura Components . . . . . . . . . . . . . . . . . . . . . . . . . . 214
Embed a Flow in a Custom Aura Component . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 218
Display Flow Stages with an Aura Component . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 224
Add Components to Apps . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 229
Integrate Your Custom Apps into the Chatter Publisher . . . . . . . . . . . . . . . . . . . . . . . . . . . 229
Using Background Utility Items . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 234
Use Lightning Components in Visualforce Pages . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 235
Add Aura Components to Any App with Lightning Out (Beta) . . . . . . . . . . . . . . . . . . . . . . . 237
Lightning Out Requirements . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 238
Lightning Out Dependencies . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 238
Lightning Out Markup . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 239
Authentication from Lightning Out . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 241
Share Lightning Out Apps with Non-Authenticated Users . . . . . . . . . . . . . . . . . . . . . . 242
Lightning Out Considerations and Limitations . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 243
Lightning Container . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 244
Using a Third-Party Framework . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 244
Lightning Container Component Limits . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 251
The Lightning Realty App . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 253
lightning-container NPM Module Reference . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 256
INDEX . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 494
CHAPTER 1 What Is the Lightning Component Framework?
In this chapter ... The Lightning Component framework is a UI framework for developing single page applications for
mobile and desktop devices.
• What is Salesforce
Lightning?
As of Spring ’19 (API version 45.0), you can build Lightning components using two programming models:
the Lightning Web Components model, and the original Aura Components model. Lightning web
• Why Use the Aura
components are custom HTML elements built using HTML and modern JavaScript. Lightning web
Components
components and Aura components can coexist and interoperate on a page.
Programming
Model? Configure Lightning web components and Aura components to work in Lightning App Builder and
• Aura Components Community Builder. Admins and end users don’t know which programming model was used to develop
the components. To them, they’re simply Lightning components.
• Events
• Browser Support for This developer guide covers how to develop custom Aura components. The Lightning Web Components
Aura Components Developer Guide covers how to develop custom Lightning web components.
• My Domain Is
Required to Use
Lightning
Components in Your
Salesforce Org
• Using the Developer
Console
• Online Content
1
What Is the Lightning Component Framework? What is Salesforce Lightning?
Aura Components
Aura components are the self-contained and reusable units of an app. They represent a reusable section of the UI, and can range in
granularity from a single line of text to an entire app.
2
What Is the Lightning Component Framework? Events
The framework includes a set of prebuilt components. For example, components that come with the Lightning Design System styling
are available in the lightning namespace. These components are also known as the base Lightning components. You can assemble
and configure components to form new components in an app. Components are rendered to produce HTML DOM elements within the
browser.
A component can contain other components, as well as HTML, CSS, JavaScript, or any other Web-enabled code. This enables you to
build apps with sophisticated UIs.
The details of a component's implementation are encapsulated. This allows the consumer of a component to focus on building their
app, while the component author can innovate and make changes without breaking consumers. You configure components by setting
the named attributes that they expose in their definition. Components interact with their environment by listening to or publishing
events.
SEE ALSO:
Creating Components
Working with Base Lightning Components
Events
Event-driven programming is used in many languages and frameworks, such as JavaScript and Java Swing. The idea is that you write
handlers that respond to interface events as they occur.
A component registers that it may fire an event in its markup. Events are fired from JavaScript controller actions that are typically triggered
by a user interacting with the user interface.
There are two types of events in the framework:
• Component events are handled by the component itself or a component that instantiates or contains the component.
• Application events are handled by all components that are listening to the event. These events are essentially a traditional
publish-subscribe model.
You write the handlers in JavaScript controller actions.
SEE ALSO:
Communicating with Events
Handling Events with Client-Side Controllers
SEE ALSO:
Salesforce Help: Recommendations and Requirements for All Browsers
Lightning Locker Disabled for Unsupported Browsers
Content Security Policy Overview
3
What Is the Lightning Component Framework? My Domain Is Required to Use Lightning Components in Your
Salesforce Org
SEE ALSO:
Salesforce Help: My Domain
4
What Is the Lightning Component Framework? Online Content
– SVG
For more information on the Developer Console, see The Developer Console User Interface.
SEE ALSO:
Salesforce Help: Open the Developer Console
Create Aura Components in the Developer Console
Component Bundles
Online Content
This guide is available online. To view the latest version, go to:
https://developer.salesforce.com/docs/atlas.en-us.lightning.meta/lightning/
Go beyond this guide with exciting Trailhead content. To explore more of what you can do with Lightning Components, go to:
Trailhead Module: Lightning Components Basics
Link: https://trailhead.salesforce.com/module/lex_dev_lc_basics
Learn with a series of hands-on challenges on how to use Lightning Components to build modern web apps.
Quick Start: Lightning Components
Link: https://trailhead.salesforce.com/project/quickstart-lightning-components
Create your first component that renders a list of Contacts from your org.
Project: Build an Account Geolocation App
Link: https://trailhead.salesforce.com/project/account-geolocation-app
Build an app that maps your Accounts using Lightning Components.
Project: Build a Restaurant-Locator Lightning Component
Link: https://trailhead.salesforce.com/project/workshop-lightning-restaurant-locator
Build a Lightning component with Yelp’s Search API that displays a list of businesses near a certain location.
Project: Build a Lightning App with the Lightning Design System
Link: https://trailhead.salesforce.com/project/slds-lightning-components-workshop
Design a Lightning component that displays an Account list.
5
CHAPTER 2 Quick Start
In this chapter ... The quick start provides Trailhead resources for you to learn core Aura components concepts, and a
short tutorial that builds an Aura component to manage selected contacts in the Salesforce app and
• Before You Begin Lightning Experience. You’ll create all components from the Developer Console. The tutorial uses several
• Trailhead: Explore events to create or edit contact records, and view related cases.
Lightning
Components
Resources
• Create a Component
for Lightning
Experience and the
Salesforce Mobile
App
6
Quick Start Before You Begin
Note: For this quick start tutorial, you don’t need to create a Developer Edition organization or register a namespace prefix. But
you want to do so if you’re planning to offer managed packages. You can create Lightning components using the UI in Enterprise,
Performance, Unlimited, Developer Editions, or a sandbox. If you don’t plan to use a Developer Edition organization, you can
go directly to Define a Custom Salesforce Domain Name.
7
Quick Start Create a Component for Lightning Experience and the
Salesforce Mobile App
8
Quick Start Create a Component for Lightning Experience and the
Salesforce Mobile App
Here’s how the component looks like in the Salesforce app. You’re creating two components, contactList and contacts, where
contactList is a container component that iterates over and displays contacts components. All contacts are displayed in
contactList, but you can select different lead sources to view a subset of contacts associated with the lead source.
9
Quick Start Create a Component for Lightning Experience and the
Salesforce Mobile App
Resource Description
Contacts Bundle
contactsController.js The client-side controller action that navigates to a contact record using the
force:navigateToSObject event
contactList Bundle
contactListController.js The client-side controller actions that call the helper resource to load contact data and handles the lead
source selection
10
Quick Start Load the Contacts
Resource Description
contactListHelper.js The helper function that retrieves contact data, displays a toast message on successful loading of contact
data, displays contact data based on lead source, and update the total number of contacts
Apex Controller
ContactController.apxc The Apex controller that queries all contact records and those records based on different lead sources
ContactController contains methods that return your contact data using SOQL statements. This Apex controller is wired
up to your component in a later step. getContacts() returns all contacts with the selected fields.
2. Click File > New > Lightning Component, and then enter contacts for the Name field in the New Lightning Bundle popup
window. This creates a component, contacts.cmp. Enter this code and then save.
<aura:component>
<aura:attribute name="contact" type="Contact" />
11
Quick Start Load the Contacts
</lightning:card>
</aura:component>
This component creates the template for your contact data using the lightning:card component, which simply creates a
visual container around a group of information. This template gets rendered for every contact that you have, so you have multiple
instances of a component in your view with different data. The onclick event handler on the lightning:button component
calls the goToRecord client-side controller action when the buton is clicked. Notice the expression {!v.contact.Name}?
v represents the view, which is the set of component attributes, and contact is the attribute of type Contact. Using this dot
notation, you can access the fields in the contact object, like Name and Email, after you wire up the Apex controller to the
component in the next step.
3. Click File > New > Lightning Component, and then enter contactList for the Name field in the New Lightning Bundle
popup window, which creates the contactList.cmp component. Enter this code and then save. If you’re using a namespace
in your organization, replace ContactController with myNamespace.ContactController. You wire up the Apex
controller to the component by using the controller="ContactController" syntax.
<aura:component implements="force:appHostable" controller="ContactController">
<!-- Handle component initialization in a client-side controller -->
<aura:handler name="init" value="{!this}" action="{!c.doInit}"/>
<!-- Page header with a counter that displays total number of contacts -->
<div class="slds-page-header slds-page-header_object-home">
<lightning:layout>
<lightning:layoutItem>
<lightning:icon iconName="standard:contact" />
</lightning:layoutItem>
<lightning:layoutItem class="slds-m-left_small">
<p class="slds-text-title_caps slds-line-height_reset">Contacts</p>
<h1 class="slds-page-header__title slds-p-right_x-small">Contact
Viewer</h1>
</lightning:layoutItem>
</lightning:layout>
<lightning:layout>
<lightning:layoutItem>
<p class="slds-text-body_small">{!v.totalContacts} Contacts • View
Contacts Based on Lead Sources</p>
</lightning:layoutItem>
</lightning:layout>
</div>
12
Quick Start Load the Contacts
<!-- Iterate over the list of contacts and display them -->
<aura:iteration var="contact" items="{!v.contacts}">
<!-- If you’re using a namespace, replace with myNamespace:contacts-->
<c:contacts contact="{!contact}"/>
</aura:iteration>
</lightning:layoutItem>
</lightning:layout>
</aura:component>
Let’s dive into the code. We added the init handler to load the contact data during initialization. The handler calls the client-side
controller code in the next step. We also added two attributes, contacts and totalContacts, which stores the list of contacts
and a counter to display the total number of contacts respectively. Additionally, the contactList component is an attribute
used to store the filtered list of contacts when an option is selected on the lead source dropdown menu. The lightning:layout
components simply create grids to align your content in the view with Lightning Design System CSS classes.
The page header contains the {!v.totalContacts} expression to dynamically display the number of contacts based on the
lead source you select. For example, if you select Referral and there are 30 contacts whose Lead Source fields are set to
Referral, then the expression evaluates to 30.
Next, we create a dropdown menu with the lightning:select component. When you select an option in the dropdown
menu, the onchange event handler calls your client-side controller to update the view with a subset of the contacts. You create
the client-side logic in the next few steps.
In case you’re wondering, the force:appHostable interface enables your component to be surfaced in Lightning Experience
and the Salesforce mobile app as tabs, which we are getting into later.
4. In the contactList sidebar, click CONTROLLER to create a resource named contactListController.js. Replace the
placeholder code with the following code and then save.
({
doInit : function(component, event, helper) {
// Retrieve contacts during component initialization
helper.loadContacts(component);
},
13
Quick Start Load the Contacts
k++;
}
}
else {
filter = contactList;
}
}
//Set the filtered list of contacts based on the selected option
component.set("v.contacts", filter);
helper.updateTotal(component);
}
})
The client-side controller calls helper functions to do most of the heavy-lifting, which is a recommended pattern to promote code
reuse. Helper functions also enable specialization of tasks, such as processing data and firing server-side actions, which is what we
are covering next. Recall that the onchange event handler on the lightning:select component calls the handleSelect
client-side controller action, which is triggered when you select an option in the dropdown menu. handleSelect checks the
option value that’s passed in using event.getSource().get("v.value"). It creates a filtered list of contacts by checking
that the lead source field on each contact matches the selected lead source. Finally, update the view and the total number of contacts
based on the selected lead source.
5. In the contactList sidebar, click HELPER to create a resource named contactListHelper.js. Replace the placeholder code
with the following code and then save.
({
loadContacts : function(cmp) {
// Load all contact data
var action = cmp.get("c.getContacts");
action.setCallback(this, function(response) {
var state = response.getState();
if (state === "SUCCESS") {
cmp.set("v.contacts", response.getReturnValue());
cmp.set("v.contactList", response.getReturnValue());
this.updateTotal(cmp);
}
14
Quick Start Fire the Events
updateTotal: function(cmp) {
var contacts = cmp.get("v.contacts");
cmp.set("v.totalContacts", contacts.length);
}
})
During initialization, the contactList component loads the contact data by:
• Calling the Apex controller method getContacts, which returns the contact data via a SOQL statement
• Setting the return value via cmp.set("v.contacts", response.getReturnValue()) in the action callback,
which updates the view with the contact data
• Updating the total number of contacts in the view, which is evaluated in updateTotal
You must be wondering how your component works in Lightning Experience and the Salesforce app. Let’s find out next!
6. Make the contactList component available via a custom tab in Lightning Experience and the Salesforce app.
• Add Lightning Components as Custom Tabs in a Lightning Experience App
• Add Lightning Components as Custom Tabs in the Salesforce App
For this tutorial, we recommend that you add the component as a custom tab in Lightning Experience.
When your component is loaded in Lightning Experience or the Salesforce app, a toast message indicates that your contacts are loaded
successfully. Select a lead source from the dropdown menu and watch your contact list and the number of contacts update in the view.
Next, wire up an event that navigates to a contact record when you click a button in the contact list.
The onclick event handler in the following button component triggers the goToRecord client-side controller when the
button is clicked.
<lightning:button name="details" label="Details" onclick="{!c.goToRecord}" />
You set the parameters to pass into the events using the event.setParams() syntax. In this case, you’re passing in the Id of
the contact record to navigate to. There are other events besides force:navigateToSObject that simplify navigation within
15
Quick Start Fire the Events
Lightning Experience and the Salesforce app. For more information, see Events Handled in the Salesforce Mobile App and Lightning
Experience.
2. To test the event, refresh your custom tab in Lightning Experience, and click the Details button.
The force:navigateToSObject is fired, which updates the view to display the contact record page.
We stepped through creating a component that loads contact data using a combination of client-side controllers and Apex controller
methods to create a custom UI with your Salesforce data. The possibilities of what you can do with Aura components are endless. While
we showed you how to surface a component via a tab in Lightning Experience and the Salesforce app, you can take this tutorial further
by surfacing the component on record pages via the Lightning App Builder and even Communities. To explore the possibilities, blaze
the trail with the resources available at Trailhead: Explore Lightning Components Resources.
16
CHAPTER 3 Creating Components
In this chapter ... Components are the functional units of the Lightning Component framework.
A component encapsulates a modular and potentially reusable section of UI, and can range in granularity
• Component Names
from a single line of text to an entire application.
• Create Aura
Components in the
Developer Console
• Component Markup
• Component
Namespace
• Component Bundles
• Component IDs
• HTML in Components
• CSS in Components
• Component
Attributes
• Using Expressions
• Component
Composition
• Component Body
• Component Facets
• Controlling Access
• Using
Object-Oriented
Development
• Best Practices for
Conditional Markup
• Aura Component
Versioning
• Components with
Minimum API Version
Requirements
• Validations for Aura
Component Code
• Using Labels
• Localization
17
Creating Components
• Providing
Component
Documentation
• Working with Base
Lightning
Components
• Working with UI
Components
• Supporting
Accessibility
18
Creating Components Component Names
Component Names
A component name must follow the naming rules for Lightning components.
A component name must follow these naming rules:
• Must begin with a letter
• Must contain only alphanumeric or underscore characters
• Must be unique in the namespace
• Can’t include whitespace
• Can’t end with an underscore
• Can’t contain two consecutive underscores
SEE ALSO:
Create Aura Components in the Developer Console
Component Markup
Select Developer Console from the Your Name or the quick access menu ( ).
Example:
19
Creating Components Lightning Bundle Configurations Available in the Developer
Console
IN THIS SECTION:
Lightning Bundle Configurations Available in the Developer Console
Configurations make it easier to create a component or application for a specific purpose, like a Lightning Page or Lightning
Communities Page, or a quick action or navigation item in Lightning Experience or Salesforce mobile app. The New Lightning Bundle
panel in the Developer Console offers a choice of component configurations when you create an Aura component or application
bundle.
SEE ALSO:
Using the Developer Console
Lightning Bundle Configurations Available in the Developer Console
20
Creating Components Lightning Bundle Configurations Available in the Developer
Console
Using configurations is optional. You can use them in any combination, including all or none.
The following configurations are available in the New Lightning Bundle panel.
21
Creating Components Component Markup
Note: For details of the markup added by each configuration, see the respective documentation for those features.
SEE ALSO:
Create Aura Components in the Developer Console
Configure Components for Custom Tabs
Configure Components for Custom Actions
Configure Components for Lightning Pages and the Lightning App Builder
Configure Components for Lightning Experience Record Pages
Configure Components for Communities
Component Markup
Component resources contain markup and have a .cmp suffix. The markup can contain text or references to other components, and
also declares metadata about the component.
Let's start with a simple "Hello, world!" example in a helloWorld.cmp component.
<aura:component>
Hello, world!
</aura:component>
This is about as simple as a component can get. The "Hello, world!" text is wrapped in the <aura:component> tags, which appear
at the beginning and end of every component definition.
Components can contain most HTML tags so you can use markup, such as <div> and <span>. HTML5 tags are also supported.
<aura:component>
<div class="container">
<!--Other HTML tags or components here-->
</div>
</aura:component>
Note: Case sensitivity should be respected as your markup interacts with JavaScript, CSS, and Apex.
SEE ALSO:
Using the Developer Console
Component Names
Component Access Control
Component Namespace
Every component is part of a namespace, which is used to group related components together. If your organization has a namespace
prefix set, use that namespace to access your components. Otherwise, use the default namespace to access your components.
Another component or application can reference a component by adding <myNamespace:myComponent> in its markup. For
example, the helloWorld component is in the docsample namespace. Another component can reference it by adding
<docsample:helloWorld /> in its markup.
22
Creating Components Using the Default Namespace in Organizations with No
Namespace Set
Lightning components that Salesforce provides are grouped into several namespaces, such as aura, ui, and force. Components
from third-party managed packages have namespaces from the providing organizations.
In your organization, you can choose to set a namespace prefix. If you do, that namespace is used for all of your Lightning components.
A namespace prefix is required if you plan to offer managed packages on the AppExchange.
If you haven’t set a namespace prefix for your organization, use the default namespace c when referencing components that you’ve
created.
Note: Support for the c namespace in organizations that have set a namespace prefix is incomplete. The following items can
use the c namespace if you prefer to use the shortcut, but it’s not currently a recommended practice.
• References to components that you’ve created when used in Lightning markup, but not in expressions or JavaScript
• References to events that you’ve defined when used in Lightning markup, but not in expressions or JavaScript
• References to custom objects when used in component and event type and default system attributes, but not in
expressions or JavaScript
23
Creating Components Using a Namespace in or from a Managed Package
See Namespace Usage Examples and Reference on page 24 for examples of the preceding items.
Note: This button doesn’t appear if you’ve already configured your developer settings.
3. Review the selections that are required for configuring developer settings, and then click Continue.
4. Enter the namespace prefix you want to register.
5. Click Check Availability to determine if the namespace prefix is already in use.
6. If the namespace prefix that you entered isn’t available, repeat the previous two steps.
7. Click Review My Selections.
8. Click Save.
24
Creating Components Namespace Usage Examples and Reference
25
Creating Components Namespace Usage Examples and Reference
26
Creating Components Component Bundles
Component Bundles
A component bundle contains a component or an app and all its related resources.
CSS Styles sample.css Contains styles for the CSS in Components on page 31
component.
Design sample.design File required for components Aura Component Bundle Design
used in Lightning App Builder, Resources
Lightning pages, Community
Builder, or Flow Builder.
27
Creating Components Component IDs
SVG File sample.svg Custom icon resource for Configure Components for
components used in the Lightning Pages and the
Lightning App Builder or Lightning App Builder on page
Community Builder. 174
All resources in the component bundle follow the naming convention and are auto-wired. For example, a controller
<componentName>Controller.js is auto-wired to its component, which means that you can use the controller within the
scope of that component.
Component IDs
A component has two types of IDs: a local ID and a global ID. You can retrieve a component using its local ID in your JavaScript code. A
global ID can be useful to differentiate between multiple instances of a component or for debugging purposes.
Local IDs
A local ID is an ID that is only scoped to the component. A local ID is often unique but it’s not required to be unique.
Create a local ID by using the aura:id attribute. For example:
<lightning:button aura:id="button1" label="button1"/>
Note: aura:id doesn't support expressions. You can only assign literal string values to aura:id.
Find the button component by calling cmp.find("button1") in your client-side controller, where cmp is a reference to the
component containing the button.
find() returns different types depending on the result.
• If the local ID is unique, find() returns the component.
• If there are multiple components with the same local ID, find() returns an array of the components.
• If there is no matching local ID, find() returns undefined.
To find the local ID for a component in JavaScript, use cmp.getLocalId().
Global IDs
Every component has a unique globalId, which is the generated runtime-unique ID of the component instance. A global ID (1) is
not guaranteed to be the same beyond the lifetime of a component, so it should never be relied on. A global ID can be useful to
differentiate between multiple instances of a component or for debugging purposes.
28
Creating Components HTML in Components
To create a unique ID for an HTML element, you can use the globalId as a prefix or suffix for your element. For example:
<div id="{!globalId + '_footer'}"></div>
SEE ALSO:
Finding Components by ID
Which Button Was Pressed?
HTML in Components
An HTML tag is treated as a first-class component by the framework. Each HTML tag is translated into an <aura:html> component,
allowing it to enjoy the same rights and privileges as any other component.
For example, the framework automatically converts a standard HTML <div> tag to this component:
<aura:html tag="div" />
You can add HTML markup in components. Note that you must use strict XHTML. For example, use <br/> instead of <br>. You can
also use HTML attributes and DOM events, such as onclick.
Unescaping HTML
To output pre-formatted HTML, use aura:unescapedHTML. For example, this is useful if you want to display HTML that is generated
on the server and add it to the DOM. You must escape any HTML if necessary or your app might be exposed to security vulnerabilities.
You can pass in values from an expression, such as in <aura:unescapedHtml value="{!v.note.body}"/>.
{!expression} is the framework's expression syntax. For more information, see Using Expressions on page 42.
29
Creating Components Supported HTML Tags
IN THIS SECTION:
Supported HTML Tags
The framework supports most HTML tags, including the majority of HTML5 tags.
SEE ALSO:
Supported HTML Tags
CSS in Components
IN THIS SECTION:
Anchor Tag: <a>
Don’t hard code or dynamically generate Salesforce URLs in the href attribute of an <a> tag. Use events, such as
force:navigateToSObject or force:navigateToURL, instead.
SEE ALSO:
Supporting Accessibility
If you use # in the href attribute, a secondary issue occurs. The hash mark (#) is a URL fragment identifier and is often used in Web
development for navigation within a page. Avoid # in the href attribute of anchor tags in Lightning components as it can cause
unexpected navigation changes, especially in the Salesforce app. That’s another reason not to use href.
30
Creating Components CSS in Components
SEE ALSO:
Navigate Across Your Apps with Page References
CSS in Components
Style your components with CSS.
Add CSS to a component bundle by clicking the STYLE button in the Developer Console sidebar.
Note: You can’t add a <style> tag in component markup or when you dynamically create a component in JavaScript code.
This restriction ensures better component encapsulation and prevents component styling interfering with the styling of another
component. The <style> tag restriction applies to components with API version 42.0 or later.
For external CSS resources, see Styling Apps on page 303.
All top-level elements in a component have a special THIS CSS class added to them. This, effectively, adds namespacing to CSS and
helps prevent one component's CSS from overriding another component's styling. The framework throws an error if a CSS file doesn't
follow this convention.
Let's look at a sample helloHTML.cmp component. The CSS is in helloHTML.css.
Component source
<aura:component>
<div class="white">
Hello, HTML!
</div>
31
Creating Components CSS in Components
<ul>
<li class="red">I'm red.</li>
<li class="blue">I'm blue.</li>
<li class="green">I'm green.</li>
</ul>
</aura:component>
CSS source
.THIS {
background-color: grey;
}
.THIS.white {
background-color: white;
}
.THIS .red {
background-color: red;
}
.THIS .blue {
background-color: blue;
}
.THIS .green {
background-color: green;
}
Output
The top-level elements, h2 and ul, match the THIS class and render with a grey background. Top-level elements are tags wrapped
by the HTML body tag and not by any other tags. In this example, the li tags are not top-level because they are nested in a ul tag.
The <div class="white"> element matches the .THIS.white selector and renders with a white background. Note that
there is no space in the selector as this rule is for top-level elements.
The <li class="red"> element matches the .THIS .red selector and renders with a red background. Note that this is a
descendant selector and it contains a space as the <li> element is not a top-level element.
SEE ALSO:
Adding and Removing Styles
HTML in Components
32
Creating Components Component Attributes
Component Attributes
Component attributes are like member variables on a class in Apex. They are typed fields that are set on a specific instance of a component,
and can be referenced from within the component's markup using an expression syntax. Attributes enable you to make components
more dynamic.
Use the <aura:attribute> tag to add an attribute to the component or app. Let’s look at the following sample,
helloAttributes.app:
<aura:application>
<aura:attribute name="whom" type="String" default="world"/>
Hello {!v.whom}!
</aura:application>
All attributes have a name and a type. Attributes may be marked as required by specifying required="true", and may also specify
a default value.
In this case we've got an attribute named whom of type String. If no value is specified, it defaults to "world".
Though not a strict requirement, <aura:attribute> tags are usually the first things listed in a component’s markup, as it provides
an easy way to read the component's shape at a glance.
Expressions
helloAttributes.app contains an expression, {!v.whom}, which is responsible for the component's dynamic output.
{!expression} is the framework's expression syntax. In this case, the expression we are evaluating is v.whom. The name of the
attribute we defined is whom, while v is the value provider for a component's attribute set, which represents the view.
Note: Expressions are case sensitive. For example, if you have a custom field myNamespace__Amount__c, you must refer
to it as {!v.myObject.myNamespace__Amount__c}.
IN THIS SECTION:
Supported aura:attribute Types
aura:attribute describes an attribute available on an app, interface, component, or event.
Basic Types
Function Type
An attribute can have a type corresponding to a JavaScript function. If a child component has an attribute of this type, you can pass
a callback from a parent component that contains the child component.
Object Types
Standard and Custom Object Types
Collection Types
33
Creating Components Supported aura:attribute Types
SEE ALSO:
Supported aura:attribute Types
Using Expressions
name String Required. The name of the attribute. For example, if you set
<aura:attribute name="isTrue" type="Boolean" />
on a component called aura:newCmp, you can set this attribute when you
instantiate the component; for example,<aura:newCmp
isTrue="false" />.
type String Required. The type of the attribute. For a list of basic types supported, see Basic
Types.
default String The default value for the attribute, which can be overwritten as needed. When
setting a default value, expressions using the $Label, $Locale, and
$Browser global value providers are supported. Alternatively, to set a
dynamic default, use an init event. See Invoking Actions on Component
Initialization on page 344.
All <aura:attribute> tags have name and type values. For example:
<aura:attribute name="whom" type="String" />
Note: Although type values are case insensitive, case sensitivity should be respected as your markup interacts with JavaScript,
CSS, and Apex.
SEE ALSO:
Component Attributes
34
Creating Components Basic Types
Basic Types
Here are the supported basic type values. Some of these types correspond to the wrapper objects for primitives in Java. Since the
framework is written in Java, defaults, such as maximum size for a number, for these basic types are defined by the Java objects that
they map to.
You can use arrays for each of these basic types. For example:
<aura:attribute name="favoriteColors" type="String[]" default="['red','green','blue']" />
35
Creating Components Function Type
@AuraEnabled
public static List<String> getStringArray() {
String[] arrayItems = new String[]{ 'red', 'green', 'blue' };
return arrayItems;
}
This client-side controller retrieves the string array from the Apex controller and displays it using the {!v.favoriteColors}
expression.
({
getString : function(component, event) {
var action = component.get("c.getStringArray");
action.setCallback(this, function(response) {
var state = response.getState();
if (state === "SUCCESS") {
var stringItems = response.getReturnValue();
component.set("v.favoriteColors", stringItems);
}
});
$A.enqueueAction(action);
}
})
Function Type
An attribute can have a type corresponding to a JavaScript function. If a child component has an attribute of this type, you can pass a
callback from a parent component that contains the child component.
<aura:attribute name="callback" type="Function" />
For an example of using this type with aura:method, see Return Result for Asynchronous Code.
36
Creating Components Object Types
Note: Don’t send attributes with type="Function" to the server. These attributes are intended to only be used on the
client side.
The most robust way to communicate between components is to use an event. If you get an error in a component with an attribute
of type Function, fire an event in the child component instead and handle it in the parent component.
Object Types
An attribute can have a type corresponding to an Object. For example:
<aura:attribute name="data" type="Object" />
Warning: We recommend using type="Map" instead of type="Object" to avoid some deserialization issues on the
server. For example, when an attribute of type="Object" is serialized to the server, everything is converted to a string. Deep
expressions, such as v.data.property can throw an exception when they are evaluated as a string on the server. Using
type="Map" avoids these exceptions for deep expressions, and other deserialization issues.
SEE ALSO:
Using Apex to Work with Salesforce Records
Using Apex to Work with Salesforce Records
Note: A user must have at least Read access to the object specified in the attribute type. Otherwise, the component doesn't load.
SEE ALSO:
Using Apex to Work with Salesforce Records
Using Apex to Work with Salesforce Records
Collection Types
Here are the supported collection type values.
37
Creating Components Collection Types
38
Creating Components Custom Apex Class Types
Component attribute types can be custom Apex classes, and the following standard Apex classes.
• List
• Map
To make use of values held in other Apex built-in classes, create a custom Apex class, and copy needed values from instances of the
standard class into your custom class.
When an instance of an Apex class is returned from a server-side action, the instance is serialized to JSON by the framework. Only the
values of public instance properties and methods annotated with @AuraEnabled are serialized and returned.
39
Creating Components Framework-Specific Types
The following Apex data types can be serialized from @AuraEnabled properties and methods.
• Primitive types except for BLOB
• Object, subject to limitations described above
• sObject
• Collections types (List and Map) when they hold elements of a supported type
Note: Custom classes used for component attributes shouldn’t be inner classes or use inheritance. While these Apex language
features might work in some situations, there are known issues, and their use is unsupported in all cases.
Using Arrays
If an attribute can contain more than one element, use an array.
This aura:attribute tag shows the syntax for an array of Apex objects:
<aura:attribute name="colorPalette" type="docSampleNamespace.Color[]" />
SEE ALSO:
Returning Data from an Apex Server-Side Controller
AuraEnabled Annotation
Using Apex to Work with Salesforce Records
Returning Data from an Apex Server-Side Controller
AuraEnabled Annotation
Using Apex to Work with Salesforce Records
Apex Developer Guide: Data Types
Framework-Specific Types
Here are the supported type values that are specific to the framework.
<aura:component>
<aura:attribute
name="detail"
type="Aura.Component[]">
<p>default
40
Creating Components Framework-Specific Types
paragraph1</p>
</aura:attribute>
Default value is:
{!v.detail}
</aura:component>
IN THIS SECTION:
Using the Aura.Action Attribute Type
An Aura.Action is a reference to an action in the framework. If a child component has an Aura.Action attribute, a parent
component can pass in an action handler when it instantiates the child component in its markup. This pattern is a shortcut to pass
a controller action from a parent component to a child component that it contains, and is used for on* handlers, such as onclick.
SEE ALSO:
Component Body
Component Facets
Component Body
Component Facets
Warning: Although Aura.Action works for passing an action handler to a child component, we recommend registering an
event in the child component and firing the event in the child’s controller instead. Then, handle the event in the parent component.
The event approach requires a few extra steps in creating or choosing an event and firing it but events are the standard way to
communicate between components.
Aura.Action shouldn’t be used for other use cases. Here are some known limitations of Aura.Action.
• Don’t use cmp.set() in JavaScript code to reset an attribute of type="Aura.Action" after it’s previously been set.
Doing so generates an error.
Unable to set value for key 'c.passedAction'. Value provider does not implement
'set(key, value)'. : false
• Don’t use $A.enqueueAction() in the child component to enqueue the action passed to the Aura.Action attribute.
Example
This example demonstrates how to pass an action handler from a parent component to a child component.
41
Creating Components Using Expressions
Here’s the child component with the Aura.Action attribute. The onclick handler for the button uses the value of the onclick
attribute, which has type of Aura.Action.
<!-- child.cmp -->
<aura:component>
<aura:attribute name="onclick" type="Aura.Action"/>
Here’s the parent component that contains the child component in its markup.
<!-- parent.cmp -->
<aura:component>
<p>Parent component passes handler action to c:child</p>
<c:child onclick="{!c.parentAction}"/>
</aura:component>
When you click the button in c:child, the parentAction action in the controller of c:parent is executed.
Instead of an Aura.Action attribute, you could use <aura:registerEvent> to register an onclick event in the child
component. You’d have to define the event and create an action in the child’s controller to fire the event. This event-based approach
requires a few extra steps but it’s more in line with standard practices for communicating between components.
SEE ALSO:
Framework-Specific Types
Handling Events with Client-Side Controllers
Framework-Specific Types
Handling Events with Client-Side Controllers
Using Expressions
Expressions allow you to make calculations and access property values and other data within component markup. Use expressions for
dynamic output or passing values into components by assigning them to attributes.
An expression is any set of literal values, variables, sub-expressions, or operators that can be resolved to a single value. Method calls are
not allowed in expressions.
The expression syntax is: {!expression}
expression is a placeholder for the expression.
Anything inside the {! } delimiters is evaluated and dynamically replaced when the component is rendered or when the value is
used by the component. Whitespace is ignored.
Note: If you're familiar with other languages, you may be tempted to read the ! as the “bang” operator, which negates boolean
values in many programming languages. In the Aura Components programming model, {! is simply the delimiter used to begin
an expression.
If you're familiar with Visualforce, this syntax will look familiar.
42
Creating Components Dynamic Output in Expressions
In this expression, v represents the view, which is the set of component attributes, and firstName is an attribute of the component.
The expression outputs the firstName attribute value for the component.
The resulting value of an expression can be a primitive, such as an integer, string, or boolean. It can also be a JavaScript object, a component
or collection, a controller method such as an action method, and other useful results.
There is a second expression syntax: {#expression}. For more details on the difference between the two forms of expression
syntax, see Data Binding Between Components.
Identifiers in an expression, such as attribute names accessed through the view, controller values, or labels, must start with a letter or
underscore. They can also contain numbers or hyphens after the first character. For example, {!v.2count} is not valid, but
{!v.count} is.
Important: Only use the {! } syntax in markup in .app or .cmp files. In JavaScript, use string syntax to evaluate an expression.
For example:
var theLabel = cmp.get("v.label");
This renders {! in plain text because the aura:text component never interprets {! as the start of an expression.
IN THIS SECTION:
Dynamic Output in Expressions
The simplest way to use expressions is to output dynamic values.
Conditional Expressions
Here are examples of conditional expressions using the ternary operator and the <aura:if> tag.
Data Binding Between Components
When you add a component in markup, you can use an expression to initialize attribute values in the component based on attribute
values of the container component. There are two forms of expression syntax, which exhibit different behaviors for data binding
between the components.
Value Providers
Value providers are a way to access data. Value providers encapsulate related values together, similar to how an object encapsulates
properties and methods.
Expression Evaluation
Expressions are evaluated much the same way that expressions in JavaScript or other programming languages are evaluated.
Expression Operators Reference
The expression language supports operators to enable you to create more complex expressions.
Expression Functions Reference
The expression language contains math, string, array, comparison, boolean, and conditional functions. All functions are case-sensitive.
43
Creating Components Conditional Expressions
In this expression, v represents the view, which is the set of component attributes, and desc is an attribute of the component. The
expression is simply outputting the desc attribute value for the component that contains this markup.
If you're including literal values in expressions, enclose text values within single quotes, such as {!'Some text'}.
Include numbers without quotes, for example, {!123}.
For booleans, use {!true} for true and {!false} for false.
SEE ALSO:
Component Attributes
Value Providers
Conditional Expressions
Here are examples of conditional expressions using the ternary operator and the <aura:if> tag.
Ternary Operator
This expression uses the ternary operator to conditionally output one of two values dependent on a condition.
<a class="{!v.location == '/active' ? 'selected' : ''}" href="#/active">Active</a>
The {!v.location == '/active' ? 'selected' : ''} expression conditionally sets the class attribute of an HTML
<a> tag, by checking whether the location attribute is set to /active. If true, the expression sets class to selected.
If the edit attribute is set to true, a ui:button displays. Otherwise, the text in the else attribute displays.
SEE ALSO:
Best Practices for Conditional Markup
44
Creating Components Data Binding Between Components
of the parentAttr attribute. We’re passing the parentAttr attribute value from c:parent into the c:child component,
which results in a data binding, also known as a value binding, between the two components.
<!--c:parent-->
<aura:component>
<aura:attribute name="parentAttr" type="String" default="parent attribute"/>
{!v.parentAttr} is a bound expression. Any change to the value of the childAttr attribute in c:child also affects the
parentAttr attribute in c:parent and vice versa.
Now, let's change the markup from:
<c:child childAttr="{!v.parentAttr}" />
to:
<c:child childAttr="{#v.parentAttr}" />
{#v.parentAttr} is an unbound expression. Any change to the value of the childAttr attribute in c:child doesn’t affect
the parentAttr attribute in c:parent and vice versa.
Here’s a summary of the differences between the forms of expression syntax.
{#expression} (Unbound Expressions)
Data updates behave as you would expect in JavaScript. Primitives, such as String, are passed by value, and data updates for the
expression in the parent and child are decoupled.
Objects, such as Array or Map, are passed by reference, so changes to the data in the child propagate to the parent. However,
change handlers in the parent aren’t notified. The same behavior applies for changes in the parent propagating to the child.
{!expression} (Bound Expressions)
Data updates in either component are reflected through bidirectional data binding in both components. Similarly, change handlers
are triggered in both the parent and child components.
Tip: Bi-directional data binding is expensive for performance and it can create hard-to-debug errors due to the propagation
of data changes through nested components. We recommend using the {#expression} syntax instead when you pass
an expression from a parent component to a child component unless you require bi-directional data binding.
Unbound Expressions
Let’s look at another example of a c:parentExpr component that contains another component, c:childExpr.
Here is the markup for c:childExpr.
<!--c:childExpr-->
<aura:component>
<aura:attribute name="childAttr" type="String" />
45
Creating Components Data Binding Between Components
The c:parentExpr component uses an unbound expression to set an attribute in the c:childExpr component.
<c:childExpr childAttr="{#v.parentAttr}" />
When we instantiate childExpr, we set the childAttr attribute to the value of the parentAttr attribute in c:parentExpr.
Since the {#v.parentAttr} syntax is used, the v.parentAttr expression is not bound to the value of the childAttr
attribute.
The c:exprApp application is a wrapper around c:parentExpr.
<!--c:exprApp-->
<aura:application >
<c:parentExpr />
</aura:application>
In the Developer Console, click Preview in the sidebar for c:exprApp to view the app in your browser.
Both parentAttr and childAttr are set to “parent attribute”, which is the default value of parentAttr.
Now, let’s create a client-side controller for c:childExpr so that we can dynamically update the component. Here is the source for
childExprController.js.
/* childExprController.js */
({
updateChildAttr: function(cmp) {
cmp.set("v.childAttr", "updated child attribute");
}
})
Let’s add a client-side controller for c:parentExpr. Here is the source for parentExprController.js.
/* parentExprController.js */
({
updateParentAttr: function(cmp) {
cmp.set("v.parentAttr", "updated parent attribute");
}
})
46
Creating Components Data Binding Between Components
Warning: Don’t use a component’s init event and client-side controller to initialize an attribute that is used in an unbound
expression. The attribute will not be initialized. Use a bound expression instead. For more information on a component’s init
event, see Invoking Actions on Component Initialization on page 344.
Alternatively, you can wrap the component in another component. When you instantiate the wrapped component in the wrapper
component, initialize the attribute value instead of initializing the attribute in the wrapped component’s client-side controller.
Bound Expressions
Now, let’s update the code to use a bound expression instead. Change this line in c:parentExpr:
<c:childExpr childAttr="{#v.parentAttr}" />
to:
<c:childExpr childAttr="{!v.parentAttr}" />
Notice the <aura:handler> tag with name="change", which signifies a change handler. value="{!v.childAttr}"
tells the change handler to track the childAttr attribute. When childAttr changes, the onChildAttrChange client-side
controller action is invoked.
47
Creating Components Data Binding Between Components
48
Creating Components Value Providers
SEE ALSO:
Detecting Data Changes with Change Handlers
Dynamic Output in Expressions
Component Composition
Value Providers
Value providers are a way to access data. Value providers encapsulate related values together, similar to how an object encapsulates
properties and methods.
The value providers for a component are v (view) and c (controller).
c A component’s controller, which enables you to wire up Handling Events with Client-Side Controllers
event handlers and actions for the component
All components have a v value provider, but aren't required to have a controller. Both value providers are created automatically when
defined for a component.
Note: Expressions are bound to the specific component that contains them. That component is also known as the attribute value
provider, and is used to resolve any expressions that are passed to attributes of its contained components.
49
Creating Components Value Providers
$Label The $Label global value provider enables you to access Using Custom Labels
labels stored outside your code.
SEE ALSO:
Dynamic Output in Expressions
$Browser
The $Browser global value provider returns information about the hardware and operating system of the browser accessing the
application.
Attribute Description
formFactor Returns a FormFactor enum value based on the type of hardware the browser is running on.
• DESKTOP for a desktop client
• PHONE for a phone including a mobile phone with a browser and a smartphone
• TABLET for a tablet client (for which isTablet returns true)
isAndroid Indicates whether the browser is running on an Android device (true) or not (false).
isIOS Not available in all implementations. Indicates whether the browser is running on an iOS device (true)
or not (false).
isIPad Not available in all implementations. Indicates whether the browser is running on an iPad (true) or not
(false).
50
Creating Components Value Providers
Attribute Description
isIPhone Not available in all implementations. Indicates whether the browser is running on an iPhone (true) or
not (false).
isPhone Indicates whether the browser is running on a phone including a mobile phone with a browser and a
smartphone (true), or not (false).
isTablet Indicates whether the browser is running on an iPad or a tablet with Android 2.2 or later (true) or not
(false).
isWindowsPhone Indicates whether the browser is running on a Windows phone (true) or not (false). Note that this
only detects Windows phones and does not detect tablets or other touch-enabled Windows 8 devices.
Example: This example shows usage of the $Browser global value provider.
<aura:component>
{!$Browser.isTablet}
{!$Browser.isPhone}
{!$Browser.isAndroid}
{!$Browser.formFactor}
</aura:component>
Similarly, you can check browser information in a client-side controller using $A.get().
({
checkBrowser: function(component) {
var device = $A.get("$Browser.formFactor");
alert("You are using a " + device);
}
})
$ContentAsset
The $ContentAsset global value provider lets you reference images, style sheets, and JavaScript used as asset files in your Lightning
components.
Reference $ContentAsset asset files by name instead of using cumbersome file paths or URLs. $ContentAsset provides
sharing, versioning, and access control for all asset files, as well as options for mobile optimization and resizing of image files. You can
use $ContentAsset in Lightning components markup and within JavaScript controller and helper code.
51
Creating Components Value Providers
Include CSS style sheets or JavaScript libraries in a component using the <ltng:require> tag.
Aura component using an asset file to style a div element:
Markup
<aura:component>
<ltng:require styles="{!$ContentAsset.bookStyle}"/>
Controller
({
displayData : function(component, event, helper) {
var data = _datamap.getData();
component.set("v.TestData", data);
}
})
52
Creating Components Value Providers
$Locale
The $Locale global value provider returns information about the current user’s preferred locale.
labelForToday The label for the Today link on the date picker. “Today”
language The language code based on the language locale. "en", "de", "zh"
nameOfMonths The full and short names of the calendar months { fullName: “January”, shortName: “Jan” }
nameOfWeekdays The full and short names of the calendar weeks { fullName: “Sunday”, shortName: “SUN” }
53
Creating Components Value Providers
SEE ALSO:
Localization
$Resource
The $Resource global value provider lets you reference images, style sheets, and JavaScript code you’ve uploaded in static resources.
Using $Resource lets you reference assets by name, without worrying about the gory details of URLs or file paths. You can use
$Resource in Aura component markup and within JavaScript controller and helper code.
54
Creating Components Value Providers
Include CSS style sheets or JavaScript libraries into a component using the <ltng:require> tag. For example:
<aura:component>
<ltng:require
styles="{!$Resource.SLDSv2 + '/assets/styles/lightning-design-system-ltng.css'}"
scripts="{!$Resource.jsLibraries + '/jsLibOne.js'}"
afterScriptsLoaded="{!c.scriptsLoaded}" />
</aura:component>
Note: Due to a quirk in the way $Resource is parsed in expressions, use the join operator to include multiple $Resource
references in a single attribute. For example, if you have more than one JavaScript library to include into a component the scripts
attribute should be something like the following.
scripts="{!join(',',
$Resource.jsLibraries + '/jsLibOne.js',
$Resource.jsLibraries + '/jsLibTwo.js')}"
Note: Static resources referenced in JavaScript aren’t automatically added to packages. If your JavaScript depends on a resource
that isn’t referenced in component markup, add it manually to any packages the JavaScript code is included in.
55
Creating Components Expression Evaluation
$Resource Considerations
Global value providers in the Aura Components programming model are, behind the scenes, implemented quite differently from global
variables in Salesforce. Although $Resource looks like the global variable with the same name available in Visualforce, formula fields,
and elsewhere, there are important differences. Don’t use other documentation as a guideline for its use or behavior.
Here are two specific things to keep in mind about $Resource in the Aura Components programming model.
First, $Resource isn’t available until the Aura Components programming model is loaded on the client. Some very simple components
that are composed of only markup can be rendered server-side, where $Resource isn’t available. To avoid this, when you create a
new app, stub out a client-side controller to force components to be rendered on the client.
Second, if you’ve worked with the $Resource global variable, in Visualforce or elsewhere, you’ve also used the URLFOR() formula
function to construct complete URLs to specific resources. There’s nothing similar to URLFOR() in the Aura Components programming
model. Instead, use simple string concatenation, as illustrated in the preceding examples.
SEE ALSO:
Salesforce Help: Static Resources
Expression Evaluation
Expressions are evaluated much the same way that expressions in JavaScript or other programming languages are evaluated.
Operators are a subset of those available in JavaScript, and evaluation order and precedence are generally the same as JavaScript.
Parentheses enable you to ensure a specific evaluation order. What you may find surprising about expressions is how often they are
evaluated. The framework notices when things change, and trigger re-rendering of any components that are affected. Dependencies
are handled automatically. This is one of the fundamental benefits of the framework. It knows when to re-render something on the page.
When a component is re-rendered, any expressions it uses will be re-evaluated.
Action Methods
Expressions are also used to provide action methods for user interface events: onclick, onhover, and any other component
attributes beginning with "on".
Action methods must be assigned to attributes using an expression, for example {!c.theAction}. This expression assigns a
reference to the controller function that handles the action.
Assigning action methods via expressions allows you to assign them conditionally, based on the state of the application or user interface.
For more information, see Conditional Expressions on page 44.
<aura:component>
<aura:attribute name="liked" type="Boolean" default="true"/>
<lightning:button aura:id="likeBtn"
label="{!(v.liked) ? 'Like It' : 'Unlike It'}"
onclick="{!(v.liked) ? c.likeIt : c.unlikeIt}"
/>
</aura:component>
This button will show "Like It" for items that have not yet been liked, and clicking it will call the likeIt action method. Then the
component will re-render, and the opposite user interface display and method assignment will be in place. Clicking a second time will
unlike the item, and so on.
Note: The example demonstrates how attributes can help you control the state of a button. To create a button that toggles
between states, we recommend using the lightning:buttonStateful component.
56
Creating Components Expression Operators Reference
Arithmetic Operators
Expressions based on arithmetic operators result in numerical values.
- -v.exp Unary operator. Reverses the sign of the succeeding number. For
example if the value of expenses is 100, then -expenses
is -100.
Numeric Literals
Literal Usage Description
Integer 2 Integers are numbers without a decimal point or exponent.
Null null A literal null number. Matches the explicit null value and numbers
with an undefined value.
String Operators
Expressions based on string operators result in string values.
String Literals
String literals must be enclosed in single quotation marks 'like this'.
57
Creating Components Expression Operators Reference
Unicode '\u####' A Unicode code point. The # symbols are hexadecimal digits. A Unicode literal
requires four digits.
null null A literal null string. Matches the explicit null value and strings with an undefined
value.
Comparison Operators
Expressions based on comparison operators result in a true or false value. For comparison purposes, numbers are treated as the
same type. In all other cases, comparisons check both value and type.
1 != '1'
null != false
1 ne 2
58
Creating Components Expression Operators Reference
Logical Operators
Expressions based on logical operators result in a true or false value.
! !isRequired Unary operator. Returns true if the operand is false. This operator should not be confused
with the ! delimiter used to start an expression in {!. You can combine the expression
delimiter with this negation operator to return the logical negation of a value, for example,
{!!true} returns false.
Logical Literals
Logical values are never equivalent to non-logical values. That is, only true == true, and only false == false; 1 !=
true, and 0 != false, and null != false.
Conditional Operator
There is only one conditional operator, the traditional ternary operator.
59
Creating Components Expression Functions Reference
SEE ALSO:
Expression Functions Reference
Math Functions
The math functions perform math operations on numbers. They take numerical arguments. The Corresponding Operator column lists
equivalent operators, if any.
60
Creating Components Expression Functions Reference
String Functions
Function Alternative Usage Description Corresponding
Operator
concat add concat('Hello ', Concatenates the two +
'world') arguments.
add('Walk ', 'the dog')
Label Functions
Function Usage Description
format format($Label.np.labelName, Outputs a label and updates it.
v.attribute1 , v.attribute2) Replaces any parameter
format($Label.np.hello, v.name)
placeholders with
comma-separated attribute values.
Supports ternary operators in
labels and attributes.
Informational Functions
Function Usage Description
length myArray.length Returns the length of an array or a string.
61
Creating Components Expression Functions Reference
Comparison Functions
Comparison functions take two number arguments and return true or false depending on the comparison result. The eq and
ne functions can also take other data types for their arguments, such as strings.
Boolean Functions
Boolean functions operate on Boolean arguments. They are equivalent to logical operators.
62
Creating Components Component Composition
Conditional Function
Function Usage Description Corresponding Operator
if if(isEnabled, Evaluates the first argument as ?: (ternary)
'Enabled', 'Not a boolean. If true, returns the
enabled') second argument. Otherwise,
returns the third argument.
Component Composition
Composing fine-grained components in a larger component enables you to build more interesting components and applications.
Let's see how we can fit components together. We will first create a few simple components: c:helloHTML and
c:helloAttributes. Then, we’ll create a wrapper component, c:nestedComponents, that contains the simple components.
Here is the source for helloHTML.cmp.
<!--c:helloHTML-->
<aura:component>
<div class="white">
Hello, HTML!
</div>
<ul>
<li class="red">I'm red.</li>
<li class="blue">I'm blue.</li>
<li class="green">I'm green.</li>
</ul>
</aura:component>
CSS source
.THIS {
background-color: grey;
}
.THIS.white {
background-color: white;
}
.THIS .red {
63
Creating Components Component Composition
background-color: red;
}
.THIS .blue {
background-color: blue;
}
.THIS .green {
background-color: green;
}
Output
<!--c:nestedComponents-->
<aura:component>
Observe! Components within components!
<c:helloHTML/>
Output
Including an existing component is similar to including an HTML tag. Reference the component by its "descriptor", which is of the form
namespace:component. nestedComponents.cmp references the helloHTML.cmp component, which lives in the c
namespace. Hence, its descriptor is c:helloHTML.
Note how nestedComponents.cmp also references c:helloAttributes. Just like adding attributes to an HTML tag, you
can set attribute values in a component as part of the component tag. nestedComponents.cmp sets the whom attribute of
helloAttributes.cmp to "component composition".
64
Creating Components Component Composition
Attribute Passing
You can also pass attributes to nested components. nestedComponents2.cmp is similar to nestedComponents.cmp,
except that it includes an extra passthrough attribute. This value is passed through as the attribute value for c:helloAttributes.
<!--c:nestedComponents2-->
<aura:component>
<aura:attribute name="passthrough" type="String" default="passed attribute"/>
Observe! Components within components!
<c:helloHTML/>
<c:helloAttributes whom="{#v.passthrough}"/>
</aura:component>
Output
Note: {#v.passthrough} is an unbound expression. This means that any change to the value of the whom attribute in
c:helloAttributes doesn’t propagate back to affect the value of the passthrough attribute in
c:nestedComponents2. For more information, see Data Binding Between Components on page 44.
<c:helloHTML/>
<c:helloAttributes whom="{#v.passthrough}"/>
Output
65
Creating Components Component Body
Component Body
The root-level tag of every component is <aura:component>. Every component inherits the body attribute from
<aura:component>.
The <aura:component> tag can contain tags, such as <aura:attribute>, <aura:registerEvent>,
<aura:handler>, <aura:set>, and so on. Any free markup that is not enclosed in one of the tags allowed in a component is
assumed to be part of the body and is set in the body attribute.
The body attribute has type Aura.Component[]. It can be an array of one component, or an empty array, but it's always an array.
In a component, use “v” to access the collection of attributes. For example, {!v.body} outputs the body of the component.
To set the value of an inherited attribute, use the <aura:set> tag. Setting the body content is equivalent to wrapping that free
markup inside <aura:set attribute="body">. Since the body attribute has this special behavior, you can omit <aura:set
attribute="body">.
The previous sample is a shortcut for this markup. We recommend the less verbose syntax in the previous sample.
<aura:component>
<aura:set attribute="body">
<!--START BODY-->
<div>Body part</div>
<lightning:button label="Push Me" onclick="{!c.doSomething}"/>
<!--END BODY-->
</aura:set>
</aura:component>
The same logic applies when you use any component that has a body attribute, not just <aura:component>. For example:
<lightning:tabset>
<lightning:tab label="Tab 1">
Hello world!
</lightning:tab>
</lightning:tabset>
66
Creating Components Component Facets
SEE ALSO:
aura:set
Working with a Component Body in JavaScript
Component Facets
A facet is any attribute of type Aura.Component[]. The body attribute is an example of a facet.
To define your own facet, add an aura:attribute tag of type Aura.Component[] to your component. For example, let's
create a new component called facetHeader.cmp.
<!--c:facetHeader-->
<aura:component>
<aura:attribute name="header" type="Aura.Component[]"/>
<div>
<span class="header">{!v.header}</span><br/>
<span class="body">{!v.body}</span>
</div>
</aura:component>
This component has a header facet. Note how we position the output of the header using the v.header expression.
The component doesn't have any output when you access it directly as the header and body attributes aren't set. Let’s create another
component, helloFacets.cmp, that sets these attributes.
<!--c:helloFacets-->
<aura:component>
See how we set the header facet.<br/>
<c:facetHeader>
Nice body!
<aura:set attribute="header">
Hello Header!
</aura:set>
67
Creating Components Controlling Access
</c:facetHeader>
</aura:component>
Note that aura:set sets the value of the header attribute of facetHeader.cmp, but you don’t need to use aura:set if
you’re setting the body attribute.
SEE ALSO:
Component Body
Controlling Access
The framework enables you to control access to your applications, attributes, components, events, interfaces, and methods via the
access system attribute. The access system attribute indicates whether the resource can be used outside of its own namespace.
Use the access system attribute on these tags:
• <aura:application>
• <aura:attribute>
• <aura:component>
• <aura:event>
• <aura:interface>
• <aura:method>
Access Values
You can specify these values for the access system attribute.
private
Available within the component, app, interface, event, or method and can’t be referenced outside the resource. This value can only
be used for <aura:attribute> or <aura:method>.
Marking an attribute as private makes it easier to refactor the attribute in the future as the attribute can only be used within the
resource.
Accessing a private attribute returns undefined unless you reference it from the component in which it’s declared. You can’t
access a private attribute from a sub-component that extends the component containing the private attribute.
public
Available within your org only. This is the default access value.
global
Available in all orgs.
Note: Mark your resources, such as a component, with access="global" to make the resource usable outside of your
own org. For example, if you want a component to be usable in an installed package or by a Lightning App Builder user or a
Community Builder user in another org.
68
Creating Components Controlling Access
Example
This sample component has global access.
<aura:component access="global">
...
</aura:component>
Access Violations
If your code accesses a resource, such as a component, that doesn’t have an access system attribute allowing you to access the
resource:
• Client-side code doesn’t execute or returns undefined. If you enabled debug mode, you see an error message in your browser
console.
• Server-side code results in the component failing to load. If you enabled debug mode, you see a popup error message.
You can fix access check errors using one or more of these techniques.
• Add appropriate access system attributes to the resources that you own.
• Remove references in your code to resources that aren’t available. In the earlier example, markup://c:targetComponent
doesn’t have an access value allowing markup://c:sourceComponent to access it.
• Ensure that an attribute that you’re accessing exists by looking at its <aura:attribute> definition. Confirm that you’re using
the correct case-sensitive spelling for the name.
Accessing an undefined attribute or an attribute that is out of scope, for example a private attribute, triggers the same access violation
message. The access context doesn’t know whether the attribute is undefined or inaccessible.
69
Creating Components Controlling Access
The key word in this error message is undefined, which indicates that the framework has lost context. This happens when your code
accesses a component outside the normal framework lifecycle, such as in a setTimeout() or setInterval() call or in an ES6
Promise.
Fix this error by wrapping the code in a $A.getCallback() call. For more information, see Modifying Components Outside the
Framework Lifecycle.
This error message happens when you reference a property on a variable with a value of undefined. The error can happen in many
contexts, one of which is the side-effect of an access check failure. For example, let’s see what happens when you try to access an
undefined attribute, imaginaryAttribute, in JavaScript.
var whatDoYouExpect = cmp.get("v.imaginaryAttribute");
This is an access check error and whatDoYouExpect is set to undefined. Now, if you try to access a property on
whatDoYouExpect, you get an error.
The c$sourceComponent$controller$doInit portion of the error message tells you that the error is in the doInit
method of the controller of the sourceComponent component in the c namespace.
IN THIS SECTION:
Application Access Control
The access attribute on the aura:application tag controls whether the app can be used outside of the app’s namespace.
Interface Access Control
The access attribute on the aura:interface tag controls whether the interface can be used outside of the interface’s
namespace.
Component Access Control
The access attribute on the aura:component tag controls whether the component can be used outside of the component’s
namespace.
Attribute Access Control
The access attribute on the aura:attribute tag controls whether the attribute can be used outside of the attribute’s
namespace.
Event Access Control
The access attribute on the aura:event tag controls whether the event can be used outside of the event’s namespace.
SEE ALSO:
Enable Debug Mode for Lightning Components
70
Creating Components Application Access Control
Modifier Description
public Available within your org only. This is the default access value.
Modifier Description
public Available within your org only. This is the default access value.
A component can implement an interface using the implements attribute on the aura:component tag.
Modifier Description
public Available within your org only. This is the default access value.
Note: Components aren’t directly addressable via a URL. To check your component output, embed your component in a .app
resource.
71
Creating Components Event Access Control
Access Description
private Available within the component, app, interface, event, or method and can’t be referenced outside
the resource.
Note: Accessing a private attribute returns undefined unless you reference it from the
component in which it’s declared. You can’t access a private attribute from a sub-component
that extends the component containing the private attribute.
public Available within your org only. This is the default access value.
Modifier Description
public Available within your org only. This is the default access value.
What is Inherited?
This topic lists what is inherited when you extend a definition, such as a component.
When a component contains another component, we refer in the documentation to parent and child components in the containment
hierarchy. When a component extends another component, we refer to sub and super components in the inheritance hierarchy.
Component Attributes
A sub component that extends a super component inherits the attributes of the super component. Use <aura:set> in the markup
of a sub component to set the value of an attribute inherited from a super component.
72
Creating Components Inherited Component Attributes
Events
A sub component that extends a super component can handle events fired by the super component. The sub component automatically
inherits the event handlers from the super component.
The super and sub component can handle the same event in different ways by adding an <aura:handler> tag to the sub component.
The framework doesn't guarantee the order of event handling.
Helpers
A sub component's helper inherits the methods from the helper of its super component. A sub component can override a super
component's helper method by defining a method with the same name as an inherited method.
Controllers
A sub component that extends a super component can call actions in the super component's client-side controller. For example, if the
super component has an action called doSomething, the sub component can directly call the action using the {!c.doSomething}
syntax.
Note: We don't recommend using inheritance of client-side controllers as this feature may be deprecated in the future to preserve
better component encapsulation. We recommend that you put common code in a helper instead.
SEE ALSO:
Component Attributes
Communicating with Events
Sharing JavaScript Code in a Component Bundle
Handling Events with Client-Side Controllers
aura:set
{!v.body}
</aura:component>
Don’t worry about the {!v.body} expression for now. We’ll explain that when we talk about the body attribute.
73
Creating Components Inherited Component Attributes
<!--c:sub-->
<aura:component extends="c:super">
<p>sub.cmp description: {!v.description}</p>
</aura:component
Note that sub.cmp has access to the inherited description attribute and it has the same value in sub.cmp and super.cmp.
Use <aura:set> in the markup of a sub component to set the value of an inherited attribute.
<!--c:superBody-->
<aura:component extensible="true">
Parent body: {!v.body}
</aura:component>
At this point, c:superBody doesn’t output anything for {!v.body} as it’s just a placeholder for data that will be passed in by a
component that extends c:superBody.
c:subBody extends c:superBody by setting extends="c:superBody" in its <aura:component> tag.
<!--c:subBody-->
<aura:component extends="c:superBody">
Child body: {!v.body}
</aura:component>
c:subBody outputs:
In other words, c:subBody sets the value for {!v.body} in its super component, c:superBody.
c:containerBody contains a reference to c:subBody.
<!--c:containerBody-->
<aura:component>
<c:subBody>
Body value
</c:subBody>
</aura:component>
74
Creating Components Abstract Components
In c:containerBody, we set the body attribute of c:subBody to Body value. c:containerBody outputs:
Parent body: Child body: Body value
SEE ALSO:
aura:set
Component Body
Component Markup
Abstract Components
Object-oriented languages, such as Java, support the concept of an abstract class that provides a partial implementation for an object
but leaves the remaining implementation to concrete sub-classes. An abstract class in Java can't be instantiated directly, but a non-abstract
subclass can.
Similarly, the Aura Components programming model supports the concept of abstract components that have a partial implementation
but leave the remaining implementation to concrete sub-components.
To use an abstract component, you must extend it and fill out the remaining implementation. An abstract component can't be used
directly in markup.
The <aura:component> tag has a boolean abstract attribute. Set abstract="true" to make the component abstract.
SEE ALSO:
Interfaces
Interfaces
Interfaces define a component’s shape by defining attributes, events, or methods that any implementing component contains. To use
an interface, a component must implement it. An interface can’t be used directly in markup.
An interface starts with the <aura:interface> tag, and can contain only these tags:
<aura:attribute>
This tag defines an attribute. An interface can have zero or more attributes.
Note: To set the value of an attribute inherited from an interface, redefine the attribute in the sub component using
<aura:attribute> and set the value in its default attribute. When you extend a component, you can use <aura:set>
in a sub component to set the value of any attribute that’s inherited from the super component. However, this usage of
<aura:set> doesn’t work for attributes inherited from an interface.
<aura:registerEvent>
This tag registers an event that can be fired by a component that implements the interface. There’s no logic in the interface for firing
the event. A component that implements the interface contains the code to fire the event.
<aura:method>
This tag defines a method as part of the API of a component that implements the interface. There’s no logic for the method in the
interface. A component that implements the interface contains the method logic.
You can’t use markup, renderers, controllers, or anything else in an interface.
75
Creating Components Interfaces
Implement an Interface
To implement an interface, set the implements system attribute in the <aura:component> tag to the name of the interface
that you are implementing. For example:
<aura:component implements="mynamespace:myinterface" >
Since there are fewer restrictions on the content of abstract components, they are more common than interfaces. A component can
implement multiple interfaces but can only extend one abstract component, so interfaces can be more useful for some design patterns.
Example
Here’s an example of an interface.
<aura:interface>
<aura:attribute name="value" type="String"/>
<aura:method name="methodFromInterface">
<aura:attribute name="stringAttribute" type="String" default="default string"/>
</aura:method>
</aura:interface>
SEE ALSO:
Setting Attributes Inherited from an Interface
Abstract Components
Marker Interfaces
A marker interface is an empty interface with no attributes, events, or methods. A marker interface is used to enable specific usage for
a component in an app.
For example, a component that implements the force:appHostable interface can be used as a custom tab in Lightning Experience
or the Salesforce mobile app.
In JavaScript, you can determine if a component implements an interface by using
myCmp.isInstanceOf("mynamespace:myinterface").
SEE ALSO:
Configure Components for Custom Tabs
76
Creating Components Inheritance Rules
Inheritance Rules
This table describes the inheritance rules for various elements.
SEE ALSO:
Interfaces
The <div> component and its contents are only created and rendered if the value of the isTrue expression evaluates to true. If
the value of the isTrue expression changes and evaluates to false, all the components inside the <aura:if> tag are destroyed.
The components are created again if the isTrue expression changes again and evaluates to true.
The general guideline is to use <aura:if> because it helps your components load faster initially by deferring the creation and
rendering of the enclosed element tree until the condition is fulfilled.
77
Creating Components Aura Component Versioning
SEE ALSO:
Conditional Expressions
Dynamically Creating Components
Note: The package developer is responsible for inserting versioning logic into the markup when updating a component. If the
component wasn’t changed in the update or if the markup doesn’t account for version, the component behaves in the context
of the most recent version.
Versions are assigned declaratively in the Developer Console. When you’re working on a component, click Bundle Version Settings
in the right panel to define the version. You can only version a component if you’ve installed a package, and the valid versions for the
component are the available versions of that package. Versions are in the format <major>.<minor>. So if you assign a component
version 1.4, its behavior depends on the first major release and fourth minor release of the associated package.
78
Creating Components Components with Minimum API Version Requirements
– Interfaces (.intf)
– Events (.evt)
You can’t version any other types of resources in bundles. Unsupported types include:
• Styles (.css)
• Documentation (.doc)
• Design (.design)
• SVG (.svg)
Once you’ve assigned versions to components, or if you’re developing components for a package, you can retrieve the version in several
contexts.
You can use the retrieved version to add logic to your code or markup to assign different functionality to different versions. Here’s an
example of using versioning in an <aura:if> statement.
<aura:component>
<aura:if isTrue="{!Version > 1.0}">
<c:newVersionFunctionality/>
</aura:if>
<c:oldVersionFunctionality/>
...
</aura:component>
SEE ALSO:
Components with Minimum API Version Requirements
Don’t Mix Component API Versions
79
Creating Components Validations for Aura Component Code
If a component is created dynamically, it isn’t possible to determine the relationship between it and its parent component at save time.
Instead, the minimum version requirement is checked at run time, and if it fails a run-time error is reported to the current user.
Set the API version for your component in the Developer Console, the Force.com IDE, or via API.
SEE ALSO:
Aura Component Versioning
Don’t Mix Component API Versions
IN THIS SECTION:
Validation When You Save Code Changes
Aura component JavaScript code is validated when you save it. Validation ensures that your components are written using best
practices and avoid common pitfalls that can make them incompatible with Lightning Locker. Validation happens automatically
when you save Aura component resources in the Developer Console, in your favorite IDE, and via API.
Validation During Development Using the Salesforce CLI
Salesforce DX includes a code analysis and validation tool usable via the Salesforce CLI. Use force:lightning:lint to scan
and improve your code during development. Validation using the Salesforce CLI doesn’t just help you avoid Lightning Locker conflicts
and anti-patterns. It’s a terrific practice for improving your code quality and consistency, and to uncover subtle bugs before you
commit them to your codebase.
80
Creating Components Validation When You Save Code Changes
81
Creating Components Validation During Development Using the Salesforce CLI
Validations are applied only to components set to API version 41.0 and later. If the validation service prevents you from saving important
changes, set the component version to API 40.0 or earlier to disable validations temporarily. When you’ve corrected the coding errors,
return your component to API 41.0 or later to save it with passing validations.
82
Creating Components Validation During Development Using the Salesforce CLI
Validations performed using the Salesforce CLI are different from validations performed at save time in the following important ways.
• The Salesforce CLI uses many more rules to analyze your component code. Save time validations prevent you from making the most
fundamental mistakes only. Validation with the Salesforce CLI errs on the side of giving you more information.
• Validation via the Salesforce CLI ignores the API version of your components. Save time validations are performed only for components
set to API 41.0 and later.
IN THIS SECTION:
Use force:lightning:lint
Run force:lightning:lint just like any other lint command-line tool. The only trick is invoking it through the sfdx
command. Your shell window shows the results.
force:lightning:lint Options
Use options to modify the behavior of force:lightning:lint.
Custom “House Style” Rules
Customize the JavaScript style rules that force:lightning:lint applies to your code.
Use force:lightning:lint
Run force:lightning:lint just like any other lint command-line tool. The only trick is invoking it through the sfdx command.
Your shell window shows the results.
Normal Use
You can run the force:lightning:lint lint tool on any folder that contains Aura components:
sfdx force:lightning:lint ./path/to/lightning/components/
Note: force:lightning:lint runs only on local files. Use Salesforce DX or third-party tools to download your component
code to your machine. Options include Salesforce CLI commands like force:mdapi:retrieve and force:source:pull,
or other tools such as the Force.com IDE, the Ant Migration Tool, or various third-party options.
The default output only shows errors. To see warnings too, use the verbose mode option.
83
Creating Components Validation During Development Using the Salesforce CLI
See “Review and Resolve Validation Errors and Warnings” for what to do with the output of running force:lightning:lint.
SEE ALSO:
force:lightning:lint Options
force:lightning:lint Options
Use options to modify the behavior of force:lightning:lint.
Common Options
Filtering Files
Sometimes, you just want to scan a particular kind of file. The --files argument allows you to set a pattern to match files against.
For example, the following command allows you to scan controllers only:
sfdx force:lightning:lint ./path/to/lightning/components/ --files **/*Controller.js
Verbose Mode
The default output shows only errors so you can focus on bigger issues. The --verbose argument allows you to see both warning
messages and errors during the linting process.
For a complete list of command line parameters and how they affect tool behavior, see the Salesforce CLI Command Reference.
force:lightning:lint has built-in help, which you can access with the following command:
SEE ALSO:
Use force:lightning:lint
Note: If failure of a custom rule generates a warning, the warning doesn’t appear in the default output. To see warnings, use the
--verbose flag.
The default style rules are provided below. Copy the rules to a new file, and modify them to match your preferred style rules. Alternatively,
you can use your existing ESLint rule configuration file directly. For example:
sfdx force:lightning:lint ./path/to/lightning/components/ --config ~/.eslintrc
Note: Not all ESLint rules can be added or modified using --config. Only rules that we consider benign are usable. And again,
you can’t override the security rules.
84
Creating Components Validation During Development Using the Salesforce CLI
module.exports = {
rules: {
// code style rules, these are the default value, but the user can
// customize them via --config in the linter by providing custom values
// for each of these rules.
"no-trailing-spaces": 1,
"no-spaced-func": 1,
"no-mixed-spaces-and-tabs": 0,
"no-multi-spaces": 0,
"no-multiple-empty-lines": 0,
"no-lone-blocks": 1,
"no-lonely-if": 1,
"no-inline-comments": 0,
"no-extra-parens": 0,
"no-extra-semi": 1,
"no-warning-comments": [0, { "terms": ["todo", "fixme", "xxx"], "location": "start"
}],
"block-scoped-var": 1,
"brace-style": [1, "1tbs"],
"camelcase": 1,
"comma-dangle": [1, "never"],
"comma-spacing": 1,
"comma-style": 1,
"complexity": [0, 11],
"consistent-this": [0, "that"],
"curly": [1, "all"],
"eol-last": 0,
"func-names": 0,
"func-style": [0, "declaration"],
"generator-star-spacing": 0,
"indent": 0,
"key-spacing": 0,
"keyword-spacing": [0, "always"],
"max-depth": [0, 4],
"max-len": [0, 80, 4],
85
Creating Components Review and Resolve Validation Errors and Warnings
86
Creating Components Aura Component Validation Rules
switch (e.keyCode) {
^
Results vary in appearance depending on the tool you use to run validations. However, the essential elements are the same for each
issue found.
Issues are displayed, one for each warning or error. Each issue includes the line number, severity, and a brief description of the issue. It
also includes the rule name, which you can use to look up a more detailed description of the issue. See “Aura Component Validation
Rules” for the rules applied by Lightning code validations, as well as possible resolutions and options for further reading.
Your mission is to review each issue, examine the code in question, and to revise it to eliminate all of the genuine problems.
While no automated tool is perfect, we expect that most errors and warnings generated by Lightning code validations will point to
genuine issues in your code, which you should plan to fix as soon as you can.
SEE ALSO:
Aura Component Validation Rules
IN THIS SECTION:
Validation Rules Used at Save Time
The following rules are used for validations that are done when you save your Aura component code.
Validate JavaScript Intrinsic APIs (ecma-intrinsics)
This rule deals with the intrinsic APIs in JavaScript, more formally known as ECMAScript.
Validate Aura API (aura-api)
This rule verifies that use of the framework APIs is according to the published documentation. The use of undocumented or private
features is disallowed.
Validate Aura Component Public API (secure-component)
This rule validates that only public, supported framework API functions and properties are used.
Validate Secure Document Public API (secure-document)
This rule validates that only supported functions and properties of the document global are accessed.
Validate Secure Window Public API (secure-window)
This rule validates that only supported functions and properties of the window global are accessed.
Disallow Use of caller and callee (no-caller)
Prevent the use of arguments.caller and arguments.callee. These are also forbidden in ECMAScript 5 and later when
in strict mode, which is enabled under Lightning Locker. This is a standard rule built into ESLint.
87
Creating Components Aura Component Validation Rules
88
Creating Components Aura Component Validation Rules
Rule Details
This rule verifies that use of the intrinsic JavaScript APIs is according to the published specification. The use of non-standard, deprecated,
and removed language features is disallowed.
Further Reading
• ECMAScript specification
• Annex B: Additional ECMAScript Features for Web Browsers
• Intrinsic Objects (JavaScript)
SEE ALSO:
Validate Aura API (aura-api)
Validate Aura Component Public API (secure-component)
Validate Secure Document Public API (secure-document)
Validate Secure Window Public API (secure-window)
89
Creating Components Aura Component Validation Rules
Rule Details
The following patterns are considered problematic:
Aura.something(); // Use $A instead
$A.util.fake(); // fake is not available in $A.util
Further Reading
For details of all of the methods available in the framework, including $A, see the JavaScript API at
https://myDomain.lightning.force.com/auradocs/reference.app, where myDomain is the name of your
custom Salesforce domain.
SEE ALSO:
Validate Aura Component Public API (secure-component)
Validate Secure Document Public API (secure-document)
Validate Secure Window Public API (secure-window)
90
Creating Components Aura Component Validation Rules
Rule Details
The reference doc app lists the API for SecureComponent. Access the reference doc app at:
https://<myDomain>.lightning.force.com/docs/component-library, where <myDomain> is the name of
your custom Salesforce domain.
The API for SecureComponent is listed at JavaScript API > Component.
SEE ALSO:
Validate Aura API (aura-api)
Validate Secure Document Public API (secure-document)
Validate Secure Window Public API (secure-window)
SEE ALSO:
Validate Aura API (aura-api)
Validate Aura Component Public API (secure-component)
Validate Secure Window Public API (secure-window)
91
Creating Components Aura Component Validation Rules
Prior to Lightning Locker, when you accessed the window global, you could call any function and access any property available. When
Lightning Locker is enabled, the window global is “wrapped” by a new SecureWindow object, which controls access to window and
its functions and properties. SecureWindow restricts you to using only “safe” features of the window global.
SEE ALSO:
Validate Aura API (aura-api)
Validate Aura Component Public API (secure-component)
Validate Secure Document Public API (secure-document)
92
Creating Components Salesforce Lightning CLI (Deprecated)
For complete details about this rule, including examples, see the corresponding ESLint documentation, Disallow Use of __proto__
(no-proto).
IN THIS SECTION:
Install Salesforce Lightning CLI (Deprecated)
Lightning CLI was a Heroku Toolbelt plugin to scan your code for general JavaScript coding issues and Lightning-specific issues.
Lightning CLI is deprecated in favor of the force:lightning:lint tool available in the Salesforce DX CLI.
Using Labels
Labels are text that presents information about the user interface, such as in the header (1), input fields (2), or buttons (3). While you can
specify labels by providing text values in component markup, you can also access labels stored outside your code using the $Label
global value provider in expression syntax.
93
Creating Components Using Custom Labels
This section discusses how to use the $Label global value provider in these contexts:
• The label attribute in input components
• The format() expression function for dynamically populating placeholder values in labels
IN THIS SECTION:
Using Custom Labels
Custom labels are custom text values that can be translated into any language that Salesforce supports. To access custom labels in
Aura components, use the $Label global value provider.
Input Component Labels
A label describes the purpose of an input component. To set a label on an input component, use the label attribute.
Dynamically Populating Label Parameters
Output and update labels using the format() expression function.
Getting Labels in JavaScript
You can retrieve labels in JavaScript code. Your code performs optimally if the labels are statically defined and sent to the client
when the component is loaded.
Getting Labels in Apex
You can retrieve label values in Apex code and set them on your component using JavaScript.
Setting Label Values via a Parent Attribute
Setting label values via a parent attribute is useful if you want control over labels in child components.
94
Creating Components Input Component Labels
To create custom labels, from Setup, enter Custom Labels in the Quick Find box, then select Custom Labels.
Use the following syntax to access custom labels in Aura components.
• $Label.c.labelName for the default namespace
• $Label.namespace.labelName if your org has a namespace, or to access a label in a managed package
You can reference custom labels in component markup and in JavaScript code. Here are some examples.
Label in a markup expression using the default namespace
{!$Label.c.labelName}
Note: Label expressions in markup are supported in .cmp and .app resources only.
Note: Updates to a label locale or translation are not immediately in the application. To verify the change immediately, log out
and in.
SEE ALSO:
Value Providers
The label is placed on the left of the input field and can be hidden by setting variant="label-hidden", which applies the
slds-assistive-text class to the label to support accessibility.
Using $Label
Use the $Label global value provider to access labels stored in an external source. For example:
<lightning:input type="number" name="myNumber" label="{!$Label.Number.PickOne}" />
To output a label and dynamically update it, use the format() expression function. For example, if you have np.labelName set
to Hello {0}, the following expression returns Hello World if v.name is set to World.
{!format($Label.np.labelName, v.name)}
SEE ALSO:
Supporting Accessibility
95
Creating Components Getting Labels in JavaScript
You can provide a string with placeholders, which are replaced by the substitution values at runtime.
Add as many parameters as you need. The parameters are numbered and are zero-based. For example, if you have three parameters,
they will be named {0}, {1}, and {2}, and they will be substituted in the order they're specified.
Let's look at a custom label, $Label.mySection.myLabel, with a value of Hello {0} and {1}, where $Label is the
global value provider that accesses your labels.
This expression dynamically populates the placeholder parameters with the values of the supplied attributes.
{!format($Label.mySection.myLabel, v.attribute1, v.attribute2)}
Note: Always use the $Label global value provider to reference a label with placeholder parameters. You can't set a string
with placeholder parameters as the first argument for format(). For example, this syntax doesn't work:
{!format('Hello {0}', v.name)}
Static Labels
Static labels are defined in one string, such as "$Label.c.task_mode_today". The framework parses static labels in markup
or JavaScript code and sends the labels to the client when the component is loaded. A server trip isn’t required to resolve the label.
Use $A.get() to retrieve static labels in JavaScript code. For example:
var staticLabel = $A.get("$Label.c.task_mode_today");
component.set("v.mylabel", staticLabel);
You can also retrieve label values using Apex code and send them to the component via JavaScript code. For more information, see
Getting Labels in Apex.
Dynamic Labels
$A.get(labelReference) must be able to resolve the label reference at compile time, so that the label values can be sent to
the client along with the component definition.
If you must defer label resolution until runtime, you can dynamically create labels in JavaScript code. This technique can be useful when
you need to use a label, but which specific label isn’t known until runtime.
// Assume the day variable is dynamically generated
// earlier in the code
// THIS CODE WON’T WORK
var dynamicLabel = $A.get("$Label.c." + day);
96
Creating Components Getting Labels in Apex
If the label is already known on the client, $A.get() displays the label. If the value is not known, an empty string is displayed in
production mode, or a placeholder value showing the label key is displayed in debug mode.
Using $A.get()with a label that can't be determined at runtime means that dynamicLabel is an empty string, and won’t be
updated to the retrieved value. Since the label, "$Label.c." + day, is dynamically generated, the framework can’t parse it or
send it to the client when the component is requested.
There are a few alternative approaches to using $A.get() so that you can work with dynamically generated labels.
If your component uses a known set of dynamically constructed labels, you can avoid a server roundtrip for the labels by adding a
reference to the labels in a JavaScript resource. The framework sends these labels to the client when the component is requested. For
example, if your component dynamically generates $Label.c.task_mode_today and $Label.c.task_mode_tomorrow
label keys, you can add references to the labels in a comment in a JavaScript resource, such as a client-side controller or helper.
// hints to ensure labels are preloaded
// $Label.c.task_mode_today
// $Label.c.task_mode_tomorrow
If your code dynamically generates many labels, this approach doesn’t scale well.
If you don’t want to add comment hints for all the potential labels, the alternative is to use $A.getReference(). This approach
comes with the added cost of a server trip to retrieve the label value.
This example dynamically constructs the label value by calling $A.getReference() and updates a tempLabelAttr component
attribute with the retrieved label.
var labelSubStr = "task_mode_today";
var labelReference = $A.getReference("$Label.c." + labelSubStr);
cmp.set("v.tempLabelAttr", labelReference);
var dynamicLabel = cmp.get("v.tempLabelAttr");
$A.getReference() returns a reference to the label. This isn’t a string, and you shouldn’t treat it like one. You never get a string
label directly back from $A.getReference().
Instead, use the returned reference to set a component’s attribute value. Our code does this in cmp.set("v.tempLabelAttr",
labelReference);.
When the label value is asynchronously returned from the server, the attribute value is automatically updated as it’s a reference. The
component is rerendered and the label value displays.
Note: Our code sets dynamicLabel = cmp.get("v.tempLabelAttr") immediately after getting the reference.
This code displays an empty string until the label value is returned from the server. If you don’t want that behavior, use a comment
hint to ensure that the label is sent to the client without requiring a later server trip.
SEE ALSO:
Using JavaScript
Input Component Labels
Dynamically Populating Label Parameters
97
Creating Components Getting Labels in Apex
Custom Labels
Custom labels have a limit of 1,000 characters and can be accessed from an Apex class. To define custom labels, from Setup, in the Quick
Find box, enter Custom Labels, and then select Custom Labels.
In your Apex class, reference the label with the syntax System.Label.MyLabelName.
Note: Return label values as plain text strings. You can’t return a label expression using the $Label global value provider.
The component loads the labels by requesting it from the server, such as during initialization. For example, the label is retrieved in
JavaScript code.
({
doInit : function(component, event, helper) {
var action = component.get("c.getLabel");
action.setCallback(this, function(response) {
var state = response.getState();
if (state === "SUCCESS") {
component.set("v.mylabel", response.getReturnValue());
}
// error handling when state is "INCOMPLETE" or "ERROR"
});
$A.enqueueAction(action);
}
})
Finally, make sure you wire up the Apex class to your component. The label is set on the component during initialization.
<aura:component controller="LabelController">
<aura:handler name="init" value="{!this}" action="{!c.doInit}" />
<aura:attribute name="mylabel" type="String"/>
{!v.mylabel}
</aura:component>
You can also retrieve labels in JavaScript code, including dynamically creating labels that are generated during runtime. For more
information, see Getting Labels in JavaScript.
98
Creating Components Setting Label Values via a Parent Attribute
This inner component contains a text area component and a label attribute that’s set by the container component.
<aura:component>
<aura:attribute name="label" type="String"/>
<lightning:textarea aura:id="textarea"
name="myTextarea"
label="{!v.label}"/>
</aura:component>
When the component is initialized, you’ll see a button and a text area with the label My Label. When the button in the container
component is clicked, the setLabel action updates the label value in the inner component. This action finds the label attribute
and sets its value to new label.
SEE ALSO:
Input Component Labels
Component Attributes
Localization
The framework provides client-side localization support on input and output components.
Note: Components in the ui namespace are deprecated as of API version 46.0. We recommend you use components in the
lightning namespace instead. For more information, see Working with UI Components.
99
Creating Components Localization
The following example shows how you can override the default timezone attribute. The output displays the time in the format
hh:mm by default.
<aura:component>
<ui:outputDateTime value="2013-10-07T00:17:08.997Z" timezone="Europe/Berlin" />
</aura:component>
minute="2-digit" second="2-digit"/>
</aura:component>
({
doInit : function(component, event, helper) {
var date = new Date();
component.set("v.datetime", date)
}
})
This example creates a JavaScript Date instance, which is rendered in the format MMM DD, YYYY HH:MM:SS AM.
Although the output for this example is similar to <ui:outputDateTime value="{!v.datetime}"
timezone="Europe/Berlin" />, the attributes on lightning:formattedDateTime enable you to control formatting
at a granular level. For example, you can display the date using the MM/DD/YYYY format.
<lightning:formattedDateTime value="{!v.datetime}" timeZone="Europe/Berlin" year="numeric"
month="numeric" day="numeric"/>
Additionally, you can use the global value provider, $Locale, to obtain the locale information. The locale settings in your organization
overrides the browser’s locale information.
Note: Single language organizations cannot change their language, although they can change their locale.
For example, setting the time zone on the Language & Time Zone page to (GMT+02:00) returns 28.09.2015 09:00:00
when you run the following code.
<ui:outputDateTime value="09/28/2015" />
Running $A.get("$Locale.timezone") returns the time zone name, for example, Europe/Paris. For more information,
see "Supported Time Zones" in the Salesforce Help.
100
Creating Components Providing Component Documentation
Setting the currency locale on the Company Information page to Japanese (Japan) - JPY returns ¥100,000 when you
run the following code.
<ui:outputCurrency value="100000" />
Note: To change between using the currency symbol, code, or name, use lightning:formattedNumber instead.
Similarly, running $A.get("$Locale.currency") returns "¥" when your org’s currency locale is set to Japanese
(Japan) - JPY. For more information, see "Supported Currencies" in the Salesforce Help.
SEE ALSO:
Formatting Dates in JavaScript
101
Creating Components Providing Component Documentation
Tag Description
<aura:documentation> Required. The top-level definition of the DocDef
<aura:description> Required. Describes the component using HTML markup. To include code samples in the
description, use the <pre> tag, which renders as a code block. Code entered in the <pre> tag
must be escaped. For example, escape <aura:component> by entering
<aura:component>.
<aura:example> Optional. References an example that demonstrates how the component is used. Supports HTML
markup, which displays as text preceding the visual output and example component source. The
example is displayed as interactive output. Multiple examples are supported and should be wrapped
in individual <aura:example> tags.
• name: The API name of the example
• ref: The reference to the example component in the format
<namespace:exampleComponent>
• label: The label of the title
The following is an example component that demonstrates how lightning:avatar can be used.
102
Creating Components Working with Base Lightning Components
Tag Example
<aura:component> <aura:component description="Represents a button element">
<aura:method>
<aura:method name="setCustomValidity" description="Sets a custom
error message.">
<aura:attribute name="message" type="String"
description="The string that describes the error. If
message is an empty string, the error message is reset."/>
</aura:method>
SEE ALSO:
Reference
103
Creating Components Working with Base Lightning Components
While the base components are visual building blocks and provides minimum functionality out-of-the-box, they can be combined
together to build “experience components” with richer capabilities and made accessible via the Lightning App Builder. Admins can
drag-and-drop these experience components to build and configure user interfaces easily. For example, the Chatter Feed component
in Lightning App Builder comprises a collection of tabs, a group of buttons, and a rich text editor.
The API version column denotes the minimum API version you must set to use the component in the Developer Console, the Force.com
IDE, or via API. Components that don’t specify a minimum API version are usable with any API version 37.0 and later.
Note: Interactive examples for the following components are available in the Component Library.
Buttons
These components provide different button flavors.
Button Icon lightning:buttonIconStateful An icon-only button that retains state. Button Icons 41.0
(Stateful)
Data Entry
Use these components for data entry.
104
Creating Components Working with Base Lightning Components
File Uploader lightning:fileUpload Enables file uploads to a record. File Selector 41.0
and Preview
lightning:fileCard Displays a representation of Files
uploaded content.
Input Field lightning:inputField Represents an editable input for a Form Layout 42.0
field on a Salesforce object.
Input Name lightning:inputName Represents a name compound field. Form Layout 42.0
Input Location lightning:inputLocation A geolocation compound field that Form Layout 41.0
(Geolocation) accepts a latitude and longitude
value.
Radio Group lightning:radioGroup Enables single selection on a group Radio Button 41.0
of options. Radio Button Group
Rich Text Area lightning:inputRichText A WYSIWYG editor with a Rich Text Editor
customizable toolbar for entering
rich text.
Displaying Data
Use these components to display data.
105
Creating Components Working with Base Lightning Components
Click-to-dial lightning:clickToDial
Output Field lightning:outputField Displays a label, help text, and value 41.0
for a field on a Salesforce object.
Forms
use these components to edit and view records
106
Creating Components Working with Base Lightning Components
Record lightning:recordForm A container to simplify form creation for viewing Form Layout 43.0
Form and editing record fields.
Layout
The following components group related information together.
Navigation Components
The following components organize links and actions in a hierarchy or to visit other locations in an app.
107
Creating Components Working with Base Lightning Components
Tree lightning:tree Displays a structural hierarchy with nested items. Trees 41.0
Vertical lightning:verticalNavigation A vertical list of links that take you to another Vertical Navigation 41.0
Navigation page or parts of the page you’re in.
Visual Components
The following components provide informative cues, for example, like icons and loading spinners.
Data Table lightning:datatable A table that displays columns of data, Data Tables 41.0
formatted according to type.
108
Creating Components Working with Base Lightning Components
List View lightning:listView Displays a list view of the specified object N/A 42.0
Messaging lightning:overlayLibrary Displays messages via modals and popovers. Messaging 41.0
Path lightning:path Displays a path driven by a picklist field and Path 41.0
Path Setup metadata.
Progress lightning:progressBar A horizontal progress bar from left to right Progress Bars 41.0
Bar to indicate the progress of an operation.
Progress lightning:progressIndicator Displays steps in a process to indicate what Progress Indicators 41.0
Indicator has been completed. Path
and Path
Feature-Specific Components
The following components are usable only in the context of specific Salesforce features.
109
Creating Components Base Lightning Components Considerations
Warning: Don’t depend on the markup of a Lightning component as its internals can change in future releases. Reaching into
the component internals can also cause unrecoverable errors in the app. For example, using cmp.get("v.body") and
examining the DOM elements can cause issues in your code if the component markup changes down the road.
With Lightning Locker enforced, you can’t traverse the DOM for components you don't own. Instead of accessing the DOM tree, take
advantage of value binding with component attributes and use component methods that are available to you. For example, to get an
attribute on a component, use cmp.find("myInput").get("v.name") instead of
cmp.find("myInput").getElement().name. The latter doesn’t work if you don’t have access to the component, such as
a component in another namespace.
Many of the base Lightning components are still evolving and the following considerations can help you while you’re building your
apps.
lightning:buttonMenu
This component contains menu items that are created only if the button is triggered. You can’t reference the menu items during
initialization or if the button isn’t triggered yet.
110
Creating Components Base Lightning Components Considerations
lightning:input
Fields for percentage and currency input must specify a step increment of 0.01 as required by the native implementation.
<lightning:input type="number" name="percentVal" label="Enter a percentage value"
formatter="percent" step="0.01" />
<lightning:input type="number" name="currencyVal" label="Enter a dollar amount"
formatter="currency" step="0.01" />
When working with checkboxes, radio buttons, and toggle switches, use aura:id to group and traverse the array of components.
Grouping them enables you to use get("v.checked") to determine which elements are checked or unchecked without
reaching into the DOM. You can also use the name and value attributes to identify each component during the iteration. The
following example groups three checkboxes together using aura:id.
<aura:component>
<form>
<fieldset>
<legend>Select your favorite color:</legend>
<lightning:input type="checkbox" label="Red"
name="color1" value="1" aura:id="colors"/>
<lightning:input type="checkbox" label="Blue"
name="color2" value="2" aura:id="colors"/>
<lightning:input type="checkbox" label="Green"
name="color3" value="3" aura:id="colors"/>
</fieldset>
<lightning:button label="Submit" onclick="{!c.submitForm}"/>
</form>
</aura:component>
In your client-side controller, you can retrieve the array using cmp.find("colors") and inspect the checked values.
When working with type="file", you must provide your own server-side logic for uploading files to Salesforce. Read the file
using the FileReader HTML object, and then encode the file contents before sending them to your Apex controller. In your Apex
controller, you can use the EncodingUtil methods to decode the file data. For example, you can use the Attachment object
to upload files to a parent object. In this case, you pass in the base64 encoded file to the Body field to save the file as an attachment
in your Apex controller.
Uploading files using this component is subject to regular Apex controller limits, which is 1 MB. To accommodate file size increase
due to base64 encoding, we recommend that you set the maximum file size to 750 KB. You must implement chunking for file size
larger than 1 MB. Files uploaded via chunking are subject to a size limit of 4 MB. For more information, see the Apex Developer Guide.
Alternatively, you can use lightning:fileUpload to upload files directly to records.
lightning:tab
This component creates its body during runtime. You can’t reference the component during initialization. Referencing the component
using aura:id can return unexpected results, such as the component returning an undefined value when implementing
cmp.find("myComponent").
lightning:tabset
When you load more tabs than can fit the width of the viewport, the tabset provides navigation buttons that scrolls horizontally to
display the overflow tabs.
111
Creating Components Event Handling in Base Lightning Components
• lightning:badge
• lightning:breadcrumb
• lightning:formattedDateTime
• lightning:formattedNumber
• lightning:icon
• lightning:input
• lightning:inputField
• lightning:outputField
• lightning:relativeDateTime
• lightning:textarea
getDef()
getDef() can’t get API methods or attach change handlers in the specified components. The correct way to work with base
Lightning components is to work with the instances, and not attempt to access the component or its definition.
getReference()
getReference() method support is limited. You can’t use it with controllers with these components. For example,
getReference('v.value') works but getReference('c.myFunc') doesn’t work.
afterRender()
afterRender() isn’t supported by the specified components. You shouldn’t call afterRender() on Lightning base
components directly. For example, component.find('lightning:input').afterRender() doesn’t work.
No nested component access
You can’t access sub-components inside a base Lightning component. You can only use the exposed API. For example,
cmp.find('mylightning:inputField').find('innercomponent') doesn’t work.
({
doSomething: function(cmp, event, helper) {
var button = event.getSource();
112
Creating Components Event Handling in Base Lightning Components
}
})
Note: For events fired by standard HTML elements, you can use event.currentTarget and event.target. For events
fired by base Lightning components, use event.getSource() instead.
Retrieve a component attribute that’s passed to the event by using this syntax.
event.getSource().get("v.name")
({
handleClick: function(cmp, event, helper) {
//returns "new", "edit", or "delete"
var buttonName = event.getSource().get("v.name");
}
})
({
handleActive: function (cmp, event) {
var tab = event.getSource();
switch (tab.get('v.id')) {
case 'tab1':
//do something when tab1 is clicked
break;
case 'tab2':
//do something when tab2 is clicked
break;
}
113
Creating Components Lightning Design System Considerations
}
})
Note: If you need a reference to the target component, use the onactive event handler instead.
114
Creating Components Lightning Design System Considerations
The class you add is appended to other base classes that are applied to the component, resulting in the following markup.
<button class="slds-button slds-button_neutral slds-m-around_medium"
type="button" name="submit">Submit</button>
Similarly, you can create a custom class and pass it into the class attribute.
<lightning:badge label="My badge" class="myCustomClass"/>
You have the flexibility to customize the components at a granular level beyond the CSS scaffolding we provide. Let’s look at the
lightning:card component, where you can create your own body markup. You can apply the slds-p-horizontal_small
or slds-card__body_inner class in the body markup to add padding around the body.
<!-- lightning:card example using slds-p-horizontal_small class -->
<lightning:card>
<aura:set attribute="title">My Account</aura:set>
<aura:set attribute="footer">Footer</aura:set>
<aura:set attribute="actions">
<lightning:button label="New"/>
</aura:set>
<p class="slds-p-horizontal_small">
Card Body
</p>
</lightning:card>
115
Creating Components Lightning Design System Considerations
Notice the success variant is not supported. However, you can add the slds-button_success class to achieve the same
result.
<lightning:button name="submit" label="Submit" class="slds-button_success"/>
116
Creating Components Lightning Design System Considerations
Let’s look at another example. You can create a group of related information using the lightning:tile component. Although
this component doesn’t provide a variant attribute, you can achieve the Lightning Design System board variant by passing in the
slds-tile_board class.
<aura:component>
<ul class="slds-has-dividers_around-space">
<li class="slds-item">
<lightning:tile label="Anypoint Connectors" href="/path/to/somewhere"
class="slds-tile_board">
<p class="slds-text-heading_medium">$500,000</p>
<p class="slds-truncate" title="Company One"><a href="#">Company One</a></p>
<p class="slds-truncate">Closing 9/30/2015</p>
</lightning:tile>
</li>
</ul>
</aura:component>
If you don’t see a variant you need, check to see if you can pass in a Lightning Design System class to the base component before creating
your own custom CSS class. Don’t be afraid to experiment with Lightning Design System classes and variants in base components. For
more information, see Lightning Design System.
SEE ALSO:
Styling Apps
Styling with Design Tokens
The following reference describes how variants in base components correspond to variants in Lightning Design System. Base components
that don’t have any visual styling, such as lightning:formattedDateTime, are not listed here.
Note: Interactive examples for the following components are available in the Component Library.
Accordion
A lightning:accordion component is a collection of vertically stacked sections with content areas. The sections are defined
with lightning:accordionSection components. By default, only one section is expanded at a time. The
allowMultipleSectionsOpen attribute enables you to expand more than one section. This component does not support the
variant attribute. lightning:accordion uses the styling from Accordion in the Lightning Design System.
117
Creating Components Lightning Design System Considerations
Avatar
A lightning:avatar component is an image that represents an object, such as an account or user. You can create avatars in
different sizes and two variants. lightning:avatar uses the styling from Avatar in the Lightning Design System.
Badge
A lightning:badge component is a label containing a small amount of information. This component does not support the
variant attribute. lightning:badge uses the styling from Badges in the Lightning Design System.
Breadcrumb
A lightning:breadcrumb component displays the path of a page relative to a parent page. Breadcrumbs are nested in a
lightning:breadcrumbs component. This component does not support the variant attribute. lightning:breadcrumb
uses the styling from Breadcrumbs in the Lightning Design System.
Button
A lightning:button component is a button that executes an action in a client-side controller. Buttons can be one of three types:
button (default), reset, and submit. Buttons support icons to the left or right of the text label. lightning:button uses the styling
from Buttons in the Lightning Design System.
base slds-button A button without a border, which appears like a text link
118
Creating Components Lightning Design System Considerations
Button Group
A lightning:buttonGroup component is a group of buttons that can be displayed together to create a navigational bar. You
can nest lightning:button and lightning:buttonMenu components in the group. Although the button group itself
doesn’t support the variant attribute, variants are supported for buttons and the button menu components. For example, you can
nest <lightning:button variant="inverse" label="Refresh" /> in a button group. If including
lightning:buttonMenu, place it after the buttons and pass in the slds-button_last class to adjust the border.
lightning:buttonGroup uses the styling from Button Groups in the Lightning Design System.
Button Icon
A lightning:buttonIcon component is an icon-only button that executes an action in a client-side controller. You can create
button icons in different sizes. Only Lightning Design System utility icons are supported. lightning:buttonIcon uses the styling
from Button Icons in the Lightning Design System.
brand slds-button_icon-brand A button that uses the Salesforce blue background color
container slds-button_icon-container A 32px by 32px button that looks like a plain icon
border-filled slds-button_icon-border-filled A button that contains an icon with gray border and white background
bare-inverse slds-button_icon-inverse A button that contains a white icon without borders for a dark
background
border-inverse slds-button_icon-border-inverse A button that contains a white icon for a dark background
119
Creating Components Lightning Design System Considerations
border-inverse slds-button_icon-border-inverse A button that contains a white icon for a dark background
Button Menu
A lightning:buttonMenu component is a dropdown menu with a list of menu items, represented by lightning:menuItem
components. Menu items can be checked or unchecked, or execute an action in a client-side controller. You can create button menus
with icons in different sizes and position the dropdown menu in different locations relative to the button. The variants change the
appearance of the button, and are similar to the variants on button icons.
lightning:buttonMenu supports the lightning:menuDivider component for creating horizontal lines between menu
items. The menu divider has a compact variant for reducing the space above and below the line. The lightning:menuSubheader
component enables you to create subheadings in the list of menu items. It has no variants.
lightning:buttonMenu uses the styling from Menus in the Lightning Design System.
container slds-button_icon-container A 32px by 32px button that looks like a plain icon
border-filled slds-button_icon-border-filled A button that contains an icon with gray border and white background
bare-inverse slds-button_icon-inverse A button that contains a white icon without borders for a dark
background
border-inverse slds-button_icon-border-inverse A button that contains a white icon for a dark background
120
Creating Components Lightning Design System Considerations
Button (Stateful)
A lightning:buttonStateful component is a button that toggles between states. Stateful buttons can show a different label
and icon based on their states. Only Lightning Design System utility icons are supported. lightning:buttonStateful uses
the styling from Buttons in the Lightning Design System.
text slds-button A button that contains an icon with gray border and white background
Card
A lightning:card component is used to apply a stylized container around a grouping of information in an article HTML tag.
The information could be a single item or a group of items such as a related list. lightning:card uses the styling from Cards in
the Lightning Design System.
Carousel
A lightning:carousel component is a collection of images that are displayed horizontally one at a time. Specify the images
using lightning:carouselImage child components. The carousel doesn’t support the variant attribute, and it uses the
slds-carousel class on the outer element. lightning:carousel uses the styling from Carousel in the Lightning Design
System.
121
Creating Components Lightning Design System Considerations
Checkbox Group
A lightning:checkboxGroup component is a group of checkboxes that enables selection of single or multiple options. This
component is different from lightning:input of type="checkbox" as the latter is not suitable for grouping a set of
checkboxes together. Although the checkbox group doesn’t support the variant attribute, the slds-form-element class is
appended to the fieldset element that encloses the checkbox group. lightning:checkboxGroup uses the styling from
Checkbox in the Lightning Design System.
Combobox
A lightning:combobox component is an input element that enables single selection from a list of options. The result of the
selection is displayed as the value of the input. In a multi-select combobox, each selected option is displayed in a pill below the input
element. lightning:combobox uses the styling from Combobox in the Lightning Design System.
122
Creating Components Lightning Design System Considerations
Dual Listbox
A lightning:dualListbox component provides two list boxes, where you can move one or more options to the second list
box and reorder the selected options. lightning:dualListbox uses the styling from Dueling Picklist in the Lightning Design
System.
123
Creating Components Lightning Design System Considerations
Dynamic Icon
A lightning:dynamicIcon component represents various animated icons. The type attribute determines the animated icon
to display and corresponds to the dynamic icons in the Lightning Design System. lightning:dynamicIcon uses the styling
from Dynamic Icons in the Lightning Design System.
File Uploader
A lightning:fileUpload component enables file uploads to a record. The file uploader includes drag-and-drop functionality
and filtering by file types. Although it doesn’t support the variant attribute, the slds-file-selector class is appended to
the component. lightning:fileUpload uses the styling from FileSelector in the Lightning Design System.
Form Layout
A form layout represents a set of interactive controls to submit user input, which can include compound fields such as fields for addresses,
names, or geolocation. These components use the styling from Form Layout in the Lightning Design System.
lightning:inputAddress displays an address compound field.
124
Creating Components Lightning Design System Considerations
lightning:inputField displays an editable field with a label, help text, and value that correspond to a record field on a Salesforce
object. The field’s data type determines the component that’s used for the input field. The lightning:inputField component
must be nested in a lightning:recordEditForm component.
lightning:outputField displays a read-only field with a label, help text, and value of a record field on a Salesforce object. The
component has a label-hidden variant to hide the label. lightning:outputField is used in
lightning:recordViewForm and lightning:recordEditForm components.
The lightning:recordForm component eases record form creation. It accepts a mode attribute to specify variants of the form.
The component creates an edit form that can create or update records, a view form with the option to edit fields, and a read-only form.
The layout of the form is set with other attributes. The lightning:recordForm component uses
lightning:recordEditForm and lightning:recordViewForm to create the forms.
The edit mode form with a single column layout:
125
Creating Components Lightning Design System Considerations
126
Creating Components Lightning Design System Considerations
Icon
A lightning:icon component is a visual element that provides context and enhances usability. Although all Lightning Design
System icons are supported, only utility icons support variants. You can create icons in different sizes. You can also use a custom svg
sprite and specify a path to the resource instead of using Lightning Design System icons. lightning:icon uses the styling from
Icons in the Lightning Design System.
Input
A lightning:input component is an interactive control, such as an input field or checkbox, which accepts user input.
lightning:input uses the styling from Input in the Lightning Design System.
127
Creating Components Lightning Design System Considerations
Layout
A lightning:layout component is a flexible grid system for arranging containers within a page or another container. The
lightning:layoutItem component is used to specify the items inside the layout. The component does not support the
variant attribute. Customization of the layout is controlled by horizontalAlign, verticalAlign, pullToBoundary,
and multipleRows attributes of lightning:layout. The attributes of lightning:layoutItem enable you to configure
the size of the layout item, and change how the layout is configured on different device sizes.
lightning:layout uses the styling from Grid in the Lightning Design System. For more information, see Lightning Design System
Considerations.
List View
A lightning:listView component represents a list view of records that you own or have read or write access to, and records
shared with you. Inline edit, row level actions, and the action bar are supported in Lightning Experience, the Salesforce app, and
communities only. On a desktop, this component renders a full list view. On all other form factors, such as a tablet or mobile devices,
the component renders a mobile-friendly alternative.
Map
A lightning:map component securely displays a map of one or more locations. The component does not support the variant
attribute. It supports attributes that enable you to add a title for a list of locations and a footer. lightning:map uses the styling from
Map in the Lightning Design System.
128
Creating Components Lightning Design System Considerations
Messaging
Messaging components communicate relevant information, such as for engagement or feedback. These components use styling from
Messaging in the Lightning Design System. lightning:overlayLibrary display messages via modals and popovers. A modal
blocks everything else on the page until it’s dismissed, while popovers display contextual information on a reference element and don’t
interrupt like modals.
lightning:notificationsLibrary display messages via notices and toasts. Notices interrupt the user's workflow and block
everything else on the page, while toasts are less intrusive than notices and are suitable for providing feedback following an action.
129
Creating Components Lightning Design System Considerations
Pill
A lightning:pill component is a text label that’s wrapped by a rounded border and displayed with a remove button. Pills can
contain an icon or avatar next to the text label. This component does not support the variant attribute, but its content and other
attributes determine the styling applied to them. For example, a pill with hasError="true" displays as a pill with a red border
and error icon. lightning:pill uses the styling from Pills in the Lightning Design System.
Additionally, you can display pills in a container using the lightning:pillContainer component.
Progress Bar
A lightning:progressBar component displays a horizontal progress bar from left to right to indicate the progress of an
operation. It uses the styling from Progress Bar in the Lightning Design System.
130
Creating Components Lightning Design System Considerations
Additionally, lightning:path and lightning:picklistPath enables you to display the progress of a process on a record
based on a specified picklist field. lightning:path displays a path based on your Path Settings in Setup and
lightning:picklistPath displays a path derived from the picklistFieldApiName attribute.
shaded slds-progress_shade For type="base" only. Adds a shaded background to the current
step.
Radio Group
A lightning:radioGroup component is a group of radio buttons that enables selection of a single option. The type attribute
determines if a group of typical radio buttons or rectangular buttons is displayed. lightning:radioGroup uses the styling from
Radio Group in the Lightning Design System.
label-hidden N/A A group of radio buttons or rectangular buttons with a label that’s
hidden
131
Creating Components Lightning Design System Considerations
Select
A lightning:select component is a dropdown list that enables you to select a single option. lightning:select uses
the styling from Select in the Lightning Design System.
Slider
A lightning:slider component is a slider for specifying a value between two specified numbers. The type attribute determines
if a horizontal (default) or vertical slider is displayed. lightning:slider uses the styling from Slider in the Lightning Design System.
132
Creating Components Lightning Design System Considerations
Spinner
A lightning:spinner component is a spinner that indicates data is loading. You can create spinners in different sizes.
lightning:spinner uses the styling from Spinners in the Lightning Design System.
Tabs
A lightning:tabset component is a list of tabs with corresponding content areas, represented by lightning:tab
components. lightning:tabset uses the styling from Tabs in the Lightning Design System.
vertical slds-vertical-tabs A list of tabs that are displayed vertically to the left of the content areas
Textarea
A lightning:textarea component is an input field for multi-line text input. It uses the styling from Textarea in the Lightning
Design System.
133
Creating Components Lightning Design System Considerations
Tile
A lightning:tile component is a group of related information associated with a record. This component does not support
variants, but you can pass in the slds-tile_board class to create a board. Similarly, use a definition list in the tile body to create
a tile with an icon or use an unordered list to create a list of tiles with avatars. lightning:tile uses the styling from Tiles in the
Lightning Design System.
Tree
A lightning:tree component is a visualization of a structure hierarchy. A tree item, also known as a branch, can be expanded or
collapsed. Although this component does not support the variant attribute, it uses the styling from Trees in the Lightning Design
System.
Vertical Navigation
A lightning:verticalNavigation component is a list of links that are one level deep, with support for icons and overflow
sections that collapse and expand. Although this component does not support the variant attribute, you can use the compact
and shaded attributes to achieve compact spacing and styling for a shaded background. The component supports subcomponents
that enable you to add icons, badges, and overflow content.
lightning:verticalNavigation uses the styling from Vertical Navigation in the Lightning Design System.
134
Creating Components Working with UI Components
135
Creating Components Working with UI Components
Radio button ui:inputRadio A selectable option that supports only a single lightning:input
selection with radio type or
lightning:radioGroup
Visual Components
The following components provides informative cues, for example, like error messages and loading spinners.
136
Creating Components Working with UI Components
Field Components
The following components enables you to enter or display values.
Email ui:inputEmail An input field for entering an email address lightning:input with
email type
Date and time ui:inputDate An input field for entering a date lightning:input with
date type
ui:inputDateTime An input field for entering a date and time lightning:input with
datetime type
Password ui:inputSecret An input field for entering secret text lightning:input with
password type
Phone Number ui:inputPhone An input field for entering a telephone number lightning:input with
phone type
Number ui:inputNumber An input field for entering a numerical value lightning:input with
number type
Range ui:inputRange An input field for entering a value within a range lightning:slider
Rich Text ui:inputRichText An input field for entering rich text lightning:inputRichText
137
Creating Components Event Handling in UI Components
Text ui:inputText An input field for entering a single line of text lightning:input
Text Area ui:inputTextArea An input field for entering multiple lines of text lightning:textarea
SEE ALSO:
Using the UI Components
Creating Components
Component Bundles
Note: Components in the ui namespace are deprecated as of API version 46.0. We recommend you use components in the
lightning namespace instead. For more information, see Working with UI Components.
Capture a UI event by defining its handler on the component. For example, you want to listen to the HTML DOM event, onblur, on a
ui:inputTextArea component.
The blur="{!c.handleBlur}" listens to the onblur event and wires it to your client-side controller. When you trigger the
event, the following client-side controller handles the event.
handleBlur : function(cmp, event, helper){
var elem = cmp.find("textarea").getElement();
//do something else
}
For all available events on all components, see the Component Library on page 484.
138
Creating Components Using the UI Components
bound to a component attribute, and the ui:outputText component is bound to the same component attribute. The
ui:inputText component listens to the onkeyup browser event and updates the corresponding component attribute values.
The next example takes in numerical inputs and returns the sum of those numbers. The ui:inputNumber component listens to
the onkeyup browser event. When the value in this component changes on the keyup event, the value in the ui:outputNumber
component is updated as well, and returns the sum of the two values.
<aura:attribute name="number1" type="integer" default="1"/>
<aura:attribute name="number2" type="integer" default="2"/>
Note: The input fields return a string value and must be properly handled to accommodate numerical values. In this example,
both values are multiplied by 1 to obtain their numerical equivalents.
Note: For all available component attributes and events, see the component reference at
https://<myDomain>.lightning.force.com/docs/component-library, where <myDomain> is the
name of your custom Salesforce domain .
To use input components in your own custom component, add them to your .cmp or .app resource. This example is a basic set up
of a text field and button. The aura:id attribute defines a unique ID that enables you to reference the component from your JavaScript
code using cmp.find("myID");.
<ui:inputText label="Name" aura:id="name" placeholder="First, Last"/>
<ui:outputText aura:id="nameOutput" value=""/>
<ui:button aura:id="outputButton" label="Submit" press="{!c.getInput}"/>
Note: All text fields must specify the label attribute to provide a textual label of the field. If you must hide the label from view,
set labelClass="assistiveText" to make the label available to assistive technologies.
139
Creating Components Supporting Accessibility
The ui:outputText component acts as a placeholder for the output value of its corresponding ui:inputText component.
The value in the ui:outputText component can be set with the following client-side controller action.
getInput : function(cmp, event) {
var fullName = cmp.find("name").get("v.value");
var outName = cmp.find("nameOutput");
outName.set("v.value", fullName);
}
The following example is similar to the previous, but uses value binding without a client-side controller. The ui:outputText
component reflects the latest value on the ui:inputText component when the onkeyup browser event is fired.
<aura:attribute name="first" type="String" default="John"/>
<aura:attribute name="last" type="String" default="Doe"/>
Tip: To create and edit records in the Salesforce app, use the force:createRecord and force:recordEdit events
to utilize the built-in record create and edit pages.
Supporting Accessibility
When customizing components, be careful in preserving code that ensures accessibility, such as the aria attributes.
Accessible software and assistive technology enable users with disabilities to use and interact with the products you build. Aura
components are created according to W3C specifications so that they work with common assistive technologies. While we always
recommend that you follow the WCAG Guidelines for accessibility when developing with the Lightning Component framework, this
guide explains the accessibility features that you can leverage when using components in the ui namespace.
IN THIS SECTION:
Button Labels
Audio Messages
Forms, Fields, and Labels
Events
Menus
Button Labels
Buttons can appear with text only, an icon and text, or an icon without text. To create an accessible button, use lightning:button
and set a textual label using the label attribute.
Note: You can create accessible buttons using ui:button but they don’t come with Lightning Design System styling. We
recommend using lightning:button instead.
140
Creating Components Audio Messages
The alternativeText attribute provides a text label that’s hidden from view and available to assistive technology.
This example shows the HTML generated by lightning:button:
<!-- Good: using span/assistiveText to hide the label visually, but show it to screen
readers -->
<button>
::before
<span class="slds-assistive-text">Settings</span>
</button>
Audio Messages
To convey audio notifications, use the ui:message component, which has role="alert" set on the component by default.
The "alert" aria role will take any text inside the div and read it out loud to screen readers without any additional action by the
user.
<ui:message title="Error" severity="error" closable="true">
This is an error message.
</ui:message>
If your code fails, check the label element during component rendering. A label element should have the for attribute and match the
value of input control id attribute, OR the label should be wrapped around an input. Input controls include <input>, <textarea>,
and <select>.
Here’s an example of the HTML generated by lightning:input.
<!-- Good: using label/for= -->
<label for="fullname">Enter your full name:</label>
<input type="text" id="fullname" />
141
Creating Components Events
SEE ALSO:
Using Labels
Events
Although you can attach an onclick event to any type of element, for accessibility, consider only applying this event to elements
that are actionable in HTML by default, such as <a>, <button>, or <input> tags in component markup. You can use an onclick
event on a <div> tag to prevent event bubbling of a click.
Menus
A menu is a dropdown list with a trigger that controls its visibility. You must provide the trigger, which displays a text label, and a list of
menu items. The dropdown menu and its menu items are hidden by default. You can change this by setting the visible attribute
on the ui:menuList component to true. The menu items are shown only when you click the ui:menuTriggerLink
component.
This example code creates a menu with several items:
<ui:menu>
<ui:menuTriggerLink aura:id="trigger" label="Opportunity Status"/>
<ui:menuList class="actionMenu" aura:id="actionMenu">
<ui:actionMenuItem aura:id="item2" label="Open"
click="{!c.updateTriggerLabel}"/>
<ui:actionMenuItem aura:id="item3" label="Closed"
click="{!c.updateTriggerLabel}"/>
<ui:actionMenuItem aura:id="item4" label="Closed Won"
click="{!c.updateTriggerLabel}"/>
</ui:menuList>
</ui:menu>
Different menus achieve different goals. Make sure you use the right menu for the desired behavior. The three types of menus are:
Actions
Use the ui:actionMenuItem for items that create an action, like print, new, or save.
Radio button
If you want users to pick only one from a list several items, use ui:radioMenuItem.
Checkbox style
If users can pick multiple items from a list of several items, use ui:checkboxMenuItem. Checkboxes can also be used to turn
one item on or off.
Note: To create a dropdown menu with a trigger that’s a button, use lightning:buttonMenu instead.
142
CHAPTER 4 Using Components
In this chapter ... You can use components in many different contexts. This section shows you how.
• Aura Component
Bundle Design
Resources
• Use Aura
Components in
Lightning Experience
and the Salesforce
Mobile App
• Navigate Across Your
Apps with Page
References
• Get Your Aura
Components Ready
to Use on Lightning
Pages
• Use Aura
Components in
Community Builder
• Use Aura
Components with
Flows
• Add Components to
Apps
• Integrate Your
Custom Apps into the
Chatter Publisher
• Using Background
Utility Items
• Use Lightning
Components in
Visualforce Pages
• Add Aura
Components to Any
App with Lightning
Out (Beta)
• Lightning Container
143
Using Components Aura Component Bundle Design Resources
design:component
This is the root element for the design resource. It contains the component’s design-time configuration for tools such as the App Builder
to use.
Attribute Description
label Sets the label of the component when it displays in tools such as App Builder.
When creating a custom Lightning page template component, this text displays as the name of the
template in the Lightning App Builder new page wizard.
Note: Label expressions in markup are supported in .cmp and .app resources only.
design:attribute
To make an Aura component attribute available for admins to edit in tools such as the App Builder, add a design:attribute
node for the attribute into the design resource. An attribute marked as required in the component definition automatically appears,
unless it has a default value assigned to it.
For Lightning page interfaces, the design resource supports only attributes of type Integer, String, or Boolean. To see which
attribute types the lightning:availableForFlowScreens interface supports, go to Which Aura Attribute Types Are
Supported in Flows?.
Note: In a design:attribute node, Flow Builder supports only the name, label, description, and default
attributes. The other attributes, like min and max, are ignored.
Attribute Description
datasource Renders a field as a picklist, with static values. Only supported for String attributes.
<design:attribute name="Name" datasource="value1,value2,value3" />
You can also set the picklist values dynamically using an Apex class. See Create Dynamic Picklists for
Your Custom Components on page 181 for more information.
144
Using Components Aura Component Bundle Design Resources
Attribute Description
Any String attribute with a datasource in a design resource is treated as a picklist.
max If the attribute is an Integer, this sets its maximum allowed value. If the attribute is a String,
this is the maximum length allowed.
min If the attribute is an Integer, this sets its minimum allowed value. If the attribute is a String,
this is the minimum length allowed.
name Required attribute. Its value must match the aura:attribute name value in the .cmp resource.
placeholder Input placeholder text for the attribute when it displays in the tool.
Note: Label expressions in markup are supported in .cmp and .app resources only.
<design:suppportedFormFactors> and
<design:suppportedFormFactor>
Use these tag sets to designate which devices your component supports. The design:suppportedFormFactor subtag supports
the type attribute. Valid type values are Large (desktop) and Small (phone).
If you don’t declare form factor support for a component, then by default, it supports the same form factors as the page types that it’s
assigned to. App pages support the Large and Small form factors. Record and Home pages support only the Large form factor.
Components on app pages can render on both mobile and desktop because the app page supports both phone and desktop. Components
on record and Home pages can render only on desktop because those pages are supported only for desktop.
If you have an app page—which supports both desktop and phone—you can use design:suppportedFormFactor to
configure a component to render only when that app page is viewed on a particular device. For example, if you restrict form factor
support for your app page component to Small, the app page drops the component when the page is viewed on desktop. The app
page displays the component when the page is viewed on a phone.
Here’s the “Hello World” component design resource, with both desktop and phone support added.
<design:component label="Hello World">
<design:attribute name="subject" label="Subject" description="Name of the person you
want to greet" />
<design:attribute name="greeting" label="Greeting" />
<design:supportedFormFactors>
<design:supportedFormFactor type="Large"/>
<design:supportedFormFactor type="Small"/>
145
Using Components Use Aura Components in Lightning Experience and the
Salesforce Mobile App
</design:supportedFormFactors>
</design:component>
You can add this tag set to your component design file to create custom page templates that support only desktop, only phone, or both.
Important: If you restrict your component to the phone form factor, then add it to a record page in the Lightning App Builder,
when you view that page in desktop mode, the component appears on the canvas with an “unsupported form factor” warning,
and it doesn’t render when the record page is viewed on desktop. This is also true for components installed from packages.
Note: <sfdc:objects> and <sfdc:object> aren’t supported in Community Builder or the Flow Builder. They’re also
ignored when setting a component to use as an object-specific action or to override a standard action.
Here’s the same “Hello World” component’s design resource restricted to two objects.
<design:component label="Hello World">
<design:attribute name="subject" label="Subject" description="Name of the person you
want to greet" />
<design:attribute name="greeting" label="Greeting" />
<design:supportedFormFactors>
<design:supportedFormFactor type="Large"/>
<design:supportedFormFactor type="Small"/>
</design:supportedFormFactors>
<sfdc:objects>
<sfdc:object>Custom__c</sfdc:object>
<sfdc:object>Opportunity</sfdc:object>
</sfdc:objects>
</design:component>
If an object is installed from a package, add the namespace__ string to the beginning of the object name when including it in the
<sfdc:object> tag set. For example: objectNamespace__ObjectApiName__c.
See the User Interface API Developer Guide for the list of supported objects.
SEE ALSO:
Configure Components for Lightning Pages and the Lightning App Builder
Tips and Considerations for Configuring Components for Lightning Pages and the Lightning App Builder
146
Using Components Configure Components for Custom Tabs
IN THIS SECTION:
Configure Components for Custom Tabs
Add the force:appHostable interface to an Aura component to allow it to be used as a custom tab in Lightning Experience
or the Salesforce mobile app.
Add Lightning Components as Custom Tabs in a Lightning Experience App
Make your Lightning components available for Lightning Experience users by displaying them in a custom tab in a Lightning
Experience app.
Add Lightning Components as Custom Tabs in the Salesforce App
Make your Lightning components available for Salesforce for Android, Salesforce for iOS, and Salesforce mobile web users by displaying
them in a custom tab.
Lightning Component Actions
Lightning component actions are custom actions that invoke a Lightning component. They support Apex and JavaScript and provide
a secure way to build client-side custom functionality. Lightning component actions are supported only in the Salesforce mobile
app and Lightning Experience.
Override Standard Actions with Aura Components
Add the lightning:actionOverride interface to an Aura component to enable the component to be used to override a
standard action on an object. You can override the View, New, Edit, and Tab standard actions on most standard and all custom
components. Overriding standard actions allows you to customize your org using Lightning components, including completely
customizing the way you view, create, and edit records.
</aura:component>
The appHostable interface makes the component available for use as a custom tab. It doesn’t require you to add anything
else to the component.
147
Using Components Add Lightning Components as Custom Tabs in a Lightning
Experience App
USER PERMISSIONS
To create Lightning
Component Tabs:
• Customize Application
<aura:component implements="force:appHostable">
148
Using Components Add Lightning Components as Custom Tabs in the Salesforce
App
3. To check your output, navigate to the App Launcher in Lightning Experience. Click the custom app to see the components that you
added.
Note: To add a Lightning web component as a custom tab, wrap it in an Aura component. Available in: Salesforce
See Lightning Web Components Developer Guide. Classic (not available in all
orgs) and Lightning
In the component you wish to add, include implements="force:appHostable" in your Experience
aura:component tag and save your changes.
Available for use in: Contact
Manager, Group,
Professional, Enterprise,
Performance, Unlimited,
and Developer Editions
Create Lightning
components using the UI in
Enterprise, Performance,
Unlimited, Developer
Editions, or a sandbox.
USER PERMISSIONS
To create Lightning
Component Tabs:
• Customize Application
<aura:component implements="force:appHostable">
Note: You must create a custom Lightning component tab before you can add your component to the navigation menu.
Accessing your Lightning component from the full Salesforce site is not supported.
149
Using Components Lightning Component Actions
3. Check your output by going to Salesforce mobile web. Your new menu item should appear in the navigation menu.
Note: By default, Salesforce mobile web is turned on for your org. For more information on using mobile web, see the Salesforce
App Developer Guide.
IN THIS SECTION:
Configure Components for Custom Actions
Add the force:lightningQuickAction or force:lightningQuickActionWithoutHeader interface to an
Aura component to enable it to be used as a custom action in Lightning Experience or the Salesforce mobile app. You can use
components that implement one of these interfaces as object-specific or global actions in both Lightning Experience and the
Salesforce app.
Configure Components for Record-Specific Actions
Add the force:hasRecordId interface to an Aura component to enable the component to be assigned the ID of the current
record. The current record ID is useful if the component is used on a Lightning record page, as an object-specific custom action or
action override in Lightning Experience or the Salesforce app, and so on.
150
Using Components Lightning Component Actions
These interfaces are mutually exclusive. That is, components can implement either the force:lightningQuickAction interface
or the force:lightningQuickActionWithoutHeader interface, but not both. This should make sense; a component can’t
both present standard user interface elements and not present standard user interface elements.
Note: For your Aura component to work as a custom action, you must set a default value for each component attribute marked
as required.
<br/>
<lightning:button label="Add" onclick="{!c.clickAdd}"/>
</aura:component>
The component markup simply presents two input fields, and an Add button.
The component’s controller does all the real work.
/*quickAddController.js*/
({
clickAdd: function(component, event, helper) {
})
Retrieving the two numbers entered by the user is straightforward, though a more robust component would check for valid inputs,
and so on. The interesting part of this example is what happens to the numbers and how the custom action resolves.
151
Using Components Lightning Component Actions
The results of the add calculation are displayed in a “toast,” which is a status message that appears at the top of the page. The
toast is created by firing the force:showToast event. A toast isn’t the only way you could display the results, nor are actions
the only use for toasts. It’s just a handy way to show a message at the top of the screen in Lightning Experience or the Salesforce
app.
What’s interesting about using a toast here, though, is what happens afterward. The clickAdd controller action fires the
force:closeQuickAction event, which dismisses the action panel. But, even though the action panel is closed, the toast
still displays. The force:closeQuickAction event is handled by the action panel, which closes. The force:showToast
event is handled by the one.app container, so it doesn’t need the panel to work.
SEE ALSO:
Configure Components for Record-Specific Actions
152
Using Components Lightning Component Actions
<aura:component controller="QuickContactController"
implements="force:lightningQuickActionWithoutHeader,force:hasRecordId">
153
Using Components Lightning Component Actions
value="{!v.newContact.LastName}" required="true"/>
</aura:component>
The component defines the following attributes, which are used as member variables.
• account—holds the full account record, after it’s loaded in the init handler
• newContact—an empty contact, used to capture the form field values
The rest of the component definition is a standard form that displays an error on the field if the required fields are empty or the
phone field doesn’t match the specified pattern.
The component’s controller has all of the interesting code, in three action handlers.
quickContactController.js
({
doInit : function(component, event, helper) {
154
Using Components Lightning Component Actions
// Update the UI: close panel, show toast, refresh account page
$A.get("e.force:closeQuickAction").fire();
resultsToast.fire();
$A.get("e.force:refreshView").fire();
}
else if (state === "ERROR") {
console.log('Problem saving contact, response state: ' + state);
}
else {
console.log('Unknown problem, response state: ' + state);
}
});
},
The first action handler, doInit, is an init handler. Its job is to use the record ID that’s provided via the force:hasRecordId
interface and load the full account record. Note that there’s nothing to stop this component from being used in an action on
another object, like a lead, opportunity, or custom object. In that case, doInit will fail to load a record, but the form will still
display.
The handleSaveContact action handler validates the form by calling a helper function. If the form isn’t valid, the field-level
errors are displayed. If the form is valid, then the action handler:
• Prepares the server action to save the new contact.
• Defines a callback function, called the response handler, for when the server completes the action. The response handler is
discussed in a moment.
155
Using Components Lightning Component Actions
({
validateContactForm: function(component) {
var validContact = true;
if (allValid) {
// Verify we have an account to attach it to
var account = component.get("v.account");
if($A.util.isEmpty(account)) {
validContact = false;
console.log("Quick action context doesn't have a valid account.");
}
return(validContact);
}
}
})
Finally, the Apex class used as the server-side controller for this component is deliberately simple to the point of being obvious.
QuickContactController.apxc
@AuraEnabled
public static Account getAccount(Id accountId) {
// Perform isAccessible() checks here
return [SELECT Name, BillingCity, BillingState FROM Account WHERE Id =
:accountId];
}
@AuraEnabled
public static Contact saveContactWithAccount(Contact contact, Id accountId) {
// Perform isAccessible() and isUpdateable() checks here
156
Using Components Override Standard Actions with Aura Components
contact.AccountId = accountId;
upsert contact;
return contact;
}
One method retrieves an account based on the record ID. The other associates a new contact record with an account, and then
saves it to the database.
SEE ALSO:
Configure Components for Custom Actions
157
Using Components Override Standard Actions with Aura Components
However, there are important differences from Visualforce in how you create Lightning components that can be used as action overrides,
and significant differences in how Salesforce uses them. You’ll want to read the details thoroughly before you get started, and test
carefully in your sandbox or Developer Edition org before deploying to production.
IN THIS SECTION:
Standard Actions and Overrides Basics
There are six standard actions available on most standard and all custom objects: Tab, List, View, Edit, New, and Delete. In Salesforce
Classic, these are all distinct actions.
Override a Standard Action with an Aura Component
You can override a standard action with an Aura component in both Lightning Experience and mobile.
Creating an Aura Component for Use as an Action Override
Add the lightning:actionOverride interface to an Aura component to allow it to be used as an action override in
Lightning Experience or the Salesforce mobile app. Only components that implement this interface appear in the Lightning
component menu of an object action Override Properties panel.
Packaging Action Overrides
Action overrides for custom objects are automatically packaged with the custom object. Action overrides for standard objects can’t
be packaged.
Note:
• “n/a” doesn’t mean you can’t access the standard behavior, and it doesn’t mean you can’t override the standard behavior. It
means you can’t access the override. It’s the override’s functionality that’s not available.
• There are two additional standard actions, Accept and Clone. These actions are more complex, and overriding them is an
advanced project. Overriding them isn’t supported.
158
Using Components Override Standard Actions with Aura Components
Note: Users won’t see changes to action overrides until they reload Lightning Experience or the Salesforce mobile app.
SEE ALSO:
Salesforce Help: Find Object Management Settings
Salesforce Help: Override Standard Buttons and Tab Home Pages
<article class="slds-card">
<div class="slds-card__header slds-grid">
<header class="slds-media slds-media_center slds-has-flexi-truncate">
<div class="slds-media__body">
<h2><span class="slds-text-heading_small">Expense Details</span></h2>
</div>
</header>
<div class="slds-no-flex">
<lightning:button label="Edit" onclick="{!c.handleEdit}"/>
</div>
</div>
<div class="slds-card__body">(expense details go here)</div>
159
Using Components Override Standard Actions with Aura Components
</article>
</aura:component>
In Lightning Experience, the standard Tab and View actions display as a page, while the standard New and Edit actions display in an
overlaid panel. When used as action overrides, Aura components that implement the lightning:actionOverride interface
replace the standard behavior completely. However, overridden actions always display as a page, not as a panel. Your component displays
without controls, except for the main Lightning Experience navigation bar. Your component is expected to provide a complete user
interface for the action, including navigation or actions beyond the navigation bar.
One important difference from Visualforce that’s worth noting is how components are added to the Lightning component menu. The
Visualforce page menu lists pages that either use the standard controller for the specific object, or that don’t use a standard controller
at all. This filtering means that the menu options vary from object to object, and offer only pages that are specific to the object, or
completely generic.
The Lightning component menu includes every component that implements the lightning:actionOverride interface. A
component that implements lightning:actionOverride can’t restrict an admin to overriding only certain actions, or only
for certain objects. We recommend that your organization adopt processes and component naming conventions to ensure that
components are used to override only the intended actions on intended objects. Even so, it’s your responsibility as the component
developer to ensure that components that implement the lightning:actionOverride interface gracefully respond to being
used with any action on any object.
Note: As of Spring ’19 (API version 45.0), you can build Lightning components using two programming models: the Lightning
Web Components model, and the original Aura Components model. Lightning web components are custom HTML elements built
using HTML and modern JavaScript. Lightning web components and Aura components can coexist and interoperate on a page.
As of API version 45.0, when we say Lightning components, we mean both Aura components and Lightning web components.
160
Using Components Navigate Across Your Apps with Page References
When you package a custom object, overrides on that object’s standard actions are packaged with it. This includes any Lightning
components used by the overrides. Your experience should be “it just works.”
However, standard objects can’t be packaged. As a consequence, there’s no way to package overrides on the object’s standard actions.
To override standard actions on standard objects in a package, do the following:
• Manually package any Lightning components that are used by the overrides.
• Provide instructions for subscribing orgs to manually override the relevant standard actions on the affected standard objects.
SEE ALSO:
Override a Standard Action with an Aura Component
Metadata API Developer Guide : ActionOverride
IN THIS SECTION:
Basic Navigation
The pageReference JavaScript object represents a URL for a page. You can use a pageReference instead of parsing or
creating a URL directly. This approach helps you avoid broken navigation if Salesforce changes URL formats in the future.
Add Links to Lightning Pages from Your Custom Components
To link to Lightning Experience pages, use lightning:formattedUrl in your custom component.
Thelightning:formattedUrl component displays a URL as a hyperlink.
Add Query Parameters
To add query parameters to the URL, update the PageReference state property. The key-value pairs of the state property are
serialized to URL query parameters. The query parameters describe the page and form a more specific URL that the user can save or
bookmark.
Navigate to a Web Page
The navigation service supports different kinds of pages in Lightning. Each page reference type supports a different set of attributes
and state properties.
Migrate to lightning:isUrlAddressable from force:navigateToComponent
The pageReference JavaScript object represents a URL for a page. You can use a pageReference instead of parsing or
creating a URL directly. This approach helps you avoid broken navigation if Salesforce changes URL formats in the future.
pageReference Types
To navigate in Lightning Experience, Lightning Communities, or the Salesforce mobile app, define a PageReference object.
The pageReference type generates a unique URL format and defines attributes that apply to all pages of that type.
161
Using Components Basic Navigation
Basic Navigation
The pageReference JavaScript object represents a URL for a page. You can use a pageReference instead of parsing or creating
a URL directly. This approach helps you avoid broken navigation if Salesforce changes URL formats in the future.
Use the following resources to simplify navigation across your apps. URLs for components using these resources are case-sensitive. For
examples, see the Component Library.
lightning:navigation
To navigate to a page or component, use the navigate() method in lightning:navigation. This approach is a substitute
for a navigateTo* event, and both are supported.
To generate a URL in your component, use the generateUrl() method in lightning:navigation to resolve the URL.
Note: generateUrl() returns a promise, which calls back with the resulting URL.
lightning:isUrlAddressable
To enable a component to navigate directly via a URL, add the lightning:isUrlAddressable interface to your component.
attributes Object Values for each attribute specified by the page definition, for example, Y
objectAPIName or actionName.
state Object Parameters that are tied to the query string of the URL in Lightning
Experience, such as filterName. The routing framework doesn’t depend
on state to render a page.
162
Using Components Add Query Parameters
Paste the same attributes into the lightning:formattedUrl component. lightning:formattedUrl supports more
attributes, like tooltip.
<aura:component>
<div aura:id="container">
<p><lightning:formattedUrl value="https://my/path" label="Contact ID" tooltip="Go
to Contact's recordId" /></p>
</div>
</aura:component>
SEE ALSO:
Component Library: lightning:formattedUrl Reference
Keep these behaviors in mind when working with the state property.
• You can’t directly change the pageReference object. To update the state, create a new pageReference object, and
copy the values using Object.assign({}, pageReference).
• state parameters must be namespaced. For example, a managed package with the namespace abc with a parameter
accountId is represented as abc__accountId. The namespace for custom components is c__.Parameters without a
namespace are reserved for Salesforce use. This namespace restriction is introduced under a critical update in Winter ’19 and enforced
in Summer ’19.
• Since the key-value pairs of PageReference.state are serialized to URL query parameters, all the values must be strings.
• Code that consumes values from state must parse the value into its proper format.
• To delete a value from the state object, define it as undefined.
If your component uses the lightning:hasPageReference or lightning:isUrlAddressable interfaces, always
implement a change handler. When the target of a navigation action maps to the same component, the routing container might simply
update the pageReference attribute value instead of recreating the component. In this scenario, a change handler ensures that
your component reacts correctly.
163
Using Components Migrate to lightning:isUrlAddressable from
force:navigateToComponent
Instead of using force:navigateToURL, we recommend navigating to web pages using the lightning:navigate
component with the standard__webPage page type.
This code shows examples of navigating to a web page using the old force:navigateToURL event.
// Old way to navigate to a web page
$A.get("markup://force:navigateToURL").setParams({
url: 'http://salesforce.com',
}).fire();
Replace the previous code that uses force:navigateToURL with the following code. This example shows how to navigate to a
web page using the standard__webPage page type. It assumes that you added <lightning:navigation
aura:id="navigationService" /> in your component markup.
cmp.find("navigationService").navigate({
type: "standard__webPage",
attributes: {
url: 'http://salesforce.com'
}
});
Note: You can’t use two-way binding to map values from pageReference.state to a subcomponent that sets those
values. You can’t modify the state object. As a workaround, copy the values from pageReference.state into your own
component’s attribute using a handler.
// Controller example
({
init: function(cmp, event, helper) {
var pageReference = cmp.get("v.pageReference");
cmp.set("v.myAttr", pageReference.state.c__myAttr);
// myAttr can be modified, but isn’t reflected in the URL
}
})
164
Using Components pageReference Types
In the new component, remove the attributes mapped from the URL that aren’t used to copy values from the page state in the component’s
init handler.
Change the instances that navigate to your old component to the new API and address of your new component. For example, remove
instances of force:navigateToComponent, like
$A.get("e.force:navigateToComponent").setParams({componentDef: "c:oldCmp", attributes:
{"myAttr": "foo"}}).fire();.
Add <lightning:navigation aura:id="navigationService" /> to your component markup, and update it to
use navigationService. Pass in a pageReference.
cmp.find("navigationService").navigate({
type: "standard__component",
attributes: {
componentName: "c__myCmpCopy"
},
state: {
"c__myAttr": "foo"
}
});
In the original component’s init handler, send a navigation redirect request to navigate to the new component. Pass the third
argument in the navigate API call as true. This argument indicates that the request replaces the current entry in the browser history
and avoids an extra entry when using a browser’s navigation buttons.
({
init: function(cmp, event, helper) {
cmp.find("navigation").navigate({
type: "standard__component",
attributes: {
componentName: "c__componentB" },
state: {
c__myAttr: cmp.get("v.myAttr")
}
}, true); // replace = true
}
})
Remove all other code from the original component’s definition, controller, helper, renderer, and CSS. Leave only the navigation redirect
call.
pageReference Types
To navigate in Lightning Experience, Lightning Communities, or the Salesforce mobile app, define a PageReference object. The
pageReference type generates a unique URL format and defines attributes that apply to all pages of that type.
The following types are supported.
• Lightning Component (must implement lightning:isUrlAddressable)
• Knowledge Article
• Login Page
• Named Page
• Navigation Item Page
• Object Page
165
Using Components pageReference Types
• Record Page
• Record Relationship Page
• Web Page
Note: PageReference objects are supported on a limited basis for Lightning Communities, as noted for each type.
Experience
Lightning Experience, Salesforce Mobile App
Type Attributes
Example
{
"type": "standard__component",
"attributes": {
"componentName": "c__MyLightningComponent"
},
"state": {
"myAttr": "attrValue"
}
}
URL Format
/cmp/{componentName}?myAttr=attrValue
Experience
Lightning Communities
166
Using Components pageReference Types
Type Attributes
Example
{
type: “comm__loginPage”,
attributes: {
actionName: “login”
}
}
Experience
Lightning Experience, Lightning Communities, Salesforce Mobile App
Type Attributes
urlName String The value of the urlName field on the target KnowledgeArticleVersion Y
record. The urlName is the article's URL.
Example
{
"type": "standard__knowledgeArticlePage",
"attributes": {
"articleType": "Briefings",
"urlName": "February-2017"
}
}
URL Format
/articles/{articleType}/{urlName}
167
Using Components pageReference Types
comm__namedPage
Experience
Lightning Experience, Lightning Communities, Salesforce Mobile App
Type Attributes
168
Using Components pageReference Types
URL Format
/page/{pageName}
Experience
Lightning Experience, Salesforce Mobile App
Type Attributes
Example
{
"type": "standard__navItemPage",
"attributes": {
"apiName": "MyCustomTabName"
169
Using Components pageReference Types
}
}
URL Format
/n/{devName}
Experience
Lightning Experience, Lightning Communities, Salesforce Mobile App
Type Attributes
objectApiName String The API name of the standard or custom object. For custom objects that Y
are part of a managed package, prefix the custom object with ns__.
{
type: "standard__objectPage",
attributes: {
objectApiName: "Account",
actionName: "list"
},
state: {
filterName: "RecentlyViewedAccounts"
}
}
170
Using Components pageReference Types
URL Format
/o/{objectApiName}/{actionName}
/o/{objectApiName}/{actionName}?filterName=Recent
Type
standard__recordPage
Experience
Lightning Experience, Lightning Communities, Salesforce Mobile App
Type Attributes
objectApiName String The API name of the record’s object. Optional for lookups.
Example
{
"type": "standard__recordPage",
"attributes": {
"recordId": "001xx000003DGg0AAG",
171
Using Components pageReference Types
"objectApiName": "PersonAccount",
"actionName": "view"
}
}
URL Format
/r/{objectApiName}/{recordId}/{actionName}
/r/{recordId}/{actionName}
Type
standard__recordRelationshipPage
Experience
Lightning Experience, Salesforce Mobile App
Type Attributes
objectApiName String The API name of the object that defines the relationship. Optional for
lookups.
recordId String The 18 character record ID of the record that defines the relationship. Y
Example
{
"type": "standard__recordRelationshipPage",
"attributes": {
"recordId": "500xx000000Ykt4AAC",
"objectApiName": "Case",
"relationshipApiName": "CaseComments",
"actionName": "view"
}
}
172
Using Components Get Your Aura Components Ready to Use on Lightning Pages
URL Format
/r/{objectApiName}/{recordId}/related/{relationshipApiName}/{actionName}
/r/{recordId}/related/{relationshipApiName}/{actionName}
Web Page
An external URL.
Type
standard__webPage
Experience
Lightning Experience, Salesforce Mobile App
Attributes
Example
{
"type": "standard__webPage",
"attributes": {
"url": "http://salesforce.com"
}
},
{
replace: true
}
To replace the current page with this URL in your browser’s session history, set replace to true. The current page is not saved
in session history, meaning the user can’t navigate back to it. The replace attribute is ignored for external links.
URL Format
A web page opens as is in a new tab, so it doesn’t have a URL format.
173
Using Components Configure Components for Lightning Pages and the Lightning
App Builder
IN THIS SECTION:
Configure Components for Lightning Pages and the Lightning App Builder
There are a few steps to take before you can use your custom Aura components in either Lightning pages or the Lightning App
Builder.
Configure Components for Lightning Experience Record Pages
After your component is set up to work on Lightning pages and in the Lightning App Builder, use these guidelines to configure the
component so it works on record pages in Lightning Experience.
Create Components for the Outlook and Gmail Integrations
Create custom Aura components that are available to add to the email application pane for the Outlook and Gmail integrations.
Create Dynamic Picklists for Your Custom Components
You can expose a component property as a picklist when the component is configured in the Lightning App Builder. The picklist’s
values are provided by an Apex class that you create.
Create a Custom Lightning Page Template Component
Every standard Lightning page is associated with a default template component, which defines the page’s regions and what
components the page includes. Custom Lightning page template components let you create page templates to fit your business
needs with the structure and components that you define. Once implemented, your custom template is available in the Lightning
App Builder’s new page wizard for your page creators to use.
Lightning Page Template Component Best Practices
Keep these best practices and limitations in mind when creating Lightning page template components.
Make Your Lightning Page Components Width-Aware with lightning:flexipageRegionInfo
When you add a component to a region on a page in the Lightning App Builder, the lightning:flexipageRegionInfo
sub-component passes the width of that region to its parent component. With lightning:flexipageRegionInfo and
some strategic CSS, you can tell the parent component to render in different ways in different regions at runtime.
Tips and Considerations for Configuring Components for Lightning Pages and the Lightning App Builder
Keep these guidelines in mind when creating components and component bundles for Lightning pages and the Lightning App
Builder.
Configure Components for Lightning Pages and the Lightning App Builder
There are a few steps to take before you can use your custom Aura components in either Lightning pages or the Lightning App Builder.
Interface Description
flexipage:availableForAllPageTypes Makes your component available for record pages and any other
type of page, including a Lightning app’s utility bar.
174
Using Components Configure Components for Lightning Pages and the Lightning
App Builder
Interface Description
flexipage:availableForRecordHome If your component is designed for record pages only, implement
this interface instead of
flexipage:availableForAllPageTypes.
<div style="box">
<span class="greeting">{!v.greeting}</span>, {!v.subject}!
</div>
</aura:component>
Note: Mark your resources, such as a component, with access="global" to make the resource usable outside of your own
org. For example, if you want a component to be usable in an installed package or by a Lightning App Builder user or a Community
Builder user in another org.
175
Using Components Configure Components for Lightning Experience Record Pages
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg xmlns="http://www.w3.org/2000/svg"
width="400" height="400">
<circle cx="100" cy="100" r="50" stroke="black"
stroke-width="5" fill="red" />
</svg>
SEE ALSO:
Aura Component Bundle Design Resources
Tips and Considerations for Configuring Components for Lightning Pages and the Lightning App Builder
Component Bundles
Note: Don’t expose the recordId attribute to the Lightning App Builder—don’t put it in the component’s design resource.
You don’t want admins supplying a record ID.
• If your component needs the object’s API name, also implement the force:hasSObjectName interface.
Note: If your managed component implements the flexipage or forceCommunity interfaces, its upload is blocked if
the component and its attributes aren’t set to access="global". For more information on access checks, see Controlling
Access.
Note: When you use the Lightning App Builder, there is a known limitation when you edit a group page. Your changes appear
when you visit the group from the Groups tab. Your changes don’t appear when you visit the group from the Recent Groups list
on the Chatter tab.
SEE ALSO:
Configure Components for Lightning Pages and the Lightning App Builder
Tips and Considerations for Configuring Components for Lightning Pages and the Lightning App Builder
Using Apex to Work with Salesforce Records
176
Using Components Create Components for the Outlook and Gmail Integrations
To add a component to email application panes in the Outlook or Gmail integration, implement the
clients:availableForMailAppAppPage interface.
To allow the component access to email or calendar events, implement the clients:hasItemContext interface.
The clients:hasItemContext interface adds attributes to your component that it can use to implement record- or context-specific
logic. The attributes included are:
• The source attribute, which indicates the email or appointment source. Possible values include email and event.
<aura:attribute name="source" type="String" />
• The mode attribute, which indicates viewing or composing an email or event. Possible values include view and edit.
<aura:attribute name="mode" type="String" />
• The people attribute indicates recipients’ email addresses on the current email or appointment.
<aura:attribute name="people" type="Object" />
The shape of the people attribute changes according to the value of the source attribute.
When the source attribute is set to email, the people object contains the following elements.
{
to: [ { name: nameString, email: emailString }, ... ],
cc: [ ... ],
from: [ { name: senderName, email: senderEmail } ],
}
When the source attribute is set to event, the people object contains the following elements.
{
requiredAttendees: [ { name: attendeenameString, email: emailString }, ... ],
optionalAttendees: [ { name: optattendeenameString, email: emailString }, ... ],
organizer: [ { name: organizerName, email: senderEmail } ],
}
To provide the component with an event’s date or location, implement the clients:hasEventContext interface.
dates: {
"start": value (String),
"end": value (String),
}
The Outlook and Gmail integrations don’t support the following events:
• force:navigateToList
• force:navigateToRelatedList
• force:navigateToObjectHome
177
Using Components Create Components for the Outlook and Gmail Integrations
• force:refreshView
Note: To ensure that custom components appear correctly, enable them to adjust to variable widths.
IN THIS SECTION:
Sample Custom Components for Outlook and Gmail Integration
Review samples of custom Aura components that you can implement in the email application pane for Outlook integration and
Gmail Integration.
<!--
Add these handlers to customize what happens when the attributes change
<aura:handler name="change" value="{!v.subject}" action="{!c.handleSubjectChange}" />
<div id="content">
<aura:if isTrue="{!v.mode == 'edit'}">
You are composing the following Item: <br/>
<aura:set attribute="else">
You are reading the following Item: <br/>
</aura:set>
</aura:if>
<h1><b>Email subject</b></h1>
<span id="subject">{!v.subject}</span>
<h1>To:</h1>
<aura:iteration items="{!v.people.to}" var="to">
{!to.name} - {!to.email} <br/>
</aura:iteration>
<h1>From:</h1>
{!v.people.from.name} - {!v.people.from.email}
<h1>CC:</h1>
<aura:iteration items="{!v.people.cc}" var="cc">
{!cc.name} - {!cc.email} <br/>
</aura:iteration>
178
Using Components Create Components for the Outlook and Gmail Integrations
In this example, the custom component displays account and opportunity information based on the email recipients’ email addresses.
The component calls a JavaScript controller function, handlePeopleChange(), on initialization. The JavaScript controller calls
methods on an Apex server-side controller to query the information and compute the accounts ages and opportunities days until closing.
The Apex controller, JavaScript controller, and helper are listed next.
<!--
This component handles the email context on initialization.
It retrieves accounts and opportunities based on the email addresses included
in the email recipients list.
It then calculates the account and opportunity ages based on when the accounts
were created and when the opportunities will close.
-->
<aura:component
implements="clients:availableForMailAppAppPage,clients:hasItemContext"
controller="ComponentController">
</aura:component>
/*
On the server side, the Apex controller includes
Aura-enabled methods that accept a list of emails as parameters.
*/
179
Using Components Create Components for the Outlook and Gmail Integrations
ret.add(item);
}
return ret;
}
/*
This method searches for OpportunityContactRoles with matching emails
in the email list.
Then, it calculates the number of days until closing to return a list
of objects to use on the client side.
*/
@AuraEnabled
public static List<Map<String, Object>> findOpportunityCloseDateTime(List<String>
emails) {
List<Map<String, Object>> ret = new List<Map<String, Object>>();
List<OpportunityContactRole> contacts =
[SELECT Opportunity.Name, Opportunity.CloseDate
FROM OpportunityContactRole
WHERE isPrimary=true AND Contact.Email IN :emails];
for (OpportunityContactRole c: contacts) {
Map<String, Object> item = new Map<String, Object>();
item.put('name', c.Opportunity.Name);
item.put('closesIn',
System.Date.today().daysBetween(
Date.valueOf(c.Opportunity.CloseDate)));
ret.add(item);
}
return ret;
}
}
({
/*
This JavaScript controller is called on component initialization and relies
on the helper functionality to build a list of email addresses from the
available people. It then makes a caller to the server to run the actions to
display information.
Once the server returns the values, it sets the appropriate values to display
on the client side.
*/
handlePeopleChange: function(component, event, helper){
var people = component.get("v.people");
var peopleEmails = helper.filterEmails(people);
var action = component.get("c.findOpportunityCloseDateTime");
action.setParam("emails", peopleEmails);
action.setCallback(this, function(response){
var state = response.getState();
if(state === "SUCCESS"){
component.set("v.opportunities", response.getReturnValue());
} else{
component.set("v.opportunities",[]);
180
Using Components Create Dynamic Picklists for Your Custom Components
}
});
$A.enqueueAction(action);
var action = component.get("c.findAccountAges");
action.setParam("emails", peopleEmails);
action.setCallback(this, function(response){
var state = response.getState();
if(state === "SUCCESS"){
component.set("v.accounts", response.getReturnValue());
} else{
component.set("v.accounts",[]);
}
});
$A.enqueueAction(action);
}
})
({
/*
This helper function filters emails from objects.
*/
filterEmails : function(people){
return this.getEmailsFromList(people.to).concat(
this.getEmailsFromList(people.cc));
},
getEmailsFromList : function(list){
var ret = [];
for (var i in list) {
ret.push(list[i].email);
}
return ret;
}
})
181
Using Components Create Dynamic Picklists for Your Custom Components
myValues.addRow(value1);
myValues.addRow(value2);
return myValues;
}
}
Note: Although VisualEditor.DataRow allows you to specify any Object as its value, you can specify a datasource only
for String attributes. The default implementation for isValid() and getLabel() assumes that the object passed in the
parameter is a String for comparison.
For more information on the VisualEditor.DynamicPickList abstract class, see the Apex Developer Guide.
SEE ALSO:
Apex Developer Guide: DesignTimePageContext Class
182
Using Components Create a Custom Lightning Page Template Component
Note: My Domain must be enabled in your org before you can use custom template components in the Lightning App Builder.
Custom Lightning page template components are supported for record pages, app pages, and Home pages. Each page type has a
different interface that the template component must implement.
• lightning:appHomeTemplate
• lightning:homeTemplate
• lightning:recordHomeTemplate
Important: Each template component should implement only one template interface. Template components shouldn’t implement
any other type of interface, such as flexipage:availableForAllPageTypes or force:hasRecordId. A template
component can’t multi-task as a regular component. It’s either a template, or it’s not.
Note: The Aura.Component[] attribute is interpreted as a region only if it’s also specified as a region in the design resource.
Here’s an example of a two-column app page template .cmp resource that uses the lightning:layout component and the
Salesforce Lightning Design System (SLDS) for styling.
When the template is viewed on a desktop, its right column takes up 30% (4 SLDS columns). The left column takes up the remaining
70% of the page width. On non-desktop form factors, the columns display as 50/50.
<aura:component implements="lightning:appHomeTemplate" description="Main column
and right sidebar. On a phone, the regions are of equal width">
<aura:attribute name="left" type="Aura.Component[]" />
<aura:attribute name="right" type="Aura.Component[]" />
<div>
<lightning:layout>
<lightning:layoutItem flexibility="grow"
class="slds-m-right_small">
{!v.left}
</lightning:layoutItem>
<lightning:layoutItem size="{! $Browser.isDesktop ? '4' : '6' }"
class="slds-m-left_small">
{!v.right}
</lightning:layoutItem>
</lightning:layout>
</div>
</aura:component>
183
Using Components Create a Custom Lightning Page Template Component
The description attribute on the aura:component tag is optional, but recommended. If you define a description, it displays
as the template description beneath the template image in the Lightning App Builder new page wizard.
Attribute Description
name The name of an attribute in the .cmp resource marked type Aura.Component[]. Flags the
attribute as a region.
label The label of your region. This label appears in the template switching wizard in the Lightning App
Builder when users map region content to a new template.
defaultWidth Specifies the default width of the region. This attribute is required for all regions. Valid values are:
Small, Medium, Large, and Xlarge.
flexipage:formFactor
Use this tag to specify how much space the component takes on the page based on the type of device that it renders on. Add this
tag as a child of the flexipage:region tag. Use multiple flexipage:formFactor tags per flexipage:region
to define flexible behavior across form factors.
Attribute Description
type The type of form factor or device the template renders on, such as a desktop or tablet. Valid values
are: Medium (tablet), and Large (desktop). Because the only reasonable width value for a
Small form factor (phone) is Small, you don’t have to specify a Small type. Salesforce
takes care of that association automatically.
width The available size of the area that the component in this region has to render in. Valid values are:
Small, Medium, Large, and Xlarge.
184
Using Components Create a Custom Lightning Page Template Component
For example, in this code snippet, the region has a large width to render in when the template is rendered on a large form factor.
The region has a small width to render in when the template is rendered on a medium form factor.
<flexipage:region name="right" label="Right Region" defaultWidth="Large">
<flexipage:formFactor type="Large" width="Large" />
<flexipage:formFactor type="Medium" width="Small" />
</flexipage:region>
Tip: You can use the lightning:flexipageRegionInfo subcomponent to pass region width information to a
component. Doing so lets you configure your page components to render differently based on what size region they display in.
Here’s the design file that goes with the sample .cmp resource. The label text in the design file displays as the name of the template in
the new page wizard.
<design:component label="Two Region Custom App Page Template">
<flexipage:template >
<!-- The default width for the "left" region is "MEDIUM". In tablets,
the width is "SMALL" -->
<flexipage:region name="left" label="Left Region" defaultWidth="MEDIUM">
<flexipage:formfactor type="MEDIUM" width="SMALL" />
</flexipage:region>
<flexipage:region name="right" label="Right Region" defaultWidth="SMALL" />
</flexipage:template>
</design:component>
Specify supported devices for an app page template component with the <design:suppportedFormFactors> tag set. When
you create a custom template component for an App page, you must assign it both the Large (desktop) and Small (phone) form
factors.
Note: Record and Home pages support the Large form factor only.
Here’s the same app page template design file, with support configured for both desktop and phone.
<design:component label="Two Region Custom App Page Template">
<flexipage:template >
<!-- The default width for the "left" region is "MEDIUM". In tablets,
the width is "SMALL" -->
<flexipage:region name="left" label="Left Region" defaultWidth="MEDIUM">
<flexipage:formfactor type="MEDIUM" width="SMALL" />
</flexipage:region>
<flexipage:region name="right" label="Right Region" defaultWidth="SMALL" />
</flexipage:template>
<design:supportedFormFactors>
<design:supportedFormFactor type="Small"/>
<design:supportedFormFactor type="Large"/>
</design:supportedFormFactors>
</design:component>
185
Using Components Lightning Page Template Component Best Practices
We recommend that your SVG resource is no larger than 150 KB, and no more than 160 px high and 560 px wide.
SEE ALSO:
Aura Component Bundle Design Resources
Lightning Page Template Component Best Practices
Make Your Lightning Page Components Width-Aware with lightning:flexipageRegionInfo
<div>
{!v.region}
</div>
186
Using Components Make Your Lightning Page Components Width-Aware with
lightning:flexipageRegionInfo
</aura:component>
{
init : function(component, event, helper) {
var region = cmp.get('v.region'); // This will fail at run time.
...
}
}
• You can remove regions from a template if it’s not being used by a Lightning page, and if it’s not set to access=global. You can add
regions at any time.
• A region can be used more than once in the code, but only one instance of the region should render at run time.
• A template component can contain up to 25 regions.
• The order that you list the regions in a page template is the order that the regions appear in when admins migrate region content
using the template switching wizard in the Lightning App Builder. We recommend that you label the regions and list them in a
logical order in your template, such as top to bottom or left to right.
187
Using Components Tips and Considerations for Configuring Components for
Lightning Pages and the Lightning App Builder
Valid region width values are: Small, Medium, Large, and Xlarge.
You can use CSS to style your component and to help determine how your component renders. Here’s an example.
This simple component has two fields, field1 and field2. The component renders with the fields side by side, filling 50% of the region’s
available width when not in a small region. When the component is in a small region, the fields render as a list, using 100% of the region’s
width.
<aura:component implements="flexipage:availableForAllPageTypes">
<aura:attribute name="width" type="String"/>
<lightning:flexipageRegionInfo width="{!v.width}"/>
<div class="{! 'container' + (v.width=='SMALL'?' narrowRegion':'')}">
<div class="{! 'eachField f1' + (v.width=='SMALL'?' narrowRegion':'')}">
<lightning:input name="field1" label="First Name"/>
</div>
<div class="{! 'eachField f2' + (v.width=='SMALL'?' narrowRegion':'')}">
<lightning:input name="field2" label="Last Name"/>
</div>
</div>
</aura:component>
Note: Mark your resources, such as a component, with access="global" to make the resource usable outside of your own
org. For example, if you want a component to be usable in an installed package or by a Lightning App Builder user or a Community
Builder user in another org.
Components
• Set a friendly name for the component using the label attribute in the element in the design file, such as <design:component
label="foo">.
• Make your components fill 100% of the width (including margins) of the region that they display in.
• Don’t set absolute width values on your components.
• If components require interaction, they must provide an appropriate placeholder behavior in declarative tools.
• A component must never display a blank box. Think of how other sites work. For example, Facebook displays an outline of the feed
before the actual feed items come back from the server. The outline improves the user’s perception of UI responsiveness.
• If the component depends on a fired event, then give it a default state that displays before the event fires.
• Style components in a manner consistent with the styling of Lightning Experience and consistent with the Salesforce Design System.
188
Using Components Use Aura Components in Community Builder
• The Lightning App Builder manages spacing between components automatically. Don't add margins to your component CSS, and
avoid adding padding.
• Don’t use float or position: absolute in your CSS properties. These properties break the component out of the page
structure and, as a result, break the page.
• If your org doesn’t have My Domain enabled and you activate a Lightning page with a custom component, the component is
dropped from the page at run time.
Attributes
• Use the design file to control which attributes are exposed to the Lightning App Builder.
• Make your attributes easy to use and understandable to an administrator. Don’t expose SOQL queries, JSON objects, or Apex class
names.
• Give your required attributes default values. When a component that has required attributes with no default values is added to the
App Builder, it appears invalid, which is a poor user experience.
• Use basic supported types (string, integer, boolean) for any exposed attributes.
• Specify a min and max attribute for integer attributes in the <design:attribute> element to control the range of accepted
values.
• String attributes can provide a data source with a set of predefined values allowing the attribute to expose its configuration as a
picklist.
• Give all attributes a label with a friendly display name.
• Provide descriptions to explain the expected data and any guidelines, such as data format or expected range of values. Description
text appears as a tooltip in the Property Editor.
• To delete a design attribute for a component that implements the flexipage:availableForAllPageTypes or
forceCommunity:availableForAllPageTypes interface, first remove the interface from the component before
deleting the design attribute. Then reimplement the interface. If the component is referenced in a Lightning page, you must remove
the component from the page before you can change it.
Limitations
• The Lightning App Builder doesn’t support the Map, Object, or java:// complex types.
• When you use the Lightning App Builder, there is a known limitation when you edit a group page. Your changes appear when you
visit the group from the Groups tab. Your changes don’t appear when you visit the group from the Recent Groups list on the Chatter
tab.
SEE ALSO:
Configure Components for Lightning Pages and the Lightning App Builder
Configure Components for Lightning Experience Record Pages
189
Using Components Configure Components for Communities
IN THIS SECTION:
Configure Components for Communities
Make your custom Aura components available to drag to the Lightning Components pane in Community Builder.
Create Custom Theme Layout Components for Communities
Create a custom theme layout to transform the appearance and overall structure of the pages in the Customer Service template.
Create Custom Component for Guest User Flows
Allow flows for your community guest users to provide alternative user registration screens, complex decision trees, and conditional
forms to gather user information. The following example uses the Site Class API. For more information, see “Site Class” in the Salesforce
Apex Developer Guide.
Create Custom Search and Profile Menu Components for Communities
Create custom components to replace the Customer Service template’s standard Profile Header and Search & Post Publisher
components in Community Builder.
Create Custom Content Layout Components for Communities
Community Builder includes several ready-to-use layouts that define the content regions of your page, such as a two-column layout
with a 2:1 ratio. However, if you need a layout that’s customized for your community, create a custom content layout component
to use when building new pages in Community Builder. You can also update the content layout of the default pages that come with
your community template.
<div style="box">
<span class="greeting">{!v.greeting}</span>, {!v.subject}!
</div>
</aura:component>
Note: Mark your resources, such as a component, with access="global" to make the resource usable outside of your own
org. For example, if you want a component to be usable in an installed package or by a Lightning App Builder user or a Community
Builder user in another org.
Next, add a design resource to your component bundle. A design resource describes the design-time behavior of an Aura
component—information that visual tools need to allow adding the component to a page or app. It contains attributes that are available
for administrators to edit in Community Builder.
Adding this resource is similar to adding it for the Lightning App Builder. For more information, see Configure Components for Lightning
Pages and the Lightning App Builder.
190
Using Components Create Custom Theme Layout Components for Communities
Important: When you add custom components to your community, they can bypass the object- and field-level security (FLS)
you set for the guest user profile. Lightning components don’t automatically enforce CRUD and FLS when referencing objects or
retrieving the objects from an Apex controller. This means that the framework continues to display records and fields for which
users don’t have CRUD permissions and FLS visibility. You must manually enforce CRUD and FLS in your Apex controllers.
SEE ALSO:
Component Bundles
Standard Design Tokens for Communities
A theme layout type categorizes the pages in your community that share the same theme layout.
When you create a custom theme layout component in the Developer Console, it appears in Community Builder in the Settings >
Theme area. Here you can assign it to new or existing theme layout types. Then you apply the theme layout type—and thereby the
theme layout—in the page’s properties.
191
Using Components Create Custom Theme Layout Components for Communities
You can add components to the regions in your markup or leave regions open for users to drag-and-drop components into. Attributes
declared as Aura.Component[] and included in your markup are rendered as open regions in the theme layout that users can
add components to.
In Customer Service, the Template Header consists of these locked regions:
• search, which contains the Search Publisher component
• profileMenu, which contains the User Profile Menu component
• navBar, which contains the Navigation Menu component
To create a custom theme layout that reuses the existing components in the Template Header region, declare search, profileMenu,
or navBar as the attribute name value, as appropriate. For example:
<aura:attribute name="navBar" type="Aura.Component[]" required="false" />
Tip: If you create a custom profile menu or a search component, declaring the attribute name value also lets users select the
custom component when using your theme layout.
Here’s the sample code for a simple theme layout.
<aura:component implements="forceCommunity:themeLayout" access="global" description="Sample
Custom Theme Layout">
<aura:attribute name="search" type="Aura.Component[]" required="false"/>
<aura:attribute name="profileMenu" type="Aura.Component[]" required="false"/>
<aura:attribute name="navBar" type="Aura.Component[]" required="false"/>
<aura:attribute name="newHeader" type="Aura.Component[]" required="false"/>
<div>
<div class="searchRegion">
{!v.search}
</div>
<div class="profileMenuRegion">
{!v.profileMenu}
</div>
<div class="navigation">
{!v.navBar}
</div>
<div class="newHeader">
{!v.newHeader}
</div>
<div class="mainContentArea">
{!v.body}
</div>
</div>
</aura:component>
Note: Mark your resources, such as a component, with access="global" to make the resource usable outside of your own
org. For example, if you want a component to be usable in an installed package or by a Lightning App Builder user or a Community
Builder user in another org.
192
Using Components Create Custom Component for Guest User Flows
This example adds two checkboxes to a theme layout called Small Header.
<design:component label="Small Header">
<design:attribute name="blueBackground" label="Blue Background"/>
<design:attribute name="smallLogo" label="Small Logo"/>
</design:component>
The design resource only exposes the properties. You must implement the properties in the component.
<aura:component implements="forceCommunity:themeLayout" access="global" description="Small
Header">
<aura:attribute name="blueBackground" type="Boolean" default="false"/>
<aura:attribute name="smallLogo" type="Boolean" default="false" />
...
SEE ALSO:
Create Custom Search and Profile Menu Components for Communities
Salesforce Help: Custom Theme Layouts and Theme Layout Types
193
Using Components Create Custom Component for Guest User Flows
<aura:set attribute="else">
<!-- User created, show link to login -->
<h3> Success! Your account has been created. </h3>
Controller file:
({
init : function(cmp) {
let email = cmp.get("v.email"),
fname = cmp.get("v.fname"),
lname = cmp.get("v.lname"),
pass = cmp.get("v.password"),
startUrl = cmp.get("v.starturl"),
hasOptedSolicit = cmp.get("v.hasOptedSolicit"),
hasOptedTracking = cmp.get("v.hasOptedTracking");
194
Using Components Create Custom Component for Guest User Flows
hasOptedSolicit: hasOptedSolicit
});
action.setCallback(this, function(res) {
if (action.getState() === "SUCCESS") {
cmp.set("v.op_url", res.getReturnValue());
}
});
$A.enqueueAction(action);
},
login: function(cmp){
let url = cmp.get("v.op_url");
window.location.href = url;
}
})
Design file:
<design:component>
<design:attribute name="email" />
<design:attribute name="fname" />
<design:attribute name="lname" />
<design:attribute name="password" />
<design:attribute name="hasOptedTracking" />
<design:attribute name="hasOptedSolicit" />
</design:component>
195
Using Components Create Custom Component for Guest User Flows
u.FirstName = fname;
u.LastName = lname;
// Default UI for mobile is set to S1 for user created using site object.
System.debug('creating user');
return lgn.getUrl();
}
}
catch (Exception ex) {
Database.rollback(sp);
System.debug(ex.getMessage());
return null;
}
return null;
}
}
Collapse
196
Using Components Create Custom Search and Profile Menu Components for
Communities
SEE ALSO:
Salesforce Help: Allow Guest Users to Access Flows
forceCommunity:profileMenuInterface
Add the forceCommunity:profileMenuInterface interface to an Aura component to allow it to be used as a custom
profile menu component for the Customer Service community template. After you create a custom profile menu component, admins
can select it in Community Builder in Settings > Theme to replace the template’s standard Profile Header component.
Here’s the sample code for a simple profile menu component.
<aura:component implements="forceCommunity:profileMenuInterface" access="global">
<aura:attribute name="options" type="String[]" default="Option 1, Option 2"/>
<ui:menu >
<ui:menuTriggerLink aura:id="trigger" label="Profile Menu"/>
<ui:menuList class="actionMenu" aura:id="actionMenu">
<aura:iteration items="{!v.options}" var="itemLabel">
<ui:actionMenuItem label="{!itemLabel}" click="{!c.handleClick}"/>
</aura:iteration>
</ui:menuList>
</ui:menu>
</aura:component>
forceCommunity:searchInterface
Add the forceCommunity:searchInterface interface to an Aura component to allow it to be used as a custom search
component for the Customer Service community template. After you create a custom search component, admins can select it in
Community Builder in Settings > Theme to replace the template’s standard Search & Post Publisher component.
Here’s the sample code for a simple search component.
<aura:component implements="forceCommunity:searchInterface" access="global">
<div class="search">
<div class="search-wrapper">
<form class="search-form">
<div class="search-input-wrapper">
<input class="search-input" type="text" placeholder="My Search"/>
</div>
<input type="hidden" name="language" value="en" />
</form>
</div>
197
Using Components Create Custom Content Layout Components for Communities
</div>
</aura:component>
SEE ALSO:
Create Custom Theme Layout Components for Communities
Salesforce Help: Custom Theme Layouts and Theme Layout Types
198
Using Components Create Custom Content Layout Components for Communities
<div class="container">
<div class="contentPanel">
<div class="left">
{!v.column1}
</div>
<div class="right">
{!v.column2}
</div>
</div>
</div>
</aura:component>
Note: Mark your resources, such as a component, with access="global" to make the resource usable outside of your own
org. For example, if you want a component to be usable in an installed package or by a Lightning App Builder user or a Community
Builder user in another org.
.THIS .contentPanel:before,
.THIS .contentPanel:after {
content: " ";
display: table;
}
.THIS .contentPanel:after {
clear: both;
}
.THIS .left {
float: left;
width: 50%;
}
.THIS .right {
float: right;
width: 50%;
}
199
Using Components Use Aura Components with Flows
SEE ALSO:
Component Bundles
Standard Design Tokens for Communities
IN THIS SECTION:
Considerations for Configuring Components for Flows
Before you configure an Aura component for a flow, determine whether it should be available in flow screens or as flow actions and
understand how to map data types between a flow and an Aura component. Then review some considerations for defining attributes
and how components behave in flows at runtime.
Customize Flow Screens Using Aura Components
To customize the look and feel of your flow screen, build a custom Aura component. Configure the component and its design
resource so that they’re compatible with flow screens. Then in Flow Builder, add a screen component to the screen.
Create Flow Local Actions Using Aura Components
To execute client-side logic in your flow, build or modify custom Aura components to use as local actions in flows. For example, get
data from third-party systems without going through the Salesforce server, or open a URL in another browser tab. Once you configure
the Aura component’s markup, client-side controller, and design resource, it’s available in Flow Builder as a Core Action element.
Embed a Flow in a Custom Aura Component
Once you embed a flow in an Aura component, use JavaScript and Apex code to configure the flow at run time. For example, pass
values into the flow or to control what happens when the flow finishes. lightning:flow supports only screen flows and
autolaunched flows.
Display Flow Stages with an Aura Component
If you’ve added stages to your flow, display them to flow users with an Aura component, such as
lightning:progressindicator.
Note:
• Lightning components in flows must comply with Lightning Locker restrictions.
• Flows that include Lightning components are supported only in Lightning runtime.
200
Using Components Considerations for Configuring Components for Flows
IN THIS SECTION:
Flow Screen Components vs. Flow Action Components
You can make your Aura component available in flow screens or as a flow action. When choosing between the flow interfaces,
consider what purpose the component serves in the flow.
Which Aura Attribute Types Are Supported in Flows?
Not all Aura data types are supported in flows. You can map only these types and their associated collection types between flows
and Aura components.
Design Attribute Considerations for Flow Screen Components and Local Actions
To expose an attribute in Flow Builder, define a corresponding design:attribute in the component bundle's design resource.
Keep these guidelines in mind when defining design attributes for flows.
Runtime Considerations for Flows That Include Aura Components
Depending on where you run your flow, Aura components may look or behave differently than expected. The flow runtime app
that's used for some distribution methods doesn't include all the necessary resources from the Lightning Component framework.
When a flow is run from Flow Builder or a direct flow URL (https://yourDomain.my.salesforce.com/flow/MyFlowName), force
and lightning events aren’t handled.
SEE ALSO:
Component Library: lightning:availableForFlowScreens Interface
Component Library: lightning:availableForFlowActions Interface
What is Lightning Locker?
Prevent the flow from continuing until the component is done Flow action component
Make direct data queries to on-premise or private cloud data Flow action component
SEE ALSO:
Component Library: lightning:availableForFlowScreens Interface
Component Library: lightning:availableForFlowActions Interface
201
Using Components Considerations for Configuring Components for Flows
Multi-Select Picklist String String value or equivalent expression using this format:
(API name is "Blue; Green; Yellow"
Multi-Select Picklist.)
Record, with a The API name of the Map of key-value pairs or equivalent expression.
specified object specified object, Flow record values map only to attributes whose type is the specific object. For example,
(API name is such as Account or an account record variable can be mapped only to an attribute whose type is Account.
SObject.) Case Flow data types aren’t compatible with attributes whose type is Object.
SEE ALSO:
Component Library: lightning:flow Component
Component Library: lightning:availableForFlowScreens Interface
Component Library: lightning:availableForFlowActions Interface
Design Attribute Considerations for Flow Screen Components and Local Actions
To expose an attribute in Flow Builder, define a corresponding design:attribute in the component bundle's design resource.
Keep these guidelines in mind when defining design attributes for flows.
Supported Attributes on design:attribute Nodes
In a design:attribute node, Flow Builder supports only the name, label, description, and default attributes.
The other attributes, like min and max, are ignored.
202
Using Components Considerations for Configuring Components for Flows
For example, for this design attribute definition, Flow Builder ignores required and placeholder.
<design:attribute name="greeting" label="Greeting" placeholder="Hello" required="true"/>
SEE ALSO:
Component Library: lightning:availableForFlowScreens Interface
Component Library: lightning:availableForFlowActions Interface
Web tab
Lightning page
Flow action
Utility bar
203
Using Components Customize Flow Screens Using Aura Components
SEE ALSO:
Component Library: lightning:availableForFlowScreens Interface
Component Library: lightning:availableForFlowActions Interface
Events Handled in the Salesforce Mobile App and Lightning Experience
IN THIS SECTION:
Configure Components for Flow Screens
Make your custom Aura components available to flow screens in Flow Builder by implementing the
lightning:availableForFlowScreens interface.
Control Flow Navigation from an Aura Component
By default, users navigate a flow by clicking standard buttons at the bottom of each screen. The
lightning:availableForFlowScreens interface provides two attributes to help you fully customize your screen's
navigation. To figure out which navigation actions are available for the screen, loop through the availableActions attribute.
To programmatically trigger one of those actions, call the navigateFlow action from your JavaScript controller.
Customize the Flow Header with an Aura Component
To replace the flow header with an Aura component, use the screenHelpText parameter from the
lightning:availableForFlowScreens interface.
Dynamically Update a Flow Screen with an Aura Component
To conditionally display a field on your screen, build an Aura component that uses aura:if to check when parts of the component
should appear.
SEE ALSO:
Component Library: lightning:availableForFlowScreens Interface
Create Flow Local Actions Using Aura Components
204
Using Components Customize Flow Screens Using Aura Components
<div style="box">
<span class="greeting">{!v.greeting}</span>, {!v.subject}!
</div>
</aura:component>
Note: Mark your resources with access="global" to make it usable outside of your own org, such as to make a component
usable by a flow admin in another org.
To make an attribute’s value customizable in Flow Builder, add it to the component's design resource. That way, flow admins can pass
values between that attribute and the flow when they configure the Core Action element. That way, flow admins can pass values between
that attribute and the flow when they configure the screen component.
With this sample design resource, flow admins can customize the values for the “Hello World” component’s attributes.
<design:component label="Hello World">
<design:attribute name="greeting" label="Greeting" />
<design:attribute name="subject" label="Subject" />
</design:component>
A design resource describes the design-time behavior of a Lightning component—information that visual tools need to allow adding
the component to a page or app. Adding this resource is similar to adding it for the Lightning App Builder.
When admins reference this component in a flow, they can set each attribute using values from the flow. And they can store each
attribute’s output value in a flow variable.
SEE ALSO:
Control Flow Navigation from an Aura Component
Component Library: lightning:availableForFlowScreens Interface
What is Lightning Locker?
IN THIS SECTION:
Flow Navigation Actions
The availableActions attribute lists the valid navigation actions for that screen.
205
Using Components Customize Flow Screens Using Aura Components
SEE ALSO:
Component Library: lightning:availableForFlowScreens Interface
PAUSE Pause Saves the interview in its current state to the database, so that the user can resume it later
FINISH Finish Finishes the interview. This action is available only before the final screen in the flow.
SEE ALSO:
Component Library: lightning:availableForFlowScreens Interface
Example: This component (c:flowFooter) customizes the default flow footer in two ways.
• It swaps the Pause and Previous buttons, so that Previous floats to the left and Pause floats to the right with Next or Finish.
• It changes the label for the Finish button to Done.
206
Using Components Customize Flow Screens Using Aura Components
c:flowFooter Component
Since the component implements lightning:availableForFlowScreens, it has access to the availableActions
attribute, which contains the valid actions for the screen. The declared attributes, like canPause and canBack, determine
which buttons to display. Those attributes are set by the JavaScript controller when the component initializes.
<aura:component access="global" implements="lightning:availableForFlowScreens">
c:flowFooter Controller
The init function loops through the screen's available actions and determines which buttons the component should show.
When the user clicks one of the buttons in the footer, the onButtonPressed function calls the navigateFlow action to
perform that action.
({
init : function(cmp, event, helper) {
// Figure out which buttons to display
207
Using Components Customize Flow Screens Using Aura Components
c:flowFooter Component
In your component, before the handler:
• Define an attribute to pass the screen's available actions from the parent component
• Register an event to pass the navigateFlow action to the parent component
<aura:attribute name="availableActions" type="String[]" />
<aura:registerEvent name="navigateFlowEvent" type="c:navigateFlow"/>
c:flowFooter Controller
Since navigateFlow is only available in the parent component, the onButtonPressed function fails. Update the
onButtonPressed function so that it fires navigateFlowEvent instead.
208
Using Components Customize Flow Screens Using Aura Components
c:flowParent Component
In the parent component's markup, pass availableActions into the child component's availableActions attribute
and the handleNavigate function into the child component's navigateFlowEvent event.
<c:flowFooter availableActions="{!v.availableActions}"
navigateFlowEvent="{!c.handleNavigate}"/>
c:flowParent Controller
When navigateFlowEvent fires in the child component, the handleNavigate function calls the parent component’s
navigateFlow action, using the action selected in the child component.
SEE ALSO:
Customize the Flow Header with an Aura Component
Dynamically Update a Flow Screen with an Aura Component
Component Library: lightning:availableForFlowScreens Interface
Example: This component (c:choiceNavigation) displays a script and a choice in the form of buttons.
209
Using Components Customize Flow Screens Using Aura Components
c:choiceNavigation Component
c:choiceNavigation Design
The design resource includes the scriptText attribute, so you can set the script from the flow.
<design:component>
<design:attribute name="scriptText" label="Script Text"
description="What the agent should say to the customer" />
</design:component>
c:choiceNavigation Style
.THIS.script-container {
border: t(borderWidthThick) solid t(colorBorderBrand);
border-radius: t(borderRadiusMedium);
}
.THIS .script {
font-size: 1.125rem; /*t(fontSizeTextLarge)*/
font-weight: t(fontWeightRegular);
210
Using Components Customize Flow Screens Using Aura Components
line-height: t(lineHeightHeading);
}
c:choiceNavigation Controller
When the user clicks either of the buttons, the JavaScript controller calls navigateFlow(“NEXT”), which is the equivalent
of the user clicking Next.
({
handleChange : function(component, event, helper) {
// When an option is selected, navigate to the next screen
var response = event.getSource().getLocalId();
component.set("v.value", response);
var navigate = component.get("v.navigateFlow");
navigate("NEXT");
}
})
defaultTokens.tokens
The script in c:choiceNavigation uses tokens to stay in sync with the Salesforce Lightning Design System styles.
<aura:tokens extends="force:base" >
</aura:tokens>
SEE ALSO:
Component Library: lightning:availableForFlowScreens Interface
Example: Instead of displaying the flow title and the help button, this component (c:flowHeader) displays the company
logo and the help button. The help text appears in a tooltip when the user hovers, instead of in a modal when the user clicks.
c:flowHeader Component
Since the component implements lightning:availableForFlowScreens, it has access to the screenHelpText
attribute, which contains the screen's help text if it has any.
<aura:component access="global" implements="lightning:availableForFlowScreens">
211
Using Components Customize Flow Screens Using Aura Components
SEE ALSO:
Customize the Flow Footer with an Aura Component
Dynamically Update a Flow Screen with an Aura Component
Component Library: lightning:availableForFlowScreens Interface
Example: This component (c:flowDynamicScreen) displays a custom script component and a group of radio buttons.
The component gets the contact's existing phone number from the flow, and uses that value to fill in the script.
If the user selects the No radio button, the component displays an input, where the user can enter the new phone number.
212
Using Components Customize Flow Screens Using Aura Components
c:flowDynamicScreen Component
c:flowDynamicScreen Style
.THIS.script-container {
border: t(borderWidthThick) solid t(colorBorderBrand);
border-radius: t(borderRadiusMedium);
}
.THIS .script {
font-size: 1.125rem; /*t(fontSizeTextLarge)*/
font-weight: t(fontWeightRegular);
line-height: t(lineHeightHeading);
}
213
Using Components Create Flow Local Actions Using Aura Components
c:flowDynamicScreen Controller
When the user tabs out, or otherwise removes focus from the Phone input, the controller sets the newPhone attribute to the
input value, so that you can reference the new number in the flow.
({
handleNewPhone: function(cmp, event, helper) {
cmp.set("v.newPhone", cmp.find('phone_updated').get('v.value'));
}
})
defaultTokens.tokens
The script in c:flowDynamicScreen uses tokens to stay in sync with the Salesforce Lightning Design System styles.
<aura:tokens extends="force:base" >
</aura:tokens>
SEE ALSO:
Customize the Flow Header with an Aura Component
Customize the Flow Footer with an Aura Component
Component Library: lightning:availableForFlowScreens Interface
Note:
• Lightning components in flows must comply with Lightning Locker restrictions.
• Flows that include Lightning components are supported only in Lightning runtime.
• Lightning components require a browser context to run, so flow action components are supported only in screen flows.
Example: Here’s a sample “c:helloWorld” component and its client-side controller, which triggers a JavaScript alert that says
Hello, World. In Flow Builder, local actions are available from the Core Action element.
({
// When a flow executes this component, it calls the invoke method
invoke : function(component, event, helper) {
alert(component.get("v.greeting") + ", " + component.get("v.subject"));
}
})
214
Using Components Create Flow Local Actions Using Aura Components
IN THIS SECTION:
Configure the Component Markup and Design Resource for a Flow Action
Make your custom Aura components available as flow local actions by implementing the
lightning:availableForFlowActions interface.
Configure the Client-Side Controller for a Flow Local Action
When a component is executed as a flow local action, the flow calls the invoke method in the client-side controller. To run the
code asynchronously in your client-side controller, such as when you're making an XML HTTP request (XHR), return a Promise. When
the method finishes or the Promise is fulfilled, control is returned back to the flow.
Cancel an Asynchronous Request in a Flow Local Action
If an asynchronous request times out, the flow executes the local action's fault connector and sets $Flow.FaultMessage to
the error message. However, the original request isn't automatically canceled. To abort an asynchronous request, use the
cancelToken parameter available in the invoke method.
SEE ALSO:
Component Library: lightning:availableForFlowActions Interface
What is Lightning Locker?
Customize Flow Screens Using Aura Components
Configure the Component Markup and Design Resource for a Flow Action
Make your custom Aura components available as flow local actions by implementing the
lightning:availableForFlowActions interface.
Tip: We recommend that you omit markup from local actions. Local actions tend to execute quickly, and any markup you add to
them will likely disappear before the user can make sense of it. If you want to display something to users, check out Customize
Flow Screens Using Aura Components instead.
Here’s sample code for a simple “Hello World” component that sets a couple of attributes.
<aura:component implements="lightning:availableForFlowActions" access="global">
<aura:attribute name="greeting" type="String" access="global" />
<aura:attribute name="subject" type="String" access="global" />
</aura:component>
Note: Mark your resources with access="global" to make it usable outside of your own org, such as to make a component
usable by a flow admin in another org.
To make an attribute’s value customizable in Flow Builder, add it to the component's design resource. That way, flow admins can pass
values between that attribute and the flow when they configure the Core Action element. That way, flow admins can pass values between
that attribute and the flow when they configure the corresponding Core Action element.
With this sample design resource, flow admins can customize the values for the “Hello World” component’s attributes.
<design:component>
<design:attribute name="greeting" label="Greeting" />
<design:attribute name="subject" label="Subject" />
</design:component>
A design resource describes the design-time behavior of a Lightning component—information that visual tools need to allow adding
the component to a page or app. Adding this resource is similar to adding it for the Lightning App Builder.
215
Using Components Create Flow Local Actions Using Aura Components
When admins reference this component in a flow, they can pass data between the flow and the Aura component. Use the Set Input
Values tab to set an attribute using values from the flow. Use the Store Output Values tab to store an attribute’s value in a flow variable.
SEE ALSO:
Component Library: lightning:availableForFlowActions Interface
Configure the Client-Side Controller for a Flow Local Action
Asynchronous Code
When a Promise is resolved, the next element in the flow is executed. When a Promise is rejected or hits the timeout, the flow takes the
local action's fault connector and sets $Flow.FaultMessage to the error message.
By default, the error message is “An error occurred when the elementName element tried to execute the c:myComponent component.”
To customize the error message in $Flow.FaultMessage, return it as a new Error object in the reject() call.
({
invoke : function(component, event, helper) {
return new Promise(function(resolve, reject) {
// Do something asynchronously, like get data from
// an on-premise database
Note: If you’re making callouts to an external server, whitelist the external server in your org and enable or configure CORS in the
external server.
Synchronous Code
When the method finishes, the next element in the flow is executed.
({
invoke : function(component, event, helper) {
// Do something synchronously, like open another browser tab
// with a specified URL
216
Using Components Create Flow Local Actions Using Aura Components
}
})
SEE ALSO:
Component Library: lightning:availableForFlowActions Interface
Cancel an Asynchronous Request in a Flow Local Action
Using External JavaScript Libraries
Create CSP Trusted Sites to Access Third-Party APIs
Note: By default, requests time out after 120 seconds. To override the default, assign a different Integer to the component's
timeout attribute.
Example: In this client-side controller, the invoke method returns a Promise. When the method has done all it needs to do,
it completes the call and control returns to the flow.
• If the request is successful, the method uses resolve() to execute the next element in the flow after this action.
• If the request isn't successful, it uses reject() to execute the local action’s fault connector and sets
$Flow.FaultMessage to “My error message”.
• If the request takes too long, it uses cancelToken.promise.then to abort the request.
({
invoke : function(component, event, helper) {
var cancelToken = event.getParam("arguments").cancelToken;
217
Using Components Embed a Flow in a Custom Aura Component
});
}
})
SEE ALSO:
Component Library: lightning:availableForFlowActions Interface
Configure the Client-Side Controller for a Flow Local Action
({
init : function (component) {
// Find the component whose aura:id is "flowData"
var flow = component.find("flowData");
// In that component, start your flow. Reference the flow's API Name.
flow.startFlow("myFlow");
},
})
Note: When a page loads that includes a flow component, such as Lightning App Builder or an active Lightning page, the flow
runs. Make sure that the flow doesn’t perform any actions – such as create or delete records – before the first screen.
IN THIS SECTION:
Reference Flow Output Variable Values in a Wrapper Aura Component
When you embed a flow in an Aura component, you can display or reference the flow’s variable values. Use the onstatuschange
action to get values from the flow's output variables. Output variables are returned as an array.
Set Flow Input Variable Values from a Wrapper Aura Component
When you embed a flow in a custom Aura component, give the flow more context by initializing its variables. In the component's
controller, create a list of maps, then pass that list to the startFlow method.
Control a Flow’s Finish Behavior by Wrapping the Flow in a Custom Aura Component
By default, when a flow user clicks Finish, a new interview starts and the user sees the first screen of the flow again. By embedding
a flow in a custom Aura component, you can shape what happens when the flow finishes by using the onstatuschange action.
To redirect to another page, use one of the force:navigateTo* events such as force:navigateToObjectHome or
force:navigateToUrl.
218
Using Components Embed a Flow in a Custom Aura Component
SEE ALSO:
Component Library: lightning:flow Component
Note: The variable must allow output access. If you reference a variable that doesn’t allow output access, attempts to get the
variable are ignored.
Example: This example uses the JavaScript controller to pass the flow's accountName and numberOfEmployees variables into
attributes on the component. Then, the component displays those values in output components.
<aura:component>
<aura:attribute name="accountName" type="String" />
<aura:attribute name="numberOfEmployees" type="Decimal" />
({
init : function (component) {
// Find the component whose aura:id is "flowData"
var flow = component.find("flowData");
// In that component, start your flow. Reference the flow's API Name.
flow.startFlow("myFlow");
},
219
Using Components Embed a Flow in a Custom Aura Component
}
},
})
SEE ALSO:
Component Library: lightning:flow Component
Note: You can set variables only at the beginning of an interview, and the variables you set must allow input access. If you
reference a variable that doesn’t allow input access, attempts to set the variable are ignored.
For each variable you set, provide the variable's name, type, and value. For type, use the API name for the flow data type. For
example, for a record variable use SObject, and for a text variable use String.
{
name : "varName",
type : "flowDataType",
value : valueToSet
},
{
name : "varName",
type : "flowDataType",
value : [ value1, value2]
}, ...
Example: This JavaScript controller sets values for a number variable, a date collection variable, and a couple of record variables.
The Record data type in Flow Builder corresponds to SObject here.
({
init : function (component) {
// Find the component whose aura:id is "flowData"
var flow = component.find("flowData");
var inputVariables = [
{ name : "numVar", type : "Number", value: 30 },
{ name : "dateColl", type : "String", value: [ "2016-10-27", "2017-08-01" ]
},
// Sets values for fields in the account record (sObject) variable. Id uses
the
// value of the component's accountId attribute. Rating uses a string.
{ name : "account", type : "SObject", value: {
"Id" : component.get("v.accountId"),
"Rating" : "Warm"
}
},
// Set the contact record (sObject) variable to the value of the component's
contact
// attribute. We're assuming the attribute contains the entire sObject for
// a contact record.
220
Using Components Embed a Flow in a Custom Aura Component
Example: Here's an example of a component that gets an account via an Apex controller. The Apex controller passes the data
to the flow's record variable through the JavaScript controller.
<aura:component controller="AccountController" >
<aura:attribute name="account" type="Account" />
<aura:handler name="init" value="{!this}" action="{!c.init}"/>
<lightning:flow aura:id="flowData"/>
</aura:component>
({
init : function (component) {
// Create action to find an account
var action = component.get("c.getAccount");
// account attribute.
var inputVariables = [
{
name : "account",
type : "SObject",
value: component.get("v.account")
}
];
221
Using Components Embed a Flow in a Custom Aura Component
}
});
SEE ALSO:
Component Library: lightning:flow Component
Which Aura Attribute Types Are Supported in Flows?
Control a Flow’s Finish Behavior by Wrapping the Flow in a Custom Aura Component
By default, when a flow user clicks Finish, a new interview starts and the user sees the first screen of the flow again. By embedding a
flow in a custom Aura component, you can shape what happens when the flow finishes by using the onstatuschange action. To
redirect to another page, use one of the force:navigateTo* events such as force:navigateToObjectHome or
force:navigateToUrl.
Tip: To control a flow’s finish behavior at design time, make your custom Aura component available as a flow action by using the
lightning:availableForFlowActions interface. To control what happens when an autolaunched flow finishes,
check for the FINISHED_SCREEN status.
<aura:component access="global">
<aura:handler name="init" value="{!this}" action="{!c.init}" />
<lightning:flow aura:id="flowData" onstatuschange="{!c.handleStatusChange}" />
</aura:component>
Example: This function redirects the user to a case created in the flow by using the force:navigateToSObject event.
handleStatusChange : function (component, event) {
if(event.getParam("status") === "FINISHED") {
var outputVariables = event.getParam("outputVariables");
var outputVar;
for(var i = 0; i < outputVariables.length; i++) {
outputVar = outputVariables[i];
if(outputVar.name === "redirect") {
var urlEvent = $A.get("e.force:navigateToSObject");
urlEvent.setParams({
"recordId": outputVar.value,
"isredirect": "true"
});
urlEvent.fire();
222
Using Components Embed a Flow in a Custom Aura Component
}
}
}
}
SEE ALSO:
Component Library: lightning:flow Component
Create Flow Local Actions Using Aura Components
Example: This example shows how you can resume an interview—or start a new one. When users click Survey Customer from
a contact record, the Aura component does one of two things.
• If the user has any paused interviews for the Survey Customers flow, it resumes the first one.
• If the user doesn’t have any paused interviews for the Survey Customers flow, it starts a new one.
<aura:component controller="InterviewsController">
<aura:handler name="init" value="{!this}" action="{!c.init}" />
<lightning:flow aura:id="flowData" />
</aura:component>
This Apex controller gets a list of paused interviews by performing a SOQL query. If nothing is returned from the query,
getPausedId() returns a null value, and the component starts a new interview. If at least one interview is returned from the
query, the component resumes the first interview in that list.
public class InterviewsController {
@AuraEnabled
public static String getPausedId() {
// Get the ID of the running user
String currentUser = UserInfo.getUserId();
// Find all of that user's paused interviews for the Survey customers flow
List<FlowInterview> interviews =
[ SELECT Id FROM FlowInterview
WHERE CreatedById = :currentUser AND InterviewLabel LIKE '%Survey
customers%'];
223
Using Components Display Flow Stages with an Aura Component
If the Apex controller returned an interview ID, the client-side controller resumes that interview. If the Apex controller returned a
null interview ID, the component starts a new interview.
({
init : function (component) {
//Create request for interview ID
var action = component.get("c.getPausedId");
action.setCallback(this, function(response) {
var interviewId = response.getReturnValue();
// Find the component whose aura:id is "flowData"
var flow = component.find("flowData");
// If an interview ID was returned, resume it in the component
// whose aura:id is "flowData".
if ( interviewId !== null ) {
flow.resumeFlow(interviewID);
}
// Otherwise, start a new interview in that component. Reference
// the flow's API Name.
else {
flow.startFlow("Survey_customers");
}
});
//Send request to be enqueued
$A.enqueueAction(action);
},
})
SEE ALSO:
Component Library: lightning:flow Component
• Add the progress indicator to your flow screen directly, by using a screen component.
224
Using Components Display Flow Stages with an Aura Component
IN THIS SECTION:
Display Flow Stages by Wrapping a Progress Indicator
If you’re tracking stages in your flow, display them at runtime by creating a custom component that wraps a progress indicator with
the lightning:flow component. Use the progress indicator to display the flow’s active stages and current stage, and use the
lightning:flow component to display the flow’s screens. To pass the flow’s active stages and current stage to the progress
indicator, use the lightning:flow component's onstatuschange action.
Display Flow Stages By Adding a Progress Indicator to a Flow Screen
If you’re tracking stages in your flow, display them at runtime by adding a custom component to the flow’s screens. Create a progress
indicator component that displays the flow’s active stages and current stage, and make sure that it’s available as for flow screens.
When you add the component to each flow screen, pass the $Flow.ActiveStages and $Flow.CurrentStage global
variables into the component’s attributes.
SEE ALSO:
Salesforce Help: Show Users Progress Through a Flow with Stages
Display Flow Stages By Adding a Progress Indicator to a Flow Screen
c:flowStages_global Component
c:flowStages_global Design
225
Using Components Display Flow Stages with an Aura Component
The design resource includes the flowName attribute, so you can specify which flow to start from Lightning App Builder.
<design:component>
<design:attribute name="flowName" label="Flow Name"/>
</design:component>
c:flowStages_global Style
c:flowStages_global Controller
The controller uses the flowName attribute to determine which flow to start.
Each time a new screen loads, the onstatuschange action fires, which gives the controller access to a handful of parameters
about the flow. The currentStage and activeStages parameters return the labels and names of the relevant stages.
When onstatuschange fires in this component, it calls the controller's statusChange method. That method passes the
flow's currentStage and activeStages parameters into the component's attributes. For each item in the
activeStages attribute, the method adds a lightning:progressStep component to the component markup.
({
init : function(component, event, helper) {
var flow = component.find("flow");
flow.startFlow(component.get("v.flowName"));
},
226
Using Components Display Flow Stages with an Aura Component
}
else if (status === "ERROR") {
// Show error message
console.log("Error: " + errorMessage);
}
}
);
}
progressIndicator.set("v.body", body);
}
})
SEE ALSO:
Salesforce Help: Show Users Progress Through a Flow with Stages
Display Flow Stages with an Aura Component
Component Library: lightning:flow Component
c:flowStages_field Component
<aura:component implements="lightning:availableForFlowScreens">
<!-- Attributes that store $Flow.ActiveStages and $Flow.CurrentStage -->
<aura:attribute name="stages" type="String[]"/>
<aura:attribute name="currentStage" type="String"/>
c:flowStages_field Design
227
Using Components Display Flow Stages with an Aura Component
The design resource includes the stages and currentStage attributes so that they’re available in Flow Builder. In the flow
screen, pass $Flow.ActiveStages into the stages attribute, and pass $Flow.CurrentStage into the
currentStage attribute.
<design:component>
<design:attribute name="stages" label="Stages" description="What stages are active"/>
c:flowStages_field Style
c:flowStages_field Controller
When you add this component to a flow screen, you pass $Flow.ActiveStages into the stages attribute and
$Flow.CurrentStage into the currentStage attribute. As a result, the component's attributes contain the relevant
stages' labels but not the associated names. Each step in the progress indicator requires a label and a value, so this example sets
both label and value to the stage label.
Tip: Make sure that none of your flow’s stages have the same label.
For each item in the stages attribute, the init method adds a lightning:progressStep component to the
c:flowStages_field component markup.
({
init : function(component, event, helper) {
var progressIndicator = component.find('progressIndicator');
for (let step of component.get('v.stages')) {
$A.createComponent(
"lightning:progressStep",
{
"aura:id": "step_" + step,
"label": step,
"value": step
},
function(newProgressStep, status, errorMessage){
// Add the new step to the progress array
if (status === "SUCCESS") {
var body = progressIndicator.get("v.body");
body.push(newProgressStep);
progressIndicator.set("v.body", body);
}
else if (status === "INCOMPLETE") {
// Show offline error
console.log("No response from server, or client is offline.")
}
else if (status === "ERROR") {
// Show error message
console.log("Error: " + errorMessage);
}
}
);
228
Using Components Add Components to Apps
}
}
})
SEE ALSO:
Salesforce Help: Show Users Progress Through a Flow with Stages
Display Flow Stages with an Aura Component
Display Flow Stages with an Aura Component
Component Library: lightning:availableForFlowScreens Interface
Note: For all the out-of-the-box components, see the Components folder at
https://<myDomain>.lightning.force.com/docs/component-library, where <myDomain> is the
name of your custom Salesforce domain. The ui namespace includes many components that are common on Web pages.
Components are encapsulated and their internals stay private, while their public shape is visible to consumers of the component. This
strong separation gives component authors freedom to change the internal implementation details and insulates component consumers
from those changes.
The public shape of a component is defined by the attributes that can be set and the events that interact with the component. The
shape is essentially the API for developers to interact with the component. To design a new component, think about the attributes that
you want to expose and the events that the component should initiate or respond to.
Once you have defined the shape of any new components, developers can work on the components in parallel. This is a useful approach
if you have a team working on an app.
To add a new custom component to your app, see Using the Developer Console on page 4.
SEE ALSO:
Component Composition
Using Object-Oriented Development
Component Attributes
Communicating with Events
229
Using Components Integrate Your Custom Apps into the Chatter Publisher
Note: Rich Publisher Apps are available to Lightning communities in topics, group, and profile feeds and in direct messages.
230
Using Components Integrate Your Custom Apps into the Chatter Publisher
The next sections describe how we integrated the custom quotation app with the Chatter publisher.
<aura:component implements="lightning:availableForChatterExtensionComposer">
<aura:handler name="init" value="{!this}" action="{!c.init}"/>
<div class="container">
<span class="quote" aura:id="quote"></span>
<span class="author" aura:id="author"></span>
<ui:button label="Get next Quote" press="{!c.getQuote}"/>
</div>
</aura:component>
Use your controller and helper to initialize the composer component and to get the quote from a source. Once you get the quote, fire
the event sendChatterExtensionPayload. Firing the event enables the Add button so the platform can associate the app’s
payload with the feed item. You can also add a title and description as metadata for the payload. The title and description are shown in
a non-Lightning context, like Salesforce Classic.
getQuote: function(cmp, event, helper) {
// get quote from the source
var compEvent = cmp.getEvent("sendChatterExtensionPayload");
compEvent.setParams({
"payload" : "<payload object>",
"extensionTitle" : "<title to use when extension is rendered>",
"extensionDescription" : "<description to use when extension is rendered>"
});
compEvent.fire();
}
Add a CSS resource to your component bundle to style your composition component.
231
Using Components Integrate Your Custom Apps into the Chatter Publisher
<div class="container">
<span class="quote" aura:id="quote">{!v._quote}</span>
<span class="author" aura:id="author">--- {!v._author} ---</span>
</div>
</aura:component>
You have a couple of ways of dealing with the payload. You can use the payload directly in the component {!v.payload}. You can
use your controller to parse the payload provided by the lightning:availableForChatterExtensionRenderer
interface and set its attributes yourself. Add a CSS resource to your renderer bundle to style your renderer component.
In the Value column, provide values for ChatterExtension fields (see ChatterExtension for values and descriptions).
232
Using Components Integrate Your Custom Apps into the Chatter Publisher
Get the IconId for the file asset. Go to Workbench > utilities > REST Explorer and make a new POST request for
creating a file asset with a fileId from your org.
Note: Rich Publisher Apps information is cached, so there can be a 5-minute wait before your app appears in the publisher.
233
Using Components Using Background Utility Items
After you move apps to the Selected Items column and click Save, the selected apps appear in the Chatter Publisher.
When a tab is created, the event handler calls onTabCreated in the component’s controller and checks how many tabs are open.
If the number of tabs is more than 5, the newly created tab automatically closes.
({
onTabCreated: function(cmp) {
var workspace = cmp.find("workspace");
var limit = cmp.get("v.limit");
workspace.getAllTabInfo().then(function (tabInfo) {
if (tabInfo.length > limit) {
workspace.closeTab({
tabId: tabInfo[0].tabId
});
}
});
234
Using Components Use Lightning Components in Visualforce Pages
}
})
Background utility items are added to an app the same way normal utility items are, but they don’t appear in the utility bar. The icon
appears next to background utility items on the utility item list.
Important: Lightning Components for Visualforce is based on Lightning Out, a powerful and flexible feature that lets you embed
Aura components into almost any web page. When used with Visualforce, some of the details become simpler. For example, you
don’t need to deal with authentication, and you don’t need to configure a Connected App.
In other ways using Lightning Components for Visualforce is just like using Lightning Out. Refer to the Lightning Out section of
this guide for additional details.
Note: Extending from ltng:outApp adds SLDS resources to the page to allow your Lightning components to be styled with
the Salesforce Lightning Design System (SLDS). If you don’t want SLDS resources added to the page, extend from
ltng:outAppUnstyled instead.
To reference this app on your page, use the following JavaScript code, where theNamespace is the namespace prefix for the app.
That is, either your org’s namespace, or the namespace of the managed package that provides the app.
235
Using Components Use Lightning Components in Visualforce Pages
If the app is defined in your org (that is, not in a managed package), you can use the default “c” namespace instead, as shown in the
next example. If your org doesn’t have a namespace defined, you must use the default namespace.
For further details about creating a Lightning dependency app, see Lightning Out Dependencies.
<script>
$Lightning.use("c:lcvfTest", function() {
$Lightning.createComponent("lightning:button",
{ label : "Press Me!" },
"lightning",
function(cmp) {
console.log("button was created");
// do some stuff
}
);
});
</script>
</apex:page>
The $Lightning.createComponent() call creates a button with a “Press Me!” label. The button is inserted in a DOM element
with the ID “lightning”. After the button is added and active on the page, the callback function is invoked and executes a
console.log() statement. The callback receives the component created as its only argument. In this simple example, the button
isn't configured to do anything.
Important: You can call $Lightning.use() multiple times on a page, but all calls must reference the same Lightning
dependency app.
For further details about using $Lightning.use() and $Lightning.createComponent(), see Lightning Out Markup.
Limitations
If a Visualforce page contains an Aura component, you can’t render the Visualforce page as a PDF.
SEE ALSO:
Lightning Out Dependencies
Add Aura Components to Any App with Lightning Out (Beta)
Lightning Out Markup
Share Lightning Out Apps with Non-Authenticated Users
Lightning Out Considerations and Limitations
236
Using Components Add Aura Components to Any App with Lightning Out (Beta)
Note: This release contains a beta version of Lightning Out, which means it’s a high quality feature with known limitations. You
can provide feedback and suggestions for Lightning Out on the IdeaExchange.
Developing Aura components that you can deploy anywhere is for the most part the same as developing them to run within Salesforce.
Everything you already know about Aura component development still applies. The only real difference is how you embed your app in
the remote web container, or origin server.
Lightning Out is added to external apps in the form of a JavaScript library you include in the page on the origin server, and markup you
add to configure and activate your Lightning components app. Once initialized, Lightning Out pulls in your Lightning components app
over a secure connection, spins it up, and inserts it into the DOM of the page it’s running on. Once it reaches this point, your “normal”
Lightning components code takes over and runs the show.
Note: This approach is quite different from embedding an app using an iframe. Aura components running via Lightning Out are
full citizens on the page. If you choose to, you can enable interaction between your Lightning components app and the page or
app you’ve embedded it in. This interaction is handled using Lightning events.
In addition to some straightforward markup, there’s a modest amount of setup and preparation within Salesforce to enable the secure
connection between Salesforce and the origin server. And, because the origin server is hosting the app, you need to manage authentication
with your own code.
This setup process is similar to what you’d do for an application that connects to Salesforce using the Lightning Platform REST API, and
you should expect it to require an equivalent amount of work.
IN THIS SECTION:
Lightning Out Requirements
Deploying a Lightning components app using Lightning Out has a few modest requirements to ensure connectivity and security.
Lightning Out Dependencies
Create a special Lightning dependency app to describe the component dependencies of a Lightning components app to be deployed
using Lightning Out or Lightning Components for Visualforce.
Lightning Out Markup
Lightning Out requires some simple markup on the page, and is activated using two straightforward JavaScript functions.
Authentication from Lightning Out
Lightning Out doesn’t handle authentication. Instead, you manually provide a Salesforce session ID or authentication token when
you initialize a Lightning Out app.
Share Lightning Out Apps with Non-Authenticated Users
Add the ltng:allowGuestAccess interface to your Lightning Out dependency app to make it available to users without
requiring them to authenticate with Salesforce. This interface lets you build your app with Aura components, and deploy it anywhere
and to anyone. If a user is authenticated with the Lightning Out endpoint, the session must be set in $Lightning.use().
237
Using Components Lightning Out Requirements
SEE ALSO:
Idea Exchange: Lightning Components Anywhere / Everywhere
238
Using Components Lightning Out Markup
In this example, <c:myAppComponent> is the top-level component for the Lightning components app you are planning to create
on the origin server using $Lightning.createComponent(). Create a dependency for each different component you add to
the page with $Lightning.createComponent().
Note: Don’t worry about components used within the top-level component. The Lightning Component framework handles
dependency resolution for child components.
Usage Notes
A Lightning dependency app isn’t a normal Lightning app, and you shouldn’t treat it like one. Use it only to specify the dependencies
for your Lightning Out app.
In particular, note the following.
• You can’t add a template to a Lightning dependency app.
• Content you add to the body of the Lightning dependency app won’t be rendered.
SEE ALSO:
Create a Connected App
Use CORS to Access Salesforce Resources from Web Browsers
aura:dependency
Using the Salesforce Lightning Design System in Apps
<script src="https://myDomain.my.salesforce.com/lightning/lightning.out.js"></script>
Important: Use your custom domain for the host. Don’t copy-and-paste someone else’s instance from example source code. If
you do this, your app will break whenever there’s a version mismatch between your Salesforce instance and the instance from
which you’re loading the Lightning Out library. This happens at least three times a year, during regular upgrades of Salesforce.
Don’t do it!
239
Using Components Lightning Out Markup
callback function A function to call once the Lightning Component framework and your app
have fully loaded. The callback receives no arguments.
This callback is usually where you call
$Lightning.createComponent() to add your app to the page
(see the next section). You might also update your display in other ways, or
otherwise respond to your Lightning components app being ready.
lightningEndPointURI string The URL for the Lightning domain on your Salesforce instance. For example,
https://myDomain.lightning.force.com.
authToken string The session ID or OAuth access token for a valid, active Salesforce session.
Note: You must obtain this token in your own code. Lightning Out
doesn’t handle authentication for you. See Authentication from
Lightning Out.
appName is required. The other three parameters are optional. In normal use you provide all four parameters.
Note: You can’t use more than one Lightning dependency app on a page. You can call $Lightning.use() more than
once, but you must reference the same dependency app in every call.
attributes Object Required. The attributes to set on the component when it’s created. For
example, { name: theName, amount: theAmount }. If the
component doesn’t require any attributes, pass in an empty object, { }.
domLocator Element or string Required. The DOM element or element ID that indicates where on the page
to insert the created component.
callback function A function to call once the component is added to and active on the page.
The callback receives the component created as its only argument.
240
Using Components Authentication from Lightning Out
Note: You can add more than one Aura component to a page. That is, you can call $Lightning.createComponent()
multiple times, with multiple DOM locators, to add components to different parts of the page. Each component created this way
must be specified in the page’s Lightning dependency app.
Behind the scenes $Lightning.createComponent() calls the standard $A.createComponent() function. Except for
the DOM locator, the arguments are the same. And except for wrapping the call in some Lightning Out semantics, the behavior is the
same, too.
SEE ALSO:
Dynamically Creating Components
Important: Lightning Out isn’t in the business of authentication. The $Lightning.use() function simply passes along to
the security subsystem whatever authentication token you provide. For most organizations, the token is a session ID or an OAuth
token.
Lightning Out has the same privileges as the session from which you obtain the authentication token. For Visualforce using {!
$Api.Session_ID }, the session has the privileges of the current user. For OAuth it’s whatever OAuth scope setting that
the OAuth Connected App is defined with. Usually, using Lightning Out with OAuth requires you to grant “Full Access” scope to
the Connected App returning the OAuth token.
When a Lightning Out authenticated session is granted with a session access token, the session persists access to any
lightning.force.com domain running in the active browser session. Once a user is logged in with a valid access token, the session
credentials are validated across all Salesforce applications running in the active browser session.
To prevent session persistence, system administrators can lock the session to the originating IP address. To select this option,
navigate to:
Setup > Security > Session Settings
Activate the Lock sessions to the IP address from which they originated check box.
241
Using Components Share Lightning Out Apps with Non-Authenticated Users
Important: When you make a Lightning app accessible to guest users by adding the ltng:allowGuestAccess interface,
it’s available through every community in your org, whether that community is enabled for public access or not. You can’t prevent
it from being accessible via community URLs, and you can’t make it available for some communities but not others.
Warning: Be extremely careful about apps you open for guest access. Apps enabled for guest access bypass the object- and
field-level security (FLS) you set for your community’s guest user profile. Aura components don’t automatically enforce CRUD and
FLS in an Apex controller when you reference or retrieve objects. This means that the framework continues to display records and
fields for which users don’t have CRUD access and FLS visibility. A mistake in code used in an app enabled for guest access can
open your org’s data to the world.
Lightning Out Lightning Components for Visualforce
Usage
To begin with, add the ltng:allowGuestAccess interface to your Lightning Out dependency app. For example:
<aura:application access="GLOBAL" extends="ltng:outApp"
implements="ltng:allowGuestAccess">
<aura:dependency resource="c:storeLocatorMain"/>
</aura:application>
Note: You can only add the ltng:allowGuestAccess interface to Lightning apps, not to individual components.
242
Using Components Lightning Out Considerations and Limitations
Finally, add the JavaScript code to load and activate your Lightning app. This code is standard Lightning Out, with the important addition
that you must use one of your org’s community URLs for the endpoint. The endpoint URL takes the form
https://yourCommunityDomain/communityURL/. The relevant line is emphasized in the following sample.
<script>
$Lightning.use("c:locatorApp", // name of the Lightning app
function() { // Callback once framework and app loaded
$Lightning.createComponent(
"c:storeLocatorMain", // top-level component of your app
{ }, // attributes to set on the component when created
"lightningLocator", // the DOM location to insert the component
function(cmp) {
// callback when component is created and active on the page
}
);
},
'https://universalcontainers.force.com/ourstores/' // Community endpoint
);
</script>
SEE ALSO:
Salesforce Help: Create Communities
Use Lightning Components in Visualforce Pages
Note: This event is handled by the one.app container. It’s supported in Lightning Experience and Salesforce app only.
243
Using Components Lightning Container
SEE ALSO:
Browser Support for Aura Components
Component Library
Authentication from Lightning Out
Use Lightning Components in Visualforce Pages
Lightning Container
Upload an app developed with a third-party framework as a static resource, and host the content in an Aura component using
lightning:container. Use lightning:container to use third-party frameworks like AngularJS or React within your
Lightning pages.
The lightning:container component hosts content in an iframe. You can implement communication to and from the framed
application, allowing it to interact with the Lightning component. lightning:container provides the message() method,
which you can use in the JavaScript controller to send messages to the application. In the component, specify a method for handling
messages with the onmessage attribute.
IN THIS SECTION:
Lightning Container Component Limits
Understand the limits of lightning:container.
The Lightning Realty App
The Lightning Realty App is a more robust example of messaging between the Lightning Container Component and Salesforce.
lightning-container NPM Module Reference
Use methods included in the lightning-container NPM module in your JavaScript code to send and receive messages to and from
your custom Aura component, and to interact with the Salesforce REST API.
244
Using Components Using a Third-Party Framework
example shows a simple Aura component that references myApp, an app uploaded as a static resource, with a launch page of
index.html.
<aura:component>
<lightning:container src="{!$Resource.myApp + '/index.html'}" />
</aura:component>
The contents of the static resource are up to you. It should include the JavaScript that makes up your app, any associated assets, and a
launch page.
As in other Aura components, you can specify custom attributes. This example references the same static resource, myApp, and has
three attributes, messageToSend, messageReceived, and error. Because this component includes
implements="flexipage:availableForAllPageTypes", it can be used in the Lightning App Builder and added to
Lightning pages.
Note: The examples in this section are accessible on the Developerforce Github Repository.
<div>
<lightning:input name="messageToSend" value="{!v.messageToSend}" label="Message
to send to React app: "/>
<lightning:button label="Send" onclick="{!c.sendMessage}"/>
<br/>
<lightning:textarea value="{!v.messageReceived}" label="Message received from React
app: "/>
<br/>
<aura:if isTrue="{! !empty(v.error)}">
<lightning:textarea name="errorTextArea" value="{!v.error}" label="Error: "/>
</aura:if>
<lightning:container aura:id="ReactApp"
src="{!$Resource.SendReceiveMessages + '/index.html'}"
onmessage="{!c.handleMessage}"
onerror="{!c.handleError}"/>
</div>
</aura:component>
The component includes a lightning:input element, allowing users to enter a value for messageToSend. When a user hits
Send, the component calls the controller method sendMessage. This component also provides methods for handling messages
and errors.
This snippet doesn’t include the component’s controller or other code, but don’t worry. We’ll dive in, break it down, and explain how to
implement message and error handling as we go in Sending Messages from the Lightning Container Component and Handling Errors
in Your Container.
SEE ALSO:
Lightning Container
Sending Messages from the Lightning Container Component
Handling Errors in Your Container
245
Using Components Using a Third-Party Framework
<div>
<lightning:input name="messageToSend" value="{!v.messageToSend}" label="Message
to send to React app: "/>
<lightning:button label="Send" onclick="{!c.sendMessage}"/>
<br/>
<lightning:textarea value="{!v.messageReceived}" label="Message received from React
app: "/>
<br/>
<aura:if isTrue="{! !empty(v.error)}">
<lightning:textarea name="errorTextArea" value="{!v.error}" label="Error: "/>
</aura:if>
<lightning:container aura:id="ReactApp"
src="{!$Resource.SendReceiveMessages + '/index.html'}"
onmessage="{!c.handleMessage}"
onerror="{!c.handleError}"/>
</div>
</aura:component>
messageToSend represents a message sent from Salesforce to the framed app, while messageReceived represents a message
sent by the app to the Aura component. lightning:container includes the required src attribute, an aura:id, and the
onmessage attribute. The onmessage attribute specifies the message-handling method in your JavaScript controller, and the
aura:id allows that method to reference the component.
This example shows the component’s JavaScript controller.
({
sendMessage : function(component, event, helper) {
var msg = {
name: "General",
value: component.get("v.messageToSend")
};
component.find("ReactApp").message(msg);
},
246
Using Components Using a Third-Party Framework
This code does a couple of different things. The sendMessage action sends a message from the enclosing Aura component to the
embedded app. It creates a variable, msg, that has a JSON definition including a name and a value. This definition of the message
is user-defined—the message’s payload can be a value, a structured JSON response, or something else. The messageToSend attribute
of the Aura component populates the value of the message. The method then uses the component’s aura:id and the message()
function to send the message back to the Aura component.
The handleMessage method receives a message from the embedded app and handles it appropriately. It takes a component, a
message, and a helper as arguments. The method uses conditional logic to parse the message. If this is the message with the name
and value we’re expecting, the method sets the Aura component’s messageReceived attribute to the value of the message.
Although this code only defines one message, the conditional statement allows you to handle different types of message, which are
defined in the sendMessage method.
The handler code for sending and receiving messages can be complicated. It helps to understand the flow of a message between the
Aura component, its controller, and the app. The process begins when user enters a message as the messageToSend attribute.
When the user clicks Send, the component calls sendMessage. sendMessage defines the message payload and uses the
message() method to send it to the app. Within the static resource that defines the app, the specified message handler function
receives the message. Specify the message handling function within your JavaScript code using the lightning-container module’s
addMessageHandler() method. See the lightning-container NPM Module Reference for more information.
When lightning:container receives a message from the framed app, it calls the component controller’s handleMessage
method, as set in the onmessage attribute of lightning:container. The handleMessage method takes the message,
and sets its value as the messageReceived attribute. Finally, the component displays messageReceived in a
lightning:textarea.
This is a simple example of message handling across the container. Because you implement the controller-side code and the functionality
of the app, you can use this functionality for any kind of communication between Salesforce and the app embedded in
lightning:container.
Important: Don't send cryptographic secrets like an API key in a message. It's important to keep your API key secure.
SEE ALSO:
Lightning Container
Using a Third-Party Framework
Handling Errors in Your Container
247
Using Components Using a Third-Party Framework
This code, part of the static resource, sends a message as an object containing a name and a value, which is user-defined.
When the app receives a message, it’s handled by the function mounted by the addMessageHandler() method. In a React app,
functions must be mounted to be part of the document-object model and rendered in the output.
The lightning-container module provides similar methods for defining a function to handle errors in the messaging framework. For more
information, see lightning-container NPM Module Reference
Important: Don't send cryptographic secrets like an API key in a message. It's important to keep your API key secure.
<div>
<lightning:input name="messageToSend" value="{!v.messageToSend}" label="Message
to send to React app: "/><lightning:button label="Send" onclick="{!c.sendMessage}"/>
<br/>
<br/>
248
Using Components Using a Third-Party Framework
<lightning:container aura:id="ReactApp"
src="{!$Resource.SendReceiveMessages + '/index.html'}"
onmessage="{!c.handleMessage}"
onerror="{!c.handleError}"/>
</div>
</aura:component>
var msg = {
name: "General",
value: component.get("v.messageToSend")
};
component.find("ReactApp").message(msg);
},
If the Lightning container application throws an error, the error handling function sets the error attribute. Then, in the component
markup, the conditional expression checks if the error attribute is empty. If it isn’t, the component populates a lightning:textarea
element with the error message stored in error.
SEE ALSO:
Lightning Container
Using a Third-Party Framework
Sending Messages from the Lightning Container Component
249
Using Components Using a Third-Party Framework
<div>
<aura:if isTrue="{! !empty(v.error)}">
<lightning:textarea name="errorTextArea" value="{!v.error}" label="Error: "/>
</aura:if>
<lightning:container aura:id="ReactApp"
src="/ApexController/index.html"
onerror="{!c.handleError}"/>
</div>
</aura:component>
Note: You can download the complete version of this example from the Developerforce Github Repository.
There’s not a lot going on in the component’s JavaScript controller—the real action is in the JavaScript app, uploaded as a static resource,
that the Lightning container references.
import React, { Component } from 'react';
import LCC from "lightning-container";
import logo from './logo.svg';
import './App.css';
callApex() {
LCC.callApex("lcc1.ApexController.getAccount",
this.state.name,
this.handleAccountQueryResponse,
{escape: true});
}
handleAccountQueryResponse(result, event) {
if (event.status) {
this.setState({account: result});
250
Using Components Lightning Container Component Limits
}
else if (event.type === "exception") {
console.log(event.message + " : " + event.where);
}
}
render() {
var account = this.state.account;
return (
<div className="App">
<div className="App-header">
<img src={logo} className="App-logo" alt="logo" />
<h2>Welcome to LCC</h2>
</div>
<p className="App-intro">
Account Name: <input type="text" id="accountName" value={this.state.name}
onChange={e => this.onAccountNameChange(e)}/><br/>
<input type="submit" value="Call Apex Controller" onClick={this.callApex}/><br/>
Id: {account.Id}<br/>
Phone: {account.Phone}<br/>
Type: {account.Type}<br/>
Number of Employees: {account.NumberOfEmployees}<br/>
</p>
</div>
);
}
constructor(props) {
super(props);
this.state = {
name: "",
account: {}
};
this.handleAccountQueryResponse = this.handleAccountQueryResponse.bind(this);
this.onAccountNameChange = this.onAccountNameChange.bind(this);
this.callApex = this.callApex.bind(this);
}
onAccountNameChange(e) {
this.setState({name: e.target.value});
}
}
The first function, callApex(), uses the LCC.callApex method to call getAccount, an Apex method that gets and displays
an account’s information.
251
Using Components Lightning Container Component Limits
lightning:container has known limitations. You might observe performance and scrolling issues associated with the use of
iframes. This component isn’t designed for the multi-page model, and it doesn’t integrate with browser navigation history.
If you navigate away from the page and a lightning:container component is on, the component doesn’t automatically
remember its state. The content within the iframe doesn’t use the same offline and caching schemes as the rest of Lightning Experience.
Creating a Lightning app that loads a Lightning container static resource from another namespace is not supported. If you install a
package, your apps should use the custom Lightning components published by that package, not their static resources directly. Any
static resource you use as the lightning:container src attribute should have your own namespace.
Previous versions of lightning:container allowed developers to specify the Content Security Policy (CSP) of the iframed content.
We removed this functionality for security reasons. The CSP level of all pages is now set to high. This value provides the greatest security,
because content can only be loaded from secure, approved domains. When lightning:container is used in Communities, the
CSP setting in that community will be respected.
Apps that use lightning:container should work with data, not metadata. Don’t use the session key for your app to manage
custom objects or fields. You can use the session key to create and update object records.
Content in lightning:container is served from the Lightning container domain and is available in Lightning Experience,
Lightning Communities, and the Salesforce mobile app. lightning:container can’t be used in Lightning pages that aren’t
served from the Lightning domain, such as Visualforce pages or in external apps through Lightning Out.
IN THIS SECTION:
Lightning Container Component Security Requirements
Ensure that your Lightning container components meet security requirements.
SEE ALSO:
Lightning Container
Salesforce Help: Content Security Policy in Communities
Namespace Validity
The Lightning container component’s security measures check the validity of its namespaces. Suppose that you develop a
<lightning:container> component with the namespace “vendor1.” The static resource’s namespace must also be “vendor1.”
If they don’t match, an error message appears.
<aura:component>
<lightning:container
src="{!$Resource.vendor1__resource + '/code_belonging_to_vendor1'}"
onmessage="{!c.vendor1__handles}"/>
<aura:component>
252
Using Components The Lightning Realty App
Instead, use the $Resource global value provider to build the resource URL for the <lightning:container> component.
<aura:component>
<lightning:container
src="{!$Resource.vendor2__resource + '/index.html' }"/>
</aura:component>
Distribution Requirements
To upload a package to AppExchange, you must supply all the Lightning container component’s original sources and dependencies.
When you provide minified or transpiled code, you must also include the source files for that code and the source map (.js.map) files for
the minified code.
<div>
<aura:if isTrue="{! !empty(v.messageReceived)}">
<lightning:textarea name="messageReceivedTextArea" value="{!v.messageReceived}"
label=" "/>
</aura:if>
253
Using Components The Lightning Realty App
</aura:if>
<lightning:container aura:id="ReactApp"
src="{!$Resource.Realty + '/index.html?mainTitle=' +
v.mainTitle}"
onmessage="{!c.handleMessage}"
onerror="{!c.handleError}"/>
</div>
</aura:component>
This code is similar to the example code in Sending Messages from the Lightning Container Component and Handling Errors in Your
Container.
There’s also code in the Aura component’s controller and in the source JavaScript that allows the iframed app to communicate with
Salesforce. In PropertyHome.js, part of the source, the realty app calls LCC.sendMessage. This segment of code filters the
list of properties, then creates a message to send back to the container that includes the selected property’s address, price, city, state,
zip code, and description.
saveHandler(property) {
let filteredProperty = propertyService.filterProperty(property);
propertyService.createItem(filteredProperty).then(() => {
propertyService.findAll(this.state.sort).then(properties => {
let filteredProperties = propertyService.filterFoundProperties(properties);
this.setState({addingProperty: false, properties:filteredProperties});
});
let message = {};
message.address = property.address;
message.price = property.price;
message.city = property.city;
message.state = property.state;
message.zip = property.zip;
message.description = property.description;
LCC.sendMessage({name: "PropertyCreated", value: message});
});
},
Then, the JavaScript calls LCC.sendMessage with a name-value pair. This code uses the sendMessage method, which is part
of the messaging API provided by the lightning-container NPM module. For more information, see Sending Messages to the Lightning
Container Component.
The last bit of action happens in the component’s controller, in the handleMessage() function.
handleMessage: function(component, message, helper) {
var payload = message.getParams().payload;
var name = payload.name;
if (name === "PropertyCreated") {
var value = payload.value;
var messageToUser;
if (value.price > 1000000) {
messageToUser = "Big Real Estate Opportunity in " + value.city + ", " +
value.state + " : $" + value.price;
}
else {
messageToUser = "Small Real Estate Opportunity in " + value.city + ", " +
value.state + " : $" + value.price;
254
Using Components The Lightning Realty App
}
var log = component.get("v.log");
log.push(messageToUser);
component.set("v.log", log);
}
},
This function takes a message as an argument, and checks that the name is "PropertyCreated". This is the same name set by
LCC.sendMessage in the app’s JavaScript.
This function takes the message payload—in this case, a JSON array describing a property—and checks the value of the property. If the
value is over $1 million, it sends a message to the user telling him or her that there’s a big real estate opportunity. Otherwise, it returns
a message telling the user that there’s a smaller real estate opportunity.
IN THIS SECTION:
Install the Example Lightning Realty App
See further examples of lightning:container in the Developerforce Git repository.
255
Using Components lightning-container NPM Module Reference
The component and handler code are similar to the examples in Sending Messages from the Lightning Container Component and
Handling Errors in Your Container.
IN THIS SECTION:
addErrorHandler()
Mounts an error handling function, to be called when the messaging framework encounters an error.
addMessageHandler()
Mounts a message handling function, used to handle messages sent from the Aura component to the framed JavaScript app.
callApex()
Makes an Apex call.
getRESTAPISessionKey()
Returns the Salesforce REST API session key.
removeErrorHandler()
Unmounts the error handling function.
removeMessageHandler()
Unmounts the message-handling function.
256
Using Components lightning-container NPM Module Reference
sendMessage()
Sends a message from the framed JavaScript code to the Aura component.
addErrorHandler()
Mounts an error handling function, to be called when the messaging framework encounters an error.
Sample
Used within a JavaScript app uploaded as a static resource and referenced by lightning:container, this example mounts a
message error handling function. In a React app, functions must be mounted to be part of the document-object model and rendered
in the output.
componentDidMount() {
LCC.addErrorHandler(this.onMessageError);
}
You can view and download this example in the Developerforce Github Repository.
Arguments
Response
None.
addMessageHandler()
Mounts a message handling function, used to handle messages sent from the Aura component to the framed JavaScript app.
Sample
Used within a JavaScript app uploaded as a static resource and referenced by lightning:container, this example mounts a
message handling function. In a React app, functions must be mounted to be part of the document-object model and rendered in the
output.
componentDidMount() {
LCC.addMessageHandler(this.onMessage);
}
onMessage(msg) {
let name = msg.name;
if (name === "General") {
let value = msg.value;
this.setState({messageReceived: value});
}
257
Using Components lightning-container NPM Module Reference
You can view and download this example in the Developerforce Github Repository.
Arguments
Response
None.
callApex()
Makes an Apex call.
Sample
Used within a JavaScript app uploaded as a static resource and referenced by lightning:container, this example calls the Apex
method getAccount.
callApex() {
LCC.callApex("lcc1.ApexController.getAccount",
this.state.name,
this.handleAccountQueryResponse,
{escape: true});
}
You can view and download this example in the Developerforce Github Repository.
Arguments
Response
None.
258
Using Components lightning-container NPM Module Reference
getRESTAPISessionKey()
Returns the Salesforce REST API session key.
Use this method when your embedded app needs to interact with the Salesforce REST API, such as executing a SOQL query.
Don’t use the session key to manage custom objects or fields. You can use the session key to create and update object records. Apps
that use lightning:container should work with data, not metadata.
Important: It's important to keep your API key secure. Don't give this key to code you don't trust, and don't include it in URLs or
hyperlinks, even to another page in your app.
Salesforce uses the no-referrer policy to protect against leaking your app's URL to outside servers, such as image hosts. However,
this policy doesn't protect some browsers, meaning your app's URLs could be included in outside requests.
Sample
Used within a JavaScript app uploaded as a static resource and referenced by lightning:container, this example gets the REST
API session key and uses it to execute a SOQL query.
componentDidMount() {
let sid = LCC.getRESTAPISessionKey();
let conn = new JSForce.Connection({accessToken: sid});
conn.query("SELECT Id, Name from Account LIMIT 50", this.handleAccountQueryResponse);
}
You can view and download this example in the Developerforce Github Repository.
Arguments
None.
Response
removeErrorHandler()
Unmounts the error handling function.
When using React, it’s necessary to unmount functions to remove them from the DOM and perform necessary cleanup.
Sample
Used within a JavaScript app uploaded as a static resource and referenced by lightning:container, this example unmounts a
message error handling function. In a React app, functions must be mounted to be part of the document-object model and rendered
in the output.
componentWillUnmount() {
LCC.removeErrorHandler(this.onMessageError);
}
259
Using Components lightning-container NPM Module Reference
You can view and download this example in the Developerforce Github Repository.
Arguments
Response
None.
removeMessageHandler()
Unmounts the message-handling function.
When using React, it’s necessary to unmount functions to remove them from the DOM and perform necessary cleanup.
Sample
Used within a JavaScript app uploaded as a static resource and referenced by lightning:container, this example unmounts a
message handling function.
componentWillUnmount() {
LCC.removeMessageHandler(this.onMessage);
}
You can view and download this example in the Developerforce Github Repository.
Arguments
Response
None.
sendMessage()
Sends a message from the framed JavaScript code to the Aura component.
260
Using Components lightning-container NPM Module Reference
Sample
Used within a JavaScript app uploaded as a static resource and referenced by lightning:container, this example sends a
message from the app to lightning:container.
sendMessage() {
LCC.sendMessage({name: "General", value: this.state.messageToSend});
}
You can view and download this example in the Developerforce Github Repository.
Arguments
Response
None.
261
CHAPTER 5 Communicating with Events
In this chapter ... The framework uses event-driven programming. You write handlers that respond to interface events as
they occur. The events may or may not have been triggered by user interaction.
• Actions and Events
In the Aura Components programming model, events are fired from JavaScript controller actions. Events
• Handling Events with
can contain attributes that can be set before the event is fired and read when the event is handled.
Client-Side
Controllers Events are declared by the aura:event tag in a .evt resource, and they can have one of two types:
• Component Events component or application.
• Application Events Component Events
• Event Handling A component event is fired from an instance of a component. A component event can be handled
Lifecycle by the component that fired the event or by a component in the containment hierarchy that receives
the event.
• Advanced Events
Example Application Events
• Firing Events from Application events follow a traditional publish-subscribe model. An application event is fired from
Non-Aura Code an instance of a component. All components that provide a handler for the event are notified.
• Events Best Practices Note: Always try to use a component event instead of an application event, if possible. Component
• Events Fired During events can only be handled by components above them in the containment hierarchy so their
the Rendering usage is more localized to the components that need to know about them. Application events
Lifecycle are best used for something that should be handled at the application level, such as navigating
• Events Handled in to a specific record. Application events allow communication between components that are in
the Salesforce Mobile separate parts of the application and have no direct containment relationship.
App and Lightning
Experience
• System Events
262
Communicating with Events Actions and Events
Clicking the button invokes the handleClick method in the component’s client-side controller.
Events
A notification by the browser regarding an action. Browser events are handled by client-side JavaScript controllers, as shown in the
previous example. A browser event is not the same as a framework component event or application event, which you can create and
fire in a JavaScript controller to communicate data between components. For example, you can wire up the click event of a checkbox
to a client-side controller, which fires a component event to communicate relevant data to a parent component.
Another type of event, known as a system event, is fired automatically by the framework during its lifecycle, such as during component
initialization, change of an attribute value, and rendering. Components can handle a system event by registering the event in the
component markup.
The following diagram describes what happens when a user clicks a button that requires the component to retrieve data from the server.
1. User clicks a button or interacts with a component, triggering a browser event. For example, you want to save data from the server
when the button is clicked.
2. The button click invokes a client-side JavaScript controller, which provides some custom logic before invoking a helper function.
3. The JavaScript controller invokes a helper function. A helper function improves code reuse but it’s optional for this example.
4. The helper function calls an Apex controller method and queues the action.
5. The Apex method is invoked and data is returned.
6. A JavaScript callback function is invoked when the Apex method completes.
7. The JavaScript callback function evaluates logic and updates the component’s UI.
263
Communicating with Events Handling Events with Client-Side Controllers
SEE ALSO:
Handling Events with Client-Side Controllers
Detecting Data Changes with Change Handlers
Calling a Server-Side Action
Events Fired During the Rendering Lifecycle
264
Communicating with Events Handling Events with Client-Side Controllers
Component source
<aura:component>
<aura:attribute name="text" type="String" default="Just a string. Waiting for change."/>
If you know some JavaScript, you might be tempted to write something like the first "Flawed" button because you know that HTML tags
are first-class citizens in the framework. However, the "Flawed" button won't work because arbitrary JavaScript, such as the alert()
call, in the component is ignored.
The framework has its own event system. DOM events are mapped to Lightning events, since HTML tags are mapped to Lightning
components.
Any browser DOM element event starting with on, such as onclick or onkeypress, can be wired to a controller action. You can
only wire browser events to controller actions.
The "Framework" button wires the onclick attribute in the <lightning:button> component to the handleClick action
in the controller.
Client-side controller source
({
handleClick : function(cmp, event) {
var attributeValue = cmp.get("v.text");
console.log("current text: " + attributeValue);
The handleClick action uses event.getSource() to get the source component that fired this component event. In this
case, the source component is the <lightning:button> in the markup.
The code then sets the value of the text component attribute to the value of the button’s label attribute. The text component
attribute is defined in the <aura:attribute> tag in the markup.
Tip: Use unique names for client-side and server-side actions in a component. A JavaScript function (client-side action) with the
same name as an Apex method (server-side action ) can lead to hard-to-debug issues. In debug mode, the framework logs a
browser console warning about the clashing client-side and server-side action names.
265
Communicating with Events Component Events
SEE ALSO:
Sharing JavaScript Code in a Component Bundle
Event Handling Lifecycle
Creating Server-Side Logic with Controllers
Component Events
A component event is fired from an instance of a component. A component event can be handled by the component that fired the
event or by a component in the containment hierarchy that receives the event.
IN THIS SECTION:
Component Event Propagation
The framework supports capture and bubble phases for the propagation of component events. These phases are similar to DOM
handling patterns and provide an opportunity for interested components to interact with an event and potentially control the
behavior for subsequent handlers.
Create Custom Component Events
Create a custom component event using the <aura:event> tag in a .evt resource. Events can contain attributes that can
be set before the event is fired and read when the event is handled.
Fire Component Events
Fire a component event to communicate data to another component. A component event can be handled by the component that
fired the event or by a component in the containment hierarchy that receives the event.
266
Communicating with Events Component Event Propagation
SEE ALSO:
aura:method
Application Events
Handling Events with Client-Side Controllers
Advanced Events Example
What is Inherited?
Note: Application events have a separate default phase. There’s no separate default phase for component events. The default
phase is the bubble phase.
267
Communicating with Events Create Custom Component Events
The component that fires an event can set the event’s data. To set the attribute values, call event.setParam() or
event.setParams(). A parameter name set in the event must match the name attribute of an <aura:attribute> in the
event. For example, if you fire c:compEvent, you could use:
event.setParam("message", "event message here");
The component that handles an event can retrieve the event data. To retrieve the attribute value in this event, call
event.getParam("message") in the handler’s client-side controller.
Register an Event
A component registers that it may fire an event by using <aura:registerEvent> in its markup. For example:
<aura:registerEvent name="sampleComponentEvent" type="c:compEvent"/>
We’ll see how the value of the name attribute is used for firing and handling events.
Fire an Event
To get a reference to a component event in JavaScript, use cmp.getEvent("evtName") where evtName matches the name
attribute in <aura:registerEvent>.
Use fire() to fire the event from an instance of a component. For example, in an action function in a client-side controller:
var compEvent = cmp.getEvent("sampleComponentEvent");
// Optional: set some data for the event (also known as event shape)
// A parameter’s name must match the name attribute
// of one of the event’s <aura:attribute> tags
// compEvent.setParams({"myParam" : myValue });
compEvent.fire();
SEE ALSO:
Fire Application Events
268
Communicating with Events Handling Component Events
The name attribute in <aura:handler> must match the name attribute in the <aura:registerEvent> tag in the
component that fires the event.
The action attribute of <aura:handler> sets the client-side controller action to handle the event.
The event attribute specifies the event being handled. The format is namespace:eventName.
In this example, when the event is fired, the handleComponentEvent client-side controller action is called.
IN THIS SECTION:
Component Handling Its Own Event
A component can handle its own event by using the <aura:handler> tag in its markup.
Handle Component Event of Instantiated Component
A parent component can set a handler action when it instantiates a child component in its markup.
Handling Bubbled or Captured Component Events
Event propagation rules determine which components in the containment hierarchy can handle events by default in the bubble or
capture phases. Learn about the rules and how to handle events in the bubble or capture phases.
Handling Component Events Dynamically
A component can have its handler bound dynamically via JavaScript. This is useful if a component is created in JavaScript on the
client-side.
SEE ALSO:
Component Event Propagation
Handling Application Events
269
Communicating with Events Handling Component Events
Note: The name attributes in <aura:registerEvent> and <aura:handler> must match, since each event is
defined by its name.
SEE ALSO:
Handle Component Event of Instantiated Component
c:parent sets a handler for this event when it instantiates c:child in its markup.
Note how c:parent uses the following syntax to set a handler for the sampleComponentEvent event fired by c:child.
<c:child sampleComponentEvent="{!c.handleChildEvent}"/>
The syntax looks similar to how you set an attribute called sampleComponentEvent. However, in this case,
sampleComponentEvent isn’t an attribute. sampleComponentEvent matches the event name declared in c:child.
The preceding syntax is a convenient shortcut for the normal way that a component declares a handler for an event. The parent component
can only use this syntax to handle events from a direct descendent. If you want to be more explicit in c:parent that you’re handling
an event, or if the event might be fired by a component further down the component hierarchy, use an <aura:handler> tag
instead of declaring the handler within the <c:child> tag.
<!-- parent.cmp -->
<aura:component>
<aura:handler name="sampleComponentEvent" event="c:compEvent"
action="{!c.handleSampleEvent}"/>
<c:child />
</aura:component>
270
Communicating with Events Handling Component Events
The two versions of c:parent markup behave the same. However, using <aura:handler> makes it more obvious that you’re
handling a sampleComponentEvent event.
SEE ALSO:
Component Handling Its Own Event
Handling Bubbled or Captured Component Events
<!--c:owner-->
<aura:component>
<c:container>
<c:eventSource />
</c:container>
</aura:component>
If c:eventSource fires an event, it can handle the event itself. The event then bubbles up the containment hierarchy.
c:container contains c:eventSource but it’s not the owner because it’s not the outermost component in the markup, so it
can’t handle the bubbled event.
c:owner is the owner because c:container is in its markup. c:owner can handle the event.
271
Communicating with Events Handling Component Events
A container component has a facet attribute whose type is Aura.Component[], such as the default body attribute. The container
component includes those components in its definition using an expression, such as {!v.body}. The container component isn’t the
owner of the components rendered with that expression.
To allow a container component to handle the event, add includeFacets="true" to the <aura:handler> tag of the
container component. For example, adding includeFacets="true" to the handler in the container component, c:container,
enables it to handle the component event bubbled from c:eventSource.
<aura:handler name="bubblingEvent" event="c:compEvent" action="{!c.handleBubbling}"
includeFacets="true" />
A component handling the event in the bubble phase uses the <aura:handler> tag to assign a handling action in its client-side
controller.
<aura:component>
<aura:handler name="compEvent" event="c:compEvent" action="{!c.handleBubbling}"/>
</aura:component>
Note: The name attribute in <aura:handler> must match the name attribute in the <aura:registerEvent> tag
in the component that fires the event.
The default handling phase for component events is bubble if no phase attribute is set.
272
Communicating with Events Handling Component Events
Note: This sample code uses the default c namespace. If your org has a namespace, use that namespace instead.
<!--c:eventBubblingEmitter-->
<aura:component>
<aura:registerEvent name="bubblingEvent" type="c:compEvent" />
<lightning:button onclick="{!c.fireEvent}" label="Start Bubbling"/>
</aura:component>
Here’s the controller for c:eventBubblingEmitter. When you press the button, it fires the bubblingEvent event registered
in the markup.
/*eventBubblingEmitterController.js*/
{
fireEvent : function(cmp) {
var cmpEvent = cmp.getEvent("bubblingEvent");
cmpEvent.fire();
}
}
<div class="grandchild">
<c:eventBubblingEmitter />
</div>
</aura:component>
273
Communicating with Events Handling Component Events
The controller logs the event name when the handler is called.
Here’s the markup for c:eventBubblingChild. We will pass c:eventBubblingGrandchild in as the body of
c:eventBubblingChild when we create c:eventBubblingParent later in this example.
<!--c:eventBubblingChild-->
<aura:component>
<aura:handler name="bubblingEvent" event="c:compEvent" action="{!c.handleBubbling}"/>
<div class="child">
{!v.body}
</div>
</aura:component>
<!--c:eventBubblingParent-->
<aura:component>
<aura:handler name="bubblingEvent" event="c:compEvent" action="{!c.handleBubbling}"/>
<div class="parent">
<c:eventBubblingChild>
<c:eventBubblingGrandchild />
</c:eventBubblingChild>
</div>
</aura:component>
Now, let’s see what happens when you run the code.
1. In your browser, navigate to c:eventBubblingParent. Create a .app resource that contains
<c:eventBubblingParent />.
2. Click the Start Bubbling button that is part of the markup in c:eventBubblingEmitter.
274
Communicating with Events Component Event Example
SEE ALSO:
Component Event Propagation
Handle Component Event of Instantiated Component
Note: The event and components in this example use the default c namespace. If your org has a namespace, use that namespace
instead.
275
Communicating with Events Component Event Example
Component Event
The ceEvent.evt component event has one attribute. We’ll use this attribute to pass some data in the event when it’s fired.
<!--c:ceEvent-->
<aura:event type="COMPONENT">
<aura:attribute name="message" type="String"/>
</aura:event>
Notifier Component
The c:ceNotifier component uses aura:registerEvent to declare that it may fire the component event.
The button in the component contains an onclick browser event that is wired to the fireComponentEvent action in the
client-side controller. The action is invoked when you click the button.
<!--c:ceNotifier-->
<aura:component>
<aura:registerEvent name="cmpEvent" type="c:ceEvent"/>
The client-side controller gets an instance of the event by calling cmp.getEvent("cmpEvent"), where cmpEvent matches
the value of the name attribute in the <aura:registerEvent> tag in the component markup. The controller sets the message
attribute of the event and fires the event.
/* ceNotifierController.js */
{
fireComponentEvent : function(cmp, event) {
// Get the component event by using the
// name value from aura:registerEvent
var cmpEvent = cmp.getEvent("cmpEvent");
cmpEvent.setParams({
"message" : "A component event fired me. " +
"It all happened so fast. Now, I'm here!" });
cmpEvent.fire();
}
}
Handler Component
The c:ceHandler handler component contains the c:ceNotifier component. The <aura:handler> tag uses the same
value of the name attribute, cmpEvent, from the <aura:registerEvent> tag in c:ceNotifier. This wires up
c:ceHandler to handle the event bubbled up from c:ceNotifier.
When the event is fired, the handleComponentEvent action in the client-side controller of the handler component is invoked.
<!--c:ceHandler-->
<aura:component>
<aura:attribute name="messageFromEvent" type="String"/>
276
Communicating with Events Application Events
<p>{!v.messageFromEvent}</p>
<p>Number of events: {!v.numEvents}</p>
</aura:component>
The controller retrieves the data sent in the event and uses it to update the messageFromEvent attribute in the handler component.
/* ceHandlerController.js */
{
handleComponentEvent : function(cmp, event) {
var message = event.getParam("message");
SEE ALSO:
Component Events
Creating Server-Side Logic with Controllers
Application Event Example
Application Events
Application events follow a traditional publish-subscribe model. An application event is fired from an instance of a component. All
components that provide a handler for the event are notified.
277
Communicating with Events Application Event Propagation
IN THIS SECTION:
Application Event Propagation
The framework supports capture, bubble, and default phases for the propagation of application events. The capture and bubble
phases are similar to DOM handling patterns and provide an opportunity for interested components to interact with an event and
potentially control the behavior for subsequent handlers. The default phase preserves the framework’s original handling behavior.
Create Custom Application Events
Create a custom application event using the <aura:event> tag in a .evt resource. Events can contain attributes that can be
set before the event is fired and read when the event is handled.
Fire Application Events
Application events follow a traditional publish-subscribe model. An application event is fired from an instance of a component. All
components that provide a handler for the event are notified.
Handling Application Events
Use <aura:handler> in the markup of the handler component.
SEE ALSO:
Component Events
Handling Events with Client-Side Controllers
Application Event Propagation
Advanced Events Example
278
Communicating with Events Create Custom Application Events
Capture
The event is captured and trickles down from the application root to the source component. The event can be handled by a component
in the containment hierarchy that receives the captured event.
Event handlers are invoked in order from the application root down to the source component that fired the event.
Any registered handler in this phase can stop the event from propagating, at which point no more handlers are called in this phase
or the bubble phase. If a component stops the event propagation using event.stopPropagation(), the component
becomes the root node used in the default phase.
Any registered handler in this phase can cancel the default behavior of the event by calling event.preventDefault(). This
call prevents execution of any of the handlers in the default phase.
Bubble
The component that fired the event can handle it. The event then bubbles up from the source component to the application root.
The event can be handled by a component in the containment hierarchy that receives the bubbled event.
Event handlers are invoked in order from the source component that fired the event up to the application root.
Any registered handler in this phase can stop the event from propagating, at which point no more handlers will be called in this
phase. If a component stops the event propagation using event.stopPropagation(), the component becomes the root
node used in the default phase.
Any registered handler in this phase can cancel the default behavior of the event by calling event.preventDefault(). This
call prevents execution of any of the handlers in the default phase.
Default
Event handlers are invoked in a non-deterministic order from the root node through its subtree. The default phase doesn’t have the
same propagation rules related to component hierarchy as the capture and bubble phases. The default phase can be useful for
handling application events that affect components in different sub-trees of your app.
If the event’s propagation wasn’t stopped in a previous phase, the root node defaults to the application root. If the event’s propagation
was stopped in a previous phase, the root node is set to the component whose handler invoked event.stopPropagation().
Here is the sequence of application event propagation.
1. Event fired—An application event is fired. The component that fires the event is known as the source component.
2. Capture phase—The framework executes the capture phase from the application root to the source component until all components
are traversed. Any handling event can stop propagation by calling stopPropagation() on the event.
3. Bubble phase—The framework executes the bubble phase from the source component to the application root until all components
are traversed or stopPropagation() is called.
4. Default phase—The framework executes the default phase from the root node unless preventDefault() was called in the
capture or bubble phases. If the event’s propagation wasn’t stopped in a previous phase, the root node defaults to the application
root. If the event’s propagation was stopped in a previous phase, the root node is set to the component whose handler invoked
event.stopPropagation().
279
Communicating with Events Fire Application Events
The component that fires an event can set the event’s data. To set the attribute values, call event.setParam() or
event.setParams(). A parameter name set in the event must match the name attribute of an <aura:attribute> in the
event. For example, if you fire c:appEvent, you could use:
event.setParam("message", "event message here");
The component that handles an event can retrieve the event data. To retrieve the attribute in this event, call
event.getParam("message") in the handler’s client-side controller.
Register an Event
A component registers that it may fire an application event by using <aura:registerEvent> in its markup. The name attribute
is required but not used for application events. The name attribute is only relevant for component events. This example uses
name="appEvent" but the value isn’t used anywhere.
Fire an Event
Use $A.get("e.myNamespace:myAppEvent") in JavaScript to get an instance of the myAppEvent event in the
myNamespace namespace.
Note: The syntax to get an instance of an application event is different than the syntax to get a component event, which is
cmp.getEvent("evtName").
Use fire() to fire the event.
var appEvent = $A.get("e.c:appEvent");
// Optional: set some data for the event (also known as event shape)
// A parameter’s name must match the name attribute
// of one of the event’s <aura:attribute> tags
//appEvent.setParams({ "myParam" : myValue });
appEvent.fire();
SEE ALSO:
Fire Component Events
280
Communicating with Events Handling Application Events
The event attribute specifies the event being handled. The format is namespace:eventName.
The action attribute of <aura:handler> sets the client-side controller action to handle the event.
Note: The handler for an application event won’t work if you set the name attribute in <aura:handler>. Use the name
attribute only when you’re handling component events.
In this example, when the event is fired, the handleApplicationEvent client-side controller action is called.
IN THIS SECTION:
Handling Bubbled or Captured Application Events
Event propagation rules determine which components in the containment hierarchy can handle events by default in the bubble or
capture phases. Learn about the rules and how to handle events in the bubble or capture phases.
SEE ALSO:
Handling Component Events
281
Communicating with Events Handling Application Events
A component’s owner is the component that is responsible for its creation. For declaratively created components, the owner is the
outermost component containing the markup that references the component firing the event. For programmatically created components,
the owner component is the component that invoked $A.createComponent to create it.
The same rules apply for the capture phase, although the direction of event propagation (down) is the opposite of the bubble phase
(up).
Confused? It makes more sense when you look at an example in the bubbling phase.
c:owner contains c:container, which in turn contains c:eventSource.
<!--c:owner-->
<aura:component>
<c:container>
<c:eventSource />
</c:container>
</aura:component>
If c:eventSource fires an event, it can handle the event itself. The event then bubbles up the containment hierarchy.
c:container contains c:eventSource but it’s not the owner because it’s not the outermost component in the markup, so it
can’t handle the bubbled event.
c:owner is the owner because c:container is in its markup. c:owner can handle the event.
The event attribute specifies the event being handled. The format is namespace:eventName.
The action attribute of <aura:handler> sets the client-side controller action to handle the event.
282
Communicating with Events Application Event Example
Note: The event and components in this example use the default c namespace. If your org has a namespace, use that namespace
instead.
Application Event
The aeEvent.evt application event has one attribute. We’ll use this attribute to pass some data in the event when it’s fired.
<!--c:aeEvent-->
<aura:event type="APPLICATION">
<aura:attribute name="message" type="String"/>
</aura:event>
Notifier Component
The aeNotifier.cmp notifier component uses aura:registerEvent to declare that it may fire the application event. The
name attribute is required but not used for application events. The name attribute is only relevant for component events.
The button in the component contains a onclick browser event that is wired to the fireApplicationEvent action in the
client-side controller. Clicking this button invokes the action.
<!--c:aeNotifier-->
<aura:component>
<aura:registerEvent name="appEvent" type="c:aeEvent"/>
283
Communicating with Events Application Event Example
The client-side controller gets an instance of the event by calling $A.get("e.c:aeEvent"). The controller sets the message
attribute of the event and fires the event.
/* aeNotifierController.js */
{
fireApplicationEvent : function(cmp, event) {
// Get the application event by using the
// e.<namespace>.<event> syntax
var appEvent = $A.get("e.c:aeEvent");
appEvent.setParams({
"message" : "An application event fired me. " +
"It all happened so fast. Now, I'm everywhere!" });
appEvent.fire();
}
}
Handler Component
The aeHandler.cmp handler component uses the <aura:handler> tag to register that it handles the application event.
Note: The handler for an application event won’t work if you set the name attribute in <aura:handler>. Use the name
attribute only when you’re handling component events.
When the event is fired, the handleApplicationEvent action in the client-side controller of the handler component is invoked.
<!--c:aeHandler-->
<aura:component>
<aura:attribute name="messageFromEvent" type="String"/>
<aura:attribute name="numEvents" type="Integer" default="0"/>
<p>{!v.messageFromEvent}</p>
<p>Number of events: {!v.numEvents}</p>
</aura:component>
The controller retrieves the data sent in the event and uses it to update the messageFromEvent attribute in the handler component.
/* aeHandlerController.js */
{
handleApplicationEvent : function(cmp, event) {
var message = event.getParam("message");
284
Communicating with Events Event Handling Lifecycle
}
}
Container Component
The aeContainer.cmp container component contains the notifier and handler components. This is different from the component
event example where the handler contains the notifier component.
<!--c:aeContainer-->
<aura:component>
<c:aeNotifier/>
<c:aeHandler/>
</aura:component>
SEE ALSO:
Application Events
Creating Server-Side Logic with Controllers
Component Event Example
285
Communicating with Events Event Handling Lifecycle
286
Communicating with Events Advanced Events Example
• Set attributes or modify data on the component (causing a re-rendering of the component).
• Fire another event or invoke a client-side or server-side action.
3.2 Executing an Application Event Handler
All event handlers are executed. When the event handler is executed, the event instance is passed into the event handler.
4 Re-render Component (optional)
After the event handlers and any callback actions are executed, a component might be automatically re-rendered if it was modified
during the event handling process.
SEE ALSO:
Create a Custom Renderer
Container Component eventsContainer.cmp Displays the event handlers on the UI for the complete
demo.
The definitions of component and application events are stored in separate .evt resources, but individual notifier and handler
component bundles can contain code to work with both types of events.
The component and application events both contain a context attribute that defines the shape of the event. This is the data that is
passed to handlers of the event.
287
Communicating with Events Advanced Events Example
Component Event
Here is the markup for compEvent.evt.
<!--c:compEvent-->
<aura:event type="COMPONENT">
<!-- pass context of where the event was fired to the handler. -->
<aura:attribute name="context" type="String"/>
</aura:event>
Application Event
Here is the markup for appEvent.evt.
<!--c:appEvent-->
<aura:event type="APPLICATION">
<!-- pass context of where the event was fired to the handler. -->
<aura:attribute name="context" type="String"/>
</aura:event>
Notifier Component
The eventsNotifier.cmp notifier component contains buttons to initiate a component or application event.
The notifier uses aura:registerEvent tags to declare that it may fire the component and application events. Note that the
name attribute is required but the value is only relevant for the component event; the value is not used anywhere else for the application
event.
The parentName attribute is not set yet. We will see how this attribute is set and surfaced in eventsContainer.cmp.
<!--c:eventsNotifier-->
<aura:component>
<aura:attribute name="parentName" type="String"/>
<aura:registerEvent name="componentEventFired" type="c:compEvent"/>
<aura:registerEvent name="appEvent" type="c:appEvent"/>
<div>
<h3>This is {!v.parentName}'s eventsNotifier.cmp instance</h3>
<p><ui:button
label="Click here to fire a component event"
press="{!c.fireComponentEvent}" />
</p>
<p><ui:button
label="Click here to fire an application event"
press="{!c.fireApplicationEvent}" />
</p>
</div>
</aura:component>
CSS source
The CSS is in eventsNotifier.css.
/* eventsNotifier.css */
.cEventsNotifier {
288
Communicating with Events Advanced Events Example
display: block;
margin: 10px;
padding: 10px;
border: 1px solid black;
}
You can click the buttons to fire component and application events but there is no change to the output because we haven't wired up
the handler component to react to the events yet.
The controller sets the context attribute of the component or application event to the parentName of the notifier component
before firing the event. We will see how this affects the output when we look at the handler component.
Handler Component
The eventsHandler.cmp handler component contains the c:eventsNotifier notifier component and <aura:handler>
tags for the application and component events.
<!--c:eventsHandler-->
<aura:component>
<aura:attribute name="name" type="String"/>
<aura:attribute name="mostRecentEvent" type="String" default="Most recent event handled:"/>
289
Communicating with Events Advanced Events Example
<div>
<h3>This is {!v.name}</h3>
<p>{!v.mostRecentEvent}</p>
<p># component events handled: {!v.numComponentEventsHandled}</p>
<p># application events handled: {!v.numApplicationEventsHandled}</p>
<c:eventsNotifier parentName="{#v.name}" />
</div>
</aura:component>
Note: {#v.name} is an unbound expression. This means that any change to the value of the parentName attribute in
c:eventsNotifier doesn’t propagate back to affect the value of the name attribute in c:eventsHandler. For more
information, see Data Binding Between Components on page 44.
CSS source
The CSS is in eventsHandler.css.
/* eventsHandler.css */
.cEventsHandler {
display: block;
margin: 10px;
padding: 10px;
border: 1px solid black;
}
var numComponentEventsHandled =
parseInt(cmp.get("v.numComponentEventsHandled")) + 1;
cmp.set("v.numComponentEventsHandled", numComponentEventsHandled);
},
var numApplicationEventsHandled =
parseInt(cmp.get("v.numApplicationEventsHandled")) + 1;
cmp.set("v.numApplicationEventsHandled", numApplicationEventsHandled);
}
}
The name attribute is not set yet. We will see how this attribute is set and surfaced in eventsContainer.cmp.
290
Communicating with Events Firing Events from Non-Aura Code
You can click buttons and the UI now changes to indicate the type of event. The click count increments to indicate whether it's a
component or application event. We aren't finished yet though. Notice that the source of the event is undefined as the event context
attribute hasn't been set .
Container Component
Here is the markup for eventsContainer.cmp.
<!--c:eventsContainer-->
<aura:component>
<c:eventsHandler name="eventsHandler1"/>
<c:eventsHandler name="eventsHandler2"/>
</aura:component>
The container component contains two handler components. It sets the name attribute of both handler components, which is passed
through to set the parentName attribute of the notifier components. This fills in the gaps in the UI text that we saw when we looked
at the notifier or handler components directly.
Add the c:eventsContainer component to a c:eventsContainerApp application. Navigate to the application.
https://<myDomain>.lightning.force.com/c/eventsContainerApp.app, where <myDomain> is the name
of your custom Salesforce domain.
Click the Click here to fire a component event button for either of the event handlers. Notice that the # component events handled
counter only increments for that component because only the firing component's handler is notified.
Click the Click here to fire an application event button for either of the event handlers. Notice that the # application events handled
counter increments for both the components this time because all the handling components are notified.
SEE ALSO:
Component Event Example
Application Event Example
Event Handling Lifecycle
291
Communicating with Events Events Best Practices
myExternalEvent.fire();
}
SEE ALSO:
Application Events
Modifying Components Outside the Framework Lifecycle
292
Communicating with Events Events Anti-Patterns
SEE ALSO:
Handling Events with Client-Side Controllers
Events Anti-Patterns
Events Anti-Patterns
These are some anti-patterns that you should avoid when using events.
Instead, use the init hook to run a controller action after component construction but before rendering. Add this code to your
component:
<aura:handler name="init" value="{!this}" action="{!c.doInit}"/>
For more details, see .Invoking Actions on Component Initialization on page 344.
SEE ALSO:
Create a Custom Renderer
Events Best Practices
293
Communicating with Events Events Fired During the Rendering Lifecycle
Component Creation
The component lifecycle starts when the client sends an HTTP request to the server and the component configuration data is returned
to the client. No server trip is made if the component definition is already on the client from a previous request and the component has
no server dependencies.
Let’s look at an app with several nested components. The framework instantiates the app and goes through the children of the v.body
facet to create each component, First, it creates the component definition, its entire parent hierarchy, and then creates the facets within
those components. The framework also creates any component dependencies on the server, including definitions for attributes, interfaces,
controllers, and actions.
The following image lists the order of component creation.
After creating a component instance, the serialized component definitions and instances are sent down to the client. Definitions are
cached but not the instance data. The client deserializes the response to create the JavaScript objects or maps, resulting in an instance
tree that’s used to render the component instance. When the component tree is ready, the init event is fired for all the components,
starting from the children component and finishing in the parent component.
Component Rendering
The rendering lifecycle happens once in the lifetime of a component unless the component gets explicitly unrendered. When you create
a component:
1. The component service that constructs the components fires the init event to signal that initialization has completed.
<aura:handler name="init" value="{!this}" action="{!c.doInit}"/>
You can customize the init handler and add your own controller logic before the component starts rendering. For more information,
see Invoking Actions on Component Initialization on page 344.
2. For each component in the tree, the base implementation of render() or your custom renderer is called to start component
rendering. For more information, see Create a Custom Renderer on page 361. Similar to the component creation process, rendering
starts at the root component, its children components and their super components, if any, and finally the subchildren components.
294
Communicating with Events Events Handled in the Salesforce Mobile App and Lightning
Experience
3. Once your components are rendered to the DOM, afterRender() is called to signal that rendering is completed for each of
these component definitions. It enables you to interact with the DOM tree after the framework rendering service has created the
DOM elements.
4. To indicate that the client is done waiting for a response to the server request XHR, the aura:doneWaiting event is fired. You
can handle this event by adding a handler wired to a client-side controller action.
Note: The aura:doneWaiting event is deprecated. The aura:doneWaiting application event is fired for every
server response, even for responses from other components in your app. Unless your component is running in complete
isolation in a standalone app and not included in Lightning Experience or the Salesforce app, the container app may trigger
your event handler multiple times. This behavior makes it difficult to handle each event appropriately.
5. The framework fires a render event, enabling you to interact with the DOM tree after the framework’s rendering service has
inserted DOM elements. Handling the render event is preferred to creating a custom renderer and overriding afterRender().
For more information, see Handle the render Event.
6. Finally, the aura:doneRendering event is fired at the end of the rendering lifecycle.
Note: The aura:doneRendering event is deprecated. Unless your component is running in complete isolation in a
standalone app and not included in complex apps, such as Lightning Experience or the Salesforce app, the container app may
trigger your event handler multiple times. This behavior makes it difficult to handle each event appropriately.
During initialization, the init() event is fired in this order: ui:button, ui:myCmp, and myApp.app.
SEE ALSO:
Create a Custom Renderer
295
Communicating with Events Events Handled in the Salesforce Mobile App and Lightning
Experience
• Use the <aura:registerEvent> or <aura:dependency> tags to ensure that the event is sent to the client, when
needed.
force:createRecord Opens a page to create a record for the specified entityApiName, for example,
“Account” or “myNamespace__MyObject__c”.
force:showToast Displays a toast notification with a message. (Not available on login pages.)
lightning:openFiles Opens one or more file records from the ContentDocument and ContentHubItem
objects.
296
Communicating with Events System Events
SEE ALSO:
aura:dependency
Fire Component Events
Fire Application Events
System Events
The framework fires several system events during its lifecycle.
You can handle these events in your Lightning apps or components, and within the Salesforce mobile app.
For examples, see the Component Library.
aura:doneWaiting (deprecated) Indicates that the app is done waiting for a response to a server request. This
event is preceded by an aura:waiting event.
aura:locationChange Indicates that the hash part of the URL has changed.
aura:noAccess Indicates that a requested resource is not accessible due to security constraints
on that resource.
297
Communicating with Events System Events
298
CHAPTER 6 Creating Apps
In this chapter ... Components are the building blocks of an app. This section shows you a typical workflow to put the
pieces together to create a new app.
• App Overview
First, you should decide whether you’re creating a component for a standalone app or for Salesforce
• Designing App UI
apps, such as Lightning Experience or Salesforce for Android, iOS, and mobile web. Both components
• Creating App can access your Salesforce data, but only a component created for Lightning Experience or Salesforce
Templates for Android, iOS, and mobile web can automatically handle Salesforce events that take advantage of
• Using the AppCache record create and edit pages, among other benefits.
• Distributing The Quick Start on page 6 walks you through creating components for a standalone app and
Applications and components for Salesforce for Android, iOS, and mobile web to help you determine which one you need.
Components
299
Creating Apps App Overview
App Overview
An app is a special top-level component whose markup is in a .app resource.
On a production server, the .app resource is the only addressable unit in a browser URL. Access an app using the URL:
https://<myDomain>.lightning.force.com/<namespace>/<appName>.app, where <myDomain> is the
name of your custom Salesforce domain
SEE ALSO:
aura:application
Supported HTML Tags
Designing App UI
Design your app's UI by including markup in the .app resource. Each part of your UI corresponds to a component, which can in turn
contain nested components. Compose components to create a sophisticated app.
An app’s markup starts with the <aura:application> tag.
Note: Creating a standalone app enables you to host your components outside of Salesforce for Android, iOS, and mobile web
or Lightning Experience, such as with Lightning Out or Lightning components in Visualforce pages. To learn more about the
<aura:application> tag, see aura:application.
Let's look at a sample.app file, which starts with the <aura:application> tag.
<aura:application extends="force:slds">
<lightning:layout>
<lightning:layoutItem padding="around-large">
<h1 class="slds-text-heading_large">Sample App</h1>
</lightning:layoutItem>
</lightning:layout>
<lightning:layout>
<lightning:layoutItem padding="around-small">
Sidebar
<!-- Other component markup here -->
</lightning:layoutItem>
<lightning:layoutItem padding="around-small">
Content
<!-- Other component markup here -->
</lightning:layoutItem>
</lightning:layout>
</aura:application>
The sample.app file contains HTML tags, such as <h1>, as well as components, such as <lightning:layout>. We won't go
into the details for all the components here but note how simple the markup is. The <lightning:layoutItem> component
can contain other components or HTML markup.
SEE ALSO:
aura:application
300
Creating Apps Creating App Templates
Note how the component extends aura:template and sets the title attribute using aura:set.
The app points at the custom template by setting the template system attribute in <aura:application>.
<aura:application template="np:template">
...
</aura:application>
A template can only extend a component or another template. A component or an application can't extend a template.
SEE ALSO:
aura:application
301
Creating Apps Distributing Applications and Components
A managed package ensures that your application and other resources are fully upgradeable. To create and work with managed packages,
you must use a Developer Edition organization and register a namespace prefix. A managed package includes your namespace prefix
in the component names and prevents naming conflicts in an installer’s organization. An organization can create a single managed
package that can be downloaded and installed by other organizations. After installation from a managed package, the application or
component names are locked, but the following attributes are editable.
• API Version
• Description
• Label
• Language
• Markup
Any Apex that is included as part of your definition bundle must have at least 75% cumulative test coverage. When you upload your
package to AppExchange, all tests are run to ensure that they run without errors. The tests are also run when the package is installed.
For more information on packaging and distributing, see the ISVforce Guide.
SEE ALSO:
Testing Your Apex Code
302
CHAPTER 7 Styling Apps
In this chapter ... An app is a special top-level component whose markup is in a .app resource. Just like any other
component, you can put CSS in its bundle in a resource called <appName>.css.
• Using the Salesforce
Lightning Design For example, if the app markup is in notes.app, its CSS is in notes.css.
System in Apps When viewed in Salesforce for Android, iOS, and mobile web and Lightning Experience, the UI components
• Using External CSS include styling that matches those visual themes. For example, the ui:button includes the
• More Readable button--neutral class to display a neutral style. The input components that extend ui:input
Styling Markup with include the uiInput--input class to display the input fields using a custom font in addition to
the join Expression other styling.
• Tips for CSS in Note: Styles added to UI components in Salesforce for Android, iOS, and mobile web and Lightning
Components Experience don’t apply to components in standalone apps.
• Vendor Prefixes
• Styling with Design SEE ALSO:
Tokens
CSS in Components
Add Lightning Components as Custom Tabs in the Salesforce App
303
Styling Apps Using the Salesforce Lightning Design System in Apps
Note: We recommend extending force:slds instead so that you automatically get the latest Lightning Design System styles.
If you stick to a specific Lightning Design System version, your app’s styles will gradually start to drift from later versions in Lightning
Experience or incur the cost of duplicate CSS downloads.
To download a version of Lightning Design System that doesn’t exceed the maximum size for a static resource, go to the Lightning
Design System downloads page.
Salesforce recommends that you name the Lightning Design System archive static resource using the name format SLDS###, where
### is the Lightning Design System version number (for example, SLDS252). This lets you have multiple versions of the Lightning
Design System installed, and manage version usage in your components.
To use the static version of the Lightning Design System in a component, include it using <ltng:require/>. For example:
<aura:component>
<ltng:require
styles="{!$Resource.SLDS252 +
'/styles/salesforce-lightning-design-system.min.css'}" />
</aura:component>
SEE ALSO:
Styling with Design Tokens
resourceName is the Name of the static resource. In a managed packaged, the resource name must include the package namespace
prefix, such as $Resource.yourNamespace__resourceName. For a stand-alone static resource, such as an individual graphic
304
Styling Apps Using External CSS
or script, that’s all you need. To reference an item within an archive static resource, add the rest of the path to the item using string
concatenation.
Here are some considerations for loading styles:
Loading Sets of CSS
Specify a comma-separated list of resources in the styles attribute to load a set of CSS.
Note: Due to a quirk in the way $Resource is parsed in expressions, use the join operator to include multiple
$Resource references in a single attribute. For example, if you have more than one style sheet to include into a component
the styles attribute should be something like the following.
styles="{!join(',',
$Resource.myStyles + '/stylesheetOne.css',
$Resource.myStyles + '/moreStyles.css')}"
Loading Order
The styles are loaded in the order that they are listed.
One-Time Loading
The styles load only once, even if they’re specified in multiple <ltng:require> tags in the same component or across different
components.
Encapsulation
To ensure encapsulation and reusability, add the <ltng:require> tag to every .cmp or .app resource that uses the CSS
resource.
<ltng:require> also has a scripts attribute to load a list of JavaScript libraries. The afterScriptsLoaded event enables
you to call a controller action after the scripts are loaded. It's only triggered by loading of the scripts and is never triggered
when the CSS in styles is loaded.
For more information on static resources, see “Static Resources” in the Salesforce online help.
<ltng:require styles="{!$Resource.bootstrap}"/>
<div class="myBootstrap">
<c:myComponent />
<!-- Other component markup -->
</div>
Note: Prefixing your CSS with a unique namespace only applies to external CSS. If you’re using CSS within a component bundle,
the .THIS keyword becomes .namespaceComponentName during runtime.
SEE ALSO:
Using External JavaScript Libraries
CSS in Components
$Resource
305
Styling Apps More Readable Styling Markup with the join Expression
Sometimes, if the markup is not broken into multiple lines, it can hurt your eyes or make you mutter profanities under your breath.
<li class="{! 'calendarEvent ' + v.zoomDirection + ' ' + (v.past ? 'pastEvent ' : '') +
(v.zoomed ? 'zoom ' : '') + (v.multiDayFragment ? 'multiDayFragment ' : '')}">
<!-- content here -->
</li>
Try using a join expression instead for easier-to-read markup. This example join expression sets ' ' as the first argument so that
you don’t have to specify it for each subsequent argument in the expression.
<li
class="{! join(' ',
'calendarEvent',
v.zoomDirection,
v.past ? 'pastEvent' : '',
v.zoomed ? 'zoom' : '',
v.multiDayFragment ? 'multiDayFragment' : ''
)}">
<!-- content here -->
</li>
SEE ALSO:
Expression Functions Reference
306
Styling Apps Tips for CSS in Components
Because they can be moved to different locations on the page as well as used on different pages entirely, components must rely on
the normal document flow. Using floats and absolute or fixed positions breaks the layout of the page the component is on. Even if
they don’t break the layout of the page you’re looking at, they will break the layout of some page the component can be put on.
Child elements shouldn’t be styled to be larger than the root element
The Lightning page maintains consistent spacing between components, and can’t do that if child elements are larger than the root
element.
For example, avoid these patterns:
<div style="height: 100px">
<div style="height: 200px">
<!--Other markup here-->
</div>
</div>
Vendor Prefixes
Vendor prefixes, such as —moz- and —webkit- among many others, are automatically added in Lightning.
You only need to write the unprefixed version, and the framework automatically adds any prefixes that are necessary when generating
the CSS output. If you choose to add them, they are used as-is. This enables you to specify alternative values for certain prefixes.
307
Styling Apps Styling with Design Tokens
IN THIS SECTION:
Tokens Bundles
Tokens are a type of bundle, just like components, events, and interfaces.
Create a Tokens Bundle
Create a tokens bundle in your org using the Developer Console.
Defining and Using Tokens
A token is a name-value pair that you specify using the <aura:token> component. Define tokens in a tokens bundle, and then
use tokens in your components’ CSS styles resources.
Using Expressions in Tokens
Tokens support a restricted set of expressions. Use expressions to reuse one token value in another token, or to combine tokens to
form a more complex style property.
Extending Tokens Bundles
Use the extends attribute to extend one tokens bundle from another.
Using Standard Design Tokens
Salesforce exposes a set of “base” tokens that you can access in your component style resources. Use these standard tokens to mimic
the look-and-feel of the Salesforce Lightning Design System (SLDS) in your own custom components. As the SLDS evolves, components
that are styled using the standard design tokens will evolve along with it.
Tokens Bundles
Tokens are a type of bundle, just like components, events, and interfaces.
A tokens bundle contains only one resource, a tokens collection definition.
308
Styling Apps Create a Tokens Bundle
Note: You can’t edit the tokens bundle name or description in the Developer Console after you create it. The bundle’s
AuraBundleDefinition can be modified using the Metadata API.
A tokens collection starts with the <aura:tokens> tag. It can only contain <aura:token> tags to define tokens.
Tokens collections have restricted support for expressions; see Using Expressions in Tokens. You can’t use other markup, renderers,
controllers, or anything else in a tokens collection.
SEE ALSO:
Using Expressions in Tokens
</aura:tokens>
Note: You can’t edit the tokens bundle name or description in the Developer Console after you create it. The bundle’s
AuraBundleDefinition can be modified using the Metadata API. Although you can set a version on a tokens bundle,
doing so has no effect.
Defining Tokens
Add new tokens as child components of the bundle’s <aura:tokens> component. For example:
<aura:tokens>
<aura:token name="myBodyTextFontFace"
309
Styling Apps Using Expressions in Tokens
The only allowed attributes for the <aura:token> tag are name and value.
Using Tokens
Tokens created in the defaultTokens bundle are automatically available in components in your namespace. To use a design token,
reference it using the token() function and the token name in the CSS resource of a component bundle. For example:
.THIS p {
font-family: token(myBodyTextFontFace);
font-weight: token(myBodyTextFontWeight);
}
If you prefer a more concise function name for referencing tokens, you can use the t() function instead of token(). The two are
equivalent. If your token names follow a naming convention or are sufficiently descriptive, the use of the more terse function name
won’t affect the clarity of your CSS styles.
Cross-Referencing Tokens
To reference one token’s value in another token’s definition, wrap the token to be referenced in standard expression syntax.
In the following example, we’ll reference tokens provided by Salesforce in our custom tokens. Although you can’t see the standard tokens
directly, we’ll imagine they look something like the following.
<!-- force:base tokens (SLDS standard tokens) -->
<aura:tokens>
...
<aura:token name="colorBackground" value="rgb(244, 246, 249)" />
<aura:token name="fontFamily" value="'Salesforce Sans', Arial, sans-serif" />
...
</aura:tokens>
With the preceding in mind, you can reference the standard tokens in your custom tokens, as in the following.
<!-- defaultTokens.tokens (your tokens) -->
<aura:tokens extends="force:base">
<aura:token name="mainColor" value="{! colorBackground }" />
<aura:token name="btnColor" value="{! mainColor }" />
<aura:token name="myFont" value="{! fontFamily }" />
</aura:tokens>
You can only cross-reference tokens defined in the same file or a parent.
Expression syntax in tokens resources is restricted to references to other tokens.
310
Styling Apps Extending Tokens Bundles
Combining Tokens
To support combining individual token values into more complex CSS style properties, the token() function supports string
concatenation. For example, if you have the following tokens defined:
<!-- defaultTokens.tokens (your tokens) -->
<aura:tokens>
<aura:token name="defaultHorizonalSpacing" value="12px" />
<aura:token name="defaultVerticalSpacing" value="6px" />
</aura:tokens>
You can combine these two tokens in a CSS style definition. For example:
/* myComponent.css */
.THIS div.notification {
margin: token(defaultVerticalSpacing + ' ' + defaultHorizonalSpacing);
/* more styles here */
}
You can mix tokens with strings as much as necessary to create the right style definition. For example, use margin:
token(defaultVerticalSpacing + ' ' + defaultHorizonalSpacing + ' 3px'); to hard code the bottom
spacing in the preceding definition.
The only operator supported within the token() function is “+” for string concatenation.
SEE ALSO:
Defining and Using Tokens
Overriding tokens values works mostly as you’d expect: tokens in a child tokens bundle override tokens with the same name from a
parent bundle. The exception is if you’re using standard tokens. You can’t override standard tokens in Lightning Experience or the
Salesforce app.
Important: Overriding standard token values is undefined behavior and unsupported. If you create a token with the same name
as a standard token, it overrides the standard token’s value in some contexts, and has no effect in others. This behavior will change
in a future release. Don’t use it.
SEE ALSO:
Using Standard Design Tokens
311
Styling Apps Using Standard Design Tokens
Once added to defaultTokens (or another tokens bundle that defaultTokens extends) you can reference tokens from
force:base just like your own tokens, using the token() function and token name. For example:
.THIS p {
font-family: token(fontFamily);
font-weight: token(fontWeightRegular);
}
You can mix-and-match your tokens with the standard tokens. It’s a best practice to develop a naming system for your own tokens to
make them easily distinguishable from standard tokens. Consider prefixing your token names with “my”, or something else easily
identifiable.
IN THIS SECTION:
Overriding Standard Tokens (Developer Preview)
Standard tokens provide the look-and-feel of the Lightning Design System in your custom components. You can override standard
tokens to customize and apply branding to your Lightning apps.
Standard Design Tokens—force:base
The standard tokens available are a subset of the design tokens offered in the Salesforce Lightning Design System (SLDS). The
following tokens are available when extending from force:base.
Standard Design Tokens for Communities
Use a subset of the standard design tokens to make your components compatible with the Theme panel in Community Builder. The
Theme panel enables administrators to quickly style an entire community using these properties. Each property in the Theme panel
maps to one or more standard design tokens. When an administrator updates a property in the Theme panel, the system automatically
updates any Lightning components that use the tokens associated with that branding property.
SEE ALSO:
Extending Tokens Bundles
Note: Overriding standard tokens is available as a developer preview. This feature isn’t generally available unless or until Salesforce
announces its general availability in documentation or in press releases or public statements. You can provide feedback and
suggestions for this feature on the IdeaExchange.
312
Styling Apps Using Standard Design Tokens
To override a standard token for your Lightning app, create a tokens bundle with a unique name, for example myOverrides. In the
tokens resource, redefine the value for a standard token:
<aura:tokens>
<aura:token name="colorTextBrand" value="#8d7d74"/>
</aura:tokens>
In your Lightning app, specify the tokens bundle in the tokens attribute:
<aura:application tokens="c:myOverrides">
<!-- Your app markup here -->
</aura:application>
Token overrides apply across your app, including resources and components provided by Salesforce and components of your own that
use tokens.
Packaging apps that use the tokens attribute is unsupported.
Important: Overriding standard token values within defaultTokens.tokens, a required resource in a tokens bundle, is
unsupported. If you create a token with the same name as a standard token, it overrides the standard token’s value in some contexts,
and has no effect in others. Overrides should only be done in a separate resource as described above.
SEE ALSO:
Standard Design Tokens—force:base
Available Tokens
Important: The standard token values evolve along with SLDS. Available tokens and their values can change without notice.
Token values presented here are for example only.
borderWidthThick 2px
spacingXxxSmall 0.125rem
spacingXxSmall 0.25rem
spacingXSmall 0.5rem
spacingSmall 0.75rem
spacingMedium 1rem
spacingLarge 1.5rem
spacingXLarge 2rem
varSpacingXxSmall 0.25rem
313
Styling Apps Using Standard Design Tokens
varSpacingSmall 0.75rem
varSpacingMedium 1rem
varSpacingLarge 1.5rem
varSpacingXLarge 2rem
varSpacingXxLarge 3rem
varSpacingVerticalXxSmall 0.25rem
varSpacingVerticalXSmall 0.5rem
varSpacingVerticalSmall 0.75rem
varSpacingVerticalMedium 1rem
varSpacingVerticalLarge 1.5rem
varSpacingVerticalXLarge 2rem
varSpacingVerticalXxLarge 3rem
varSpacingHorizontalXxSmall 0.25rem
varSpacingHorizontalXSmall 0.5rem
varSpacingHorizontalSmall 0.75rem
varSpacingHorizontalMedium 1rem
varSpacingHorizontalLarge 1.5rem
varSpacingHorizontalXLarge 2rem
varSpacingHorizontalXxLarge 3rem
sizeXxSmall 6rem
sizeXSmall 12rem
sizeSmall 15rem
sizeMedium 20rem
sizeLarge 25rem
sizeXLarge 40rem
sizeXxLarge 60rem
squareIconUtilitySmall 1rem
squareIconUtilityMedium 1.25rem
squareIconUtilityLarge 1.5rem
314
Styling Apps Using Standard Design Tokens
squareIconLargeBoundaryAlt 5rem
squareIconLargeContent 2rem
squareIconMediumBoundary 2rem
squareIconMediumBoundaryAlt 2.25rem
squareIconMediumContent 1rem
squareIconSmallBoundary 1.5rem
squareIconSmallContent .75rem
squareIconXSmallBoundary 1.25rem
squareIconXSmallContent .5rem
fontWeightLight 300
fontWeightRegular 400
fontWeightBold 700
lineHeightHeading 1.25
lineHeightText 1.375
lineHeightReset 1
lineHeightTab 2.5rem
borderRadiusSmall .125rem
borderRadiusMedium .25rem
borderRadiusLarge .5rem
borderRadiusPill 15rem
borderRadiusCircle 50%
315
Styling Apps Using Standard Design Tokens
colorBorderButtonBrandDisabled rgba(0, 0, 0, 0)
316
Styling Apps Using Standard Design Tokens
317
Styling Apps Using Standard Design Tokens
318
Styling Apps Using Standard Design Tokens
durationInstantly 0s
durationImmediately 0.05s
durationQuickly 0.1s
319
Styling Apps Using Standard Design Tokens
durationSlowly 0.4s
durationPaused 3.2s
colorBackgroundButtonIcon rgba(0, 0, 0, 0)
colorBackgroundButtonInverse rgba(0, 0, 0, 0)
colorBackgroundButtonInverseDisabled rgba(0, 0, 0, 0)
lineHeightButton 1.875rem
lineHeightButtonSmall 1.75rem
For a complete list of the design tokens available in the SLDS, see Design Tokens on the Lightning Design System site.
SEE ALSO:
Extending Tokens Bundles
320
Styling Apps Using Standard Design Tokens
Important: The standard token values evolve along with SLDS. Available tokens and their values can change without notice.
321
Styling Apps Using Standard Design Tokens
In addition, the following standard tokens are available for derived theme properties in the Customer Service template. You can indirectly
access derived properties when you update the properties in the Theme panel. For example, if you change the Action Color property in
the Theme panel, the system automatically recalculates the Action Color Darker value based on the new value.
322
Styling Apps Using Standard Design Tokens
For a complete list of the design tokens available in the SLDS, see Design Tokens on the Lightning Design System site.
SEE ALSO:
Configure Components for Communities
323
CHAPTER 8 Developing Secure Code
In this chapter ... The Lightning Locker architectural layer enhances security by isolating individual Lightning namespaces
in their own containers and enforcing coding best practices.
• What is Lightning
Locker?
The framework also uses JavaScript Strict mode to turn on native security features in the browser, and
Content Security Policy (CSP) rules to control the source of content that can be loaded on a page.
• Content Security
Policy Overview
• Freeze JavaScript
Prototypes
324
Developing Secure Code What is Lightning Locker?
IN THIS SECTION:
JavaScript Strict Mode Enforcement
Lightning Locker implicitly enables JavaScript strict mode. You don’t need to specify "use strict" in your code. JavaScript
strict mode makes code more secure, robust and supportable.
DOM Access Containment
A component can only traverse the DOM and access elements created by a component in the same namespace. This behavior
prevents the anti-pattern of reaching into DOM elements owned by components in another namespace.
Secure Wrappers
For security, Lightning Locker restricts the use of global objects by hiding an object or by wrapping it in a secure version of the object.
For example, the secure version of window is SecureWindow. Locker intercepts calls to window and uses SecureWindow
instead. Some methods and properties have different behavior or aren’t available on the secure objects.
eval() Function is Limited by Lightning Locker
In Lightning Locker, use of the eval() function is supported to enable use of third-party libraries that evaluate code dynamically.
However, it is limited to work only in the global scope of the namespace. The eval() function can’t access the local variables
within the scope in which it’s called.
MIME Types Permitted
Lightning Locker analyzes the MIME types of files sent through the browser. Locker permits some MIME types, sanitizes some MIME
types, and blocks the rest.
Access to Supported JavaScript API Framework Methods Only
You can access published, supported JavaScript API framework methods only. These methods are published in the reference doc
app at https://<myDomain>.lightning.force.com/docs/component-library, where <myDomain> is
the name of your custom Salesforce domain. Previously, unsupported methods were accessible, which exposed your code to the
risk of breaking when unsupported methods were changed or removed.
What Does Lightning Locker Affect?
Find out what’s affected and what’s not affected by Lightning Locker.
Lightning Locker Tools
Lightning Locker tools help you develop more secure code that is compatible and runs efficiently with Lightning Locker.
Disabling Lightning Locker for a Component
You can disable Lightning Locker for a component by setting API version 39.0 or lower for the component. If a component is set to
at least API version 40.0, Lightning Locker is enabled. API version 40.0 corresponds to Summer ’17, when Lightning Locker was
enabled for all orgs.
Don’t Mix Component API Versions
For consistency and ease of debugging, we recommend that you set the same API version for all custom components in your app,
containment hierarchy (component within component), or extension hierarchy (component extending component).
325
Developing Secure Code JavaScript Strict Mode Enforcement
SEE ALSO:
Content Security Policy Overview
Modifying the DOM
Component Library
Salesforce Lightning CLI (Deprecated)
Salesforce Help: Supported Browsers for Lightning Experience
Note: It’s an anti-pattern for any component to “reach into” another component, regardless of namespace, because it breaks
encapsulation. Lightning Locker only prevents cross-namespace access. Your good judgment should prevent cross-component
access within your own namespace as it makes components tightly coupled and more likely to break.
Let’s look at a sample component that demonstrates DOM containment.
<!--c:domLocker-->
<aura:component>
<div id="myDiv" aura:id="div1">
<p>See how Lightning Locker restricts DOM access</p>
</div>
<lightning:button name="myButton" label="Peek in DOM"
aura:id="button1" onclick="{!c.peekInDom}"/>
</aura:component>
326
Developing Secure Code DOM Access Containment
// returns an error
//console.log("button1 element: ", cmp.find("button1").getElement());
}
})
IN THIS SECTION:
How Lightning Locker Uses the Proxy Object
Lightning Locker uses the standard JavaScript Proxy object to filter a component’s access to underlying JavaScript objects. The
Proxy object ensures that a component only sees DOM elements created by a component in the same namespace.
SEE ALSO:
What is Lightning Locker?
Using JavaScript
327
Developing Secure Code Secure Wrappers
SEE ALSO:
DOM Access Containment
Secure Wrappers
Don’t Mix Component API Versions
Secure Wrappers
For security, Lightning Locker restricts the use of global objects by hiding an object or by wrapping it in a secure version of the object.
For example, the secure version of window is SecureWindow. Locker intercepts calls to window and uses SecureWindow
instead. Some methods and properties have different behavior or aren’t available on the secure objects.
Lightning Locker also replaces instances of other objects, such as components and events, with secure wrapped versions. Here’s a list
of the most common wrappers that you encounter.
SecureAura
Secure wrapper for $A, which is the entry point for using the framework in JavaScript code.
SecureComponent
Secure wrapper for the Component object inside the same namespace.
SecureComponentRef
SecureComponentRef is a subset of SecureComponent that provides the external API for a component in a different
namespace.
When you’re in a controller or helper, you have access to a SecureComponent, essentially the this object. If you reference a
component in a different namespace, you get a SecureComponentRef instead. For example, if your markup includes a
lightning:button and you call cmp.find("buttonAuraId"), you get a SecureComponentRef as
lightning:button is in a different namespace from the component containing the button markup.
328
Developing Secure Code Secure Wrappers
SecureDocument
Secure wrapper for the document object, which represents the root node of the HTML document or page. The document
object is the entry point into the page’s content, which is the DOM tree.
SecureElement
Secure wrapper for the Element object, which represents various HTML elements. SecureElement is wrapped in a Proxy
object as a performance optimization so that its data can be lazily filtered when it’s accessed. Therefore, a Proxy object represents
the HTML element if you’re debugging in the browser console.
SecureObject
Secure wrapper for an object that is wrapped by Lightning Locker. When you see a SecureObject, it typically means that you
don’t have access to the underlying object and its properties aren’t available.
SecureWindow
Secure wrapper for the window object, which represents a window containing a DOM document.
Use the Locker API Viewer to quickly see the difference between the DOM APIs exposed by Lightning Locker versus the standard DOM
APIs for the most complex wrappers: SecureDocument, SecureElement, and SecureWindow.
Example
Let’s look at a sample component that demonstrates some of the secure wrappers.
<!--c:secureWrappers-->
<aura:component >
<div id="myDiv" aura:id="div1">
<p>See how Lightning Locker uses secure wrappers</p>
</div>
<lightning:button name="myButton" label="Peek in DOM"
aura:id="button1" onclick="{!c.peekInDom}"/>
</aura:component>
The c:secureWrappers component creates a <div> HTML element and a lightning:button component.
Here’s the client-side controller that peeks around in the DOM.
({ /* secureWrappersController.js */
peekInDom : function(cmp, event, helper) {
console.log("div1: ", cmp.find("div1").getElement());
We use console.log() to look at the <div> element and the button. The <div> SecureElement is wrapped in a Proxy
object as a performance optimization so that its data can be lazily filtered when it’s accessed.
We put a debugger statement in the code so that we could inspect the elements in the browser console.
Type these expressions into the browser console and look at the results.
cmp
cmp+""
329
Developing Secure Code eval() Function is Limited by Lightning Locker
cmp.find("button1")
cmp.find("button1")+""
window
window+""
$A
$A+""
We add an empty string to some expressions so that the object is converted to a String. You could also use the toString()
method.
Here’s the output.
SEE ALSO:
Lightning Locker API Viewer
How Lightning Locker Uses the Proxy Object
330
Developing Secure Code MIME Types Permitted
Normally, eval() has two modes of execution. When you invoke eval() directly, it works in the local scope. When you invoke it
via a reference, it works in the global scope. Lightning Locker only supports the latter.
For example, suppose that you execute the following code:
window.foo = 1;
function bar() {
var foo = 2;
return eval("foo");
}
A call to bar() returns 2 when evaluation is performed in the local scope, and returns 1 when it’s performed in the global scope. If
you must use variables from the local scope, refactor your code. Use a Function(), declare the local variables as parameters, pass
them as arguments, and add a return statement:
window.foo = 1;
function bar() {
var foo = 2;
return Function("foo","return foo")(foo);
}
331
Developing Secure Code Access to Supported JavaScript API Framework Methods Only
IN THIS SECTION:
Lightning Locker API Viewer
The Lightning Locker API Viewer shows the DOM APIs exposed by Locker versus the standard DOM APIs for the most complex
wrappers: SecureDocument, SecureElement, and SecureWindow.
Locker Console Overview
Use Locker Console to check your JavaScript code’s compatibility with Lightning Locker, and compare how it runs with Lightning
Locker enabled and disabled.
332
Developing Secure Code Lightning Locker Tools
• A red row means that the API isn’t supported in Lightning Locker.
There are several ways to validate your code to ensure compatibility with Aura component APIs. For more information, see Validations
for Aura Component Code.
Use the Locker Console to check JavaScript code’s compatibility with Lightning Locker.
SEE ALSO:
Secure Wrappers
Locker Console Overview
333
Developing Secure Code Lightning Locker Tools
• Click Benchmark to run your code with and without Lightning Locker and view relative performance metrics.
• Click Clear Results to clear all the displayed results.
IN THIS SECTION:
Evaluate JavaScript Code Compatibility with Lightning Locker
Ensure that your code is compatible with Lightning Locker by running the code with Locker enabled. Run the code a second time
with Locker disabled to see if any errors are due to Lightning Locker restrictions.
Benchmark Lightning Locker Effect on JavaScript Code
Benchmark your JavaScript code with and without Lightning Locker and view relative performance metrics.
SEE ALSO:
Lightning Locker API Viewer
Component Library
Stricter CSP Restrictions
2. Click Evaluate.
Note the error in the LOCKER ON column of the results window.
Error: AbortController is not a constructor
You get this error because AbortController is an experimental interface in the DOM API and is not allowed by Lightning
Locker.
The LOCKER OFF column shows N/A as this column isn't relevant when the Locker toggle is enabled.
334
Developing Secure Code Lightning Locker Tools
Use the Locker API Viewer to see the DOM APIs exposed by Lightning Locker versus the standard DOM APIs for the most complex
wrappers: SecureDocument, SecureElement, and SecureWindow.
SEE ALSO:
Locker Console Overview
Lightning Locker API Viewer
Example
Let’s look at an example where you study the performance of a series of nested loops.
1. Paste this code into the code console.
function build(count) {
var table = document.createElement("table");
for (var contact = 0; contact < count; contact++) {
for(var day = 0; day < 7; day++) {
var tr = document.createElement("tr");
var td = document.createElement("td");
td.textContent = contact;
tr.appendChild(td);
for(var hour = 6; hour < 22; hour++) {
td = document.createElement("td");
td.className = "officeDivider";
tr.appendChild(td);
td = document.createElement("td");
td.className = "officeHourIn";
tr.appendChild(td);
td = document.createElement("td");
td.className = "officeHourIn";
tr.appendChild(td);
td = document.createElement("td");
td.className = "officeHourIn";
tr.appendChild(td);
td = document.createElement("td");
td.className = "officeHourIn";
tr.appendChild(td);
}
table.appendChild(tr);
}
}
return table;
};
335
Developing Secure Code Lightning Locker Tools
build(10);
2. Click Benchmark.
The FASTEST column in the results window shows that the code runs 6.56 times faster when Lightning Locker is disabled. This
difference in speed is the cost of security, and whether the performance loss is acceptable depends on each specific case.
The benchmark action allows you to tweak your code and see how the change affects running time. This rapid iterative process is useful
when you're optimizing computationally intensive sections of the code.
2. Click Benchmark.
336
Developing Secure Code Disabling Lightning Locker for a Component
Because there are no DOM API calls, such as document.createElement(), inside the loops in this example, the performance
of the build() function is similar whether Locker is on or off. The code runs 1.11 times faster when Lightning Locker is disabled, as
opposed to 6.56 times faster in the previous example that had multiple DOM API calls.
Plain JavaScript is generally much faster than the DOM API, and the more often a section of code connects to the DOM, the slower the
code runs. The DOM API causes most of the Locker overhead. Here, we accelerate the code by reducing the number of times we touch
the DOM, which also greatly reduces the overall Locker overhead.
SEE ALSO:
Locker Console Overview
SEE ALSO:
Don’t Mix Component API Versions
Aura Component Versioning
Create Aura Components in the Developer Console
337
Developing Secure Code Lightning Locker Disabled for Unsupported Browsers
Extension Hierarchy
Lightning Locker is enabled for a component or an application purely based on component version. The extension hierarchy for a
component doesn’t factor into Lightning Locker enforcement.
Let’s look at an example where a Car component extends a Vehicle component. Car has API version 39.0 so Lightning Locker is
disabled. Vehicle has API version 40.0 so Lightning Locker is enabled.
Now, let’s say that Vehicle adds an expando property, _counter, to the window object by assigning a value to
window._counter. Since Lightning Locker is enabled for Vehicle, the _counter property is added to SecureWindow,
the secure wrapper for window for the component’s namespace. The property isn’t added to the native window object.
Lightning Locker is disabled for Car so the component has access to the native window object. Car can’t see the _counter
property as it’s only available in the SecureWindow object.
This subtle behavior can cause much gnashing of teeth when your code doesn’t work as you expect. You’ll never get that debugging
time back! Save yourself some grief and use the same API version for all components in an extension hierarchy.
Containment Hierarchy
The containment hierarchy within an application or a component doesn’t factor into Lightning Locker enforcement.
Let’s look at an example where a Bicycle component contains a Wheel component. If Bicycle has API version 40.0, Lightning
Locker is enabled. If Wheel has API version 39.0, Lightning Locker is disabled for Wheel even though it’s contained in a component,
Bicycle, that has Lightning Locker enabled.
Due to the mix of component API versions, you’re likely to run into issues similar to those for the extension hierarchy. We recommend
that you set the same API version for all components in your app or component hierarchy, when possible.
SEE ALSO:
Aura Component Versioning
Disabling Lightning Locker for a Component
Secure Wrappers
Sharing JavaScript Code Across Components
Note: The Lightning Locker requirements align with the supported browsers for Lightning Experience, except for IE11. Lightning
Locker is disabled for IE11. We recommend using supported browsers other than IE11 for enhanced security.
SEE ALSO:
Browser Support for Aura Components
Salesforce Help: Supported Browsers for Lightning Experience
338
Developing Secure Code Content Security Policy Overview
Browser Support
CSP isn’t enforced by all browsers. For a list of browsers that enforce CSP, see caniuse.com.
Note: IE11 doesn’t support CSP, so we recommend using other supported browsers for enhanced security.
If your app’s functionality isn’t affected, you can ignore the CSP violation.
IN THIS SECTION:
Stricter CSP Restrictions
The Lightning Component framework already uses Content Security Policy (CSP), which is a W3C standard, to control the source of
content that can be loaded on a page. The “Enable Stricter Content Security Policy” org setting tightens CSP to further mitigate the
risk of cross-site scripting attacks. The CSP rules work at the page level, and apply to all components and libraries, whether Lightning
Locker is enabled or not.
SEE ALSO:
Browser Support for Aura Components
Making API Calls from Components
Create CSP Trusted Sites to Access Third-Party APIs
Salesforce Help: Supported Browsers for Lightning Experience
Salesforce Help: Script Level Security in Communities
339
Developing Secure Code Stricter CSP Restrictions
When stricter CSP is enabled, you must ensure that all your code, including third-party libraries, respects the stricter CSP restrictions.
340
Developing Secure Code Freeze JavaScript Prototypes
1. From Setup, enter Session in the Quick Find box, and then select Session Settings.
2. Select the checkbox for “Freeze JavaScript Prototypes”.
Note: Cisco Webex Teams and Meetings features aren't compatible with the Freeze JavaScript Prototypes setting. If you have
one of these Webex features enabled, you can’t enable this setting.
3. Click Save.
341
CHAPTER 9 Using JavaScript
In this chapter ... Use JavaScript for client-side code. The $A namespace is the entry point for using the framework in
JavaScript code.
• Supported JavaScript
For all the methods available in $A, see the JavaScript API at
• Invoking Actions on
https://<myDomain>.lightning.force.com/docs/component-library, where
Component
<myDomain> is the name of your custom Salesforce domain.
Initialization
• Sharing JavaScript A component bundle can contain JavaScript code in a client-side controller, helper, or renderer. Client-side
Code in a controllers are the most commonly used of these JavaScript resources.
Component Bundle
• Sharing JavaScript
Code Across
Expressions in JavaScript Code
Components
In JavaScript, use string syntax to evaluate an expression. For example, this expression retrieves the
• Using External
label attribute in a component.
JavaScript Libraries
• Dynamically Creating var theLabel = cmp.get("v.label");
Components
Note: Only use the {! } expression syntax in markup in .app or .cmp resources.
• Detecting Data
Changes with
Change Handlers
SEE ALSO:
• Finding Components
Handling Events with Client-Side Controllers
by ID
• Working with
Attribute Values in
JavaScript
• Working with a
Component Body in
JavaScript
• Working with Events
in JavaScript
• Modifying the DOM
• Checking
Component Validity
• Modifying
Components Outside
the Framework
Lifecycle
• Validating Fields
• Throwing and
Handling Errors
342
Using JavaScript
• Calling Component
Methods
• Dynamically Adding
Event Handlers To a
Component
• Dynamically Showing
or Hiding Markup
• Adding and
Removing Styles
• Which Button Was
Pressed?
• Formatting Dates in
JavaScript
• Using JavaScript
Promises
• Making API Calls
from Components
• Create CSP Trusted
Sites to Access
Third-Party APIs
343
Using JavaScript Supported JavaScript
Supported JavaScript
The Aura Components programming model supports ES5 syntax and ES6 Promises.
For the most reliable experience, use ES5 to develop Aura components because the pipeline from authoring to serialization to execution
was built for ES5. Promises from ES6 are also available. Using any other syntax or feature is not supported, and does not work in IE11.
This developer guide explains how to develop Aura components and documents the JavaScript usage that's unique to the Aura
Components programming model.
If you want to use ES6 or later for development, use the Lightning Web Components programming model, which has been architected
for modern JavaScript development.
SEE ALSO:
Browser Support for Aura Components
<p>This value is set in the controller after the component initializes and before
rendering.</p>
<p><b>{!v.setMeOnInit}</b></p>
</aura:component>
Let's look at the Component source to see how this works. The magic happens in this line.
<aura:handler name="init" value="{!this}" action="{!c.doInit}"/>
This registers an init event handler for the component. init is a predefined event sent to every component. After the component
is initialized, the doInit action is called in the component's controller. In this sample, the controller action sets an attribute value, but
it could do something more interesting, such as firing an event.
344
Using JavaScript Sharing JavaScript Code in a Component Bundle
Setting value="{!this}" marks this as a value event. You should always use this setting for an init event.
SEE ALSO:
Handling Events with Client-Side Controllers
Create a Custom Renderer
Component Attributes
Detecting Data Changes with Change Handlers
helperMethod2 : function(component) {
// logic here
this.helperMethod3(var1, var2);
},
To call another function in the same helper, use the syntax: this.methodName, where this is a reference to the helper itself. For
example, helperMethod2 calls helperMethod3 with this code.
this.helperMethod3(var1, var2);
Creating a Helper
A helper resource is part of the component bundle and is auto-wired via the naming convention, <componentName>Helper.js.
To create a helper using the Developer Console, click HELPER in the sidebar of the component. This helper file is valid for the scope of
the component to which it’s auto-wired.
345
Using JavaScript Sharing JavaScript Code in a Component Bundle
Helper functions are local to a component, improve code reuse, and move the heavy lifting of JavaScript logic away from the client-side
controller where possible. The following code shows the helper function, which takes in the value parameter set in the controller via
the item argument. The code walks through calling a server-side action and returning a callback but you can do something else in
the helper function.
/* helper */
({
updateItem : function(component, item, callback) {
//Update the items via a server-side action
var action = component.get("c.saveItem");
action.setParams({"item" : item});
//Set any optional callback and enqueue the action
if (callback) {
action.setCallback(this, callback);
}
$A.enqueueAction(action);
}
})
detailsHelper.js
({
open : function(component, note, mode, sort){
if(mode === "new") {
//do something
}
// do something else, such as firing an event
346
Using JavaScript Sharing JavaScript Code Across Components
}
})
SEE ALSO:
Create a Custom Renderer
Component Bundles
Handling Events with Client-Side Controllers
getValue: function() {
return value;
}
};
}());
This code uses the JavaScript module pattern. Using this closure-based pattern, the value variable remains private to your library.
Components using the library can’t access value directly.
The most important line of the code to note is:
window._counter = (function() {
347
Using JavaScript Sharing JavaScript Code Across Components
You must attach _counter to the window object as a requirement of JavaScript strict mode, which is implicitly enabled in Lightning
Locker. Even though window._counter looks like a global declaration, _counter is attached to the Lightning Locker secure
window object and therefore is a namespace variable, not a global variable.
If you use _counter instead of window._counter, _counter isn’t available. When you try to access it, you get an error similar
to:
Action failed: ... [_counter is not defined]
<h1>MyCounter</h1>
<p>{!v.value}</p>
<lightning:button label="Get Value" onclick="{!c.getValue}"/>
<lightning:button label="Increment" onclick="{!c.increment}"/>
</aura:component>
The <ltng:require> tag loads the counter library and calls the getValue action in the component’s client-side controller after
the library is loaded.
Here’s the client-side controller.
/* MyCounterController.js */
({
getValue : function(component, event, helper) {
component.set("v.value", _counter.getValue());
},
You can access properties of the window object without having to type the window. prefix. Therefore, you can use
_counter.getValue() as shorthand for window._counter.getValue().
Click the buttons to get the value or increment it.
Our counter library shares the counter value between any components that use the library. If you need each component to have a
separate counter, you could modify the counter implementation. To see the per-component code and for more details, see this blog
post about Modularizing Code in Lightning Components.
SEE ALSO:
Using External JavaScript Libraries
JavaScript Strict Mode Enforcement
348
Using JavaScript Using External JavaScript Libraries
<ltng:require scripts="{!$Resource.resourceName}"
afterScriptsLoaded="{!c.afterScriptsLoaded}" />
resourceName is the Name of the static resource. In a managed packaged, the resource name must include the package namespace
prefix, such as $Resource.yourNamespace__resourceName. For a stand-alone static resource, such as an individual graphic
or script, that’s all you need. To reference an item within an archive static resource, add the rest of the path to the item using string
concatenation.
The afterScriptsLoaded action in the client-side controller is called after the scripts are loaded and the component is rendered.
Don’t use the init event to access scripts loaded by <ltng:require>. These scripts load asynchronously and are most likely not
available when the init event handler is called.
Here are some considerations for loading scripts:
Loading Sets of Scripts
Specify a comma-separated list of resources in the scripts attribute to load a set of resources.
Note: Due to a quirk in the way $Resource is parsed in expressions, use the join operator to include multiple
$Resource references in a single attribute. For example, if you have more than one JavaScript library to include into a
component the scripts attribute should be something like the following.
scripts="{!join(',',
$Resource.jsLibraries + '/jsLibOne.js',
$Resource.jsLibraries + '/jsLibTwo.js')}"
Loading Order
The scripts are loaded in the order that they are listed.
One-Time Loading
Scripts load only once, even if they’re specified in multiple <ltng:require> tags in the same component or across different
components.
Parallel Loading
Use separate <ltng:require> tags for parallel loading if you have multiple sets of scripts that are not dependent on each
other.
Encapsulation
To ensure encapsulation and reusability, add the <ltng:require> tag to every .cmp or .app resource that uses the JavaScript
library.
<ltng:require> also has a styles attribute to load a list of CSS resources. You can set the scripts and styles attributes
in one <ltng:require> tag.
349
Using JavaScript Dynamically Creating Components
If you’re using an external library to work with your HTML elements after rendering, use afterScriptsLoaded to wire up a
client-side controller. The following example sets up a chart using the Chart.js library, which is uploaded as a static resource.
<ltng:require scripts="{!$Resource.chart}"
afterScriptsLoaded="{!c.setup}"/>
<canvas aura:id="chart" id="myChart" width="400" height="400"/>
The component’s client-side controller sets up the chart after component initialization and rendering.
setup : function(component, event, helper) {
var data = {
labels: ["January", "February", "March"],
datasets: [{
data: [65, 59, 80, 81, 56, 55, 40]
}]
};
var el = component.find("chart").getElement();
var ctx = el.getContext("2d");
var myNewChart = new Chart(ctx).Line(data);
}
SEE ALSO:
Component Library
Content Security Policy Overview
Using External CSS
$Resource
Creating App Templates
Note: Use $A.createComponent() instead of the deprecated $A.newCmp() and $A.newCmpAsync() methods.
350
Using JavaScript Dynamically Creating Components
Note: A server-side controller isn’t a server-side dependency for component creation because controller actions are only called
after the component has been created.
A single call to createComponent() or createComponents() can result in many components being created. The call creates
the requested component and all its child components. In addition to performance considerations, server-side component creation has
a limit of 10,000 components that can be created in a single request. If you hit this limit, ensure you’re explicitly declaring component
dependencies with the <aura:dependency> tag or otherwise pre-loading dependent elements, so that your component can be
created on the client side instead.
There’s no limit on component creation on the client side.
Note: Creating components where the top-level components don’t have server dependencies but nested inner components do
isn’t currently supported.
Syntax
The syntax is:
$A.createComponent(String type, Object attributes, function callback)
Tip: Component creation is asynchronous if it requires a server trip. You should follow good asynchronous practices, such as
only using the new component in the callback.
The callback has three parameters.
a. cmp—The component that was created. This enables you to do something with the new component, such as add it to the
body of the component that creates it. If there’s an error, cmp is null.
b. status—The status of the call. The possible values are SUCCESS, INCOMPLETE, or ERROR. Always check that the status
is SUCCESS before you try to use the component.
c. errorMessage—The error message if the status is ERROR.
Example
Let’s add a dynamically created button to this sample component.
<!--c:createComponent-->
<aura:component>
<aura:handler name="init" value="{!this}" action="{!c.doInit}"/>
The client-side controller calls $A.createComponent() to create a lightning:button with a local ID (aura:id) and a
handler for the onclick attribute. The function(newButton, ...) callback appends the button to the body of
351
Using JavaScript Dynamically Creating Components
c:createComponent. The newButton that’s dynamically created by $A.createComponent() is passed as the first
argument to the callback.
/*createComponentController.js*/
({
doInit : function(cmp) {
$A.createComponent(
"lightning:button",
{
"aura:id": "findableAuraId",
"label": "Press Me",
"onclick": cmp.getReference("c.handlePress")
},
function(newButton, status, errorMessage){
//Add the new button to the body array
if (status === "SUCCESS") {
var body = cmp.get("v.body");
body.push(newButton);
cmp.set("v.body", body);
}
else if (status === "INCOMPLETE") {
console.log("No response from server or client is offline.")
// Show offline error
}
else if (status === "ERROR") {
console.log("Error: " + errorMessage);
// Show error message
}
}
);
},
handlePress : function(cmp) {
// Find the button by the aura:id value
console.log("button: " + cmp.find("findableAuraId"));
console.log("button pressed");
}
})
Note: c:createComponent contains a {!v.body} expression. When you use cmp.set("v.body", ...) to set
the component body, you must explicitly include {!v.body} in your component markup.
352
Using JavaScript Detecting Data Changes with Change Handlers
"value" : e.message
}]
],
function(components, status, errorMessage){
if (status === "SUCCESS") {
var message = components[0];
var outputText = components[1];
// set the body of the ui:message to be the ui:outputText
message.set("v.body", outputText);
}
else if (status === "INCOMPLETE") {
console.log("No response from server or client is offline.")
// Show offline error
}
else if (status === "ERROR") {
console.log("Error: " + errorMessage);
// Show error message
}
}
);
SEE ALSO:
aura:dependency
Invoking Actions on Component Initialization
Dynamically Adding Event Handlers To a Component
The value attribute sets the component attribute that the change handler tracks.
The action attribute sets the client-side controller action to invoke when the attribute value changes.
A component can have multiple <aura:handler name="change"> tags to detect changes to different attributes.
353
Using JavaScript Finding Components by ID
The valueChange event gives you access to the previous value (oldValue) and the current value (value) in the handler action.
When a change occurs to a value that is represented by the change handler, the framework handles the firing of the event and
rerendering of the component.
SEE ALSO:
Invoking Actions on Component Initialization
Finding Components by ID
Retrieve a component by its ID in JavaScript code.
Use aura:id to add a local ID of button1 to the lightning:button component.
<lightning:button aura:id="button1" label="button1"/>
You can find the component by calling cmp.find("button1"), where cmp is a reference to the component containing the
button. The find() function has one parameter, which is the local ID of a component within the markup.
find() returns different types depending on the result.
• If the local ID is unique, find() returns the component.
• If there are multiple components with the same local ID, find() returns an array of the components.
• If there is no matching local ID, find() returns undefined.
SEE ALSO:
Component IDs
Value Providers
354
Using JavaScript Working with Attribute Values in JavaScript
This example shows how you can retrieve and set attribute values on a component reference, represented by the button with an ID of
button1.
<aura:component>
<aura:attribute name="buttonLabel" type="String"/>
<lightning:button aura:id="button1" label="Button 1"/>
{!v.buttonLabel}
<lightning:button label="Get Label" onclick="{!c.getLabel}"/>
</aura:component>
This controller action retrieves the label attribute value of a button in a component and sets its value on the buttonLabel
attribute.
({
getLabel : function(component, event, helper) {
var myLabel = component.find("button1").get("v.label");
component.set("v.buttonLabel", myLabel);
}
})
For deeply nested objects and attributes, continue adding dots to traverse the structure and access the nested values.
Let’s look at a component with a user attribute of type Map.
<aura:component >
<aura:attribute name="user" type="Map"
default="{
'id': 99,
'firstName': 'Eunice',
'lastName': 'Gomez'}" />
355
Using JavaScript Working with a Component Body in JavaScript
When you click the button in the component, you call the deepSet action in the client-side controller.
({
deepSet : function(component, event, helper) {
console.log(component.get("v.user.firstName"));
component.set("v.user.firstName", "Nina");
console.log(component.get("v.user.firstName"));
}
})
The component.set("v.user.firstName", "Nina") line sets a value for the firstName property in the user
attribute.
SEE ALSO:
Working with a Component Body in JavaScript
Note: When you use cmp.set("v.body", ...) to set the component body, you must explicitly include {!v.body}
in your component markup.
356
Using JavaScript Working with Events in JavaScript
SEE ALSO:
Component Body
Working with Attribute Values in JavaScript
Fire an Event
Fire a component event or an application event that’s registered on a component.
//Fire a component event
var compEvent = cmp.getEvent("sampleComponentEvent");
357
Using JavaScript Working with Events in JavaScript
compEvent.fire();
If the event hasn’t been fired, event.getPhase() returns undefined. Possible return values for component and application
events are capture, bubble, and default. Value events return default. For more information, see:
• Component Event Propagation
• Application Event Propagation
358
Using JavaScript Working with Events in JavaScript
If paused, the event is not handled until event.resume() is called. You can pause an event in the capture or bubble phase
only. For more information, see:
• Handling Bubbled or Captured Component Events
• Handling Bubbled or Captured Application Events
For example, you can prevent a lightning:button component from submitting a form when it’s clicked.
You can resume a paused event in the capture or bubble phase only. For more information, see:
• Handling Bubbled or Captured Component Events
• Handling Bubbled or Captured Application Events
If the event has already been fired, setting a parameter value has no effect on the event.
If the event has already been fired, setting the parameter values has no effect on the event.
359
Using JavaScript Modifying the DOM
You can stop event propagation in the capture or bubble phase only.
IN THIS SECTION:
Modifying DOM Elements Managed by the Aura Components Programming Model
The framework creates and manages the DOM elements owned by a component. If you want to modify these DOM elements created
by the framework, modify the DOM elements in the handler for the component’s render event or in a custom renderer. Otherwise,
the framework will override your changes when the component is rerendered.
Modifying DOM Elements Managed by External Libraries
You can use different libraries, such as a charting library, to create and manage DOM elements. You don’t have to modify these DOM
elements within the render event handler or a renderer because they are managed by the external library.
IN THIS SECTION:
Handle the render Event
When a component is rendered or rerendered, the aura:valueRender event, also known as the render event, is fired.
Handle this event to perform post-processing on the DOM or react to component rendering or rerendering. The event is preferred
and easier to use than the alternative of creating a custom renderer.
360
Using JavaScript Modifying DOM Elements Managed by the Aura Components
Programming Model
SEE ALSO:
Modifying DOM Elements Managed by External Libraries
Using Expressions
Dynamically Showing or Hiding Markup
In this example, the onRender action in your client-side controller handles initial rendering and rerendering of the component. You
can choose any name for the action attribute.
SEE ALSO:
Invoking Actions on Component Initialization
Create a Custom Renderer
Note: It’s preferred and easier to handle the render event rather than the alternative of creating a custom renderer.
361
Using JavaScript Modifying DOM Elements Managed by the Aura Components
Programming Model
• afterRender()
• unrender()
The framework calls these functions as part of the rendering and rerendering lifecycles and we will learn more about them soon. You
can override the base rendering functions in a custom renderer.
Rendering Lifecycle
The rendering lifecycle happens once in the lifetime of a component unless the component gets explicitly unrendered. When you create
a component:
1. The framework fires an init event, enabling you to update a component or fire an event after component construction but before
rendering.
2. The render() method is called to render the component’s body.
3. The afterRender() method is called to enable you to interact with the DOM tree after the framework’s rendering service has
inserted DOM elements.
4. The framework fires a render event, enabling you to interact with the DOM tree after the framework’s rendering service has
inserted DOM elements. Handling the render event is preferred to creating a custom renderer and overriding afterRender().
Rerendering Lifecycle
The rerendering lifecycle automatically handles rerendering of components whenever the underlying data changes. Here is a typical
sequence.
1. A browser event triggers one or more Lightning events.
2. Each Lightning event triggers one or more actions that can update data. The updated data can fire more events.
3. The rendering service tracks the stack of events that are fired.
4. The framework rerenders all the components that own modified data by calling each component’s rerender() method.
5. The framework fires a render event, enabling you to interact with the DOM tree after the framework rerenders a component.
Handling the render event is preferred to creating a custom renderer and overriding rerender().
The component rerendering lifecycle repeats whenever the underlying data changes as long as the component is valid and not explicitly
unrendered.
For more information, see Events Fired During the Rendering Lifecycle .
Custom Renderer
You don’t normally have to write a custom renderer, but it’s useful when you want to interact with the DOM tree after the framework’s
rendering service has inserted DOM elements. If you want to customize rendering behavior and you can’t do it in markup or by using
the init event, you can create a client-side renderer.
A renderer file is part of the component bundle and is auto-wired if you follow the naming convention,
<componentName>Renderer.js. For example, the renderer for sample.cmp would be in sampleRenderer.js.
362
Using JavaScript Modifying DOM Elements Managed by the Aura Components
Programming Model
Rerender Components
When an event is fired, it may trigger actions to change data and call rerender() on affected components. The rerender()
function enables components to update themselves based on updates to other components since they were last rendered. This function
doesn’t return a value.
If you update data in a component, the framework automatically calls rerender().
You generally want to extend default rerendering by calling superRerender() from your renderer() function before you
add your custom rerendering code. Calling superRerender() chains the rerendering to the components in the body attribute.
This code outlines a custom rerender() function.
rerender : function(cmp, helper){
this.superRerender();
// do custom rerendering here
}
363
Using JavaScript Modifying DOM Elements Managed by External Libraries
Unrender Components
The base unrender() function deletes all the DOM nodes rendered by a component’s render() function. It is called by the
framework when a component is being destroyed. Customize this behavior by overriding unrender() in your component’s renderer.
This method can be useful when you are working with third-party libraries that are not native to the framework.
You generally want to extend default unrendering by calling superUnrender() from your unrender() function before you
add your custom code.
This code outlines a custom unrender() function.
unrender: function () {
this.superUnrender();
// do custom unrendering here
}
SEE ALSO:
Modifying the DOM
Invoking Actions on Component Initialization
Component Bundles
Modifying Components Outside the Framework Lifecycle
Sharing JavaScript Code in a Component Bundle
SEE ALSO:
Using External JavaScript Libraries
Modifying DOM Elements Managed by the Aura Components Programming Model
364
Using JavaScript Checking Component Validity
In many scenarios, the cmp.isValid() call isn’t necessary because a null check on a value retrieved from cmp.get() is
sufficient. The main reason to call cmp.isValid() is if you’re making multiple calls against the component and you want to avoid
a null check for each result.
$A.enqueueAction(action);
}
})
The component wired to the client-side controller is passed into the doSomething action as the cmp parameter. When
cmp.get("v.displayResult) is called, we don’t need a cmp.isValid() check.
However, if you hold a reference to another component that may not be valid despite your component being valid, you might need a
cmp.isValid() check for the other component. Let’s look at another example of a component that has a reference to another
component with a local ID of child.
({
"doSomething" : function(cmp) {
var action = cmp.get("c.serverEcho");
var child = cmp.find("child");
action.setCallback(this, function(response) {
var state = response.getState();
if (state === "SUCCESS") {
if (child.get("v.displayResult)) {
alert("From server: " + response.getReturnValue());
}
}
// other state handling omitted for brevity
});
$A.enqueueAction(action);
}
})
365
Using JavaScript Modifying Components Outside the Framework Lifecycle
changed to:
if (child.get("v.displayResult)) {
You don’t need a child.isValid() call here as child.get("v.displayResult) will return null if the child component
is invalid. Add a child.isValid() check only if you’re making multiple calls against the child component and you want to avoid
a null check for each result.
SEE ALSO:
Handling Events with Client-Side Controllers
Invoking Actions on Component Initialization
Modifying Components Outside the Framework Lifecycle
You don't need to use $A.getCallback() if your code is executed as part of the framework's call stack; for example, your code is
handling an event or in the callback for a server-side controller action. An exception is when you want to pass the callback to Lightning
Data Service, such as when you are creating a record using force:recordData. If the callback is passed in without being wrapped
in $A.getCallback(), any attempt to access private attributes of your component results in access check failures.
An example of where you need to use $A.getCallback() is calling window.setTimeout() in an event handler to execute
some logic after a time delay. This puts your code outside the framework's call stack.
366
Using JavaScript Validating Fields
This sample sets the visible attribute on a component to true after a five-second delay.
window.setTimeout(
$A.getCallback(function() {
cmp.set("v.visible", true);
}), 5000
);
Note how the code updating a component attribute is wrapped in $A.getCallback(), which ensures that the framework rerenders
the modified component.
Note: You don't need a cmp.isValid() check within this setTimeout() call as the cmp.set() call doesn't do
anything when the component is invalid.
Warning: Don't save a reference to a function wrapped in $A.getCallback(). If you use the reference later to send actions,
the saved transaction state will cause the actions to be aborted.
SEE ALSO:
Creating a Record
Handling Events with Client-Side Controllers
Checking Component Validity
Firing Events from Non-Aura Code
Communicating with Events
Validating Fields
Validate user input, handle errors, and display error messages on input fields.
Built-in field validation is available for the following components:
• lightning:checkboxGroup
• lightning:combobox
• lightning:input
• lightning:inputField
• lightning:radioGroup
• lightning:select
• lightning:slider
• lightning:textarea
• ui:input*
Note: Components in the ui namespace are deprecated as of API version 46.0. We recommend you use components in the
lightning namespace instead. For more information, see Working with UI Components.
Components in the lightning namespace simplify input validation by providing attributes to define error conditions, enabling you
to handle errors by checking the component’s validity state. For example, you can set a minimum length for a field, display an error
message when the condition is not met, and handle the error based on the given validity state. For more information, see the lightning
namespace components in the https://developer.salesforce.com/docs/component-library.
Alternatively, input components in the ui namespace let you define and handle errors in a client-side controller, enabling you to iterate
through a list of errors.
367
Using JavaScript Validating Fields
The following sections discuss error handling for ui:input* components in API version 45.0 and earlier.
// Is input numeric?
if (isNaN(value)) {
// Set error
inputCmp.set("v.errors", [{message:"Input not a number: " + value}]);
} else {
// Clear error
inputCmp.set("v.errors", null);
}
}
}
When you enter a value and click Submit, doAction in the controller validates the input and displays an error message if the input
is not a number. Entering a valid input clears the error. Add error messages to the input component using the errors attribute.
368
Using JavaScript Throwing and Handling Errors
// is input numeric?
if (isNaN(value)) {
inputCmp.set("v.errors", [{message:"Input not a number: " + value}]);
} else {
inputCmp.set("v.errors", null);
}
},
When you enter a value and click Submit, doAction in the controller executes. However, instead of letting the framework handle
the errors, we define a custom error handler using the onError event in <ui:inputNumber>. If the validation fails, doAction
adds an error message using the errors attribute. This automatically fires the handleError custom error handler.
Similarly, you can customize clearing the errors by using the onClearErrors event. See the handleClearError handler in
the controller for an example.
SEE ALSO:
Handling Events with Client-Side Controllers
Component Events
369
Using JavaScript Throwing and Handling Errors
Unrecoverable Errors
Use throw new Error("error message here") for unrecoverable errors, such as an error that prevents your app from
starting successfully. The error message is displayed.
Note: $A.error() is deprecated. Throw the native JavaScript Error object instead by using throw new Error().
This example shows you the basics of throwing an unrecoverable error in a JavaScript controller.
<!--c:unrecoverableError-->
<aura:component>
<lightning:button label="throw error" onclick="{!c.throwError}"/>
</aura:component>
Recoverable Errors
To handle recoverable errors, use a component, such as ui:message, to tell users about the problem.
This sample shows you the basics of throwing and catching a recoverable error in a JavaScript controller.
<!--c:recoverableError-->
<aura:component>
<p>Click the button to trigger the controller to throw an error.</p>
<div aura:id="div1"></div>
370
Using JavaScript Calling Component Methods
"value" : e.message
}]
],
function(components, status, errorMessage){
if (status === "SUCCESS") {
var message = components[0];
var outputText = components[1];
// set the body of the ui:message to be the ui:outputText
message.set("v.body", outputText);
var div1 = cmp.find("div1");
// Replace div body with the dynamic component
div1.set("v.body", message);
}
else if (status === "INCOMPLETE") {
console.log("No response from server or client is offline.")
// Show offline error
}
else if (status === "ERROR") {
console.log("Error: " + errorMessage);
// Show error message
}
}
);
}
}
})
The controller code always throws an error and catches it in this example. The message in the error is displayed to the user in a dynamically
created ui:message component. The body of the ui:message is a ui:outputText component containing the error text.
SEE ALSO:
Validating Fields
Dynamically Creating Components
371
Using JavaScript Calling Component Methods
Syntax
Use this syntax to call a method in JavaScript code.
cmp.sampleMethod(arg1, … argN);
Example
Let's look at an example app.
<!-- c:auraMethodCallerWrapper.app -->
<aura:application >
<c:auraMethodCaller />
</aura:application>
...
</aura:component>
c:auraMethodCaller is the parent component. c:auraMethodCaller contains the child component, c:auraMethod.
We'll show how c:auraMethodCaller calls an aura:method defined in c:auraMethod.
We'll use c:auraMethodCallerWrapper.app to see how to return results from synchronous and asynchronous code.
IN THIS SECTION:
Return Result for Synchronous Code
aura:method executes synchronously. A synchronous method finishes executing before it returns. Use the return statement
to return a value from synchronous JavaScript code.
372
Using JavaScript Return Result for Synchronous Code
SEE ALSO:
aura:method
Component Events
The logParam aura:method has an aura:attribute with a name of message. This attribute enables you to set a
message parameter when you call the logParam method.
The name attribute of logParam configures the aura:method to invoke logParam() in the client-side controller.
An aura:method can have multiple aura:attribute tags. Each aura:attribute corresponds to a parameter that you
can pass into the aura:method. For more details on the syntax, see aura:method.
You don’t explicitly declare a return value in the aura:method markup. You just use a return statement in the JavaScript controller.
373
Using JavaScript Return Result for Synchronous Code
logParam() simply logs the parameter passed in and returns the parameter value to demonstrate how to use the return statement.
If your code is synchronous, you can use a return statement; for example, you’re not making an asynchronous server-side action call.
callAuraMethod() finds the child component, c:auraMethod, and calls its logParam aura:method with an argument
for the message parameter of the aura:method.
childCmp.logParam("message sent by parent component");
SEE ALSO:
Return Result for Asynchronous Code
Calling Component Methods
aura:method
374
Using JavaScript Return Result for Asynchronous Code
The echo aura:method has an aura:attribute with a name of callback. This attribute enables you to set a callback that’s
invoked by the aura:method after execution of the server-side action in SimpleServerSideController.
375
Using JavaScript Return Result for Asynchronous Code
if (errors) {
if (errors[0] && errors[0].message) {
console.log("Error message: " +
errors[0].message);
}
} else {
console.log("Unknown error");
}
}
});
$A.enqueueAction(action);
},
})
echo() calls the serverEcho() server-side controller action, which we’ll create next.
Note: You can’t return the result with a return statement. The aura:method returns before the asynchronous server-side
action call completes. Instead, we invoke the callback passed into the aura:method and set the result as a parameter in the
callback.
callAuraMethodServerTrip() finds the child component, c:auraMethod, and calls its echo aura:method. echo()
passes a callback function into the aura:method.
376
Using JavaScript Dynamically Adding Event Handlers To a Component
SEE ALSO:
Return Result for Synchronous Code
Calling Component Methods
aura:method
event
The first argument is the name of the event that triggers the handler. You can’t force a component to start firing events that it doesn’t
fire, so make sure that this argument corresponds to an event that the component fires. The <aura:registerEvent> tag in
a component’s markup advertises an event that the component fires.
• For a component event, set this argument to match the name attribute of the <aura:registerEvent> tag.
• For an application event, set this argument to match the event descriptor in the format namespace:eventName.
handler
The second argument is the action that handles the event. The format is similar to the value you would put in the action attribute
in the <aura:handler> tag if the handler was statically defined in the markup. There are two options for this argument.
• To use a controller action, use the format: cmp.getReference("c.actionName").
377
Using JavaScript Dynamically Adding Event Handlers To a Component
For a description of the other arguments, see the JavaScript API in the Aura Reference app.
You can also add an event handler to a component that is created dynamically in the callback function of $A.createComponent().
For more information, see Dynamically Creating Components.
Example
This component has buttons to fire and handle a component event and an application event.
<!--c:dynamicHandler-->
<aura:component >
<aura:registerEvent name="compEvent" type="c:sampleEvent"/>
<aura:registerEvent name="appEvent" type="c:appEvent"/>
<h1>Add dynamic handler for event</h1>
<p>
<lightning:button label="Fire component event" onclick="{!c.fireEvent}" />
<lightning:button label="Add dynamic event handler for component event"
onclick="{!c.addEventHandler}" />
</p>
<p>
<lightning:button label="Fire application event" onclick="{!c.fireAppEvent}" />
<lightning:button label="Add dynamic event handler for application event"
onclick="{!c.addAppEventHandler}" />
</p>
</aura:component>
378
Using JavaScript Dynamically Showing or Hiding Markup
Notice the first parameter of the addEventHandler() calls. The syntax for a component event is:
cmp.addEventHandler("compEvent", cmp.getReference("c.handleEvent"));
For either a component or application event, you can use an anonymous function as a handler instead of using cmp.getReference()
for a controller action.
For example, the application event handler could be:
cmp.addEventHandler("c:appEvent", function(auraEvent) {
// add handler logic here
console.log("Handled the application event in anonymous function");
});
SEE ALSO:
Handling Events with Client-Side Controllers
Handling Component Events
Component Library
379
Using JavaScript Adding and Removing Styles
/*toggleCssController.js*/
({
toggle : function(component, event, helper) {
var toggleText = component.find("text");
$A.util.toggleClass(toggleText, "toggle");
}
})
/*toggleCss.css*/
.THIS.toggle {
display: none;
}
Note: There’s no space in the .THIS.toggle selector because we’re using the rule to match a <p> tag, which is a top-level
element. For more information, see CSS in Components.
Add the c:toggleCss component to an app. To hide or show the text by toggling the CSS class, click the Toggle button.
SEE ALSO:
Handling Events with Client-Side Controllers
Component Attributes
Adding and Removing Styles
CSS source
.THIS.changeMe {
background-color:yellow;
380
Using JavaScript Which Button Was Pressed?
width:200px;
}
The buttons in this demo are wired to controller actions that append or remove the CSS styles. To append a CSS style to a component,
use $A.util.addClass(cmpTarget, 'class'). Similarly, remove the class by using
$A.util.removeClass(cmpTarget, 'class') in your controller. cmp.find() locates the component using the local
ID, denoted by aura:id="changeIt" in this demo.
Toggling a Class
To toggle a class, use $A.util.toggleClass(cmp, 'class'), which adds or removes the class.
The cmp parameter can be component or a DOM element.
Note: We recommend using a component instead of a DOM element. If the utility function is not used inside afterRender()
or rerender(), passing in cmp.getElement() might result in your class not being applied when the components are
rerendered. For more information, see Events Fired During the Rendering Lifecycle on page 293.
To hide or show markup dynamically, see Dynamically Showing or Hiding Markup on page 379.
To conditionally set a class for an array of components, pass in the array to $A.util.toggleClass().
mapClasses: function(arr, cssClass) {
for(var cmp in arr) {
$A.util.toggleClass(arr[cmp], cssClass);
}
}
SEE ALSO:
Handling Events with Client-Side Controllers
CSS in Components
Component Bundles
381
Using JavaScript Formatting Dates in JavaScript
Note: We recommend that you use lightning:button, a button component that comes with Lightning Design System
styling.
Let’s look at an example with multiple ui:button components. Each button has a unique local ID, set by an aura:id attribute.
<!--c:buttonPressed-->
<aura:component>
<aura:attribute name="whichButton" type="String" />
Use event.getSource() in the client-side controller to get the button component that was clicked. Call getLocalId() to
get the aura:id of the clicked button.
/* buttonPressedController.js */
({
nameThatButton : function(cmp, event, helper) {
var whichOne = event.getSource().getLocalId();
console.log(whichOne);
cmp.set("v.whichButton", whichOne);
}
})
If you’re using lightning:button, use the onclick event handler instead of the press event handler.
<aura:component>
<aura:attribute name="whichButton" type="String" />
In the client-side controller, you can use one of the following methods to find out which button was clicked.
• event.getSource().getLocalId() returns the aura:id of the clicked button.
• event.getSource().get("v.name") returns the name of the clicked button.
SEE ALSO:
Component IDs
Finding Components by ID
382
Using JavaScript Formatting Dates in JavaScript
For example, the formatDate() method formats a date based on the formatString parameter set as the second argument.
formatDate (String | Number | Date date, String formatString)
The date parameter can be a String, Number, or most typically a JavaScript Date. If you provide a String value, use ISO 8601 format to
avoid parsing warnings.
The formatString parameter contains tokens to format a date and time. For example, "YYYY-MM-DD" formats 15th
January, 2017 as "2017-01-15". The default format string comes from the $Locale value provider.
This table shows the list of tokens supported in formatString.
Day of month dd 01 … 31
Month M 1 ... 12
Month MM 01 … 12
Minute m 0 … 59
Minute mm 00 … 59
383
Using JavaScript Formatting Dates in JavaScript
Second ss 00 … 59
AM or PM a AM or PM
Week of year w 1 … 53
Week of year ww 01 … 53
There are similar methods that differ in their default output values.
• formatDateTime()—The default formatString outputs datetime instead of date.
• formatDateTimeUTC()—Formats a datetime in UTC standard time.
• formatDateUTC()—Formats a date in UTC standard time.
For more information on all the methods in AuraLocalizationService, see the JavaScript API in the Aura Reference Doc App.
SEE ALSO:
Localization
384
Using JavaScript Using JavaScript Promises
Create a Promise
This firstPromise function returns a Promise.
firstPromise : function() {
return new Promise($A.getCallback(function(resolve, reject) {
// do something
The promise constructor determines the conditions for calling resolve() or reject() on the promise.
Chaining Promises
When you need to coordinate or chain together multiple callbacks, promises can be useful. The generic pattern is:
firstPromise()
.then(
// resolve handler
$A.getCallback(function(result) {
return anotherPromise();
}),
// reject handler
$A.getCallback(function(error) {
console.log("Promise was rejected: ", error);
return errorRecoveryPromise();
})
)
.then(
// resolve handler
$A.getCallback(function() {
return yetAnotherPromise();
385
Using JavaScript Using JavaScript Promises
})
);
The then() method chains multiple promises. In this example, each resolve handler returns another promise.
then() is part of the Promises API. It takes two arguments:
1. A callback for a fulfilled promise (resolve handler)
2. A callback for a rejected promise (reject handler)
The first callback, function(result), is called when resolve() is called in the promise constructor. The result object in
the callback is the object passed as the argument to resolve().
The second callback, function(error), is called when reject() is called in the promise constructor. The error object in
the callback is the object passed as the argument to reject().
Note: The two callbacks are wrapped by $A.getCallback() in our example. What’s that all about? Promises execute their
resolve and reject functions asynchronously so the code is outside the Lightning event loop and normal rendering lifecycle. If the
resolve or reject code makes any calls to the Lightning Component framework, such as setting a component attribute, use
$A.getCallback() to wrap the code. For more information, see Modifying Components Outside the Framework Lifecycle
on page 366.
SEE ALSO:
Storable Actions
386
Using JavaScript Making API Calls from Components
Important: You can’t load JavaScript resources from a third-party site, even if it’s a CSP Trusted Site. To use a JavaScript library
from a third-party site, add it to a static resource, and then add the static resource to your component. After the library is loaded
from the static resource, you can use it as normal.
Sometimes, you have to make API calls from server-side controllers rather than client-side code. In particular, you can’t make calls to
Salesforce APIs from client-side Aura component code. For information about making API calls from server-side controllers, see Making
API Calls from Apex on page 443.
SEE ALSO:
Content Security Policy Overview
Create CSP Trusted Sites to Access Third-Party APIs
• font-src
• media-src
This change to the CSP header directives allows Lightning components to load resources, such as images, styles, and fonts, from the
site. It also allows client-side code to make requests to the site.
Important: You can’t load JavaScript resources from a third-party site, even if it’s a CSP Trusted Site. To use a JavaScript library
from a third-party site, add it to a static resource, and then add the static resource to your component. After the library is loaded
from the static resource, you can use it as normal.
387
Using JavaScript Create CSP Trusted Sites to Access Third-Party APIs
1. From Setup, enter CSP in the Quick Find box, then select CSP Trusted Sites.
This page displays a list of any CSP Trusted Sites already registered, and provides additional information about each site, including
site name and URL.
2. Select New Trusted Site.
3. Name the Trusted Site.
For example, enter Google Maps.
Note: CSP requires secure (https or wss) connections for external resources because an insecure (http or ws) connection
would compromise the security of your org.
Context Description
All (Default)CSP header is approved for both your organization’s Lightning Experience and Lightning
Communities.
LEX CSP header is approved only for your organization’s Lightning Experience.
Communities CSP header is approved only for your organization’s Lightning Communities.
Note: To enable corresponding access for Visualforce or Apex, create a Remote Site.
8. Select Save.
CSP isn’t enforced by all browsers. For a list of browsers that enforce CSP, see caniuse.com.
IE11 doesn’t support CSP, so we recommend using other supported browsers for enhanced security.
SEE ALSO:
Content Security Policy Overview
Making API Calls from Components
Browser Support for Aura Components
Mozilla Developer Network: The WebSocket API
388
CHAPTER 10 Working with Salesforce Data
In this chapter ... To create, read, and update Salesforce data from an Aura component, use Lightning Data Service via the
form-based components or force:recordData. To delete Salesforce data, use
• Lightning Data force:recordData.
Service
• Using Apex to Work
with Salesforce
Records
389
Working with Salesforce Data Lightning Data Service
Note: Working with Lightning Data Service in Lightning Web Components? See the Lightning Web Components Developer
Guide.
Components accessing the same record see significant performance improvements, because a record is loaded only once, no matter
how many components are using it. Shared records also improve user interface consistency. When one component updates a record,
the other components using it are notified, and in most cases, refresh automatically.
390
Working with Salesforce Data Loading a Record
IN THIS SECTION:
Loading a Record
Loading a record can be accomplished entirely in markup using lightning:recordForm. If you need a custom layout, use
lightning:recordViewForm. If you need more customization than the form-based components allow for viewing record
data, use force:recordData.
Editing a Record
The simplest way to create a form that enables you to edit a record is to use the lightning:recordForm component. If you
want to customize the form layout or preload custom values, use lightning:recordEditForm. If you want to customize
a form more than the form-based components allow, use force:recordData.
Creating a Record
The simplest way to create a form that enables users create a record is to use lightning:recordForm. If you want to customize
the form layout or preload custom values, use lightning:recordEditForm. If you need more customization than the
form-based components allow, use force:recordData.
Deleting a Record
To delete a record using Lightning Data Service, call deleteRecord on the force:recordData component, and pass in
a callback function to be invoked after the delete operation completes. The form-based components, such as
lightning:recordForm, don’t currently support deleting a record.
Record Changes
To perform more advanced tasks using force:recordData when the record changes, handle the recordUpdated event.
You can handle record loaded, updated, and deleted changes, applying different actions to each change type.
Handling Errors
Lightning Data Service returns an error when a resource, such as a record or an object, is inaccessible on the server.
Considerations
Lightning Data Service is powerful and simple to use. However, it’s not a complete replacement for writing your own data access
code. Here are some considerations to keep in mind when using it.
Lightning Action Example Using force:recordData
Here’s a longer, more detailed example of using force:recordData to create a Quick Contact action panel.
SaveRecordResult
Represents the result of a Lightning Data Service operation that makes a persistent change to record data.
Displaying the Create and Edit Record Modals
You can take advantage of built-in events to display modals that let you create or edit records via an Aura component.
Loading a Record
Loading a record can be accomplished entirely in markup using lightning:recordForm. If you need a custom layout, use
lightning:recordViewForm. If you need more customization than the form-based components allow for viewing record data,
use force:recordData.
391
Working with Salesforce Data Loading a Record
view
Loads the form using output fields with inline editing enabled. Editable fields have edit icons. If a user clicks an edit icon, editable
fields in the form become editable, and the form displays Cancel and Save buttons. This is the default mode when a record ID is
provided.
readonly
Loads the form with output fields only. The form doesn’t include edit icons, Cancel and Save buttons.
This example displays an account record in view mode using the compact layout, which includes fewer fields than the full layout. The
columns attribute displays the record fields in two columns that are evenly sized. Update the record ID with your own.
<aura:component>
<lightning:recordForm
recordId="001XXXXXXXXXXXXXXX"
objectApiName="Account"
layoutType="Compact"
columns="2"/> />
</aura:component>
To display the field values on a record page, implement the flexipage:availableForRecordHome and
flexipage:hasRecordId. The component automatically inherits the record ID.
This example displays read-only values for the account’s Name and Industry fields. Add this example to an account record page.
<aura:component implements="flexipage:availableForRecordHome,force:hasRecordId">
<aura:attribute name="recordId" type="String" />
<lightning:recordForm recordId="{!v.recordId}"
objectApiName="Account"
mode="readonly"
fields="Name, Industry" />
If you provide both fields and layoutType attributes, the display order of the fields is not guaranteed. To specify the field order,
use fields without the layoutType attribute. Alternatively, use the lightning:recordViewForm component as shown
in the next section.
392
Working with Salesforce Data Loading a Record
</lightning:recordViewForm>
</aura:component>
If you require more customization when displaying a record than what lightning:recordForm and
lightning:recordViewForm allow, consider using force:recordData.
<aura:component implements="flexipage:availableForRecordHome,
force:lightningQuickActionWithoutHeader, force:hasRecordId">
<force:recordData aura:id="recordLoader"
recordId="{!v.recordId}"
targetFields="{!v.simpleRecord}"
targetError="{!v.recordError}"
recordUpdated="{!c.handleRecordUpdated}"
/>
<!-- Display a lightning card with details about the record -->
<div class="Record Details">
<lightning:card iconName="standard:account" title="{!v.simpleRecord.Name}" >
<div class="slds-p-horizontal--small">
393
Working with Salesforce Data Loading a Record
<p class="slds-text-heading--small">
<lightning:formattedText title="Billing City"
value="{!v.simpleRecord.BillingCity}" /></p>
<p class="slds-text-heading--small">
<lightning:formattedText title="Billing State"
value="{!v.simpleRecord.BillingState}" /></p>
</div>
</lightning:card>
</div>
ldsLoadController.js
({
handleRecordUpdated: function(component, event, helper) {
var eventParams = event.getParams();
if(eventParams.changeType === "LOADED") {
// record is loaded (render other component which needs record data value)
When the record loads or updates, to access the record fields in the JavaScript controller, use the
component.get("v.simpleRecord.fieldName") syntax.
force:recordData loads data asynchronously by design since it may go to the server to retrieve data. To track when the
record is loaded or changed, use the recordUpdated event as shown in the previous example. Alternatively, you can place
a change handler on the attribute provided to targetRecord or targetFields.
SEE ALSO:
Component Library: lightning:recordForm
Component Library: lightning:recordViewForm
Configure Components for Lightning Experience Record Pages
Configure Components for Record-Specific Actions
394
Working with Salesforce Data Editing a Record
Editing a Record
The simplest way to create a form that enables you to edit a record is to use the lightning:recordForm component. If you
want to customize the form layout or preload custom values, use lightning:recordEditForm. If you want to customize a form
more than the form-based components allow, use force:recordData.
When the record is saved successfully, all components that contain the updated field values are refreshed automatically.
Add mode="edit" to transform the form to one that displays input fields for editing. The form displays a Save button that updates
the record, and a Cancel button that reverts changes.
<aura:component implements="flexipage:availableForRecordHome, force:hasRecordId">
<lightning:recordForm
recordId = "{!v.recordId}"
objectApiName="Account"
layoutType="Compact"
mode="edit" />
</aura:component>
395
Working with Salesforce Data Editing a Record
A toast notification is displayed when a record is saved successfully or when an error is encountered during save.
({
handleSuccess: function (cmp, event, helper) {
cmp.find('notifLib').showToast({
"title": "Record updated!",
"message": "The record "+ event.getParam("id") + " has been updated
successfully.",
"variant": "success"
});
},
When a server error is encountered, lightning:recordEditForm displays an error message above the form fields using the
lightning:messages component. Alternatively, provide your own error handling using the onerror event handler.
Another feature that lightning:recordEditForm provides that’s not available with lightning:recordForm is displaying
the form with custom field values, as shown in the next section.
396
Working with Salesforce Data Editing a Record
If you require more customization when creating a record than what lightning:recordForm and
lightning:recordEditForm allow, consider using force:recordData.
Note: Since Lightning Data Service records are shared across multiple components, loading records provides the component
with a copy of the record instead of a direct reference. If a component loads a record in VIEW mode, Lightning Data Service
automatically overwrites that copy with a newer copy of the record when the record is changed. If a record is loaded in EDIT mode,
the record is not updated when the record is changed. This prevents unsaved changes from appearing in components that
reference the record while the record is being edited, and prevents any edits in progress from being overwritten. Notifications are
still sent in both modes.
<aura:component implements="flexipage:availableForRecordHome,force:hasRecordId">
397
Working with Salesforce Data Editing a Record
<force:recordData aura:id="recordHandler"
recordId="{!v.recordId}"
layoutType="FULL"
targetRecord="{!v.record}"
targetFields="{!v.simpleRecord}"
targetError="{!v.recordError}"
mode="EDIT"
recordUpdated="{!c.handleRecordUpdated}"
/>
<!-- Display a lightning card with details about the record -->
<div class="Record Details">
<lightning:card iconName="standard:account" title="{!v.simpleRecord.Name}" >
<div class="slds-p-horizontal--small">
<p class="slds-text-heading--small">
<lightning:formattedText title="Billing State"
value="{!v.simpleRecord.BillingState}" /></p>
<p class="slds-text-heading--small">
<lightning:formattedText title="Billing City"
value="{!v.simpleRecord.BillingCity}" /></p>
</div>
</lightning:card>
</div>
<br/>
<lightning:button label="Save Account" variant="brand"
onclick="{!c.handleSaveRecord}" />
</div>
</lightning:card>
</div>
Note: If you’re using this component with an object that has a first and last name, such as contacts, create a separate
lightning:input component for {!v.simpleRecord.FirstName} and
{!v.simpleRecord.LastName}.
This component loads a record using force:recordData set to EDIT mode, and provides a form for editing record values.
(In this simple example, just the record name field.)
398
Working with Salesforce Data Editing a Record
ldsSaveController.js
({
handleSaveRecord: function(component, event, helper) {
component.find("recordHandler").saveRecord($A.getCallback(function(saveResult)
{
// use the recordUpdated event handler to handle generic logic when record
is changed
if (saveResult.state === "SUCCESS" || saveResult.state === "DRAFT") {
// handle component related logic in event handler
} else if (saveResult.state === "INCOMPLETE") {
console.log("User is offline, device doesn't support drafts.");
} else if (saveResult.state === "ERROR") {
console.log('Problem saving record, error: ' +
JSON.stringify(saveResult.error));
} else {
console.log('Unknown problem, state: ' + saveResult.state + ', error:
' + JSON.stringify(saveResult.error));
}
}));
},
/**
* Control the component behavior here when record is changed (via any component)
*/
handleRecordUpdated: function(component, event, helper) {
var eventParams = event.getParams();
if(eventParams.changeType === "CHANGED") {
// get the fields that changed for this record
var changedFields = eventParams.changedFields;
console.log('Fields that are changed: ' + JSON.stringify(changedFields));
The handleSaveRecord action here is a minimal version. There’s no form validation or real error handling. Whatever is
entered in the form is attempted to be saved to the record.
399
Working with Salesforce Data Creating a Record
If you are creating multiple instances of force:recordData on a page, provide your saveRecord and recordUpdated
handlers accordingly. For example, if you have two instances of force:recordData that updates the same record, assign a
different aura:id to each instance, such that saveRecord is called uniquely, and subsequently the recordUpdated
handler.
SEE ALSO:
Component Library: lightning:recordForm
Component Library: lightning:recordEditForm
SaveRecordResult
Configure Components for Lightning Experience Record Pages
Configure Components for Record-Specific Actions
Creating a Record
The simplest way to create a form that enables users create a record is to use lightning:recordForm. If you want to customize
the form layout or preload custom values, use lightning:recordEditForm. If you need more customization than the form-based
components allow, use force:recordData.
When the record saves successfully, the fields display pencil icons to denote that inline editing is available. This view is displayed until
you refresh or reload the page. Then the form redisplays the record fields without data, ready to create a new record.
Alternatively, use the Full layout type, which loads all fields from the full layout to display a form that creates a record. The columns
attribute displays the record fields in two columns that are evenly sized.
<aura:component>
<lightning:recordForm objectApiName="Account"
layoutType="Full"
columns="2"/>
</aura:component>
400
Working with Salesforce Data Creating a Record
To customize the form behavior when a record saves successfully, use the onsuccess event handler.
If you want to provide a custom layout or load custom field values when the form displays, use the lightning:recordEditForm
component as shown in the next section.
401
Working with Salesforce Data Creating a Record
When a server error is encountered,lightning:recordEditForm displays an error message above the form fields. To enable
automatic error handling, include the lightning:messages component. Alternatively, provide your own error handling using
the onerror event handler.
Another feature that lightning:recordEditForm provides that’s not available with lightning:recordForm is preset
custom field values, as shown in the next section.
If you require more customization when creating a record than what lightning:recordForm and
lightning:recordEditForm allow, consider using force:recordData.
recordTypeId String The 18 character ID of the record type for the new record.
If not specified, the default record type for the object is used, as defined in the
user’s profile.
skipCache Boolean Whether to load the record template from the server instead of the client-side
Lightning Data Service cache. Defaults to false.
callback Function A function invoked after the empty record is created. This function receives no
arguments.
402
Working with Salesforce Data Creating a Record
getNewRecord doesn’t return a result. It simply prepares an empty record and assigns it to the targetRecord attribute.
<force:recordData aura:id="contactRecordCreator"
layoutType="FULL"
targetRecord="{!v.newContact}"
targetFields="{!v.simpleNewContact}"
targetError="{!v.newContactError}" />
</aura:component>
This component doesn’t set the recordId attribute of force:recordData. This tells Lightning Data Service to expect a
new record. Here, that’s created in the component’s init handler.
ldsCreateController.js
({
doInit: function(component, event, helper) {
// Prepare a new record from template
component.find("contactRecordCreator").getNewRecord(
403
Working with Salesforce Data Creating a Record
component.find("contactRecordCreator").saveRecord(function(saveResult) {
if (saveResult.state === "SUCCESS" || saveResult.state === "DRAFT") {
The doInit init handler calls getNewRecord() on the force:recordData component, passing in a simple callback
handler. This call returns a Record object to create an empty contact record, which is used by the contact form in the component’s
markup.
404
Working with Salesforce Data Deleting a Record
Note: The callback passed to getNewRecord() must be wrapped in $A.getCallback() to ensure correct access
context when the callback is invoked. If the callback is passed in without being wrapped in $A.getCallback(), any
attempt to access private attributes of your component results in access check failures.
Even if you’re not accessing private attributes, it’s a best practice to always wrap the callback function for getNewRecord()
in $A.getCallback(). Never mix (contexts), never worry.
The handleSaveContact handler is called when the Save Contact button is clicked. It’s a straightforward application of
saving the contact, as described in Editing a Record, and then updating the user interface.
Note: The helper function, validateContactForm, isn’t shown. It simply validates the form values. For an example
of this validation, see Lightning Action Example Using force:recordData.
SEE ALSO:
Component Library: lightning:recordForm
Component Library: lightning:recordEditForm
Editing a Record
Configure Components for Lightning Experience Record Pages
Configure Components for Record-Specific Actions
Controlling Access
Deleting a Record
To delete a record using Lightning Data Service, call deleteRecord on the force:recordData component, and pass in a
callback function to be invoked after the delete operation completes. The form-based components, such as lightning:recordForm,
don’t currently support deleting a record.
Delete operations with Lightning Data Service are straightforward. The force:recordData tag can include minimal details. If you
don’t need any record data, set the fields attribute to just Id. If you know that the only operation is a delete, any mode can be
used.
To perform the delete operation, call deleteRecord on the force:recordData component from the appropriate controller
action handler. deleteRecord takes one argument, a callback function to be invoked when the operation completes. This callback
function receives a SaveRecordResult as its only parameter. SaveRecordResult includes a state attribute that indicates
success or error, and other details you can use to handle the result of the operation.
<aura:component implements="flexipage:availableForRecordHome,force:hasRecordId">
<force:recordData aura:id="recordHandler"
recordId="{!v.recordId}"
fields="Id"
405
Working with Salesforce Data Deleting a Record
targetError="{!v.recordError}"
recordUpdated="{!c.handleRecordUpdated}" />
Notice that the force:recordData tag includes only the recordId and a nearly empty fields list—the absolute
minimum required. If you want to display record values in the user interface, for example, as part of a confirmation message, define
the force:recordData tag as you would for a load operation instead of this minimal delete example.
ldsDeleteController.js
({
handleDeleteRecord: function(component, event, helper) {
component.find("recordHandler").deleteRecord($A.getCallback(function(deleteResult) {
// NOTE: If you want a specific behavior(an action or UI behavior) when
this action is successful
// then handle that in a callback (generic logic when record is changed
should be handled in recordUpdated event handler)
if (deleteResult.state === "SUCCESS" || deleteResult.state === "DRAFT") {
// record is deleted
console.log("Record is deleted.");
} else if (deleteResult.state === "INCOMPLETE") {
console.log("User is offline, device doesn't support drafts.");
} else if (deleteResult.state === "ERROR") {
console.log('Problem deleting record, error: ' +
JSON.stringify(deleteResult.error));
} else {
console.log('Unknown problem, state: ' + deleteResult.state + ', error:
' + JSON.stringify(deleteResult.error));
}
}));
},
/**
* Control the component behavior here when record is changed (via any component)
*/
handleRecordUpdated: function(component, event, helper) {
406
Working with Salesforce Data Record Changes
When the record is deleted, navigate away from the record page. Otherwise, you see a “record not found” error when the component
refreshes. Here the controller uses the objectApiName property in the SaveRecordResult provided to the callback
function, and navigates to the object home page.
SEE ALSO:
SaveRecordResult
Configure Components for Lightning Experience Record Pages
Configure Components for Record-Specific Actions
Record Changes
To perform more advanced tasks using force:recordData when the record changes, handle the recordUpdated event.
You can handle record loaded, updated, and deleted changes, applying different actions to each change type.
If a component performs logic that’s specific to the record data, it must run that logic again when the record changes. A common
example is a business process in which the actions that apply to a record change depending on the record’s values. For example, different
actions apply to opportunities at different stages of the sales cycle.
Note: Lightning Data Service notifies listeners about data changes only if the changed fields are the same as in the listener’s fields
or layout.
<force:recordData aura:id="forceRecord"
recordId="{!v.recordId}"
layoutType="FULL"
targetRecord="{!v._record}"
targetFields="{!v.simpleRecord}"
targetError="{!v._error}"
recordUpdated="{!c.recordUpdated}" />
407
Working with Salesforce Data Handling Errors
When loading a record in edit mode, the record isn’t automatically updated to prevent edits currently in progress from being
overwritten. To update the record, use the reloadRecord method in the action handler.
<force:recordData aura:id="forceRecord"
recordId="{!v.recordId}"
layoutType="FULL"
targetRecord="{!v._record}"
targetFields="{!v.simpleRecord}"
targetError="{!v._error}"
mode="EDIT"
recordUpdated="{!c.recordUpdated}" />
({
recordUpdated : function(component, event, helper) {
Handling Errors
Lightning Data Service returns an error when a resource, such as a record or an object, is inaccessible on the server.
For example, an error occurs if you pass in an invalid input to the form-based components, such as an invalid record ID or missing required
fields. An error is also returned if the record isn’t in the cache and the server is offline. Also, a resource can become inaccessible on the
server when it’s deleted or has its sharing or visibility settings updated.
408
Working with Salesforce Data Handling Errors
be customized. For example, an error is shown below a required field when it’s empty. Lightning Data Service errors are handled in the
following ways.
lightning:recordForm
Automatically displays an error message above the form fields. You can provide additional error handling using the onerror
event handler.
lightning:recordEditForm
To automatically display an error message above or below the form fields, include lightning:messages before or after your
lightning:inputField components.
You can provide additional error handling using the onerror event handler.
lightning:recordViewForm
To automatically display an error message above or below the form fields, include lightning:messages before or after your
lightning:outputField components.
The error object looks like this.
{
"message": "Disconnected or Canceled",
"detail": "",
"output": {
},
"error": {
"ok": false,
"status": 400,
"statusText": "Bad Request",
"body": {
"message": "Disconnected or Canceled"
}
}
}
<force:recordData aura:id="forceRecord"
recordId="{!v.recordId}"
layoutType="FULL"
targetRecord="{!v._record}"
targetFields="{!v.simpleRecord}"
409
Working with Salesforce Data Considerations
targetError="{!v._error}"
recordUpdated="{!c.recordUpdated}" />
If an error occurs when the record begins to load, targetError is set to a localized error message. An error occurs if:
• Input is invalid because of an invalid attribute value, or combination of attribute values. For example, an invalid recordId,
or omitting both the layoutType and the fields attributes.
• The record isn’t in the cache and the server is unreachable (offline).
If the record becomes inaccessible on the server, the recordUpdated event is fired with changeType set to "REMOVED."
No error is set on targetError, since records becoming inaccessible is sometimes the expected outcome of an operation.
For example, after lead convert the lead record becomes inaccessible.
Records can become inaccessible for the following reasons.
• Record or entity sharing or visibility settings restrict access.
• Record or entity is deleted.
When the record becomes inaccessible on the server, the record’s JavaScript object assigned to targetRecord is unchanged.
Considerations
Lightning Data Service is powerful and simple to use. However, it’s not a complete replacement for writing your own data access code.
Here are some considerations to keep in mind when using it.
Lightning Data Service is available in the following containers:
• Lightning Experience
• Salesforce app
• Lightning Communities
• Lightning Out
• Lightning Components for Visualforce
• Standalone Lightning apps
• Lightning for Gmail
• Lightning for Outlook
Lightning Data Service supports primitive DML operations—create, read, update, and delete. It operates on one record at a time, which
you retrieve or modify using the record ID. Lightning Data Service supports spanned fields with a maximum depth of five levels. Support
for working with collections of records or for querying for a record by anything other than the record ID isn’t available. If you must support
higher-level operations or multiple operations in one transaction, use standard @AuraEnabled Apex methods.
410
Working with Salesforce Data Considerations
Lightning Data Service shared data storage provides notifications to all components that use a record whenever a component changes
that record. It doesn’t notify components if that record is changed on the server, for example, if someone else modifies it. Records
changed on the server aren’t updated locally until they’re reloaded. Lightning Data Service notifies listeners about data changes only if
the changed fields are the same as in the listener’s fields or layout.
Supported Objects
Lightning Data Service supports custom objects and the following.
• Account
• AccountContactRelation
• AccountPartner
• AccountTeamMember
• ActionCadence
• Asset
• AssetRelationship
• AssignedResource
• AttachedContentNote
• BusinessAccount
• Campaign
• CampaignMember
• CareBarrier
• CareBarrierType
• Case
• Contact
• ContactRequest
• ContentDocument
• ContentNote
• ContentVersion
• ContentWorkspace
• Contract
• ContractContactRole
• ContractLineItem
• Custom Object
• Entitlement
• EntityArchivingSetup
• EnvironmentHubMember
• Image
• Lead
• LicensingRequest
• MaintenanceAsset
• MaintenancePlan
411
Working with Salesforce Data Considerations
• MarketingAction
• MarketingResource
• Note
• OperatingHours
• Opportunity
• OpportunityLineItem
• OpportunityPartner
• OpportunityTeamMember
• Order
• OrderItem
• OrderSummary
• Partner
• PersonAccount
• Pricebook2
• PricebookEntry
• Product2
• Quote
• QuoteDocument
• QuoteLineItem
• RecordType
• ResourceAbsence
• ResourcePreference
• RetailVisitKpi
• RetailVisitWorkTask
• ServiceAppointment
• ServiceContract
• ServiceCrew
• ServiceCrewMember
• ServiceResource
• ServiceResourceCapacity
• ServiceResourceSkill
• ServiceTerritory
• ServiceTerritoryLocation
• ServiceTerritoryMember
• Shift
• Shipment
• SkillRequirement
• SocialPost
• SurveyInvitation
• SurveyResponse
412
Working with Salesforce Data Lightning Action Example Using force:recordData
• SurveySubject
• Tenant
• TimeSheet
• TimeSheetEntry
• TimeSlot
• UsageEntitlement
• UsageEntitlementPeriod
• User
• Visit
• WorkOrder
• WorkOrderLineItem
• WorkType
Example: This example is intended to be added as a Lightning action on the account object. Clicking the action’s button on the
account layout opens a panel to create a new contact.
This example is similar to the example provided in Configure Components for Record-Specific Actions. Compare the two examples
to better understand the differences between using @AuraEnabled Apex controllers and using Lightning Data Service.
413
Working with Salesforce Data Lightning Action Example Using force:recordData
ldsQuickContact.cmp
<aura:component implements="force:lightningQuickActionWithoutHeader,force:hasRecordId">
414
Working with Salesforce Data Lightning Action Example Using force:recordData
</aura:component>
ldsQuickContactController.js
({
doInit: function(component, event, helper) {
component.find("contactRecordCreator").getNewRecord(
"Contact", // objectApiName
null, // recordTypeId
false, // skip cache?
$A.getCallback(function() {
var rec = component.get("v.newContact");
var error = component.get("v.newContactError");
if(error || (rec === null)) {
console.log("Error initializing record template: " + error);
}
else {
console.log("Record template initialized: " + rec.apiName);
}
})
);
},
component.find("contactRecordCreator").saveRecord(function(saveResult) {
if (saveResult.state === "SUCCESS" || saveResult.state === "DRAFT") {
415
Working with Salesforce Data Lightning Action Example Using force:recordData
resultsToast.setParams({
"title": "Contact Saved",
"message": "The new contact was created."
});
// Update the UI: close panel, show toast, refresh account page
$A.get("e.force:closeQuickAction").fire();
resultsToast.fire();
Note: The callback passed to getNewRecord() must be wrapped in $A.getCallback() to ensure correct access
context when the callback is invoked. If the callback is passed in without being wrapped in $A.getCallback(), any
attempt to access private attributes of your component results in access check failures.
Even if you’re not accessing private attributes, it’s a best practice to always wrap the callback function for getNewRecord()
in $A.getCallback(). Never mix (contexts), never worry.
ldsQuickContactHelper.js
({
validateContactForm: function(component) {
var validContact = true;
if (allValid) {
// Verify we have an account to attach it to
416
Working with Salesforce Data SaveRecordResult
}
}
})
SEE ALSO:
Configure Components for Record-Specific Actions
Controlling Access
SaveRecordResult
Represents the result of a Lightning Data Service operation that makes a persistent change to record data.
SaveRecordResult Object
Callback functions for the saveRecord and deleteRecord functions receive a SaveRecordResult object as their only
argument.
entityLabel String The label for the name of the sObject of the record.
state String The result state of the operation. Possible values are:
• SUCCESS—The operation completed on the server successfully.
• DRAFT—The server wasn’t reachable, so the operation was saved locally as
a draft. The change is applied to the server when it’s reachable.
• INCOMPLETE—The server wasn’t reachable, and the device doesn’t support
drafts. (Drafts are supported only in the Salesforce app.) Try this operation
again later.
417
Working with Salesforce Data Displaying the Create and Edit Record Modals
The client-side controller fires the force:editRecord event, which displays the edit record page for a given record ID.
edit : function(component, event, helper) {
var editRecordEvent = $A.get("e.force:editRecord");
editRecordEvent.setParams({
"recordId": component.get("v.recordId")
});
editRecordEvent.fire();
}
Firing this event on a record page is similar to clicking the default Edit button on a record page’s header. Records updated using the
force:editRecord event are persisted automatically.
Note: If you don’t need the edit record page to display in a modal or if you need to specify a subset of fields, consider using
Lightning Data Service via lightning:recordForm or lightning:recordEditForm instead.
For more information on working on records with Apex, see Working with Data in Apex.
418
Working with Salesforce Data Using Apex to Work with Salesforce Records
This example controller persists an updated Account record. Note that the update method has the @AuraEnabled annotation,
which enables it to be called as a server-side controller action.
public with sharing class AccountController {
@AuraEnabled
public static void updateAnnualRevenue(String accountId, Decimal annualRevenue) {
Account acct = [SELECT Id, Name, BillingCity FROM Account WHERE Id = :accountId];
acct.AnnualRevenue = annualRevenue;
@AuraEnabled
public static List<Opportunity> getOpportunities() {
List<Opportunity> opportunities =
[SELECT Id, Name, CloseDate FROM Opportunity];
return opportunities;
}
@AuraEnabled
public static Opportunity getOpportunity(Id id) {
Opportunity opportunity = [
SELECT Id, Account.Name, Name, CloseDate,
Owner.Name, Amount, Description, StageName
FROM Opportunity
WHERE Id = :id
];
This example component uses the previous server-side controller to display a list of opportunity records when you press a button.
<aura:component controller="OpportunityController">
<aura:attribute name="opportunities" type="Opportunity[]"/>
419
Working with Salesforce Data Using Apex to Work with Salesforce Records
When you press the button, the following client-side controller calls the getOpportunities() server-side controller and sets the
opportunities attribute on the component. For more information about calling server-side controller methods, see Calling a
Server-Side Action on page 427.
({
getOpps: function(cmp){
var action = cmp.get("c.getOpportunities");
action.setCallback(this, function(response){
var state = response.getState();
if (state === "SUCCESS") {
cmp.set("v.opportunities", response.getReturnValue());
}
});
$A.enqueueAction(action);
}
})
Note: To load record data during component initialization, use the init handler.
@AuraEnabled
public static List<MyObj__c> getObjects() {
This example component uses the previous controller to display a list of records from the myObj__c custom object.
<aura:component controller="MyObjController">
<aura:attribute name="myObjects" type="namespace.MyObj__c[]"/>
<aura:iteration items="{!v.myObjects}" var="obj">
{!obj.Name}, {!obj.namespace__myField__c}
</aura:iteration>
</aura:component>
This client-side controller sets the myObjects component attribute with the record data by calling the getMyObjects() method
in the server-side controller. This step can also be done during component initialization using the init handler.
getMyObjects: function(cmp){
var action = cmp.get("c.getObjects");
action.setCallback(this, function(response){
var state = response.getState();
if (state === "SUCCESS") {
cmp.set("v.myObjects", response.getReturnValue());
}
});
420
Working with Salesforce Data CRUD and Field-Level Security (FLS)
$A.enqueueAction(action);
}
IN THIS SECTION:
CRUD and Field-Level Security (FLS)
Aura components don’t automatically enforce CRUD and FLS in an Apex controller when you reference or retrieve objects. This
means that the framework continues to display records and fields for which users don’t have CRUD access and FLS visibility.
SEE ALSO:
CRUD and Field-Level Security (FLS)
Note: To work with Salesforce records, we recommend using Lightning Data Service, which handles sharing rules, CRUD, and
field-level security for you.
You must manually enforce CRUD and FLS in your Apex controllers.
For example, including the with sharing keyword in an Apex controller ensures that users see only the records they have access
to in an Aura component. Additionally, you must explicitly check for isAccessible(), isCreateable(), isDeletable(),
and isUpdateable() prior to performing operations on records or objects.
This example shows the recommended way to query fields on a custom expense object.
public with sharing class ExpenseController {
421
Working with Salesforce Data CRUD and Field-Level Security (FLS)
422
CHAPTER 11 Using Apex
In this chapter ... Use Apex to write server-side code, such as controllers and test classes.
Server-side controllers handle requests from client-side controllers. For example, a client-side controller
• Creating Server-Side
Logic with Controllers
might handle an event and call a server-side controller action to persist a record. A server-side controller
can also load your record data.
• Testing Your Apex
Code
• Making API Calls
from Apex
• Make Long-Running
Callouts with
Continuations
• Creating
Components in Apex
423
Using Apex Creating Server-Side Logic with Controllers
IN THIS SECTION:
Apex Server-Side Controller Overview
Create a server-side controller in Apex and use the @AuraEnabled annotation to enable access to the controller method.
AuraEnabled Annotation
The AuraEnabled annotation enables Lightning components to access Apex methods and properties.
Creating an Apex Server-Side Controller
Use the Developer Console to create an Apex server-side controller.
Calling a Server-Side Action
Call a server-side controller action from a client-side controller. In the client-side controller, you set a callback, which is called after
the server-side action is completed. A server-side action can return any object containing serializable JSON data.
Passing Data to an Apex Controller
Use action.setParams() in JavaScript to set data to pass to an Apex controller.
Returning Data from an Apex Server-Side Controller
Return results from a server-side controller to a client-side controller using the return statement. Results data must be serializable
into JSON format.
Returning Errors from an Apex Server-Side Controller
Create and throw a System.AuraHandledException from your server-side controller to return a custom error message.
Queueing of Server-Side Actions
The framework queues up actions before sending them to the server. This mechanism is largely transparent to you when you’re
writing code but it enables the framework to minimize network traffic by batching multiple actions into one request (XHR).
Foreground and Background Actions
Foreground actions are the default. An action can be marked as a background action. This is useful when you want your app to
remain responsive to a user while it executes a low priority, long-running action. A rough guideline is to use a background action if
it takes more than five seconds for the response to return from the server.
Storable Actions
Enhance your component’s performance by marking actions as storable (cacheable) to quickly show cached data from client-side
storage without waiting for a server trip. If the cached data is stale, the framework retrieves the latest data from the server. Caching
is especially beneficial for users on high latency, slow, or unreliable connections such as 3G networks.
Abortable Actions
Mark an action as abortable to make it potentially abortable while it's queued to be sent to the server. An abortable action in the
queue is not sent to the server if the component that created the action is no longer valid, that is cmp.isValid() == false.
A component is automatically destroyed and marked invalid by the framework when it is unrendered.
424
Using Apex Apex Server-Side Controller Overview
In addition to using the @AuraEnabled annotation, your Apex controller must follow these requirements.
• Methods must be static and marked public or global. Non-static methods aren’t supported.
• If a method returns an object, instance methods that retrieve the value of the object’s instance field must be public.
• Use unique names for client-side and server-side actions in a component. A JavaScript function (client-side action) with the same
name as an Apex method (server-side action ) can lead to hard-to-debug issues. In debug mode, the framework logs a browser
console warning about the clashing client-side and server-side action names.
Tip: Don’t store component state in your controller (client-side or server-side). Store state in a component’s client-side attributes
instead.
For more information, see Classes in the Apex Developer Guide.
SEE ALSO:
Calling a Server-Side Action
Creating an Apex Server-Side Controller
AuraEnabled Annotation
AuraEnabled Annotation
The AuraEnabled annotation enables Lightning components to access Apex methods and properties.
The AuraEnabled annotation is overloaded, and is used for two separate and distinct purposes.
• Use @AuraEnabled on Apex class static methods to make them accessible as remote controller actions in your Lightning
components.
• Use @AuraEnabled on Apex instance methods and properties to make them serializable when an instance of the class is
returned as data from a server-side action.
Important:
• Don’t mix-and-match these different uses of @AuraEnabled in the same Apex class.
• Only static @AuraEnabled Apex methods can be called from client-side code. Visualforce-style instance properties and
getter/setter methods aren’t available. Use client-side component attributes instead.
425
Using Apex AuraEnabled Annotation
In Apex, every method that is annotated @AuraEnabled should be treated as a webservice interface. That is, the developer should assume
that an attacker can call this method with any parameter, even if the developer's client-side code does not invoke the method or invokes
it using only sanitized parameters. Therefore the parameters of an @AuraEnabled method should:
• not be placed into a SOQL query unsanitized
• not be trusted to specify which fields and objects a user can access
Whenever an @AuraEnabled method modifies sObjects, full CRUD/FLS as well as sharing checks should be made to ensure that the
client does not elevate their privileges when invoking this method. These checks need to be performed on the server (in Apex). Note
that this is different than the situation with Visualforce, in which CRUD/FLS checks can be performed for you by the Visualforce presentation
layer. This means porting code from Visualforce to Lightning requires the addition of CRUD/FLS checks each time an sObject is accessed.
Because Lightning components are meant to be re-usable and shareable, each global or public attribute should be viewed as untrusted
from the point of view of the component's internal logic. In other words, don't take the contents of an attribute and render them directly
to the DOM via innerHTML or $().html(). It does not matter whether, in your app, the attributes are provided by another component you
control. When you need to perform a raw HTML write or set an href attribute, then the attribute must be marked sanitized in your
JavaScript code.
An important aspect to understand is how session authentication works for your AuraEnabled components. If a community user's session
expires, and the rendered page contains Lightning components that can invoke custom Apex methods (AuraEnabled), the methods are
invoked as the community site's guest user. Plan your implementation to either provide/revoke access to the site guest user or to monitor
for session time-outs to invoke login requests as needed.
Prior to API version 44.0, to cache data returned from an Apex method, you had to call setStorable() in JavaScript code on every
action that called the Apex method. For API version of 44.0 or higher, you must mark the Apex method as storable (cacheable) and you
can get rid of any setStorable() calls in JavaScript code. The Apex annotation approach is better because it centralizes your
caching notation for a method in the Apex class.
Using Continuations
Use the Continuation class in Apex to make a long-running request to an external Web service.
Continuations use the @AuraEnabled annotation. Here are the rules for usage.
@AuraEnabled(continuation=true)
An Apex controller method that returns a continuation must be annotated with @AuraEnabled(continuation=true).
@AuraEnabled(continuation=true cacheable=true)
To cache the result of a continuation action, set cacheable=true on the annotation for the Apex callback method.
426
Using Apex Creating an Apex Server-Side Controller
SEE ALSO:
Returning Data from an Apex Server-Side Controller
Custom Apex Class Types
Storable Actions
@AuraEnabled Annotations for Continuations
SEE ALSO:
Salesforce Help: Open the Developer Console
Returning Data from an Apex Server-Side Controller
AuraEnabled Annotation
427
Using Apex Calling a Server-Side Action
This client-side controller includes an echo action that executes a serverEcho method on a server-side controller.
Tip: Use unique names for client-side and server-side actions in a component. A JavaScript function (client-side action) with the
same name as an Apex method (server-side action ) can lead to hard-to-debug issues. In debug mode, the framework logs a
browser console warning about the clashing client-side and server-side action names.
({
"echo" : function(cmp) {
// create a one-time use instance of the serverEcho action
// in the server-side controller
var action = cmp.get("c.serverEcho");
action.setParams({ firstName : cmp.get("v.firstName") });
In the client-side controller, we use the value provider of c to invoke a server-side controller action. We also use the c syntax in markup
to invoke a client-side controller action.
428
Using Apex Calling a Server-Side Action
The cmp.get("c.serverEcho") call indicates that we’re calling the serverEcho method in the server-side controller. The
method name in the server-side controller must match everything after the c. in the client-side call. In this case, that’s serverEcho.
The implementation of the serverEcho Apex method is shown in Apex Server-Side Controller Overview.
Use action.setParams() to set data to be passed to the server-side controller. The following call sets the value of the firstName
argument on the server-side controller’s serverEcho method based on the firstName attribute value.
action.setParams({ firstName : cmp.get("v.firstName") });
action.setCallback() sets a callback action that is invoked after the server-side action returns.
The server-side action results are available in the response variable, which is the argument of the callback.
response.getState() gets the state of the action returned from the server.
Note: You don’t need a cmp.isValid() check in the callback in a client-side controller when you reference the component
associated with the client-side controller. The framework automatically checks that the component is valid.
response.getReturnValue() gets the value returned from the server. In this example, the callback function alerts the user
with the value returned from the server.
$A.enqueueAction(action) adds the server-side controller action to the queue of actions to be executed. All actions that are
enqueued will run at the end of the event loop. Rather than sending a separate request for each individual action, the framework
processes the event chain and batches the actions in the queue into one request. The actions are asynchronous and have callbacks.
Tip: If your action is not executing, make sure that you’re not executing code outside the framework’s normal rerendering lifecycle.
For example, if you use window.setTimeout() in an event handler to execute some logic after a time delay, wrap your
code in $A.getCallback(). You don't need to use $A.getCallback() if your code is executed as part of the framework's
call stack; for example, your code is handling an event or in the callback for a server-side controller action.
IN THIS SECTION:
Action States
Call a server-side controller action from a client-side controller. The action can have different states during processing.
SEE ALSO:
Handling Events with Client-Side Controllers
Passing Data to an Apex Controller
Queueing of Server-Side Actions
Action States
Checking Component Validity
429
Using Apex Passing Data to an Apex Controller
Action States
Call a server-side controller action from a client-side controller. The action can have different states during processing.
The possible action states are:
NEW
The action was created but is not in progress yet
RUNNING
The action is in progress
SUCCESS
The action executed successfully
ERROR
The server returned an error
INCOMPLETE
The server didn’t return a response. The server might be down or the client might be offline. The framework guarantees that an
action’s callback is always invoked as long as the component is valid. If the socket to the server is never successfully opened, or closes
abruptly, or any other network error occurs, the XHR resolves and the callback is invoked with state equal to INCOMPLETE.
ABORTED
The action was aborted. This action state is deprecated. A callback for an aborted action is never executed so you can’t do anything
to handle this state.
SEE ALSO:
Calling a Server-Side Action
The request payload includes the action data serialized into JSON.
Here's the Apex controller method.
@AuraEnabled
public static String serverEcho(String firstName) {
return ('Hello from the server, ' + firstName);
}
The framework deserializes the action data into the appropriate Apex type. In this example, we have a String parameter called
firstName.
430
Using Apex Passing Data to an Apex Controller
Here's the application's JavaScript controller. Each action calls the helper's putdatatype method, which queues up the actions to
send to the Apex controller. The method has three parameters:
1. The component
2. The Apex method name
3. The data to pass to the Apex method
// actionParamTypesController.js
({
putbooleanc : function(component, event, helper) {
helper.putdatatype(component, "c.pboolean", true);
},
putintc : function(component, event, helper) {
helper.putdatatype(component, "c.pint", 10);
},
putlongc : function(component, event, helper) {
helper.putdatatype(component, "c.plong", 2147483648);
},
putdecimalc : function(component, event, helper) {
helper.putdatatype(component, "c.pdecimal", 10.80);
},
putdoublec : function(component, event, helper) {
helper.putdatatype(component, "c.pdouble", 10.80);
},
putstringc : function(component, event, helper) {
helper.putdatatype(component, "c.pstring", "hello!");
},
putobjectc : function(component, event, helper) {
helper.putdatatype(component, "c.pobject", true);
},
putblobc : function(component, event, helper) {
431
Using Apex Passing Data to an Apex Controller
The helper has a utility method to send the data to an Apex controller.
// actionParamTypesHelper.js
({
putdatatype : function(component, actionName, val) {
var action = component.get(actionName);
action.setParams({ v : val });
action.setCallback(this, function(response) {
console.log(response.getReturnValue());
});
$A.enqueueAction(action);
}
})
432
Using Apex Passing Data to an Apex Controller
}
@AuraEnabled
public static Integer pint(Integer v){
System.debug(v+v);
return v;
}
@AuraEnabled
public static Long plong(Long v){
System.debug(v);
return v;
}
@AuraEnabled
public static Decimal pdecimal(Decimal v){
System.debug(v);
return v;
}
@AuraEnabled
public static Double pdouble(Double v){
System.debug(v);
return v;
}
@AuraEnabled
public static String pstring(String v){
System.debug(v.capitalize());
return v;
}
@AuraEnabled
public static Object pobject(Object v){
System.debug(v);
return v;
}
@AuraEnabled
public static Blob pblob(Blob v){
System.debug(v.toString());
return v;
}
@AuraEnabled
public static Date pdate(Date v){
System.debug(v);
return v;
}
@AuraEnabled
public static DateTime pdatetime(DateTime v){
System.debug(v);
return v;
}
@AuraEnabled
public static Time ptime(Time v){
System.debug(v);
return v;
}
@AuraEnabled
public static List<List<List<String>>> plistoflistoflistofstring(List<List<List<String>>>
v){
433
Using Apex Returning Data from an Apex Server-Side Controller
System.debug(v);
return v;
}
@AuraEnabled
public static Map<String, String> pmapofstring(Map<String, String> v){
System.debug(v);
return v;
}
@AuraEnabled
public static MyCustomApexClass pcustomclass(MyCustomApexClass v){
System.debug(v);
return v;
}
}
The pcustomclass() Apex method has a parameter that's a custom Apex type, MyCustomApexClass. Each property in the
Apex class must have an @AuraEnabled annotation, as well as a getter and setter.
public class MyCustomApexClass {
@AuraEnabled
public String s {get; set;}
@AuraEnabled
public Integer i {get; set;}
@AuraEnabled
public List<String> l {get; set;}
@AuraEnabled
public Map <String, String> m {get; set;}
@AuraEnabled
public MyOtherCustomApexClass os {get; set;}
}
The MyCustomApexClass Apex class has a property with a type of another custom Apex class, MyOtherCustomApexClass.
public class MyOtherCustomApexClass {
@AuraEnabled
public Boolean b {get; set;}
}
SEE ALSO:
Queueing of Server-Side Actions
Apex Server-Side Controller Overview
434
Using Apex Returning Data from an Apex Server-Side Controller
@AuraEnabled
public static List<SimpleAccount> getAccounts() {
List<Account> accounts = [SELECT Id, Name, Phone FROM Account LIMIT 5];
for (Account acct : accounts) {
simpleAccounts.add(new SimpleAccount(acct.Id, acct.Name, acct.Phone));
}
return simpleAccounts;
}
}
When an instance of an Apex class is returned from a server-side action, the instance is serialized to JSON by the framework. Only the
values of public instance properties and methods annotated with @AuraEnabled are serialized and returned.
For example, here’s a simple “wrapper” Apex class that contains a few details for an account record. This class is used to package a few
details of an account record in a serializable format.
public class SimpleAccount {
When returned from a remote Apex controller action, the Id and Name properties are defined on the client-side. However, because it
doesn’t have the @AuraEnabled annotation, the Phone property isn’t serialized on the server side, and isn’t returned as part of the
result data.
SEE ALSO:
AuraEnabled Annotation
Custom Apex Class Types
435
Using Apex Returning Errors from an Apex Server-Side Controller
@AuraEnabled
public static String helloOrThrowAnError(String name) {
436
Using Apex Foreground and Background Actions
The batching of actions is also known as boxcar’ing, similar to a train that couples boxcars together.
The framework uses a stack to keep track of the actions to send to the server. When the browser finishes processing events and JavaScript
on the client, the enqueued actions on the stack are sent to the server in a batch.
Tip: If your action is not executing, make sure that you’re not executing code outside the framework’s normal rerendering lifecycle.
For example, if you use window.setTimeout() in an event handler to execute some logic after a time delay, wrap your
code in $A.getCallback().
There are some properties that you can set on an action to influence how the framework manages the action while it’s in the queue
waiting to be sent to the server. For more information, see:
• Foreground and Background Actions on page 437
• Storable Actions on page 438
• Abortable Actions on page 442
SEE ALSO:
Modifying Components Outside the Framework Lifecycle
Batching of Actions
Multiple queued foreground actions are batched in a single request (XHR) to minimize network traffic. The batching of actions is also
known as boxcar’ing, similar to a train that couples boxcars together.
The server sends the XHR response to the client when all actions have been processed on the server. If a long-running action is in the
boxcar, the XHR response is held until that long-running action completes. Marking an action as background results in that action being
sent separately from any foreground actions. The separate transmission ensures that the background action doesn’t impact the response
time of the foreground actions.
When the server-side actions in the queue are executed, the foreground actions execute first and then the background actions execute.
Background actions run in parallel with foreground actions and responses of foreground and background actions may come back in
either order.
We don’t make any guarantees for the order of execution of action callbacks. XHR responses may return in a different order than the
order in which the XHR requests were sent due to server processing time.
Note: Don’t rely on each background action being sent in its own request as that behavior isn’t guaranteed and it can lead to
performance issues. Remember that the motivation for background actions is to isolate long-running requests into a separate
request to avoid slowing the response for foreground actions.
If two actions must be executed sequentially, the component must orchestrate the ordering. The component can enqueue the first
action. In the first action’s callback, the component can then enqueue the second action.
437
Using Apex Storable Actions
it’s not user controlled. The framework manages the number of foreground and background XHRs, which varies depending on available
resources.
Even with separate throttling, background actions might affect performance in some conditions, such as an excessive number of requests
to the server.
Note: A background action can’t be set back to a foreground action. In other words, calling setBackground to set it to
false will have no effect.
SEE ALSO:
Queueing of Server-Side Actions
Calling a Server-Side Action
Storable Actions
Enhance your component’s performance by marking actions as storable (cacheable) to quickly show cached data from client-side storage
without waiting for a server trip. If the cached data is stale, the framework retrieves the latest data from the server. Caching is especially
beneficial for users on high latency, slow, or unreliable connections such as 3G networks.
Warning:
• A storable action might result in no call to the server. Never mark as storable an action that updates or deletes data.
• For storable actions in the cache, the framework returns the cached response immediately and also refreshes the data if it’s
stale. Therefore, storable actions might have their callbacks invoked more than once: first with cached data, then with updated
data from the server.
Most server requests are read-only and idempotent, which means that a request can be repeated or retried as often as necessary without
causing data changes. The responses to idempotent actions can be cached and quickly reused for subsequent identical actions. For
storable actions, the key for determining an identical action is a combination of:
• Apex controller name
• Method name
• Method parameter values
438
Using Apex Storable Actions
Prior to API version 44.0, to cache data returned from an Apex method, you had to call setStorable() in JavaScript code on every
action that called the Apex method. For API version of 44.0 or higher, you can mark the Apex method as storable (cacheable) and get
rid of any setStorable() calls in JavaScript code. The Apex annotation approach is better because it centralizes your caching
notation for a method in the Apex class.
Call setStorable() on an action in JavaScript code, as follows.
action.setStorable();
The setStorable function takes an optional argument, which is a configuration map of key-value pairs representing the storage
options and values to set. You can only set the following property:
ignoreExisting
Set to true to bypass the cache. The default value is false.
This property is useful when you know that any cached data is invalid, such as after a record modification. This property should be
used rarely because it explicitly defeats caching.
To set the storage options for the action response, pass this configuration map into setStorable(configObj).
IN THIS SECTION:
Lifecycle of Storable Actions
This image describes the sequence of callback execution for storable actions.
Enable Storable Actions in an Application
Storable actions are automatically configured in Lightning Experience and the Salesforce mobile app. To use storable actions in a
standalone app (.app resource), you must configure client-side storage for cached action responses.
Storage Service Adapters
The Storage Service supports multiple implementations of storage and selects an adapter at runtime based on browser support and
specified characteristics of persistence and security. Storage can be persistent and secure. With persistent storage, cached data is
preserved between user sessions in the browser. With secure storage, cached data is encrypted.
Note: An action might have its callback invoked more than once:
• First with the cached response, if it’s in storage.
• Second with updated data from the server, if the stored response has exceeded the time to refresh entries.
439
Using Apex Storable Actions
Cache Miss
If the action is not a cache hit as it doesn’t match a storage entry:
1. The action is sent to the server-side controller.
2. If the response is SUCCESS, the response is added to storage.
3. The callback in the client-side controller is executed.
Cache Hit
If the action is a cache hit as it matches a storage entry:
1. The callback in the client-side controller is executed with the cached action response.
2. If the response has been cached for longer than the refresh time, the storage entry is refreshed.
When an application enables storable actions, a refresh time is configured. The refresh time is the duration in seconds before an
entry is refreshed in storage. The refresh time is automatically configured in Lightning Experience and the Salesforce mobile app.
SEE ALSO:
Storable Actions
Enable Storable Actions in an Application
440
Using Apex Storable Actions
To configure client-side storage for your standalone app, use <auraStorage:init> in the auraPreInitBlock attribute of
your application’s template. For example:
<aura:component isTemplate="true" extends="aura:template">
<aura:set attribute="auraPreInitBlock">
<auraStorage:init
name="actions"
persistent="false"
secure="true"
maxSize="1024"
defaultExpiration="900"
defaultAutoRefreshInterval="30" />
</aura:set>
</aura:component>
name
The storage name must be actions. Storable actions are the only currently supported type of storage.
persistent
Set to true to preserve cached data between user sessions in the browser.
secure
Set to true to encrypt cached data.
maxsize
The maximum size in KB of the storage.
defaultExpiration
The duration in seconds that an entry is retained in storage.
defaultAutoRefreshInterval
The duration in seconds before an entry is refreshed in storage.
Storable actions use the Storage Service. The Storage Service supports multiple implementations of storage and selects an adapter at
runtime based on browser support and specified characteristics of persistence and security.
SEE ALSO:
Storage Service Adapters
IndexedDB
(Persistent but not secure) Provides access to an API for client-side storage and search of structured data. For more information, see
the Indexed Database API.
441
Using Apex Abortable Actions
Memory
(Not persistent but secure) Provides access to JavaScript memory for caching data. The stored cache persists only per browser page.
Browsing to a new page resets the cache.
The Storage Service selects a storage adapter on your behalf that matches the persistent and secure options you specify when initializing
the service. For example, if you request a persistent and insecure storage service, the Storage Service returns the IndexedDB storage if
the browser supports it.
Abortable Actions
Mark an action as abortable to make it potentially abortable while it's queued to be sent to the server. An abortable action in the queue
is not sent to the server if the component that created the action is no longer valid, that is cmp.isValid() == false. A component
is automatically destroyed and marked invalid by the framework when it is unrendered.
Note: We recommend that you only use abortable actions for read-only operations as they are not guaranteed to be sent to the
server.
An abortable action is sent to the server and executed normally unless the component that created the action is invalid before the action
is sent to the server.
A non-abortable action is always sent to the server and can't be aborted in the queue.
If an action response returns from the server and the associated component is now invalid, the logic has been executed on the server
but the action callback isn’t executed. This is true whether or not the action is marked as abortable.
SEE ALSO:
Creating Server-Side Logic with Controllers
Queueing of Server-Side Actions
Calling a Server-Side Action
442
Using Apex Making API Calls from Apex
– While only 75% of your Apex code must be covered by tests, don’t focus on the percentage of code that is covered. Instead,
make sure that every use case of your application is covered, including positive and negative cases, as well as bulk and single
records. This approach ensures that 75% or more of your code is covered by unit tests.
For more information on distributing Apex code, see the Apex Code Developer's Guide.
SEE ALSO:
Distributing Applications and Components
Note: By security policy, sessions created by Lightning components aren’t enabled for API access. This prevents even your Apex
code from making API calls to Salesforce. Using a named credential for specific API calls allows you to carefully and selectively
bypass this security restriction.
The restrictions on API-enabled sessions aren’t accidental. Carefully review any code that uses a named credential to ensure you’re
not creating a vulnerability.
443
Using Apex Make Long-Running Callouts with Continuations
For information about making API calls from Apex, see the Apex Developer Guide.
SEE ALSO:
Apex Developer Guide: Named Credentials as Callout Endpoints
Making API Calls from Components
Create CSP Trusted Sites to Access Third-Party APIs
Content Security Policy Overview
2. To make a long-running callout, define an Apex method that returns a Continuation object. (Don’t worry about the attributes
of the @AuraEnabled annotation yet. We explain that soon.)
@AuraEnabled(continuation=true cacheable=true)
public static Object startRequest() {
// Create continuation. Argument is timeout in seconds.
Continuation con = new Continuation(40);
// more to come here
return con;
}
3. Set an Apex callback method to be invoked after the callout completes in the continuationMethod property of the
Continuation object. In this example, the callback method is processResponse. The callback method must be in the
same Apex class.
con.continuationMethod='processResponse';
4. Set the endpoint for a callout by adding an HttpRequest object to the Continuation object. A single Continuation
object can contain a maximum of three callouts. Each callout must have a remote site or named credential defined in Setup.
HttpRequest req = new HttpRequest();
req.setMethod('GET');
444
Using Apex Make Long-Running Callouts with Continuations
req.setEndpoint(LONG_RUNNING_SERVICE_URL);
con.addHttpRequest(req);
5. Set data to pass to the callback method in the state property of the Continuation object. The state property has an
Object type so you can pass in any data type that’s supported in Apex.
con.state='Hello, World!';
6. Code the logic in the Apex callback. When all the callouts set in the Continuation object have completed, the Apex callback
method, processResponse, is invoked. The callback method has two parameters that you can access.
public static Object processResponse(List<String> labels, Object state)
a. labels—A list of labels, one for each request in the continuation. These labels are automatically created.
b. state—The state that you set in the state property in your Continuation object.
7. Get the response for each request in the continuation. For example:
HttpResponse response = Continuation.getResponse(labels[0]);
// Action method
@AuraEnabled(continuation=true cacheable=true)
public static Object startRequest() {
// Create continuation. Argument is timeout in seconds.
Continuation con = new Continuation(40);
// Set callback method
con.continuationMethod='processResponse';
// Set state
con.state='Hello, World!';
// Create callout request
HttpRequest req = new HttpRequest();
req.setMethod('GET');
req.setEndpoint(LONG_RUNNING_SERVICE_URL);
// Add callout request to continuation
con.addHttpRequest(req);
// Return the continuation
return con;
}
// Callback method
@AuraEnabled(cacheable=true)
public static Object processResponse(List<String> labels, Object state) {
445
Using Apex @AuraEnabled Annotations for Continuations
IN THIS SECTION:
@AuraEnabled Annotations for Continuations
Continuations use the @AuraEnabled annotation for Apex code. Here are the rules for usage.
Aura Component Continuations Example
Here’s the markup for a component with a button that starts the process of calling a continuation.
Continuation-Specific Limits
Because continuations can lead to multiple long-running actions, there are some limits on their usage.
SEE ALSO:
Apex Developer Guide: Continuation Class
Apex Developer Guide: Named Credentials as Callout Endpoints
Caching Considerations
It's best practice to set cacheable=true on all methods involved in the continuation chain, including the method that returns a
Continuation object. The cacheable=true setting is available for API version 44.0 and higher. Before API version 44.0, to
cache data returned from an Apex method, you had to call setStorable() in JavaScript code on every action that called the Apex
method.
In this example, the Apex method that returns the continuation, startRequest(), and the callback, processResponse(),
both contain cacheable=true in their @AuraEnabled annotation.
// Action method
@AuraEnabled(continuation=true cacheable=true)
public static Object startRequest() { }
// Callback method
@AuraEnabled(cacheable=true)
446
Using Apex Aura Component Continuations Example
Here's a table that summarizes the behavior with different settings of the cacheable attribute in @AuraEnabled.
Method Returning Callback Method Valid? Action can use Is Action Response
Continuation Object Annotated with setStorable() in Cached on Client?
Annotated with cacheable=true JavaScript?
cacheable=true
SEE ALSO:
Make Long-Running Callouts with Continuations
AuraEnabled Annotation
Here’s the component’s JavaScript controller. The code calls the startRequest Apex method that uses a Continuation object.
The response.getReturnValue() value for a successful response in the JavScript controller corresponds to the value returned
by the Apex callback method defined in the Continuation object.
({
callContinuation : function(cmp) {
var action = cmp.get("c.startRequest");
action.setCallback(this, function(response) {
var state = response.getState();
if (state === "SUCCESS") {
console.log("From server: "
+ response.getReturnValue()
+ '\n' + JSON.stringify(response.getReturnValue()));
}
else if (state === "INCOMPLETE") {
447
Using Apex Continuation-Specific Limits
This JavaScript controller code is similar to any other component that calls an Apex method.
SEE ALSO:
Make Long-Running Callouts with Continuations
Continuation-Specific Limits
Because continuations can lead to multiple long-running actions, there are some limits on their usage.
The limits for using continuations in Apex are listed in the Apex Developer Guide.
Here are a few more limits specific to usage in Aura components.
Up to three callouts per continuation
A single Continuation object can contain a maximum of three callouts.
Serial processing for continuation actions
The framework processes actions containing a continuation serially from the client. The previous continuation action call must have
completed before the next continuation action call is made. At any time, you can have only one continuation in progress on the
client.
DML operation restrictions
An Apex method that returns a Continuation object can’t perform Data Manipulation Language (DML) operations. DML
statements insert, update, merge, delete, and restore data in Salesforce. If a DML operation is performed within the continuation
method, the continuation execution doesn’t proceed, the transaction is rolled back, and an error is returned.
You can perform DML operations in the Apex callback method for the continuation.
SEE ALSO:
Make Long-Running Callouts with Continuations
Queueing of Server-Side Actions
448
Using Apex Creating Components in Apex
SEE ALSO:
Dynamically Creating Components
449
CHAPTER 12 Testing Components with Lightning Testing Service
In this chapter ... Use Lightning Testing Service (LTS) to ensure your components perform as expected. LTS is a full suite
of tools and services integrated with Salesforce DX to make testing easy.
• How Lightning
Testing Service Works
Automated tests are the best way to achieve predictable, repeatable assessments of the quality of your
custom code. Writing automated tests for your custom components gives you confidence that they
• Install Lightning
work as designed, and allows you to evaluate the impact of changes, such as refactoring, or of new
Testing Service
versions of Salesforce or third-party JavaScript libraries.
• Get Started with
Lightning Testing LTS supports testing with standard JavaScript test frameworks. It provides easy-to-use wrappers for using
Service Jasmine and Mocha. If you prefer to use an alternative test framework, you can wrap it yourself.
• Explore the Example
Test Suites
• Write Your Own Tests
• Use Other
Frameworks
450
Testing Components with Lightning Testing Service How Lightning Testing Service Works
When you run tests manually in a browser, you’re using only the pieces of LTS provided in the package.
For more sophisticated development processes, use the LTS commands included with the Salesforce DX CLI plugin. The Salesforce CLI
allows you to integrate LTS into your automated testing, continuous integration, and other source-based development processes.
The command line tool automates running your test suites. It opens the same URL you can open manually, and uses WebDriver to
observe the test suite as it runs. Then it parses and packages the results for use in command line-based development processes.
Installing LTS is a one line command in the Salesforce DX CLI. Once installed, you can work with your test suite in various ways from the
command line.
Note: If you just want to “kick the tires,” that's cool, too. You can manually install the LTS unmanaged package. The package
provides the test service app and an example test suite. It also includes example components that the test suite runs against. You
run the test suite by accessing the URL for the LTS app in your org.
Write your tests using a JavaScript testing framework of your choosing. We provide easy-to-use wrappers for Jasmine and Mocha.
451
Testing Components with Lightning Testing Service Install Lightning Testing Service
You can write your own wrapper if you prefer a different testing framework. It's not hard, but plan on half a day to a day of work.
LTS also provides utilities specific to the Lightning Component framework, which let you test behavior specific to Lightning components.
Details are explained in comments in the example tests.
Your test suite is deployed in the form of an archive (zip) static resource. Once LTS is installed and configured, you make changes to your
test suite, create the archive, and upload it to your org. Once uploaded you can run the test suite via the command line or via URL.
Warning: Don't run tests in your production org. LTS doesn't provide an isolated test context or transaction wrapper. DML
operations you perform in your tests won't be rolled back at the end of the test. We recommend that you run your LTS
test suites only in scratch orgs, using data provided by the test suite itself.
452
Testing Components with Lightning Testing Service Install Lightning Testing Service
5. (Optional but highly recommended) Clone the LightningTestingService Github repo, which contains the sample configuration file
and more.
6. Create a scratch org. The following command uses the sample configuration file from the LightningTestingService repo.
cd path/to/LightningTestingService
sfdx force:org:create -s -f config/project-scratch-def.json -a scratch1
To customize your scratch org settings with a company name, email address, and so on, edit the configuration file:
/LightningTestingService/config/project-scratch-def.json.
It’s best to perform automated testing in a clean org, created with consistent settings.
This command installs the latest version of the LTS package into your default SFDX org. See the help for the install command
for more options.
After you install Salesforce CLI and LTS, you can run your tests from the command line.
sfdx force:lightning:test:run -a jasmineTests.app
When you run your tests, you see output in your CLI that tells you that the command line tools are working and connected to your
development org.
453
Testing Components with Lightning Testing Service Get Started with Lightning Testing Service
3. LTS infrastructure
• Jasmine framework and wrapper
• Mocha framework and wrapper
• LTS test utilities
• Test runner component
• Wrapper test app
3. Run tests.
sfdx force:org:open -p /c/jasmineTests.app
454
Testing Components with Lightning Testing Service Explore the Example Test Suites
455
Testing Components with Lightning Testing Service Write Your Own Tests
Test Suites
The example tests are included in static resources. You can also review them directly in the LightningTestingService repo, in the
lightning-component-tests/test/default/staticresources directory.
The LTS package includes four test suites, three for Jasmine and one for Mocha:
• jasmineHelloWorldTests.resource—A very simple Jasmine example including one passing and one failing test.
• jasmineExampleTests.resource—The main Jasmine example test suite.
• jasmineLightningDataServiceTests.resource—Some Jasmine examples specific to testing Lightning Data
Service-based components.
• mochaExampleTests.resource—The Mocha example test suite, which provides examples parallel to the main Jasmine
test suite.
The jasmineExampleTests.resource and mochaExampleTests.resource files are each a single JavaScript file
containing a complete test suite. These are single files for convenience in delivery and exploration. Your own test suites can include
many such files. The test suites are copiously commented to help you learn.
This directory also exposes the $T utility object. This object has methods that simplify routine testing operations. Notice that these
methods are used throughout the example test scripts in the repo.
The remaining static resources are infrastructure used by LTS. They’re briefly described in Use Other Frameworks.
456
Testing Components with Lightning Testing Service Write Your Own Tests
Validation of variables
Do you have variable values that load from other sources, especially remote ones? Make sure that they do.
Conditional UI rendering
Verify what users see when you want them to see it.
Event Handling
Test responses to events.
Fortunately, the LightningTestingService Github repo contains examples of all of these cases in the staticresources directory for both
Jasmine and Mocha testing frameworks.
Jasmine is well documented here: https://jasmine.github.io and provides a simple setup.
Mocha is well documented here: https://mochajs.org. Mocha is newer and might require some plugins to get the results you want. Both
test frameworks use a describe...it block structure.
Use an it function to define what you’re testing, and what you expect (or explicitly don’t expect) to happen. To provide a name for
the test, wrap each function in a describe block. Group it functions together within the block. Grouped functions can share
variables and other values within the block.
describe("A suite that passes", function() {
it("spec that verifies that true is true", function() {
expect(true).toBe(true);
});
it("spec that verifies that false is false", function() {
expect(false).toBe(false);
});
});
You could rearrange the test to have both it functions within the one describe function, or also test for the negative case:
expect(true).not.toBe(false);
You have several options to get similar results. The key is to focus on the outcome of the it function.
For example, the jasmineHelloWorldTests.resource contains a unit test that validates a state change.
describe('c:egComponentMethod', function() {
it("updates an attribute value when a method is invoked on the component's interface",
function(done) {
$T.createComponent("c:egComponentMethod", null)
.then(function(component) {
component.sampleMethod();
expect(component.get("v.status")).toBe("sampleMethod invoked");
done();
}).catch(function(e) {
done.fail(e);
});
});
});
When you’ve written your test suite, use the CLI to push and run the tests.
457
Testing Components with Lightning Testing Service Use Other Frameworks
Learn more
The LightningTestingService Github repo has ongoing solutions and discussions of known issues.
458
CHAPTER 13 Debugging
In this chapter ... There are a few basic tools and techniques that can help you to debug applications.
Use Chrome DevTools to debug your client-side code.
• Enable Debug Mode
for Lightning • To open DevTools on Windows and Linux, press Control-Shift-I in your Google Chrome browser. On
Components Mac, press Option-Command-I.
• Disable Caching • To quickly find which line of code is failing, enable the Pause on all exceptions option before
Setting During running your code.
Development
To learn more about debugging JavaScript on Google Chrome, refer to the Google Chrome's DevTools
• Salesforce Lightning website.
Inspector Chrome
Extension
• Log Messages
459
Debugging Enable Debug Mode for Lightning Components
Important: Debug mode has a significant performance impact. Salesforce is slower for any user who has debug mode enabled.
For this reason, we recommend using it only when actively debugging JavaScript code, and only for users involved in debugging
activity. Don’t leave debug mode on permanently. Users who have debug mode enabled see a banner notification once a week
while it’s enabled.
To enable debug mode for users in your org:
1. From Setup, enter Debug Mode in the Quick Find box, then select Debug Mode Users.
Users with debug mode enabled have a check mark in the Debug Mode column.
2. In the user list, locate any users who need debug mode enabled. If necessary, use the standard list view controls to filter your org’s
users.
3. Enable the selection checkbox next to users for whom you want to enable debug mode.
4. Click Enable.
To disable debug mode for a user, follow the preceding steps and click Disable instead of Enable.
Warning: Disabling secure and persistent browser caching has a significant negative performance impact on Lightning Experience.
Always enable the setting in production orgs.
1. From Setup, enter Session in the Quick Find box, and then select Session Settings.
460
Debugging Salesforce Lightning Inspector Chrome Extension
2. Deselect the checkbox for “Enable secure and persistent browser caching to improve performance”.
3. Click Save.
SEE ALSO:
Enable Secure Browser Caching
IN THIS SECTION:
Install Salesforce Lightning Inspector
Install the Google Chrome DevTools extension to help you debug and profile component performance.
Salesforce Lightning Inspector
The Chrome extension adds a Lightning tab to the DevTools menu. Use it to inspect different aspects of your app.
To get information quickly about an element on a Lightning page, right-click the element and select Inspect Lightning Component.
461
Debugging Salesforce Lightning Inspector
You can also click an Aura component in the DevTools Elements tab or an element with a data-aura-rendered-by attribute
to see a description and attributes.
IN THIS SECTION:
Component Tree Tab
This tab shows the component markup including the tree of nested components.
Performance Tab
The Performance tab shows a flame graph of the creation time for your components. Look at longer and deeper portions of the
graph for potential performance bottlenecks.
Transactions Tab
Some apps delivered by Salesforce include transaction markers that enable you to see fine-grained metrics for actions within those
transactions. You can’t create your own transactions.
462
Debugging Salesforce Lightning Inspector
463
Debugging Salesforce Lightning Inspector
The facet value provider is the value provider for facet attributes (attributes of type Aura.Component[]). The facet value
provider can be different than the attribute value provider for the component. We won't get into that here as it's complicated!
However, it's important to know that if you have expressions in facets, the expressions use the facet value provider instead of
the attribute value provider.
Attributes
Shows the attribute values for a component. Use v.attributeName when you reference an attribute in an expression or code.
[[Super]]
When a component extends another component, the sub component creates an instance of the super component during its creation.
Each of these super components has their own set of properties. While a super component has its own attributes section, the super
component only has a body attribute. All other attribute values are shared in the extension hierarchy.
Model
Some components you see might have a Model section. Models are a deprecated feature and they are included simply for debugging
purposes. Don't reference models or your code will break.
464
Debugging Salesforce Lightning Inspector
These commands are useful to explore the component contents using the $auraTemp variable.
$auraTemp+""
Returns the component descriptor.
$auraTemp.get("v.attributeName")
Returns the value for the attributeName attribute.
$auraTemp.getElement()
Returns the corresponding DOM element.
inspect($auraTemp.getElement())
Opens the Elements tab and inspects the DOM element for the component.
Performance Tab
The Performance tab shows a flame graph of the creation time for your components. Look at longer and deeper portions of the graph
for potential performance bottlenecks.
465
Debugging Salesforce Lightning Inspector
The flame graph for your actions displays. To see the graph before you stop recording, press the button.
Aggregated self time All invocations of the function across the recorded timeline. It
excludes the completion time for functions it invoked.
Total time The current function and all functions that it invoked.
Aggregated total time All invocations of the function across the recorded timeline,
including completion time for functions it invoked.
466
Debugging Salesforce Lightning Inspector
Transactions Tab
Some apps delivered by Salesforce include transaction markers that enable you to see fine-grained metrics for actions within those
transactions. You can’t create your own transactions.
Measure Description
Duration The page duration since the page start time, in milliseconds
Start Time The start time when the page was last loaded or refreshed, in milliseconds
Timeline The start and end times of a transaction, represented by a colored bar:
• Green — How long the action took on the server
• Yellow — XMLHttpRequest transaction
• Blue — Queued time until the XMLHttpRequest transaction was sent
• Purple — Custom transaction
467
Debugging Salesforce Lightning Inspector
Record Events
Use the Toggle recording and Clear buttons to capture specific user actions or collections of user actions.
1. To start gathering event data, press .
2. Take one or more actions in the app.
3. To stop gathering event data, press .
468
Debugging Salesforce Lightning Inspector
Invert the filter by starting the search string with !. For example, !aura returns all events that don’t contain the string aura.
SEE ALSO:
Communicating with Events
Actions Tab
This tab shows the server-side actions executed. The list automatically refreshes when the page updates.
469
Debugging Salesforce Lightning Inspector
IN THIS SECTION:
Manually Override Server Responses
The Overrides panel on the right side of the Actions tab lets you manually tweak the server responses and investigate the fault
tolerance of your app.
SEE ALSO:
Calling a Server-Side Action
470
Debugging Salesforce Lightning Inspector
Drag an action from the list on the left side to the PENDING OVERRIDES section.
The next time the same action is enqueued to be sent to the server, the framework won't send it. Instead, the framework mocks the
response based on the override option that you choose. Here are the override options.
• Override the Result
• Error Response Next Time
• Drop the Action
Note: The same action means an action with the same name. The action parameters don't have to be identical.
IN THIS SECTION:
Modify an Action Response
Modify an action response in the Salesforce Lightning Inspector by changing one of the JSON object values and see how the UI is
affected. The server returns a JSON object when you call a server-side action.
Set an Error Response
Your app should degrade gracefully when an error occurs so that users understand what happened or know how to proceed. Use
the Salesforce Lightning Inspector to simulate an error condition and see how the user experience is affected.
Drop an Action Response
Your app should degrade gracefully when a server-side action times out or the response is dropped. Use the Salesforce Lightning
Inspector to simulate a dropped action response and see how the user experience is affected.
471
Debugging Salesforce Lightning Inspector
5. Click Save.
6. To trigger execution of the action, refresh the page.
The modified action response moves from the PENDING OVERRIDES section to the PROCESSED OVERRIDES section.
7. Note the UI change, if any, related to your change.
472
Debugging Salesforce Lightning Inspector
5. Click Save.
6. To trigger execution of the action, refresh the page.
• The modified action response moves from the PENDING OVERRIDES section to the PROCESSED OVERRIDES section.
• The action response displays in the COMPLETED section in the left panel with a State equals ERROR.
7. Note the UI change, if any, related to your change. The UI should handle errors by alerting the user or allowing them to continue
using the app.
To degrade gracefully, make sure that your action response callback handles an error response (response.getState() ===
"ERROR").
SEE ALSO:
Calling a Server-Side Action
473
Debugging Salesforce Lightning Inspector
4. Note the UI change, if any, related to your change. The UI should handle the dropped action by alerting the user or allowing them
to continue using the app.
To degrade gracefully, make sure that your action response callback handles an incomplete response (response.getState()
=== "INCOMPLETE").
SEE ALSO:
Calling a Server-Side Action
Storage Tab
This tab shows the client-side storage for Lightning applications. Actions marked as storable are stored in the actions store. Use this
tab to analyze storage in the Salesforce mobile app and Lightning Experience.
474
Debugging Log Messages
Log Messages
To help debug your client-side code, you can write output to the JavaScript console of a web browser using console.log() if your
browser supports it..
For instructions on using the JavaScript console, refer to the instructions for your web browser.
475
CHAPTER 14 Performance
In this chapter ... There are a few settings and techniques that can help you to improve application performance.
Only enable debug mode for users who are actively debugging JavaScript. Salesforce is slower for users
• Performance Settings
who have debug mode enabled.
• Fixing Performance
Warnings
SEE ALSO:
Enable Debug Mode for Lightning Components
476
Performance Performance Settings
Performance Settings
There are a few Setup settings that can help you to improve application performance.
IN THIS SECTION:
Enable Secure Browser Caching
Enable secure data caching in the browser to improve page reload performance by avoiding extra round trips to the server.
Enable CDN to Load Applications Faster
Load Lightning Experience and other apps faster by enabling Akamai’s content delivery network (CDN) to serve the static content
for Lightning Component framework. A CDN generally speeds up page load time, but it also changes the source domain that serves
the files. If your company has IP range restrictions for content served from Salesforce, test thoroughly before enabling this setting.
Warning: Disabling secure and persistent browser caching has a significant negative performance impact on Lightning Experience.
Only disable in the following scenarios:
• Your company’s policy doesn’t allow browser caching, even if the data is encrypted.
• During development in a sandbox or Developer Edition org to see the effect of any code changes without needing to empty
the secure cache.
477
Performance Fixing Performance Warnings
If you experience any issues, ensure that https://static.lightning.force.com is added to any whitelist or firewall that
your company operates and ask your IT department if your company’s firewall blocks any Akamai CDN content.Do not use IP addresses
for egress filtering as that can cause connection issues with https://static.lightning.force.com. IP addresses for
https://static.lightning.force.com are dynamic and are not maintained in Salesforce's list of IP addresses to whitelist.
SEE ALSO:
Salesforce Help: Options to Serve a Custom Domain
Knowledge Article: What are the Salesforce IP Addresses & Domains to whitelist?
IN THIS SECTION:
<aura:if>—Clean Unrendered Body
This warning occurs when you change the isTrue attribute of an <aura:if> tag from true to false in the same rendering
cycle. The unrendered body of the <aura:if> must be destroyed, which is avoidable work for the framework that slows down
rendering time.
<aura:iteration>—Multiple Items Set
This warning occurs when you set the items attribute of an <aura:iteration> tag multiple times in the same rendering
cycle.
SEE ALSO:
Enable Debug Mode for Lightning Components
Example
This component shows the anti-pattern.
<!--c:ifCleanUnrendered-->
<aura:component>
<aura:attribute name="isVisible" type="boolean" default="true"/>
<aura:handler name="init" value="{!this}" action="{!c.init}"/>
<aura:if isTrue="{!v.isVisible}">
<p>I am visible</p>
</aura:if>
</aura:component>
478
Performance <aura:if>—Clean Unrendered Body
When the component is created, the isTrue attribute of the <aura:if> tag is evaluated. The value of the isVisible attribute
is true by default so the framework creates the body of the <aura:if> tag. After the component is created but before rendering,
the init event is triggered.
The init() function in the client-side controller toggles the isVisible value from true to false. The isTrue attribute
of the <aura:if> tag is now false so the framework must destroy the body of the <aura:if> tag. This warning displays in
the browser console only if you enabled debug mode.
WARNING: [Performance degradation] markup://aura:if ["5:0"] in c:ifCleanUnrendered ["3:0"]
needed to clear unrendered body.
Click the expand button beside the warning to see a stack trace for the warning.
Click the link for the ifCleanUnrendered entry in the stack trace to see the offending line of code in the Sources pane of the
browser console.
<aura:if isTrue="{!v.isVisible}">
<p>I am visible</p>
</aura:if>
</aura:component>
479
Performance <aura:iteration>—Multiple Items Set
SEE ALSO:
Enable Debug Mode for Lightning Components
Example
This component shows the anti-pattern.
<!--c:iterationMultipleItemsSet-->
<aura:component>
<aura:attribute name="groceries" type="List"
default="[ 'Eggs', 'Bacon', 'Bread' ]"/>
When the component is created, the items attribute of the <aura:iteration> tag is set to the default value of the groceries
attribute. After the component is created but before rendering, the init event is triggered.
480
Performance <aura:iteration>—Multiple Items Set
The init() function in the client-side controller sets the groceries attribute, which resets the items attribute of the
<aura:iteration> tag. This warning displays in the browser console only if you enabled debug mode.
Click the expand button beside the warning to see a stack trace for the warning.
Click the link for the iterationMultipleItemsSet entry in the stack trace to see the offending line of code in the Sources
pane of the browser console.
481
Performance <aura:iteration>—Multiple Items Set
// Some logic
cmp.set('v.groceries', list);
}
})
SEE ALSO:
Enable Debug Mode for Lightning Components
482
CHAPTER 15 Reference
In this chapter ... This section contains links to reference documentation.
• Component Library
• System Tag
Reference
483
Reference Component Library
Component Library
Explore the look and feel of components to speed up your app development.
To see the complete collection of Lightning components available in your Salesforce organization, log in and navigate to the Component
Library.
• https://<myDomain>.lightning.force.com/componentReference/suite.app
You can also use the Component Library without logging in to Salesforce.
• https://developer.salesforce.com/docs/component-library
For JavaScript API documentation, see the Aura Reference app at:
https://<myDomain>.lightning.force.com/auradocs/reference.app
Only use the Aura Reference app for information about the JavaScript API.
IN THIS SECTION:
Aura Reference Doc App
Only use the Aura Reference app for information about the JavaScript API.
Differences Between Documentation Sites
Here’s a breakdown of the differences between the Component Library, the reference section of this developer guide, and the Aura
Reference app.
484
Reference Differences Between Documentation Sites
Lightning Design
System support
Components in
custom namespaces
and packages
JavaScript API
Event documentation
System event
documentation
Interface
documentation
Components in custom namespaces display both global and non-global attributes and methods. Components in managed and
unmanaged packages display global attributes and methods only.
485
Reference aura:application
IN THIS SECTION:
aura:application
An app is a special top-level component whose markup is in a .app resource.
aura:dependency
The <aura:dependency> tag enables you to declare dependencies, which improves their discoverability by the framework.
aura:event
An event is represented by the aura:event tag, which has the following attributes.
aura:interface
Interfaces determine a component's shape by defining its attributes. Implement an interface to allow a component to be used in
different contexts, such as on a record page or in Lightning App Builder.
aura:method
Use <aura:method> to define a method as part of a component's API. This enables you to directly call a method in a component’s
client-side controller instead of firing and handling a component event. Using <aura:method> simplifies the code needed for
a parent component to call a method on a child component that it contains.
aura:set
Use <aura:set> in markup to set the value of an attribute inherited from a component or event.
aura:application
An app is a special top-level component whose markup is in a .app resource.
The markup looks similar to HTML and can contain components as well as a set of supported HTML tags. The .app resource is a
standalone entry point for the app and enables you to define the overall application layout, style sheets, and global JavaScript includes.
It starts with the top-level <aura:application> tag, which contains optional system attributes. These system attributes tell the
framework how to configure the app.
controller String The server-side controller class for the app. The format is
namespace.myController.
extensible Boolean Indicates whether the app is extensible by another app. Defaults to false.
template Component The name of the template used to bootstrap the loading of the framework and
the app. The default value is aura:template. You can customize the template
by creating your own component that extends the default template. For example:
<aura:component extends="aura:template" ... >
486
Reference aura:dependency
useAppcache Boolean Deprecated. Browser vendors have deprecated AppCache, so we followed their
lead. Remove the useAppcache attribute in the <aura:application>
tag of your standalone apps (.app resources) to avoid cross-browser support
issues due to deprecation by browser vendors.
If you don’t currently set useAppcache in an <aura:application> tag,
you don’t have to do anything because the default value of useAppcache is
false.
aura:application also includes a body attribute defined in a <aura:attribute> tag. Attributes usually control the output
or behavior of a component, but not the configuration information in system attributes.
SEE ALSO:
Creating Apps
Using the AppCache
Application Access Control
aura:dependency
The <aura:dependency> tag enables you to declare dependencies, which improves their discoverability by the framework.
The framework automatically tracks dependencies between definitions, such as components, defined in markup. This enables the
framework to send the definitions to the browser. However, if a component’s JavaScript code dynamically instantiates another component
or fires an event that isn’t directly referenced in the component’s markup, use <aura:dependency> in the component’s markup
to explicitly tell the framework about the dependency. Adding the <aura:dependency> tag ensures that a definition, such as a
component, and its dependencies are sent to the client, when needed.
For example, adding this tag to a component marks the sampleNamespace:sampleComponent component as a dependency.
<aura:dependency resource="markup://sampleNamespace:sampleComponent" />
Use the <aura:dependency> tag if you fire an event in JavaScript code and you’re not registering the event in component markup
using <aura:registerEvent>. Using an <aura:registerEvent> tag is the preferred approach.
The <aura:dependency> tag includes these system attributes.
487
Reference aura:event
Note: Using an asterisk (*) for wildcard matching is deprecated. Instead, add an
<aura:dependency> tag for each resource that’s not directly referenced in the
component’s markup. Wildcard matching can cause save validation errors when no
resources match. Wildcard matching can also slow page load time because it sends more
definitions than needed to the client.
type The type of resource that the component depends on. The default value is COMPONENT.
Note: Using an asterisk (*) for wildcard matching is deprecated. Instead, add an
<aura:dependency> tag for each resource that’s not directly referenced in the
component’s markup. Be as selective as possible in the types of definitions that you send
to the client.
The most commonly used values are:
• COMPONENT
• EVENT
• INTERFACE
• APPLICATION
Use a comma-separated list for multiple types; for example: COMPONENT,APPLICATION.
SEE ALSO:
Dynamically Creating Components
Fire Component Events
Fire Application Events
aura:event
An event is represented by the aura:event tag, which has the following attributes.
488
Reference aura:interface
SEE ALSO:
Communicating with Events
Event Access Control
aura:interface
Interfaces determine a component's shape by defining its attributes. Implement an interface to allow a component to be used in different
contexts, such as on a record page or in Lightning App Builder.
The aura:interface tag has the following optional attributes.
SEE ALSO:
Interfaces
Interface Access Control
aura:method
Use <aura:method> to define a method as part of a component's API. This enables you to directly call a method in a component’s
client-side controller instead of firing and handling a component event. Using <aura:method> simplifies the code needed for a
parent component to call a method on a child component that it contains.
The <aura:method> tag has these system attributes.
489
Reference aura:method
access String The access control for the method. Valid values are:
• public—Any component in the same namespace can call the
method. This is the default access level.
• global—Any component in any namespace can call the
method.
Declaring Parameters
An <aura:method> can optionally include parameters. Use an <aura:attribute> tag within an <aura:method> to
declare a parameter for the method. For example:
<aura:method name="sampleMethod" action="{!c.doAction}"
description="Sample method with parameters">
<aura:attribute name="param1" type="String" default="parameter 1"/>
<aura:attribute name="param2" type="Object" />
</aura:method>
Note: You don’t need an access system attribute in the <aura:attribute> tag for a parameter.
Retrieve the arguments using event.getParam('arguments'). It returns an object if there are arguments or an empty array
if there are no arguments.
Returning a Value
aura:method executes synchronously.
• A synchronous method finishes executing before it returns. Use the return statement to return a value from synchronous JavaScript
code. See Return Result for Synchronous Code.
490
Reference aura:set
• An asynchronous method may continue to execute after it returns. Use a callback to return a value from asynchronous JavaScript
code. See Return Result for Asynchronous Code.
SEE ALSO:
Calling Component Methods
Component Events
aura:set
Use <aura:set> in markup to set the value of an attribute inherited from a component or event.
IN THIS SECTION:
Setting Attributes Inherited from a Super Component
Setting Attributes on a Component Reference
Setting Attributes Inherited from an Interface
c:setTagSuper outputs:
setTagSuper address1:
The address1 attribute doesn't output any value yet as it hasn't been set.
Here is the c:setTagSub component that extends c:setTagSuper.
<!--c:setTagSub-->
<aura:component extends="c:setTagSuper">
<aura:set attribute="address1" value="808 State St" />
</aura:component>
c:setTagSub outputs:
sampleSetTagExc:setTagSub sets a value for the address1 attribute inherited from the super component,
c:setTagSuper.
Warning: This usage of <aura:set> works for components and abstract components, but it doesn’t work for interfaces. For
more information, see Setting Attributes Inherited from an Interface on page 493.
491
Reference aura:set
If you’re using a component by making a reference to it in your component, you can set the attribute value directly in the markup. For
example, c:setTagSuperRef makes a reference to c:setTagSuper and sets the address1 attribute directly without using
aura:set.
<!--c:setTagSuperRef-->
<aura:component>
<c:setTagSuper address1="1 Sesame St" />
</aura:component>
c:setTagSuperRef outputs:
SEE ALSO:
Component Body
Inherited Component Attributes
Setting Attributes on a Component Reference
<ui:button label="Save">
<aura:set attribute="buttonTitle" value="Click to save the record"/>
</ui:button>
The latter syntax without aura:set makes more sense in this simple example. You can also use this simpler syntax in component
references to set values for attributes that are inherited from parent components.
aura:set is more useful when you want to set markup as the attribute value. For example, this sample specifies the markup for the
else attribute in the aura:if tag.
<aura:component>
<aura:attribute name="display" type="Boolean" default="true"/>
<aura:if isTrue="{!v.display}">
Show this if condition is true
<aura:set attribute="else">
<ui:button label="Save" press="{!c.saveRecord}" />
</aura:set>
</aura:if>
</aura:component>
SEE ALSO:
Setting Attributes Inherited from a Super Component
492
Reference aura:set
<p>myBoolean: {!v.myBoolean}</p>
</aura:component>
493
INDEX
494
Index
lightning:ui:outputUrl 162
F
Field-level security 421 M
MIME types permitted 331
G
getNewRecord 400 N
guest access 242
Navigation
guest user flows 193
Page Definitions 165
Node.js 237
L
Lightning App Builder O
configuring custom components 174, 176, 188
OAuth 241
configuring design resources 181
create dynamic picklists for components 181 P
creating a custom page template 183, 186
Packaging
creating a width-aware component 187
action override 160
Lightning components
Performance
custom app integration 229
caching 477
Lightning Experience 146–148, 150, 152
CDN 477
overview 173
settings 477
Salesforce 146–147, 150, 152
Prerequisites 7
Salesforce app 149
Lightning Components for Visualforce 238, 242 R
Lightning Container
Rich Publisher Apps 229
javascript 244
messaging 246, 250, 255
Lightning Data Service
S
Salesforce app
create record 400
add Lightning components 149
delete record 405
SaveRecordResult 417
force:recordData 389
SharePoint 237
handling record changes 407
Standard Actions
lightning:recordEditForm 389
Lightning components 157–160
lightning:recordForm 389
override 157–160
lightning:recordViewForm 389
packaging 160
load record 391
standard controller 390, 408, 410, 413, 417
saveRecord 395
supported objects 410
Lightning Experience
add Lightning components 148
Lightning Out
T
Testing
beta 243
components 451–452, 454–456, 458
considerations 243
mode 452, 454
events 243
troubleshooting 248, 251, 253, 256
limitations 243
SLDS 243
styling 243
V
lightning:flexipageRegionInfo 187 Visualforce 235
lightning:formattedUrl 162
lightning:hasPageReference 161–162
W
lightning:isUrlAddressable 161–162, 164 Width-aware Aura component 187
lightning:navigation 161–164
495