Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 --- | 1 --- |
| 2 layout: default | 2 layout: default |
| 3 title: "Web UI Feature Summary" | 3 title: "Web UI Feature Summary" |
| 4 rel: | 4 rel: |
| 5 author: siggi-cherem | 5 author: siggi-cherem |
| 6 description: "A table summarizing all features in the Web UI package." | 6 description: "A table summarizing all features in the Web UI package." |
| 7 has-permalinks: true | 7 has-permalinks: true |
| 8 --- | 8 --- |
| 9 {% comment %} | 9 {% comment %} |
| 10 | 10 |
| 11 See README comment in index.markdown for explanations of | 11 See README comment in index.markdown for explanations of |
| 12 {{'{{'}}, \{\% raw \%\}, and \{\% codesample \%\}. | 12 {{'{{'}}, \{\% raw \%\}, and \{\% codesample \%\}. |
| 13 | 13 |
| 14 {% endcomment %} | 14 {% endcomment %} |
| 15 | 15 |
| 16 # {{ page.title }} | 16 # {{ page.title }} |
| 17 | 17 |
| 18 <aside class="alert alert-danger" markdown="1"> | |
| 19 <strong>Web UI is now Polymer.dart.</strong> | |
| 20 Web UI has evolved to | |
| 21 [Polymer.dart](/polymer-dart/), with many fixes and improvements. | |
| 22 We encourage Web UI users to upgrade to Polymer.dart. | |
| 23 The contents of this page apply only to Web UI, which is now deprecated. | |
| 24 </aside> | |
|
mem
2013/09/04 17:39:55
Same changes as from web-ui/index.html
sethladd
2013/09/04 21:11:02
Done.
| |
| 25 | |
| 18 _Written by Sigmund Cherem<br /> | 26 _Written by Sigmund Cherem<br /> |
| 19 November 2012 (Updated December 2012)_ | 27 November 2012 (Updated December 2012)_ |
| 20 | 28 |
| 21 The Web UI package (Web UI for short) provides web components and templates to | 29 The Web UI package (Web UI for short) provides web components and templates to |
| 22 help you write web applications at scale. The following tables collect all | 30 help you write web applications at scale. The following tables collect all |
| 23 features supported by Web UI. Read the [reference specification](spec.html) for | 31 features supported by Web UI. Read the [reference specification](spec.html) for |
| 24 more details, or refer to our [explainer article](index.html) for a high-level | 32 more details, or refer to our [explainer article](index.html) for a high-level |
| 25 introduction and examples. | 33 introduction and examples. |
| 26 | 34 |
| 27 {% include toc.html %} | 35 {% include toc.html %} |
| (...skipping 371 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 399 </div> | 407 </div> |
| 400 {% endprettify %} | 408 {% endprettify %} |
| 401 </td><td> | 409 </td><td> |
| 402 Binds a UI event to a Dart expression. Whenever the event fires, the associated | 410 Binds a UI event to a Dart expression. Whenever the event fires, the associated |
| 403 expression is executed and watchers are notified about possible changes. The | 411 expression is executed and watchers are notified about possible changes. The |
| 404 fired event is stored in the special variable <code>$event</code>, available in | 412 fired event is stored in the special variable <code>$event</code>, available in |
| 405 the scope of the Dart expression. | 413 the scope of the Dart expression. |
| 406 </td></tr> | 414 </td></tr> |
| 407 | 415 |
| 408 </tbody></table> | 416 </tbody></table> |
| OLD | NEW |