Guest User

Untitled

a guest
Dec 17th, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  5. <title>MFiddle</title>
  6. <script type="text/montage-serialization">{
  7. "owner": {
  8. "properties": {
  9. "element": {"#": "component"}
  10. }
  11. },
  12. "button": {
  13. "prototype": "montage/ui/button.reel",
  14. "properties": {
  15. "element": {"#": "button"},
  16. "label": "Click Me!"
  17. }
  18. }
  19. }</script></head>
  20. <body>
  21. <div data-montage-id="component">
  22. <button data-montage-id="button"></button>
  23. </div>
  24. </body>
  25. </html>
Add Comment
Please, Sign In to add comment