Show
Ignore:
Timestamp:
09/13/2006 06:33:41 PM (2 years ago)
Author:
wei
Message:

Fixed #376

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/buildscripts/texbuilder/quickstart/pages.php

    r1261 r1411  
    11<?php 
    22/* 
    3  * Created on 11/05/2006 
     3 * $Id$ 
    44 */ 
    55 
     
    7575        'Controls/Repeater.page'); 
    7676 
     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 
    7786$pages['Write New Controls'] = array( 
    7887        'Controls/NewControl.page'); 
     
    97106        'Advanced/Scripts3.page'); 
    98107 
    99  
    100108return $pages; 
    101109//-------------- END CONFIG ----------------