Adding Lightning Components for the Visualforce JavaScript library

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>
..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
3.129.210.91