diff options
author | Fabio Bas <ctrlaltca@gmail.com> | 2014-08-23 12:24:44 +0200 |
---|---|---|
committer | Fabio Bas <ctrlaltca@gmail.com> | 2014-08-23 12:24:44 +0200 |
commit | 7aa665260609bcca0af2af6f0eceb80dec077033 (patch) | |
tree | 9701af699fb5722a5047b7b2bcd5f6361203db7d /demos/quickstart/protected/pages/ActiveControls/Home.page | |
parent | 606728e5c2fb1dfe2ca2760b9894f5c6d378d9b5 (diff) |
Added some TCallbackClientScript demos
cherry-picked from 781f6731122cf622bcdf64441d247b5e37a2c3d0
Diffstat (limited to 'demos/quickstart/protected/pages/ActiveControls/Home.page')
-rwxr-xr-x | demos/quickstart/protected/pages/ActiveControls/Home.page | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/quickstart/protected/pages/ActiveControls/Home.page b/demos/quickstart/protected/pages/ActiveControls/Home.page index 9586f421..92bdbca2 100755 --- a/demos/quickstart/protected/pages/ActiveControls/Home.page +++ b/demos/quickstart/protected/pages/ActiveControls/Home.page @@ -6,7 +6,7 @@ Most active controls have a property of <a href="?page=ActiveControls.BaseActiveControl">ActiveControl</a> and
a sub-property <a href="?page=ActiveControls.CallbackClientSide">ClientSide</a>
that provides many properties to customize the controls. The
-<a href="?page=TCallbackClientScript">CallbackClient</a> property of the
+<a href="?page=ActiveControls.CallbackClientScript">CallbackClient</a> property of the
<tt>TPage</tt> class provides many methods to update and alter the client-side content
during a callback request. Active controls is reliant on a collection
of <a href="?page=ActiveControl.ClientSideJavascript">javascript classes</a>.
|