Advertisement
Guest User

Untitled

a guest
Aug 29th, 2016
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. CmpButton.cmp
  2. <aura:attribute name="press" type="????">
  3. <ui:button press="???" />
  4.  
  5. SomeComponent.cmp
  6. <c:CmpButton press="{c.someComponentMethod}" />
  7.  
  8. SomeComponent.js
  9. someComponentMethod: function(component,event,helper){
  10. // action on SomeComponent
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement