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

Unified Diff: src/site/docs/tutorials/custom-elements/index.markdown

Issue 19621005: linked to new polymer examples (Closed) Base URL: https://github.com/dart-lang/dartlang.org.git@master
Patch Set: merge with master...forgot Created 7 years, 5 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 side-by-side diff with in-line comments
Download patch
Index: src/site/docs/tutorials/custom-elements/index.markdown
diff --git a/src/site/docs/tutorials/custom-elements/index.markdown b/src/site/docs/tutorials/custom-elements/index.markdown
index a214136b848fe4050702942c04c33f206f67e7d3..856ee1bce590843c9ef6eb934efc751e744baf8b 100644
--- a/src/site/docs/tutorials/custom-elements/index.markdown
+++ b/src/site/docs/tutorials/custom-elements/index.markdown
@@ -24,7 +24,11 @@ Get the source code for the samples featured in this target:</p>
<ul>
<li>
<a href="https://github.com/dart-lang/dart-tutorials-samples/tree/master/web/target08/drseuss"
- target="_blank">drseuss</a>
+ target="_blank">drseuss</a> (web_ui)
+ </li>
+ <li>
+ <a href="https://github.com/dart-lang/dart-tutorials-samples/tree/master/web/target08-polymer/drseuss"
+ target="_blank">drseuss</a> (polymer)
</li>
<li>
<a href="https://github.com/dart-lang/dart-tutorials-samples/tree/master/web/target08/convertthis"
@@ -36,6 +40,29 @@ Get the source code for the samples featured in this target:</p>
{% capture content %}
+<hr>
+
+<aside class="alert" style="background-color:Lavender;color:SlateBlue">
+ <font size="24">
+ <i class="icon-bullhorn"> </i>
+ </font>
+
+ The Dart Web UI team recently
+ <a href="https://groups.google.com/a/dartlang.org/forum/#!topic/web-ui/6laXXxRtA7k">announced</a>
+ a port of the Polymer project:
+ <a href="http://pub.dartlang.org/packages/polymer">polymer.dart</a>.
+
+ We've converted most of the tutorial Web UI examples and compiled some
+ <a href="https://github.com/dart-lang/dart-tutorials-samples/blob/master/web/to-polymer-notes.txt" target="_blank">notes</a>
+ along the way.
+ Check out source code for the polymer version of the
+ <a href="https://github.com/dart-lang/dart-tutorials-samples/tree/master/web/target08-polymer/drseuss"
+ target="_blank">drseuss</a>
+ example.
+</aside>
+
+<hr>
+
Custom elements are one kind of web component
defined in the Web Components model.
Using templates and scripts,
« no previous file with comments | « no previous file | src/site/docs/tutorials/fetchdata/index.markdown » ('j') | src/site/docs/tutorials/web-ui/index.markdown » ('J')

Powered by Google App Engine
This is Rietveld 408576698