July 2018
Beginner to intermediate
458 pages
9h 58m
English
To add the JavaScript library for the Visualforce Salesforce, the Visualforce component library provides a standard markup tag, <apex:includeLightning>. Let's create a Visualforce page named "youtubeSearch", as shown in the following code:
<apex:page>
<apex:includeLightning />
<div id="Lightning" />
</apex:page>