Advertisement
Guest User

Untitled

a guest
Jun 18th, 2019
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.02 KB | None | 0 0
  1. <apex:page sidebar="true" showHeader="true" standardController="Opportunity">
  2. <apex:includeLightning />
  3. <center><div id="lightning" style="margin-left:1%;max-width:75%;margin-bottom:2%;"/>
  4. </center>
  5. <script >
  6. $Lightning.use("namespace:testHelloEsignPageApp", function() {
  7. $Lightning.createComponent("namespace:testHelloEsignLC", {},
  8. "lightning",
  9. function(component) {
  10. window.$Force = sforce;
  11. });
  12. });
  13. </script>
  14. </apex:page>
  15.  
  16. <aura:application access="GLOBAL" extends="ltng:outApp">
  17. <aura:dependency resource="namespace:testHelloEsignLC"/>
  18. </aura:application>
  19.  
  20. <aura:component implements="force:appHostable,flexipage:availableForAllPageTypes,flexipage:availableForRecordHome,force:hasRecordId,forceCommunity:availableForAllPageTypes,force:lightningQuickAction" access="global" >
  21. ########### This is a Test Component ############### <br></br>
  22. *********** Hello ESign *************
  23. </aura:component>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement