diff options
author | Fabio Bas <ctrlaltca@gmail.com> | 2014-01-12 01:37:33 +0100 |
---|---|---|
committer | Fabio Bas <ctrlaltca@gmail.com> | 2014-01-12 01:37:33 +0100 |
commit | 781f6731122cf622bcdf64441d247b5e37a2c3d0 (patch) | |
tree | 20413779800710ab61f2212f0972b207532b4f6a /demos/quickstart/protected/pages/ActiveControls/Home.page | |
parent | 97869b581fc2af1724dbf07652533f7d2ded9371 (diff) |
Added some TCallbackClientScript demos
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 6def313a..07259b8d 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=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>.
|