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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (show annotations)
Thu Jan 30 03:29:44 2003 UTC (21 years, 6 months ago) by jonen
Branch: MAIN
Branch point for: no_vendor_tag
Initial revision

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 * $Id: includes.inc,v 1.18 2002/11/12 21:36:41 hemna Exp $
9 *
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 include_once($phphtmllib."/widgets/CSSBuilder.inc");
25 include_once($phphtmllib."/widgets/HTMLPageClass.inc");
26 include_once($phphtmllib."/widgets/PageWidget.inc");
27
28
29 include_once($phphtmllib."/widgets/ActiveTab.inc");
30 include_once($phphtmllib."/widgets/FooterNav.inc");
31 include_once($phphtmllib."/widgets/InfoTable.inc");
32 include_once($phphtmllib."/widgets/ImageThumbnailWidget.inc");
33 include_once($phphtmllib."/widgets/NavTable.inc");
34 include_once($phphtmllib."/widgets/TextNav.inc");
35 include_once($phphtmllib."/widgets/TextCSSNav.inc");
36 include_once($phphtmllib."/widgets/VerticalCSSNavTable.inc");
37
38 include_once($phphtmllib."/widgets/XMLDocumentClass.inc");
39 include_once($phphtmllib."/widgets/WMLDocumentClass.inc");
40 include_once($phphtmllib."/widgets/SVGDocumentClass.inc");
41
42 //not fully baked
43 //include_once($phphtmllib."/widgets/TreeNav.inc");
44
45 ?>

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