diff options
author | xue <> | 2005-12-28 13:11:07 +0000 |
---|---|---|
committer | xue <> | 2005-12-28 13:11:07 +0000 |
commit | 6ea993425cc0982ecef765d4bfc6b75b7206416d (patch) | |
tree | 98b8960722366ed2a3722f755ddc3cac1ab408a6 /demos/quickstart/protected/pages/Samples | |
parent | deba7a5f81931dbe20aceebd506f44d5fdc1f7ca (diff) |
Diffstat (limited to 'demos/quickstart/protected/pages/Samples')
-rw-r--r-- | demos/quickstart/protected/pages/Samples/HelloWorld.page | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/quickstart/protected/pages/Samples/HelloWorld.page b/demos/quickstart/protected/pages/Samples/HelloWorld.page index 87169697..7f7e8538 100644 --- a/demos/quickstart/protected/pages/Samples/HelloWorld.page +++ b/demos/quickstart/protected/pages/Samples/HelloWorld.page @@ -11,7 +11,7 @@ PRADO promotes component-based and event-driven Web programming. The button is r </p>
<img src="<%~HelloWorld/sequence.gif%>" />
<p>
-The code that a developer needs to write is merely the following event handler function, where <code>$sender</code> refers to the button object.
+The code that a developer needs to write is merely the following event handler function, where <tt>$sender</tt> refers to the button object.
</p>
<pre class="source">
public function buttonClicked($sender,$param)
|