/[cvs]/nfo/php/libs/com.newsblob.phphtmllib/doc/phpHtmlLib/widget-examples/_examples_widget7_php.html
ViewVC logotype

Annotation of /nfo/php/libs/com.newsblob.phphtmllib/doc/phpHtmlLib/widget-examples/_examples_widget7_php.html

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.3 - (hide annotations)
Wed Sep 24 12:50:42 2003 UTC (21 years ago) by jonen
Branch: MAIN
Changes since 1.2: +136 -254 lines
File MIME type: text/html
+ updated whole phphtmllib to v2.3.0

1 jonen 1.3 <?xml version="1.0" encoding="iso-8859-1"?>
2     <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3     <html xmlns="http://www.w3.org/1999/xhtml">
4     <head>
5     <!-- template designed by Marco Von Ballmoos -->
6     <title>Docs for page widget7.php</title>
7     <link rel="stylesheet" href="../../media/stylesheet.css" />
8     <meta http-equiv='Content-Type' content='text/html; charset=iso-8859-1'/>
9     </head>
10     <body>
11     <div class="page-body">
12     <h2 class="file-name">Program_Root/examples/widget7.php</h2>
13    
14     <a name="sec-description"></a>
15     <div class="info-box">
16     <div class="info-box-title">Description</div>
17     <div class="nav-bar">
18     <span class="disabled">Description</span> |
19     <a href="#sec-classes">Classes</a>
20     | <a href="#sec-includes">Includes</a>
21     </div>
22     <div class="info-box-body">
23     <!-- ========== Info from phpDoc block ========= -->
24     <p class="short-description">This example illustrates the use of the</p>
25     <p class="description"><p>DataList object classes. This object can show a list of data from any data source and have any GUI layout and provide the features of: searching, sorting, paging of the data.</p><p>This page shows the Data coming a CSV (comma seperated values) file on disk.</p><p>$Id: _examples_widget7_php.html,v 1.19 2003/08/01 01:37:48 hemna Exp $</p></p>
26     <ul class="tags">
27     <li><span class="field">version:</span> <p>2.0</p></li>
28     <li><span class="field">author:</span> <p>Walter A. Boring IV &lt;<a href="mailto:waboring@buildabetterweb.com">mailto:waboring@buildabetterweb.com</a>&gt;</p></li>
29     </ul>
30    
31     </div>
32     </div>
33    
34     <a name="sec-classes"></a>
35     <div class="info-box">
36     <div class="info-box-title">Classes</div>
37     <div class="nav-bar">
38     <a href="#sec-description">Description</a> |
39     <span class="disabled">Classes</span>
40     | <a href="#sec-includes">Includes</a>
41     </div>
42     <div class="info-box-body">
43     <table cellpadding="2" cellspacing="0" class="class-table">
44     <tr>
45     <th class="class-table-header">Class</th>
46     <th class="class-table-header">Description</th>
47     </tr>
48     <tr>
49     <td style="padding-right: 2em; vertical-align: top">
50     <a href="../../phpHtmlLib/widget-examples/csvfilelist.html">csvfilelist</a>
51     </td>
52     <td>
53     This class shows how to use the data coming
54     </td>
55     </tr>
56     </table>
57     </div>
58     </div>
59    
60     <a name="sec-includes"></a>
61     <div class="info-box">
62     <div class="info-box-title">Includes</div>
63     <div class="nav-bar">
64     <a href="#sec-description">Description</a> |
65     <a href="#sec-classes">Classes</a>
66     | <span class="disabled">Includes</span>
67     </div>
68     <div class="info-box-body">
69     <a name="_includes_inc"><!-- --></a>
70     <div class="evenrow">
71    
72     <div>
73     <span class="include-title">
74     <span class="include-type">include_once</span>
75     (<span class="include-name">"includes.inc"</span>)
76     (line <span class="line-number">27</span>)
77     </span>
78     </div>
79    
80     <!-- ========== Info from phpDoc block ========= -->
81     <p class="short-description">Include the phphtmllib libraries</p>
82    
83     </div>
84     <a name="_db_defines_inc"><!-- --></a>
85     <div class="oddrow">
86    
87     <div>
88     <span class="include-title">
89     <span class="include-type">include_once</span>
90     (<span class="include-name"><a href="../../phpHtmlLib/_examples_db_defines_inc.html">"db_defines.inc"</a></span>)
91     (line <span class="line-number">28</span>)
92     </span>
93     </div>
94    
95     <!-- ========== Info from phpDoc block ========= -->
96    
97     </div>
98     <a name="_$phphtmllib_/widgets/data_list/includes_inc"><!-- --></a>
99     <div class="evenrow">
100    
101     <div>
102     <span class="include-title">
103     <span class="include-type">include_once</span>
104     (<span class="include-name">$phphtmllib."/widgets/data_list/includes.inc"</span>)
105     (line <span class="line-number">30</span>)
106     </span>
107     </div>
108    
109     <!-- ========== Info from phpDoc block ========= -->
110    
111     </div>
112     <a name="_$phphtmllib_/widgets/data_list/CSVFILEDataListSource_inc"><!-- --></a>
113     <div class="oddrow">
114    
115     <div>
116     <span class="include-title">
117     <span class="include-type">include_once</span>
118     (<span class="include-name">$phphtmllib."/widgets/data_list/CSVFILEDataListSource.inc"</span>)
119     (line <span class="line-number">31</span>)
120     </span>
121     </div>
122    
123     <!-- ========== Info from phpDoc block ========= -->
124    
125     </div>
126     </div>
127     </div>
128    
129    
130    
131    
132     <p class="notes" id="credit">
133     Documention generated on Thu, 31 Jul 2003 18:33:53 -0700 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.2.0</a>
134     </p>
135     </div></body>
136     </html>

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