/[cvs]/nfo/php/libs/com.newsblob.phphtmllib/doc/phpHtmlLib/FormProcessing/_form_FormWizard_inc.html
ViewVC logotype

Contents of /nfo/php/libs/com.newsblob.phphtmllib/doc/phpHtmlLib/FormProcessing/_form_FormWizard_inc.html

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.2 - (show annotations)
Thu May 6 16:26:22 2004 UTC (20 years, 3 months ago) by jonen
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +205 -205 lines
File MIME type: text/html
 updated all to v2.4.1 - Apr 01, 2004

1 <?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 FormWizard.inc</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
13 <h2 class="file-name">/form/FormWizard.inc</h2>
14
15 <a name="sec-description"></a>
16 <div class="info-box">
17 <div class="info-box-title">Description</div>
18 <div class="nav-bar">
19 <span class="disabled">Description</span> |
20 <a href="#sec-classes">Classes</a>
21 | <a href="#sec-constants">Constants</a>
22 </div>
23 <div class="info-box-body">
24 <!-- ========== Info from phpDoc block ========= -->
25 <p class="short-description">This file contains the FormWizard class.</p>
26 <p class="description"><p>$Id: _form_FormWizard_inc.html,v 1.11 2004/04/01 17:35:47 hemna Exp $</p></p>
27 <ul class="tags">
28 <li><span class="field">copyright:</span> LGPL - See LICENCE</li>
29 <li><span class="field">author:</span> Walter A. Boring IV &lt;<a href="mailto:waboring@buildabetterweb.com">waboring@buildabetterweb.com</a>&gt;</li>
30 </ul>
31
32 </div>
33 </div>
34
35 <a name="sec-classes"></a>
36 <div class="info-box">
37 <div class="info-box-title">Classes</div>
38 <div class="nav-bar">
39 <a href="#sec-description">Description</a> |
40 <span class="disabled">Classes</span>
41 | <a href="#sec-constants">Constants</a>
42 </div>
43 <div class="info-box-body">
44 <table cellpadding="2" cellspacing="0" class="class-table">
45 <tr>
46 <th class="class-table-header">Class</th>
47 <th class="class-table-header">Description</th>
48 </tr>
49 <tr>
50 <td style="padding-right: 2em; vertical-align: top">
51 <a href="../../phpHtmlLib/FormProcessing/FormWizard.html">FormWizard</a>
52 </td>
53 <td>
54 This is the main engine for the processing
55 </td>
56 </tr>
57 </table>
58 </div>
59 </div>
60
61
62 <a name="sec-constants"></a>
63 <div class="info-box">
64 <div class="info-box-title">Constants</div>
65 <div class="nav-bar">
66 <a href="#sec-description">Description</a> |
67 <a href="#sec-classes">Classes</a>
68 | <span class="disabled">Constants</span>
69 </div>
70 <div class="info-box-body">
71 <a name="defineWIZARD_ACTION"><!-- --></a>
72 <div class="oddrow">
73
74 <div>
75 <span class="const-title">
76 <span class="const-name">WIZARD_ACTION</span> = &quot;_wizard_action&quot;
77 (line <span class="line-number">19</span>)
78 </span>
79 </div>
80
81 <!-- ========== Info from phpDoc block ========= -->
82
83
84 </div>
85 <a name="defineWIZARD_FINAL"><!-- --></a>
86 <div class="evenrow">
87
88 <div>
89 <span class="const-title">
90 <span class="const-name">WIZARD_FINAL</span> = &quot;FINAL&quot;
91 (line <span class="line-number">24</span>)
92 </span>
93 </div>
94
95 <!-- ========== Info from phpDoc block ========= -->
96
97
98 </div>
99 <a name="defineWIZARD_ID"><!-- --></a>
100 <div class="oddrow">
101
102 <div>
103 <span class="const-title">
104 <span class="const-name">WIZARD_ID</span> = &quot;_wizard_id&quot;
105 (line <span class="line-number">18</span>)
106 </span>
107 </div>
108
109 <!-- ========== Info from phpDoc block ========= -->
110
111
112 </div>
113 <a name="defineWIZARD_JUMP"><!-- --></a>
114 <div class="evenrow">
115
116 <div>
117 <span class="const-title">
118 <span class="const-name">WIZARD_JUMP</span> = &quot;JUMP&quot;
119 (line <span class="line-number">23</span>)
120 </span>
121 </div>
122
123 <!-- ========== Info from phpDoc block ========= -->
124
125
126 </div>
127 <a name="defineWIZARD_NEXT"><!-- --></a>
128 <div class="oddrow">
129
130 <div>
131 <span class="const-title">
132 <span class="const-name">WIZARD_NEXT</span> = &quot;NEXT&quot;
133 (line <span class="line-number">21</span>)
134 </span>
135 </div>
136
137 <!-- ========== Info from phpDoc block ========= -->
138
139
140 </div>
141 <a name="defineWIZARD_PREV"><!-- --></a>
142 <div class="evenrow">
143
144 <div>
145 <span class="const-title">
146 <span class="const-name">WIZARD_PREV</span> = &quot;PREV&quot;
147 (line <span class="line-number">22</span>)
148 </span>
149 </div>
150
151 <!-- ========== Info from phpDoc block ========= -->
152
153
154 </div>
155 <a name="defineWIZARD_STEP"><!-- --></a>
156 <div class="oddrow">
157
158 <div>
159 <span class="const-title">
160 <span class="const-name">WIZARD_STEP</span> = &quot;_wizard_step&quot;
161 (line <span class="line-number">16</span>)
162 </span>
163 </div>
164
165 <!-- ========== Info from phpDoc block ========= -->
166
167
168 </div>
169 <a name="defineWIZARD_TO_STEP"><!-- --></a>
170 <div class="evenrow">
171
172 <div>
173 <span class="const-title">
174 <span class="const-name">WIZARD_TO_STEP</span> = &quot;_wizard_to_step&quot;
175 (line <span class="line-number">17</span>)
176 </span>
177 </div>
178
179 <!-- ========== Info from phpDoc block ========= -->
180
181
182 </div>
183 <a name="defineWIZARD_VISITED"><!-- --></a>
184 <div class="oddrow">
185
186 <div>
187 <span class="const-title">
188 <span class="const-name">WIZARD_VISITED</span> = &quot;_wizard_visited&quot;
189 (line <span class="line-number">15</span>)
190 </span>
191 </div>
192
193 <!-- ========== Info from phpDoc block ========= -->
194
195
196 </div>
197 </div>
198 </div>
199
200
201
202 <p class="notes" id="credit">
203 Documentation generated on Thu, 1 Apr 2004 09:38:55 -0800 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.3.0RC2</a>
204 </p>
205 </div></body>
206 </html>

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