38 |
* |
* |
39 |
*/ |
*/ |
40 |
include_once("widgets/GenericGUIDataList.php"); |
include_once("widgets/GenericGUIDataList.php"); |
41 |
|
include_once("widgets/DataItem.php"); |
42 |
include_once("widgets/EditDataItem.php"); |
include_once("widgets/EditDataItem.php"); |
43 |
|
include_once("widgets/FlexibleNegotiation.php"); |
44 |
|
|
45 |
?> |
// required for FlexibleNegotiation |
46 |
|
include_once("forms/NonValidatingFormProcessor.php"); |
47 |
|
|
48 |
|
// required for getting phpHtmlLib's TreeNav and PEAR::Tree together |
49 |
|
include_once("widgets/TreeNav_PearHtmlTreeMenuBridge.inc"); |
50 |
|
include_once("widgets/DHTMLTreeNav.inc"); |
51 |
|
include_once("widgets/SelectNav.inc"); |
52 |
|
|
53 |
|
?> |