Skip to content

Instantly share code, notes, and snippets.

@tushar30
Created May 28, 2018 16:27
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 tushar30/d28dca09bb4d25a90cb07dbd8cc4e604 to your computer and use it in GitHub Desktop.
Save tushar30/d28dca09bb4d25a90cb07dbd8cc4e604 to your computer and use it in GitHub Desktop.
<aura:component >
<aura:attribute name="objName" type="String" />
<aura:attribute name="fieldName" type="String" />
<aura:handler name="init" value="{!this}" action="{!c.doInit}" />
<lightning:formattedText aura:id="fielddata" />
</aura:component>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment