comparison 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
comparison
equal deleted inserted replaced
147:f3686f60985d 148:f582fd6c75ee
33 out <- [[[page]Add Child[Web Field["foo","","text"]] 33 out <- [[[page]Add Child[Web Field["foo","","text"]]
34 ]Add Child[ 34 ]Add Child[
35 Web Button["blah","Click!"] 35 Web Button["blah","Click!"]
36 //The Set Handler call here attaches the worker Save Text to the click event for the page 36 //The Set Handler call here attaches the worker Save Text to the click event for the page
37 //Events propagate can propagate themselves up the page hierarchy and handled wherever appropriate 37 //Events propagate can propagate themselves up the page hierarchy and handled wherever appropriate
38 ]]Set Handler["click","Save Text"] 38 ]]Set Handler["click",Save Text[?]]
39 } 39 }
40 } 40 }
41 41
42 Main[args] 42 Main[args]
43 { 43 {