diff said.rhope @ 148:f582fd6c75ee

Fixed framework port, works for said.rhope example
author Mike Pavone <pavone@retrodev.com>
date Mon, 22 Nov 2010 01:37:05 -0500
parents f3686f60985d
children
line wrap: on
line diff
--- a/said.rhope	Mon Nov 22 01:15:02 2010 -0500
+++ b/said.rhope	Mon Nov 22 01:37:05 2010 -0500
@@ -35,7 +35,7 @@
 				Web Button["blah","Click!"]
 			//The Set Handler call here attaches the worker Save Text to the click event for the page
 			//Events propagate can propagate themselves up the page hierarchy and handled wherever appropriate
-			]]Set Handler["click","Save Text"]
+			]]Set Handler["click",Save Text[?]]
 	}
 }