diff options
author | ctrlaltca@gmail.com <> | 2011-06-02 09:30:55 +0000 |
---|---|---|
committer | ctrlaltca@gmail.com <> | 2011-06-02 09:30:55 +0000 |
commit | 8aa0d56705a71894a80c1293730b6c67cddc8a40 (patch) | |
tree | fda6cea608f8fe2ade2f9a4f51e39c54846a3b17 /buildscripts/texbuilder/quickstart/pages.php | |
parent | 3baba6fb4b6c17ff77eb4a13a812ccde9263dce2 (diff) |
added documentation for TActiveDataList, TActiveDataGrid and TActiveRepeater class
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');
|