Advertisement
Guest User

Untitled

a guest
Nov 17th, 2017
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 0.35 KB | None | 0 0
  1. <html>
  2.   <head>
  3.     <script src="janusweb.js"></script>
  4.   </head>
  5.   <body>
  6.     <collection-localindexed id="listitems" storagekey="things"></collection-localindexed>
  7.     <ui-list id="itemlist" collection="listitems"></ui-list>
  8.     <ui-input onaccept="listitems.add(this.value); this.value = ''; itemlist.scrollToBottom();"></ui-input>
  9.   </body>
  10. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement