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

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

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