Skip to content

Instantly share code, notes, and snippets.

@mtetlow
Created November 3, 2016 14:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mtetlow/ac889e483575cf2edfb382097b9602bb to your computer and use it in GitHub Desktop.
Save mtetlow/ac889e483575cf2edfb382097b9602bb to your computer and use it in GitHub Desktop.
<aura:application >
<c:simpleRecordEdit />
</aura:application>
<aura:component implements="force:appHostable,flexipage:availableForAllPageTypes,flexipage:availableForRecordHome,force:hasRecordId,forceCommunity:availableForAllPageTypes" access="global" >
<h2>record display component inside</h2>
<force:recordEdit aura:id="edit" recordId="a0041000002Z81A"/>
<ui:button class="elfSave" label="Save" press="{!c.save}"/>
</aura:component>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment