diff options
author | ctrlaltca@gmail.com <> | 2011-06-02 16:03:13 +0000 |
---|---|---|
committer | ctrlaltca@gmail.com <> | 2011-06-02 16:03:13 +0000 |
commit | 6818eb71061580a636831b8e6c0ba8aca2c3420b (patch) | |
tree | 696ad78fbf4607f50b570e835e55859f3b3a5d04 /buildscripts | |
parent | ffc9318788952a879815cfa01a8b17b7ddae89b1 (diff) |
documentation galore: TCallbackClientSide, TCallbackOptions and TCallbackClientScript
Diffstat (limited to 'buildscripts')
-rw-r--r-- | buildscripts/texbuilder/quickstart/pages.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/buildscripts/texbuilder/quickstart/pages.php b/buildscripts/texbuilder/quickstart/pages.php index 2fe2438f..044ed3c3 100644 --- a/buildscripts/texbuilder/quickstart/pages.php +++ b/buildscripts/texbuilder/quickstart/pages.php @@ -125,6 +125,9 @@ $pages['Control Reference : Active Controls (AJAX)'] = array( 'ActiveControls/ActiveRepeater.page',
'ActiveControls/ActiveTextBox.page',
'ActiveControls/AutoComplete.page',
+ 'ActiveControls/CallbackClientScript.page',
+ 'ActiveControls/CallbackClientSide.page',
+ 'ActiveControls/CallbackOptions.page',
'ActiveControls/DragDrop.page');
$pages['Active Control Overview'] = array(
|