summaryrefslogtreecommitdiff
path: root/demos/quickstart/protected/pages/Fundamentals
diff options
context:
space:
mode:
authorxue <>2006-02-05 16:24:28 +0000
committerxue <>2006-02-05 16:24:28 +0000
commit56b4436587f7e85c7ec1a8edb44b1d37506fbf38 (patch)
tree016aa2c0a413c6cdee6032d6080fb1920977bb77 /demos/quickstart/protected/pages/Fundamentals
parentd13ef89849ad340f424084367fc8f16b03266bfd (diff)
Added Upgrading tutorial page.
Diffstat (limited to 'demos/quickstart/protected/pages/Fundamentals')
-rw-r--r--demos/quickstart/protected/pages/Fundamentals/HelloWorld.page8
1 files changed, 7 insertions, 1 deletions
diff --git a/demos/quickstart/protected/pages/Fundamentals/HelloWorld.page b/demos/quickstart/protected/pages/Fundamentals/HelloWorld.page
index d6d497c1..572c6766 100644
--- a/demos/quickstart/protected/pages/Fundamentals/HelloWorld.page
+++ b/demos/quickstart/protected/pages/Fundamentals/HelloWorld.page
@@ -18,8 +18,14 @@ public function buttonClicked($sender,$param)
$sender->Text = "Hello World";
}
</com:TTextHighlighter>
+</p>
+<p>
+The following line in the page template attaches the <tt>buttonClicked()</tt> method to the <tt>OnClick</tt> event of the button,
+</p>
+<com:TTextHighlighter Language="prado" CssClass="source">
+&lt;com:TButton Text="Click Me" OnClick="buttonClicked" /&gt;
+</com:TTextHighlighter>
<com:RunBar PagePath="Fundamentals.Samples.HelloWorld.Home" />
-</p>
</com:TContent> \ No newline at end of file