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

Unified Diff: src/site/samples/todo/index.markdown

Issue 1387723002: Updating the samples page to reflect the examples that have been retired. (Closed) Base URL: https://github.com/dart-lang/www.dartlang.org.git@master
Patch Set: Created 5 years, 2 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
« no previous file with comments | « src/site/samples/swipe/index.markdown ('k') | src/site/samples/todo_with_delete/index.markdown » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/site/samples/todo/index.markdown
diff --git a/src/site/samples/todo/index.markdown b/src/site/samples/todo/index.markdown
deleted file mode 100644
index e80c08a5838e2ec767d26f807680faf7579a5244..0000000000000000000000000000000000000000
--- a/src/site/samples/todo/index.markdown
+++ /dev/null
@@ -1,28 +0,0 @@
----
-layout: default
-title: Adding Elements to the DOM
-live_example_url: /docs/tutorials/add-elements/examples/todo/todo.html
-header:
- css: ["/samples/samples.css"]
----
-
-## {{ page.title }}
-
-Enter text in the input field and press return.
-
-This app shows how to programmatically add an element to the DOM.
-
-In this example, when you press return, the event handler for the input
-field creates a new <li> element and adds it to an existing <ul> list in the
-DOM tree. When the DOM tree changes, the web page refreshes.
-
-Read this [tutorial](/docs/tutorials/add-elements/) for
-more detail, or read the
-[source](https://github.com/dart-lang/dart-tutorials-samples/tree/master/todo).
-
-<iframe class="running-app-frame"
- style="height:400px;width:100%;"
- src="{{page.live_example_url}}">
-</iframe>
-
-See all [samples](/samples/).
« no previous file with comments | « src/site/samples/swipe/index.markdown ('k') | src/site/samples/todo_with_delete/index.markdown » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698