Guest User

Untitled

a guest
Feb 15th, 2019
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. .....
  2. <aura:attribute name="userContact" type="Contact" />
  3.  
  4. <aura:method name="callInit" action="{!c.init}" >
  5. <aura:registerEvent name="appEvent" type="c:ET_AppEvent_OverNightStay"/>
  6. <aura:handler name="init" value="{! this }" action="{! c.init }"/>
  7.  
  8. <lightning:layout multipleRows="false" >
  9. <lightning:layoutItem size="10">
  10. </lightning:layoutItem>
  11. ........
Add Comment
Please, Sign In to add comment