Advertisement
Guest User

Untitled

a guest
Mar 31st, 2015
230
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.76 KB | None | 0 0
  1. <link href="../topeka-elements/topeka-datasource.html" rel="import">
  2.  
  3. <polymer-element name="my-element">
  4.  
  5. <template>
  6. <style>
  7. #design_host {
  8. position: absolute;
  9. width: 100%;
  10. height: 100%;
  11. box-sizing: border-box;
  12. top: 0px;
  13. left: 0px;
  14. }
  15. #core_header_panel {
  16. width: 300px;
  17. height: 400px;
  18. left: 110px;
  19. top: 50px;
  20. position: absolute;
  21. }
  22. #topeka_datasource {
  23. left: 260px;
  24. top: 130px;
  25. position: absolute;
  26. }
  27. </style>
  28. <topeka-datasource url="../topeka-elements/categories.json" id="topeka_datasource" hidden></topeka-datasource>
  29. </template>
  30.  
  31. <script>
  32.  
  33. Polymer({
  34. hej: ''
  35. });
  36.  
  37. </script>
  38.  
  39. </polymer-element>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement