| OLD | NEW |
| 1 --- | 1 --- |
| 2 layout: default | 2 layout: default |
| 3 title: "Web UI Package" | 3 title: "Web UI Package" |
| 4 rel: | 4 rel: |
| 5 author: sigmund-cherem | 5 author: sigmund-cherem |
| 6 description: "Use web components and templates today with Dart. This brief | 6 description: "Use web components and templates today with Dart. This brief |
| 7 introduction shows you how to use the features of tomorrow, today." | 7 introduction shows you how to use the features of tomorrow, today." |
| 8 has-permalinks: true | 8 has-permalinks: true |
| 9 article: | 9 article: |
| 10 written_on: 2012-10-01 | 10 written_on: 2012-10-01 |
| (...skipping 26 matching lines...) Expand all Loading... |
| 37 80%). The \{\% sample \%\} tag defines the width, height, and url for an iframe | 37 80%). The \{\% sample \%\} tag defines the width, height, and url for an iframe |
| 38 that will contain the running version of the code sample. | 38 that will contain the running version of the code sample. |
| 39 | 39 |
| 40 {% endcomment %} | 40 {% endcomment %} |
| 41 | 41 |
| 42 {% codesampleSetup %} | 42 {% codesampleSetup %} |
| 43 {% srcprefix https://github.com/dart-lang/web-ui/blob/master/example/explainer/
%} | 43 {% srcprefix https://github.com/dart-lang/web-ui/blob/master/example/explainer/
%} |
| 44 {% iframeprefix example/ %} | 44 {% iframeprefix example/ %} |
| 45 {% endcodesampleSetup %} | 45 {% endcodesampleSetup %} |
| 46 | 46 |
| 47 <div class="hero-unit"> |
| 48 <h1> Introducing Polymer.dart </h1> |
| 49 <p markdown="1"> |
| 50 [Polymer.dart](/polymer-dart/), the next evolution of Web UI, has |
| 51 better debugging, |
| 52 faster development, and closer spec alignment. |
| 53 </p> |
| 54 </div> |
| 55 |
| 47 # {{ page.title }} | 56 # {{ page.title }} |
| 48 | 57 |
| 58 <aside class="alert alert-danger" markdown="1"> |
| 59 <strong>Web UI is now Polymer.dart.</strong> |
| 60 Web UI has evolved to |
| 61 [Polymer.dart](/polymer-dart/), which provides many fixes and improvements. |
| 62 We encourage Web UI users to upgrade to Polymer.dart. |
| 63 The information on this page apply only to Web UI, which is now deprecated. |
| 64 </aside> |
| 65 |
| 49 _Written by Sigmund Cherem<br /> | 66 _Written by Sigmund Cherem<br /> |
| 50 October 2012 (Updated February 2013)_ | 67 October 2012 (Updated February 2013)_ |
| 51 | 68 |
| 52 <div> | 69 <div> |
| 53 <img src="dart_logo.png" width="69" height="70" alt="dart logo"> | 70 <img src="dart_logo.png" width="69" height="70" alt="dart logo"> |
| 54 <img src="webcomponent_logo.jpg" width="100" height="100" alt="web components lo
go"> | 71 <img src="webcomponent_logo.jpg" width="100" height="100" alt="web components lo
go"> |
| 55 </div> | 72 </div> |
| 56 | 73 |
| 57 | 74 |
| 58 The Web UI package (Web UI for short) provides web components, templates, data | 75 The Web UI package (Web UI for short) provides web components, templates, data |
| (...skipping 546 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 605 [project]: https://github.com/dart-lang/web-ui/ | 622 [project]: https://github.com/dart-lang/web-ui/ |
| 606 [bugs]: https://github.com/dart-lang/web-ui/issues | 623 [bugs]: https://github.com/dart-lang/web-ui/issues |
| 607 [backbone]: http://backbonejs.org/ | 624 [backbone]: http://backbonejs.org/ |
| 608 [angular]: http://angularjs.org/ | 625 [angular]: http://angularjs.org/ |
| 609 [ember]: http://emberjs.com/ | 626 [ember]: http://emberjs.com/ |
| 610 [todomvcindwc]: https://github.com/dart-lang/web-ui/tree/master/example/todomvc | 627 [todomvcindwc]: https://github.com/dart-lang/web-ui/tree/master/example/todomvc |
| 611 [watcher]: http://dart-lang.github.com/web-ui/docs/watcher.html | 628 [watcher]: http://dart-lang.github.com/web-ui/docs/watcher.html |
| 612 [watcher.dispatch]: http://dart-lang.github.com/web-ui/docs/watcher.html#dispatc
h | 629 [watcher.dispatch]: http://dart-lang.github.com/web-ui/docs/watcher.html#dispatc
h |
| 613 [group]: https://groups.google.com/a/dartlang.org/group/web-ui/topics | 630 [group]: https://groups.google.com/a/dartlang.org/group/web-ui/topics |
| 614 [so]: http://stackoverflow.com/tags/dart | 631 [so]: http://stackoverflow.com/tags/dart |
| OLD | NEW |