From 56b4436587f7e85c7ec1a8edb44b1d37506fbf38 Mon Sep 17 00:00:00 2001 From: xue <> Date: Sun, 5 Feb 2006 16:24:28 +0000 Subject: Added Upgrading tutorial page. --- demos/quickstart/protected/pages/Fundamentals/HelloWorld.page | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'demos/quickstart/protected/pages/Fundamentals') 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"; } +

+

+The following line in the page template attaches the buttonClicked() method to the OnClick event of the button, +

+ +<com:TButton Text="Click Me" OnClick="buttonClicked" /> + -

\ No newline at end of file -- cgit v1.2.3