/[cvs]/nfo/php/libs/com.newsblob.phphtmllib/widgets/includes.inc
ViewVC logotype

Annotation of /nfo/php/libs/com.newsblob.phphtmllib/widgets/includes.inc

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.3 - (hide annotations)
Thu Feb 27 16:58:31 2003 UTC (21 years, 4 months ago) by joko
Branch: MAIN
Changes since 1.2: +5 -2 lines
including new, required components/widgets

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 joko 1.3 * $Id: includes.inc,v 1.2 2003/02/22 21:08:24 jonen 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/BaseWidget.inc");
23     include_once($phphtmllib."/widgets/ContainerWidget.inc");
24 jonen 1.2 include_once($phphtmllib."/widgets/CSSContainer.inc");
25 jonen 1.1 include_once($phphtmllib."/widgets/CSSBuilder.inc");
26     include_once($phphtmllib."/widgets/HTMLPageClass.inc");
27     include_once($phphtmllib."/widgets/PageWidget.inc");
28    
29    
30     include_once($phphtmllib."/widgets/ActiveTab.inc");
31     include_once($phphtmllib."/widgets/FooterNav.inc");
32     include_once($phphtmllib."/widgets/InfoTable.inc");
33     include_once($phphtmllib."/widgets/ImageThumbnailWidget.inc");
34     include_once($phphtmllib."/widgets/NavTable.inc");
35 jonen 1.2 include_once($phphtmllib."/widgets/RoundTitleTable.inc");
36 jonen 1.1 include_once($phphtmllib."/widgets/TextNav.inc");
37     include_once($phphtmllib."/widgets/TextCSSNav.inc");
38     include_once($phphtmllib."/widgets/VerticalCSSNavTable.inc");
39    
40     include_once($phphtmllib."/widgets/XMLDocumentClass.inc");
41     include_once($phphtmllib."/widgets/WMLDocumentClass.inc");
42     include_once($phphtmllib."/widgets/SVGDocumentClass.inc");
43    
44     //not fully baked
45 joko 1.3 include_once($phphtmllib."/widgets/TreeNav.inc");
46     include_once($phphtmllib."/widgets/TreeNav_PearHtmlTreeMenuBridge.inc");
47     include_once($phphtmllib."/widgets/DHTMLTreeNav.inc");
48     include_once($phphtmllib."/widgets/SelectNav.inc");
49 jonen 1.1
50     ?>

MailToCvsAdmin">MailToCvsAdmin
ViewVC Help
Powered by ViewVC 1.1.26 RSS 2.0 feed