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

Unified Diff: src/site/samples/anagram/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 | « no previous file | src/site/samples/gauge/example/gauge.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/site/samples/anagram/index.markdown
diff --git a/src/site/samples/anagram/index.markdown b/src/site/samples/anagram/index.markdown
deleted file mode 100644
index 85bc1e72ffd5efffa38ca6be904029280b15b0b5..0000000000000000000000000000000000000000
--- a/src/site/samples/anagram/index.markdown
+++ /dev/null
@@ -1,29 +0,0 @@
----
-layout: default
-title: Moving Elements within the DOM Tree
-live_example_url: /docs/tutorials/add-elements/examples/anagram/anagram.html">
-header:
- css: ["/samples/samples.css"]
----
-
-## {{ page.title }}
-
-Form a word by clicking the letter tiles.
-
-This app shows how to programmatically move an element on the page.
-
-To move an element on the page, change its parent element. An element can have
-only one parent, so changing the parent moves the element in the DOM tree. In
-this example, when you click on a tile, the click handler changes the tile’s
-parent.
-
-Read this [tutorial](/docs/tutorials/add-elements/#moving-elements) for
-more detail, or read the
-[source](https://github.com/dart-lang/dart-tutorials-samples/tree/master/anagram).
-
-<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 | « no previous file | src/site/samples/gauge/example/gauge.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698