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

Side by Side Diff: src/site/docs/tutorials/fetchdata/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: "Fetch Data Dynamically" 3 title: "Fetch Data Dynamically"
4 description: "Use HttpRequest to fetch data from a file or a server." 4 description: "Use HttpRequest to fetch data from a file or a server."
5 has-permalinks: true 5 has-permalinks: true
6 tutorial: 6 tutorial:
7 id: fetchdata 7 id: fetchdata
8 next: forms/ 8 next: forms/
9 next-title: "Get Input from a Form" 9 next-title: "Get Input from a Form"
10 prev: streams/ 10 prev: streams/
11 prev-title: "Use Streams for Data" 11 prev-title: "Use Streams for Data"
12 --- 12 ---
(...skipping 464 matching lines...) Expand 10 before | Expand all | Expand 10 after
477 * The next tutorial, 477 * The next tutorial,
478 [Get Input from a Form](/docs/tutorials/forms/), 478 [Get Input from a Form](/docs/tutorials/forms/),
479 contains a client/server example that 479 contains a client/server example that
480 shows you how to use a form to get data from the user, 480 shows you how to use a form to get data from the user,
481 and using JSON, send that form to a server, 481 and using JSON, send that form to a server,
482 and handle the server's response. 482 and handle the server's response.
483 483
484 {% endcapture %} 484 {% endcapture %}
485 485
486 {% include tutorial.html %} 486 {% include tutorial.html %}
OLDNEW
« no previous file with comments | « src/site/docs/tutorials/connect-dart-html/index.markdown ('k') | src/site/docs/tutorials/forms/index.markdown » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698