summaryrefslogtreecommitdiff
path: root/buildscripts/texbuilder
diff options
context:
space:
mode:
Diffstat (limited to 'buildscripts/texbuilder')
-rw-r--r--buildscripts/texbuilder/quickstart/pages.php11
1 files changed, 10 insertions, 1 deletions
diff --git a/buildscripts/texbuilder/quickstart/pages.php b/buildscripts/texbuilder/quickstart/pages.php
index 28953831..a99a2a35 100644
--- a/buildscripts/texbuilder/quickstart/pages.php
+++ b/buildscripts/texbuilder/quickstart/pages.php
@@ -109,7 +109,10 @@ $pages['Control Reference : Active Controls (AJAX)'] = array(
'ActiveControls/ActiveCustomValidator.page',
'ActiveControls/ActiveDataList.page',
'ActiveControls/ActiveDataGrid.page',
+ 'ActiveControls/ActiveDatePicker.page',
'ActiveControls/ActiveDropDownList.page',
+ 'ActiveControls/ActiveFileUpload.page',
+ 'ActiveControls/ActiveHiddenField.page',
'ActiveControls/ActiveHyperLink.page',
'ActiveControls/ActiveImage.page',
'ActiveControls/ActiveImageButton.page',
@@ -124,10 +127,16 @@ $pages['Control Reference : Active Controls (AJAX)'] = array(
'ActiveControls/ActiveRepeater.page',
'ActiveControls/ActiveTextBox.page',
'ActiveControls/AutoComplete.page',
+ 'ActiveControls/Callback.page',
'ActiveControls/CallbackClientScript.page',
'ActiveControls/CallbackClientSide.page',
+ 'ActiveControls/CallbackEventParameter.page',
'ActiveControls/CallbackOptions.page',
- 'ActiveControls/DragDrop.page');
+ 'ActiveControls/DragDrop.page',
+ 'ActiveControls/EventTriggeredCallback.page',
+ 'ActiveControls/InPlaceTextBox.page',
+ 'ActiveControls/TimeTriggeredCallback.page',
+ 'ActiveControls/ValueTriggeredCallback.page');
$pages['Active Control Overview'] = array(
'ActiveControls/Home.page',