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

Side by Side Diff: src/site/docs/tutorials/forms/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: "Get Input from a Form" 3 title: "Get Input from a Form"
4 description: "Using HTML forms and input elements to send data to a server" 4 description: "Using HTML forms and input elements to send data to a server"
5 has-permalinks: true 5 has-permalinks: true
6 tutorial: 6 tutorial:
7 id: forms 7 id: forms
8 next: indexeddb/ 8 next: indexeddb/
9 next-title: "Use IndexedDB" 9 next-title: "Use IndexedDB"
10 prev: fetchdata/ 10 prev: fetchdata/
11 prev-title: "Fetch Data Dynamically" 11 prev-title: "Fetch Data Dynamically"
12 --- 12 ---
(...skipping 949 matching lines...) Expand 10 before | Expand all | Expand 10 after
962 ###What next? 962 ###What next?
963 963
964 The next tutorial, 964 The next tutorial,
965 [Use IndexedDB](/docs/tutorials/indexeddb), 965 [Use IndexedDB](/docs/tutorials/indexeddb),
966 describes how to save data on the client 966 describes how to save data on the client
967 in the browser's Indexed Database. 967 in the browser's Indexed Database.
968 968
969 {% endcapture %} 969 {% endcapture %}
970 970
971 {% include tutorial.html %} 971 {% include tutorial.html %}
OLDNEW
« no previous file with comments | « src/site/docs/tutorials/fetchdata/index.markdown ('k') | src/site/docs/tutorials/futures/index.markdown » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698