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

Unified Diff: src/site/docs/tutorials/forms/examples/slambook/web/tute_slambookform.html

Issue 275613002: Update polymer tutorial; make directory paths match new sample structure (Closed) Base URL: https://github.com/dart-lang/dartlang.org.git@master
Patch Set: probably nothing (oh app engine you joker) Created 6 years, 7 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
Index: src/site/docs/tutorials/forms/examples/slambook/web/tute_slambookform.html
diff --git a/src/site/docs/tutorials/forms/examples/slambook/out/web/tute_slambookform.html b/src/site/docs/tutorials/forms/examples/slambook/web/tute_slambookform.html
similarity index 90%
rename from src/site/docs/tutorials/forms/examples/slambook/out/web/tute_slambookform.html
rename to src/site/docs/tutorials/forms/examples/slambook/web/tute_slambookform.html
index f184c69429aa01f12e576bab523a1c7409369765..80318a223efe078d90d4974780755d235b9c8e24 100644
--- a/src/site/docs/tutorials/forms/examples/slambook/out/web/tute_slambookform.html
+++ b/src/site/docs/tutorials/forms/examples/slambook/web/tute_slambookform.html
@@ -1,3 +1,8 @@
+<!-- Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+ for details. All rights reserved. Use of this source code is governed by a
+ BSD-style license that can be found in the LICENSE file.
+-->
+
<!DOCTYPE html>
<html>
@@ -100,8 +105,8 @@
</div>
<div class="submitarea">
- <input type="submit" value="Submit" on-click="submitForm">
- <input type="reset" value="Reset" on-click="resetForm"> <br>
+ <input type="submit" value="Submit" on-click="{{submitForm}}">
+ <input type="reset" value="Clear" on-click="{{resetForm}}"> <br>
<textarea disabled class="responsetext" value="{{serverResponse}}"></textarea>
<!--<p class="responsetext"> {{serverResponse}} </p>-->
</div>

Powered by Google App Engine
This is Rietveld 408576698