| 1 |
jonen |
1.1 |
<?php |
| 2 |
|
|
|
| 3 |
|
|
/** |
| 4 |
|
|
* this file includes all of the widgets |
| 5 |
|
|
* that live in this dir. |
| 6 |
|
|
* If you add a new widget, you should add it here. |
| 7 |
|
|
* |
| 8 |
jonen |
1.4 |
* $Id: includes.inc,v 1.3 2003/03/05 10:58:05 joko Exp $ |
| 9 |
jonen |
1.1 |
* |
| 10 |
|
|
* @author Walter A. Boring IV <waboring@buildabetterweb.com> |
| 11 |
|
|
* @package phpHtmlLib |
| 12 |
|
|
* |
| 13 |
|
|
*/ |
| 14 |
|
|
|
| 15 |
|
|
/** |
| 16 |
|
|
* do the includes |
| 17 |
|
|
* |
| 18 |
|
|
* commented widgets are not really ready for |
| 19 |
|
|
* prime time. |
| 20 |
|
|
* |
| 21 |
|
|
*/ |
| 22 |
|
|
include_once($phphtmllib."/widgets/data_list/DataList.inc"); |
| 23 |
|
|
include_once($phphtmllib."/widgets/data_list/DataListSource.inc"); |
| 24 |
joko |
1.3 |
include_once($phphtmllib."/widgets/data_list/MemoryDataListSource.inc"); |
| 25 |
jonen |
1.1 |
include_once($phphtmllib."/widgets/data_list/DefaultGUIDataList.inc"); |
| 26 |
jonen |
1.4 |
include_once($phphtmllib."/widgets/data_list/GenericGUIDataList.inc"); |
| 27 |
jonen |
1.1 |
|
| 28 |
|
|
?> |