summaryrefslogtreecommitdiff
path: root/buildscripts
diff options
context:
space:
mode:
authorctrlaltca@gmail.com <>2011-06-02 11:16:04 +0000
committerctrlaltca@gmail.com <>2011-06-02 11:16:04 +0000
commitffc9318788952a879815cfa01a8b17b7ddae89b1 (patch)
tree2617fc3a77ca6372f0c6cb3d0775c4007b6208b9 /buildscripts
parent8aa0d56705a71894a80c1293730b6c67cddc8a40 (diff)
added documentation and examples for TActiveCheckBoxList, TActiveDropDownList, TActiveListBox, TActiveRadioButtonList classes
Diffstat (limited to 'buildscripts')
-rw-r--r--buildscripts/texbuilder/quickstart/pages.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/buildscripts/texbuilder/quickstart/pages.php b/buildscripts/texbuilder/quickstart/pages.php
index 55ad18e8..2fe2438f 100644
--- a/buildscripts/texbuilder/quickstart/pages.php
+++ b/buildscripts/texbuilder/quickstart/pages.php
@@ -106,18 +106,22 @@ $pages['Control Reference : Data Controls'] = array(
$pages['Control Reference : Active Controls (AJAX)'] = array(
'ActiveControls/ActiveButton.page',
'ActiveControls/ActiveCheckBox.page',
+ 'ActiveControls/ActiveCheckBoxList.page',
'ActiveControls/ActiveCustomValidator.page',
'ActiveControls/ActiveDataList.page',
'ActiveControls/ActiveDataGrid.page',
+ 'ActiveControls/ActiveDropDownList.page',
'ActiveControls/ActiveHyperLink.page',
'ActiveControls/ActiveImage.page',
'ActiveControls/ActiveImageButton.page',
'ActiveControls/ActiveLabel.page',
'ActiveControls/ActiveLinkButton.page',
+ 'ActiveControls/ActiveListBox.page',
'ActiveControls/ActiveMultiView.page',
'ActiveControls/ActivePager.page',
'ActiveControls/ActivePanel.page',
'ActiveControls/ActiveRadioButton.page',
+ 'ActiveControls/ActiveRadioButtonList.page',
'ActiveControls/ActiveRepeater.page',
'ActiveControls/ActiveTextBox.page',
'ActiveControls/AutoComplete.page',