diff options
author | ctrlaltca@gmail.com <> | 2011-06-02 19:27:21 +0000 |
---|---|---|
committer | ctrlaltca@gmail.com <> | 2011-06-02 19:27:21 +0000 |
commit | 0daa38a4f5bb43d7332d681a98ccb693bc579230 (patch) | |
tree | 2b6435d1cdd4acddac1281aba120957ecc7cfe1a /buildscripts/texbuilder/quickstart | |
parent | 3490b6226263b05d980d040a8fbf933c23979ab6 (diff) |
further documentation updates: everything else plus some things that were not even listed. Only T*RatingList has been left out
Diffstat (limited to 'buildscripts/texbuilder/quickstart')
-rw-r--r-- | buildscripts/texbuilder/quickstart/pages.php | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/buildscripts/texbuilder/quickstart/pages.php b/buildscripts/texbuilder/quickstart/pages.php index 044ed3c3..8a8fb077 100644 --- a/buildscripts/texbuilder/quickstart/pages.php +++ b/buildscripts/texbuilder/quickstart/pages.php @@ -110,7 +110,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',
@@ -125,10 +128,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',
|