/[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.6 - (hide annotations)
Thu May 6 16:27:42 2004 UTC (20 years, 3 months ago) by jonen
Branch: MAIN
CVS Tags: HEAD
Changes since 1.5: +6 -1 lines
 updated all to v2.4.1 - Apr 01, 2004

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.6 * $Id: includes.inc,v 1.25 2003/10/25 00:59:20 hemna 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 jonen 1.5 include_once($phphtmllib."/widgets/HTMLRedirectPage.inc");
28 jonen 1.1 include_once($phphtmllib."/widgets/PageWidget.inc");
29    
30    
31     include_once($phphtmllib."/widgets/ActiveTab.inc");
32 jonen 1.6 include_once($phphtmllib."/widgets/ButtonPanel.inc");
33     include_once($phphtmllib."/widgets/DialogWidget.inc");
34 jonen 1.1 include_once($phphtmllib."/widgets/FooterNav.inc");
35     include_once($phphtmllib."/widgets/InfoTable.inc");
36     include_once($phphtmllib."/widgets/ImageThumbnailWidget.inc");
37 jonen 1.6 include_once($phphtmllib."/widgets/MessageBoxWidget.inc");
38 jonen 1.1 include_once($phphtmllib."/widgets/NavTable.inc");
39 jonen 1.2 include_once($phphtmllib."/widgets/RoundTitleTable.inc");
40 jonen 1.6 include_once($phphtmllib."/widgets/StandardDialogWidget.inc");
41     include_once($phphtmllib."/widgets/TabWidget.inc");
42 jonen 1.1 include_once($phphtmllib."/widgets/TextNav.inc");
43     include_once($phphtmllib."/widgets/TextCSSNav.inc");
44     include_once($phphtmllib."/widgets/VerticalCSSNavTable.inc");
45    
46 jonen 1.5 include_once($phphtmllib."/widgets/xml/XMLDocumentClass.inc");
47     include_once($phphtmllib."/widgets/wml/WMLDocumentClass.inc");
48     include_once($phphtmllib."/widgets/svg/SVGDocumentClass.inc");
49 jonen 1.1
50     //not fully baked
51 jonen 1.5 //include_once($phphtmllib."/widgets/TreeNav.inc");
52 jonen 1.1
53     ?>

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