diff options
Diffstat (limited to 'buildscripts/texbuilder/quickstart/pages.php')
-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 481a0c09..55ad18e8 100644 --- a/buildscripts/texbuilder/quickstart/pages.php +++ b/buildscripts/texbuilder/quickstart/pages.php @@ -107,6 +107,8 @@ $pages['Control Reference : Active Controls (AJAX)'] = array( 'ActiveControls/ActiveButton.page',
'ActiveControls/ActiveCheckBox.page',
'ActiveControls/ActiveCustomValidator.page',
+ 'ActiveControls/ActiveDataList.page',
+ 'ActiveControls/ActiveDataGrid.page',
'ActiveControls/ActiveHyperLink.page',
'ActiveControls/ActiveImage.page',
'ActiveControls/ActiveImageButton.page',
@@ -116,6 +118,7 @@ $pages['Control Reference : Active Controls (AJAX)'] = array( 'ActiveControls/ActivePager.page',
'ActiveControls/ActivePanel.page',
'ActiveControls/ActiveRadioButton.page',
+ 'ActiveControls/ActiveRepeater.page',
'ActiveControls/ActiveTextBox.page',
'ActiveControls/AutoComplete.page',
'ActiveControls/DragDrop.page');
|