| 14 |
|
|
| 15 |
/** |
/** |
| 16 |
* get right path |
* get right path |
| 17 |
|
* This should point/resolve to the directory: |
| 18 |
|
* /your/base/path/org.netfrag.patches/phphtmllib |
| 19 |
* |
* |
| 20 |
*/ |
*/ |
| 21 |
global $config; |
global $config; |
| 40 |
* |
* |
| 41 |
*/ |
*/ |
| 42 |
include_once("widgets/GenericGUIDataList.php"); |
include_once("widgets/GenericGUIDataList.php"); |
| 43 |
|
include_once("widgets/DataItem.php"); |
| 44 |
include_once("widgets/EditDataItem.php"); |
include_once("widgets/EditDataItem.php"); |
| 45 |
|
include_once("widgets/FlexibleNegotiation.php"); |
| 46 |
|
|
| 47 |
?> |
// required for FlexibleNegotiation |
| 48 |
|
include_once("forms/NonValidatingFormProcessor.php"); |
| 49 |
|
|
| 50 |
|
// required for getting phpHtmlLib's TreeNav and PEAR::Tree together |
| 51 |
|
include_once("widgets/navigation/TreeNav_PearHtmlTreeMenuBridge.inc"); |
| 52 |
|
include_once("widgets/navigation/DHTMLTreeNav.inc"); |
| 53 |
|
include_once("widgets/navigation/SelectNav.inc"); |
| 54 |
|
|
| 55 |
|
// some new DataItem widgets |
| 56 |
|
include_once("widgets/CreateDataItem.php"); |
| 57 |
|
|
| 58 |
|
// required for The Mapper |
| 59 |
|
//include_once("forms/MultiColumnFormContent.php"); |
| 60 |
|
include_once("widgets/TopicMapper.php"); |
| 61 |
|
|
| 62 |
|
?> |