Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 --- | 1 --- |
| 2 layout: default | 2 layout: default |
| 3 title: "Dart Tutorials" | 3 title: "Dart Tutorials" |
| 4 description: "A Game of Darts—Your guide to building great web apps." | 4 description: "A Game of Darts—Your guide to building great web apps." |
| 5 has-permalinks: true | 5 has-permalinks: true |
| 6 rel: | 6 rel: |
| 7 author: | 7 author: |
| 8 - mary-campione | 8 - mary-campione |
| 9 tutorial: | 9 tutorial: |
| 10 id: tut-home | 10 id: tut-home |
| (...skipping 130 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 141 </div> <!-- end Packages tab --> | 141 </div> <!-- end Packages tab --> |
| 142 | 142 |
| 143 <!-- WEB UI TAB --> | 143 <!-- WEB UI TAB --> |
| 144 <div class="tab-pane" id="webui"> | 144 <div class="tab-pane" id="webui"> |
| 145 | 145 |
| 146 Web components and templates are the next great ideas in web application d evelopment. | 146 Web components and templates are the next great ideas in web application d evelopment. |
| 147 Together they provide the building blocks to create richer and more dynami c web applications. | 147 Together they provide the building blocks to create richer and more dynami c web applications. |
| 148 With the Dart team’s <a href="http://pub.dartlang.org/packages/web_ui">Web UI package</a>, | 148 With the Dart team’s <a href="http://pub.dartlang.org/packages/web_ui">Web UI package</a>, |
| 149 you can get started using web components and templates now. | 149 you can get started using web components and templates now. |
| 150 | 150 |
| 151 <!-- | 151 <aside class="alert" style="background-color:Lavender;color:SlateBlue"> |
| 152 <aside class="alert"> | 152 <font size="24"> |
| 153 <strong>To be deprecated.</strong> <i>Use the new polymer packages inste ad.</i> | 153 <i class="icon-bullhorn"> </i> |
| 154 Learn all about it in the <a href="polymer/">Polymer target</a>.<br> | 154 </font> |
| 155 </aside> | 155 Web UI is being upgraded to polymer.dart. |
| 156 --> | 156 For more information about polymer.dart, |
| 157 including tips on porting Web UI apps to polymer.dart | |
| 158 and the current status of the project, | |
| 159 check out the <a href="/polymer-dart/" target="_blank">polymer.dart</a> | |
| 160 home page. | |
| 161 For polymer.dart versions of the tutorial's Web UI apps, | |
| 162 check out the tutorial's | |
| 163 <a href="https://github.com/dart-lang/dart-tutorials-samples/tree/master/web/" | |
| 164 target="_blank">code repo</a> on github. | |
| 165 </aside> | |
|
mem
2013/09/04 17:39:55
Did you look at what this looks like in the browse
sethladd
2013/09/04 21:11:02
seems to look fine.
| |
| 157 | 166 |
| 158 <div class="row-fluid"> | 167 <div class="row-fluid"> |
| 159 | 168 |
| 160 <!-- Get Started Web UI --> | 169 <!-- Get Started Web UI --> |
| 161 <div class="span6" style="border-right:1px solid Lavender"> | 170 <div class="span6" style="border-right:1px solid Lavender"> |
| 162 <section> | 171 <section> |
| 163 <h4><a href="web-ui/"><img src="images/target.png" height="20" width=" 20"> Get Started with Web UI</a></h4> | 172 <h4><a href="web-ui/"><img src="images/target.png" height="20" width=" 20"> Get Started with Web UI</a></h4> |
| 164 <p>Bind Dart variables to UI elements.</p> | 173 <p>Bind Dart variables to UI elements.</p> |
| 165 <img src="images/shout-screenshot.png" width="300"> | 174 <img src="images/shout-screenshot.png" width="300"> |
| 166 </section> | 175 </section> |
| (...skipping 107 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 274 </div> | 283 </div> |
| 275 --> | 284 --> |
| 276 | 285 |
| 277 </div> <!-- end tab content--> | 286 </div> <!-- end tab content--> |
| 278 </div> <!--end tabbable --> | 287 </div> <!--end tabbable --> |
| 279 </div> <!-- end of tute-tabs --> | 288 </div> <!-- end of tute-tabs --> |
| 280 | 289 |
| 281 {% endcapture %} | 290 {% endcapture %} |
| 282 | 291 |
| 283 {% include tutorial_main_page.html %} | 292 {% include tutorial_main_page.html %} |
| OLD | NEW |