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

Side by Side Diff: src/site/docs/tutorials/remove-elements/index.markdown

Issue 123553005: Added new server/cmdline/io programmers' guide. (Closed) Base URL: https://github.com/dart-lang/dartlang.org.git@master
Patch Set: used new page layout for new tutorial Created 6 years, 11 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
OLDNEW
1 --- 1 ---
2 layout: default 2 layout: tutorial
3 title: "Remove DOM Elements" 3 title: "Remove DOM Elements"
4 description: "Remove a child element from the DOM" 4 description: "Remove a child element from the DOM"
5 has-permalinks: true 5 has-permalinks: true
6 tutorial: 6 tutorial:
7 id: remove-elements 7 id: remove-elements
8 next: shared-pkgs/ 8 next: shared-pkgs/
9 next-title: "Install Shared Packages" 9 next-title: "Install Shared Packages"
10 prev: add-elements/ 10 prev: add-elements/
11 prev-title: "Add Elements to the DOM" 11 prev-title: "Add Elements to the DOM"
12 --- 12 ---
(...skipping 227 matching lines...) Expand 10 before | Expand all | Expand 10 after
240 240
241 * One of those packages is Polymer.dart, 241 * One of those packages is Polymer.dart,
242 which makes manipulating the DOM even easier 242 which makes manipulating the DOM even easier
243 with data binding, templates, and declarative event handlers. 243 with data binding, templates, and declarative event handlers.
244 Check out [Define a Custom Element](/docs/tutorials/polymer-intro) 244 Check out [Define a Custom Element](/docs/tutorials/polymer-intro)
245 for an introduction to Polymer. 245 for an introduction to Polymer.
246 246
247 {% endcapture %} 247 {% endcapture %}
248 248
249 {% include tutorial.html %} 249 {% include tutorial.html %}
OLDNEW
« no previous file with comments | « src/site/docs/tutorials/polymer-intro/index.markdown ('k') | src/site/docs/tutorials/shared-pkgs/index.markdown » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698