Aura component Example
<aura:component controller="FOCDraftEmailController" implements="force:lightningQuickActionWithoutHeader,flexipage:availableForAllPageTypes,force:hasRecordId"> <aura:attribute name="focWithFocLineItem" type="FOC__c" default=""/> <aura:attribute name="opportunityRecords" type="List" default=""/> <aura:attribute name="hideAndShow" type="Boolean" default="false"/> <aura:attribute name="fullHide" type="Boolean" default="true"/> <aura:attribute name="key" type="String" /> <aura:handler name="init" value="{!this}" action="{!c.doInit}" /> <aura:attribute name="userInfo" type="user"/> <aura:html tag="style"> .sticky{ position: absolute; bottom: 30px; padding:...