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

Side by Side Diff: src/site/docs/tutorials/add-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
« no previous file with comments | « src/site/docs/serverguide.markdown ('k') | src/site/docs/tutorials/cmdline/index.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: tutorial
3 title: "Add Elements to the DOM" 3 title: "Add Elements to the DOM"
4 description: "You have an Element object, now what?" 4 description: "You have an Element object, now what?"
5 has-permalinks: true 5 has-permalinks: true
6 tutorial: 6 tutorial:
7 id: add-elements 7 id: add-elements
8 next: remove-elements/ 8 next: remove-elements/
9 next-title: "Remove DOM Elements" 9 next-title: "Remove DOM Elements"
10 prev: connect-dart-html/ 10 prev: connect-dart-html/
11 prev-title: "Connect Dart & HTML" 11 prev-title: "Connect Dart & HTML"
12 --- 12 ---
(...skipping 368 matching lines...) Expand 10 before | Expand all | Expand 10 after
381 </ul> 381 </ul>
382 382
383 ##What next? 383 ##What next?
384 384
385 The next tutorial, [Remove DOM Elements](/docs/tutorials/remove-elements/), 385 The next tutorial, [Remove DOM Elements](/docs/tutorials/remove-elements/),
386 describes how to remove elements from the DOM and items off your todo list. 386 describes how to remove elements from the DOM and items off your todo list.
387 387
388 {% endcapture %} 388 {% endcapture %}
389 389
390 {% include tutorial.html %} 390 {% include tutorial.html %}
OLDNEW
« no previous file with comments | « src/site/docs/serverguide.markdown ('k') | src/site/docs/tutorials/cmdline/index.markdown » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698