Advertisement
Guest User

Untitled

a guest
Feb 19th, 2017
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.88 KB | None | 0 0
  1. <aura:application access="global">
  2. <aura:attribute name="id" type="String" default="" access="GLOBAL"/>
  3. <aura:attribute name="objNew" type="Contact" default="{'sobjectType':'Contact',
  4. 'Id':null}" />
  5. <div class="well">
  6. <div class="panel panel-primary">
  7. <div class="panel-heading">Search Team Events</div>
  8. <div class="panel-body">
  9. <div class="form-horizontal" >
  10. <div class="form-group">
  11. <label class="col-sm-2 control-label"></label>
  12. <div class="col-sm-8">
  13. <c:inputLookup type="Contact"
  14. value="{!v.Id}"
  15. className="form-control"/>
  16. </div>
  17. </div>
  18. </div>
  19. </div>
  20. </div>
  21. </div>
  22. <c:testCal />
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement