diff options
| author | ctrlaltca@gmail.com <> | 2011-06-02 16:06:37 +0000 | 
|---|---|---|
| committer | ctrlaltca@gmail.com <> | 2011-06-02 16:06:37 +0000 | 
| commit | 6394a6ffe3a9f3e4e698603b94503dc96f1e2652 (patch) | |
| tree | 26dfde346742329d064d336936edf20fdb7cb81e /buildscripts/texbuilder/quickstart | |
| parent | b9f9a16d7eefc48ac489c8cb2b87749459bb3d38 (diff) | |
upported documentation changes to trunk/
Diffstat (limited to 'buildscripts/texbuilder/quickstart')
| -rw-r--r-- | buildscripts/texbuilder/quickstart/pages.php | 7 | 
1 files changed, 7 insertions, 0 deletions
diff --git a/buildscripts/texbuilder/quickstart/pages.php b/buildscripts/texbuilder/quickstart/pages.php index d7191c07..28953831 100644 --- a/buildscripts/texbuilder/quickstart/pages.php +++ b/buildscripts/texbuilder/quickstart/pages.php @@ -105,21 +105,28 @@ $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',
 +	'ActiveControls/CallbackClientScript.page',
 +	'ActiveControls/CallbackClientSide.page',
 +	'ActiveControls/CallbackOptions.page',
  	'ActiveControls/DragDrop.page');
  $pages['Active Control Overview'] = array(
  | 
