Changeset 1411 for trunk/buildscripts/texbuilder/quickstart/pages.php
- Timestamp:
- 09/13/2006 06:33:41 PM (2 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/buildscripts/texbuilder/quickstart/pages.php
r1261 r1411 1 1 <?php 2 2 /* 3 * Created on 11/05/20063 * $Id$ 4 4 */ 5 5 … … 75 75 'Controls/Repeater.page'); 76 76 77 $pages['Control Reference : Active Controls (AJAX)'] = array( 78 'ActiveControls/ActiveButton.page', 79 'ActiveControls/ActiveCheckBox.page', 80 'ActiveControls/ActiveCustomValidator.page'); 81 82 $pages['Active Control Overview'] = array( 83 'ActiveControls/Home.page', 84 'ActiveControls/Introduction.page'); 85 77 86 $pages['Write New Controls'] = array( 78 87 'Controls/NewControl.page'); … … 97 106 'Advanced/Scripts3.page'); 98 107 99 100 108 return $pages; 101 109 //-------------- END CONFIG ----------------
