Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(157)

Side by Side Diff: src/site/articles/web-ui/summary.markdown

Issue 23619013: start talking about polymer.dart (Closed) Base URL: git@github.com:dart-lang/dartlang.org.git@master
Patch Set: remove the colors, reword the intro Created 7 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « src/site/articles/web-ui/spec.markdown ('k') | src/site/articles/web-ui/tools.markdown » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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/), which contains many fixes and improvements.
22 We encourage Web UI users to upgrade to Polymer.dart.
23 The information on this page apply only to Web UI, which is now deprecated.
24 </aside>
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
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>
OLDNEW
« no previous file with comments | « src/site/articles/web-ui/spec.markdown ('k') | src/site/articles/web-ui/tools.markdown » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698