1 |
jonen |
1.1 |
<!DOCTYPE HTML PUBLIC '-//W3C//DTD HTML 4.0 Transitional//EN' 'http://www.w3.org/TR/REC-html40/loose.dtd'> |
2 |
|
|
<!--NewPage--> |
3 |
|
|
<HTML> |
4 |
|
|
<HEAD> |
5 |
|
|
<!-- Generated by PhpDoc date: 'Thu, 20 Feb 2003 16:22:44 -0800' --> |
6 |
|
|
<TITLE>Docs For Class FEConfirmPassword</TITLE> |
7 |
|
|
<LINK REL ='stylesheet' TYPE='text/css' HREF='../../media/stylesheet.css' TITLE='Style'> |
8 |
|
|
</HEAD> |
9 |
|
|
<BODY style="background-color: #eeeeee; font-family: arial; font-size: .9em;"> |
10 |
|
|
<!-- Links --> |
11 |
|
|
<a NAME="top"></A> |
12 |
|
|
<table WIDTH="100%" class="links"> |
13 |
|
|
<TR> |
14 |
|
|
<TD class="font10"> |
15 |
|
|
Links: |
16 |
|
|
<A HREF="#children_summary" class="links" title="Classes extended from FEConfirmPassword">Child Classes</A> |
17 |
|
|
<A HREF="#var_summary" class="links" title="Class Variable Summary">Variables</A> |
18 |
|
|
<A HREF="#var_inherited_summary" class="links" title="Inherited Class Variable Summary">Inherited Variables</A> |
19 |
|
|
<A HREF="#functions_inherited" class="links" title="Inherited Method Summary">Inherited Methods</A> |
20 |
|
|
<A HREF="#method_summary" class="links" title="Method Summary">Methods</A> |
21 |
|
|
<A HREF="#variable_detail" class="links" title="Variable Detail">Variable Detail</A> |
22 |
|
|
<A HREF="#method_detail" class="links" title="Method Detail">Method Detail</A> |
23 |
|
|
</TD> |
24 |
|
|
</TR> |
25 |
|
|
</TABLE> |
26 |
|
|
<BR> |
27 |
|
|
<!-- Start of Class Data --> |
28 |
|
|
<H2> |
29 |
|
|
Class FEConfirmPassword |
30 |
|
|
</H2> (line <span class="linenumber">90</span>) |
31 |
|
|
<pre> |
32 |
|
|
<a href="../../phpHtmlLib/FormProcessing/FormElement.html">FormElement</a> |
33 |
|
|
| |
34 |
|
|
--<a href="../../phpHtmlLib/FormProcessing/FEText.html">FEText</a> |
35 |
|
|
| |
36 |
|
|
--<a href="../../phpHtmlLib/FormProcessing/FEPassword.html">FEPassword</a> |
37 |
|
|
| |
38 |
|
|
--FEConfirmPassword</pre> |
39 |
|
|
<p> |
40 |
|
|
<b><i>Located in File: Program_Root/form/form_elements/FEPassword.inc</i></b><br> |
41 |
|
|
</p> |
42 |
|
|
<hr> |
43 |
|
|
This is the ConfirmPassword FormElement which builds a input field of type="password". It requires the caller to add a FEPassword object to this class to have something to compare during validation time. |
44 |
|
|
<br /> |
45 |
|
|
<p>It first validates that the value is_password(), and then makes sure it matches exactly what the value is in the FEPassword.</p><p>USE: after u create the FEConfirmPassword, you MUST call password() method which adds a reference to the FEPassword object, so it can validate against.</p> |
46 |
|
|
<UL> |
47 |
|
|
<LI><b>copyright</b> - <CODE>LGPL - See LICENCE</CODE></LI> |
48 |
|
|
<LI><b>author</b> - <CODE>Suren Markossian <<a href="mailto:suren@bcsweb.com">mailto:suren@bcsweb.com</a>></CODE></LI> |
49 |
|
|
<LI><b>author</b> - <CODE>Walter A. Boring IV <<a href="mailto:waboring@buildabetterweb.com">mailto:waboring@buildabetterweb.com</a>></CODE></LI> |
50 |
|
|
</UL> |
51 |
|
|
<hr> |
52 |
|
|
<!-- =========== VAR SUMMARY =========== --> |
53 |
|
|
<A NAME='var_summary'><!-- --></A> |
54 |
|
|
<TABLE CELLPADDING='3' CELLSPACING='0' WIDTH='100%' CLASS="border"> |
55 |
|
|
<TR BGCOLOR='#CCCCFF' CLASS='TableHeadingColor'> |
56 |
|
|
<TD> |
57 |
|
|
<span CLASS="font12bold">Class Variable Summary</span> |
58 |
|
|
<A HREF="#top" CLASS="links">^TOP</A> |
59 |
|
|
</TD> |
60 |
|
|
</TR> |
61 |
|
|
|
62 |
|
|
<!-- =========== Summary =========== --> |
63 |
|
|
<TR BGCOLOR='white' CLASS='TableRowColor'> |
64 |
|
|
<TD> |
65 |
|
|
<CODE><B><A HREF="../../phpHtmlLib/FormProcessing/FEConfirmPassword.html#var$_fepassword">$_fepassword</A></B></CODE> |
66 |
|
|
<BR> |
67 |
|
|
<blockquote> This holds the FEPassword we are </blockquote> |
68 |
|
|
<blockquote> Default Value: <CODE>-> NULL<-</CODE> </blockquote> |
69 |
|
|
</TD> |
70 |
|
|
</TR> |
71 |
|
|
</TABLE> |
72 |
|
|
<hr> |
73 |
|
|
<!-- =========== VAR INHERITED SUMMARY =========== --> |
74 |
|
|
<A NAME='var_inherited_summary'><!-- --></A> |
75 |
|
|
<TABLE CELLPADDING='3' CELLSPACING='0' WIDTH='100%' CLASS="border"> |
76 |
|
|
<TR BGCOLOR='#CCCCFF' CLASS='TableHeadingColor'> |
77 |
|
|
<TD> |
78 |
|
|
<span CLASS="font12bold">Inherited Class Variable Summary</span> |
79 |
|
|
<A HREF="#top" CLASS="links">^TOP</A> |
80 |
|
|
</TD> |
81 |
|
|
</TR> |
82 |
|
|
|
83 |
|
|
<!-- =========== Summary =========== --> |
84 |
|
|
<TR BGCOLOR='white'> |
85 |
|
|
<TD> |
86 |
|
|
<span CLASS="font10bold">Inherited From Class <a href="../../phpHtmlLib/FormProcessing/FormElement.html">FormElement</a></span> |
87 |
|
|
<table CELLPADDING='3' CELLSPACING='0' WIDTH='95%' CLASS="border" ALIGN="center"> |
88 |
|
|
<tr CLASS="tableheadingcolor"> |
89 |
|
|
<th>Variable</th> |
90 |
|
|
<th>Default Value</th> |
91 |
|
|
<th>Description</th> |
92 |
|
|
</tr> |
93 |
|
|
<tr> |
94 |
|
|
<td CLASS="font10bold"><a href="../../phpHtmlLib/FormProcessing/FormElement.html#var$_attributes">FormElement::$_attributes</a></td> |
95 |
|
|
<td CLASS="font10" STYLE="white-space: nowrap">-><-</td> |
96 |
|
|
<td CLASS="font10">Holds additional attributes for</td> |
97 |
|
|
</tr> |
98 |
|
|
<tr> |
99 |
|
|
<td CLASS="font10bold"><a href="../../phpHtmlLib/FormProcessing/FormElement.html#var$_element_name">FormElement::$_element_name</a></td> |
100 |
|
|
<td CLASS="font10" STYLE="white-space: nowrap">-> NULL<-</td> |
101 |
|
|
<td CLASS="font10">Holds the name of the element</td> |
102 |
|
|
</tr> |
103 |
|
|
<tr> |
104 |
|
|
<td CLASS="font10bold"><a href="../../phpHtmlLib/FormProcessing/FormElement.html#var$_error_message">FormElement::$_error_message</a></td> |
105 |
|
|
<td CLASS="font10" STYLE="white-space: nowrap">-> NULL<-</td> |
106 |
|
|
<td CLASS="font10">Holds the error message text</td> |
107 |
|
|
</tr> |
108 |
|
|
<tr> |
109 |
|
|
<td CLASS="font10bold"><a href="../../phpHtmlLib/FormProcessing/FormElement.html#var$_has_error">FormElement::$_has_error</a></td> |
110 |
|
|
<td CLASS="font10" STYLE="white-space: nowrap">-> FALSE<-</td> |
111 |
|
|
<td CLASS="font10">Holds the state of the last validation</td> |
112 |
|
|
</tr> |
113 |
|
|
<tr> |
114 |
|
|
<td CLASS="font10bold"><a href="../../phpHtmlLib/FormProcessing/FormElement.html#var$_is_disabled">FormElement::$_is_disabled</a></td> |
115 |
|
|
<td CLASS="font10" STYLE="white-space: nowrap">-> FALSE<-</td> |
116 |
|
|
<td CLASS="font10">Indicates a disabled element</td> |
117 |
|
|
</tr> |
118 |
|
|
<tr> |
119 |
|
|
<td CLASS="font10bold"><a href="../../phpHtmlLib/FormProcessing/FormElement.html#var$_is_required">FormElement::$_is_required</a></td> |
120 |
|
|
<td CLASS="font10" STYLE="white-space: nowrap">-> TRUE<-</td> |
121 |
|
|
<td CLASS="font10">Indicates whether this elements</td> |
122 |
|
|
</tr> |
123 |
|
|
<tr> |
124 |
|
|
<td CLASS="font10bold"><a href="../../phpHtmlLib/FormProcessing/FormElement.html#var$_label_text">FormElement::$_label_text</a></td> |
125 |
|
|
<td CLASS="font10" STYLE="white-space: nowrap">-> NULL<-</td> |
126 |
|
|
<td CLASS="font10">Holds the elements label text</td> |
127 |
|
|
</tr> |
128 |
|
|
<tr> |
129 |
|
|
<td CLASS="font10bold"><a href="../../phpHtmlLib/FormProcessing/FormElement.html#var$_style_attributes">FormElement::$_style_attributes</a></td> |
130 |
|
|
<td CLASS="font10" STYLE="white-space: nowrap">-><-</td> |
131 |
|
|
<td CLASS="font10">Holds additional style attributes for</td> |
132 |
|
|
</tr> |
133 |
|
|
<tr> |
134 |
|
|
<td CLASS="font10bold"><a href="../../phpHtmlLib/FormProcessing/FormElement.html#var$_value">FormElement::$_value</a></td> |
135 |
|
|
<td CLASS="font10" STYLE="white-space: nowrap">-> NULL<-</td> |
136 |
|
|
<td CLASS="font10">Holds the elements initial value</td> |
137 |
|
|
</tr> |
138 |
|
|
</table> |
139 |
|
|
<BR> |
140 |
|
|
</TD> |
141 |
|
|
</TR> |
142 |
|
|
</TABLE> |
143 |
|
|
|
144 |
|
|
<hr> |
145 |
|
|
<!-- =========== METHOD SUMMARY =========== --> |
146 |
|
|
<A NAME='method_summary'><!-- --></A> |
147 |
|
|
<TABLE CELLPADDING='3' CELLSPACING='0' WIDTH='100%' Class="border"> |
148 |
|
|
<TR BGCOLOR='#CCCCFF' CLASS='TableHeadingColor'> |
149 |
|
|
<TD> |
150 |
|
|
<span class="font12bold">Method Summary</span> |
151 |
|
|
<A HREF="#top" CLASS="links">^TOP</A> |
152 |
|
|
</TD> |
153 |
|
|
</TR> |
154 |
|
|
|
155 |
|
|
<!-- =========== Summary =========== --> |
156 |
|
|
<TR BGCOLOR='white' CLASS='TableRowColor'> |
157 |
|
|
<TD> |
158 |
|
|
<CODE><B><A HREF='../../phpHtmlLib/FormProcessing/FEConfirmPassword.html#methodpassword'>void password ( &$fepassword )</A></B></CODE> |
159 |
|
|
<BR> |
160 |
|
|
<blockquote> use this function to add the FEPassword object that we want to confirm. </blockquote> |
161 |
|
|
</TD> |
162 |
|
|
</TR> |
163 |
|
|
<!-- =========== Summary =========== --> |
164 |
|
|
<TR BGCOLOR='white' CLASS='TableRowColor'> |
165 |
|
|
<TD> |
166 |
|
|
<CODE><B><A HREF='../../phpHtmlLib/FormProcessing/FEConfirmPassword.html#methodvalidate'>void validate ( )</A></B></CODE> |
167 |
|
|
<BR> |
168 |
|
|
<blockquote> This function performs the actual validation It is called only if the validation is required by this element </blockquote> |
169 |
|
|
</TD> |
170 |
|
|
</TR> |
171 |
|
|
</TABLE> |
172 |
|
|
<!-- =========== INHERITED METHOD SUMMARY =========== --> |
173 |
|
|
<A NAME='functions_inherited'><!-- --></A> |
174 |
|
|
<TABLE CELLPADDING='3' CELLSPACING='0' WIDTH='100%' CLASS="border"> |
175 |
|
|
<TR BGCOLOR='#CCCCFF' CLASS='TableHeadingColor'> |
176 |
|
|
<TD> |
177 |
|
|
<span CLASS="font12bold">Inherited Method Summary</span> |
178 |
|
|
<A HREF="#top" CLASS="links">^TOP</A> |
179 |
|
|
</TD> |
180 |
|
|
</TR> |
181 |
|
|
|
182 |
|
|
<!-- =========== Summary =========== --> |
183 |
|
|
<TR BGCOLOR='white' CLASS='TableRowColor'> |
184 |
|
|
<TD> |
185 |
|
|
<span CLASS="font10bold">Inherited From Class <a href="../../phpHtmlLib/FormProcessing/FEPassword.html">FEPassword</a></span> |
186 |
|
|
<TABLE CELLPADDING='3' CELLSPACING='0' WIDTH='95%' CLASS="border" ALIGN="center"> |
187 |
|
|
<tr CLASS="tableheadingcolor"> |
188 |
|
|
<th>Function</th> |
189 |
|
|
<th>Description</th> |
190 |
|
|
</tr> |
191 |
|
|
<tr> |
192 |
|
|
<td CLASS="font10bold"><a href="../../phpHtmlLib/FormProcessing/FEPassword.html#methodget_element">FEPassword::get_element()</a></td> |
193 |
|
|
<td CLASS="font10">This function builds and returns the form element object</td> |
194 |
|
|
<tr> |
195 |
|
|
<td CLASS="font10bold"><a href="../../phpHtmlLib/FormProcessing/FEPassword.html#methodvalidate">FEPassword::validate()</a></td> |
196 |
|
|
<td CLASS="font10">This function performs the actual validation It is called only if the validation is required by this element</td> |
197 |
|
|
</table> |
198 |
|
|
<br> |
199 |
|
|
</TD> |
200 |
|
|
</TR> |
201 |
|
|
<!-- =========== Summary =========== --> |
202 |
|
|
<TR BGCOLOR='white' CLASS='TableRowColor'> |
203 |
|
|
<TD> |
204 |
|
|
<span CLASS="font10bold">Inherited From Class <a href="../../phpHtmlLib/FormProcessing/FEText.html">FEText</a></span> |
205 |
|
|
<TABLE CELLPADDING='3' CELLSPACING='0' WIDTH='95%' CLASS="border" ALIGN="center"> |
206 |
|
|
<tr CLASS="tableheadingcolor"> |
207 |
|
|
<th>Function</th> |
208 |
|
|
<th>Description</th> |
209 |
|
|
</tr> |
210 |
|
|
<tr> |
211 |
|
|
<td CLASS="font10bold"><a href="../../phpHtmlLib/FormProcessing/FEText.html#methodFEText">FEText::FEText()</a></td> |
212 |
|
|
<td CLASS="font10">The constructor</td> |
213 |
|
|
<tr> |
214 |
|
|
<td CLASS="font10bold"><a href="../../phpHtmlLib/FormProcessing/FEText.html#methodget_element">FEText::get_element()</a></td> |
215 |
|
|
<td CLASS="font10">This function builds and returns the form element object</td> |
216 |
|
|
</table> |
217 |
|
|
<br> |
218 |
|
|
</TD> |
219 |
|
|
</TR> |
220 |
|
|
<!-- =========== Summary =========== --> |
221 |
|
|
<TR BGCOLOR='white' CLASS='TableRowColor'> |
222 |
|
|
<TD> |
223 |
|
|
<span CLASS="font10bold">Inherited From Class <a href="../../phpHtmlLib/FormProcessing/FormElement.html">FormElement</a></span> |
224 |
|
|
<TABLE CELLPADDING='3' CELLSPACING='0' WIDTH='95%' CLASS="border" ALIGN="center"> |
225 |
|
|
<tr CLASS="tableheadingcolor"> |
226 |
|
|
<th>Function</th> |
227 |
|
|
<th>Description</th> |
228 |
|
|
</tr> |
229 |
|
|
<tr> |
230 |
|
|
<td CLASS="font10bold"><a href="../../phpHtmlLib/FormProcessing/FormElement.html#methodFormElement">FormElement::FormElement()</a></td> |
231 |
|
|
<td CLASS="font10">The constructor</td> |
232 |
|
|
<tr> |
233 |
|
|
<td CLASS="font10bold"><a href="../../phpHtmlLib/FormProcessing/FormElement.html#methodcreate_element_name">FormElement::create_element_name()</a></td> |
234 |
|
|
<td CLASS="font10">This function creates element name</td> |
235 |
|
|
<tr> |
236 |
|
|
<td CLASS="font10bold"><a href="../../phpHtmlLib/FormProcessing/FormElement.html#methodget_attribute">FormElement::get_attribute()</a></td> |
237 |
|
|
<td CLASS="font10">return a single attribute</td> |
238 |
|
|
<tr> |
239 |
|
|
<td CLASS="font10bold"><a href="../../phpHtmlLib/FormProcessing/FormElement.html#methodget_element">FormElement::get_element()</a></td> |
240 |
|
|
<td CLASS="font10">This function builds and returns the form element object</td> |
241 |
|
|
<tr> |
242 |
|
|
<td CLASS="font10bold"><a href="../../phpHtmlLib/FormProcessing/FormElement.html#methodget_element_name">FormElement::get_element_name()</a></td> |
243 |
|
|
<td CLASS="font10">Returns the element name to be used in the form</td> |
244 |
|
|
<tr> |
245 |
|
|
<td CLASS="font10bold"><a href="../../phpHtmlLib/FormProcessing/FormElement.html#methodget_error_message">FormElement::get_error_message()</a></td> |
246 |
|
|
<td CLASS="font10">Returns the current error message if any</td> |
247 |
|
|
<tr> |
248 |
|
|
<td CLASS="font10bold"><a href="../../phpHtmlLib/FormProcessing/FormElement.html#methodget_init_value">FormElement::get_init_value()</a></td> |
249 |
|
|
<td CLASS="font10">This returns the initial value of the element</td> |
250 |
|
|
<tr> |
251 |
|
|
<td CLASS="font10bold"><a href="../../phpHtmlLib/FormProcessing/FormElement.html#methodget_label">FormElement::get_label()</a></td> |
252 |
|
|
<td CLASS="font10">This function builds and returns a label object based on the label text and error conditions</td> |
253 |
|
|
<tr> |
254 |
|
|
<td CLASS="font10bold"><a href="../../phpHtmlLib/FormProcessing/FormElement.html#methodget_label_text">FormElement::get_label_text()</a></td> |
255 |
|
|
<td CLASS="font10">This function will return the elements label text</td> |
256 |
|
|
<tr> |
257 |
|
|
<td CLASS="font10bold"><a href="../../phpHtmlLib/FormProcessing/FormElement.html#methodget_required_symbol">FormElement::get_required_symbol()</a></td> |
258 |
|
|
<td CLASS="font10">This function return the symbol used to denote a required field</td> |
259 |
|
|
<tr> |
260 |
|
|
<td CLASS="font10bold"><a href="../../phpHtmlLib/FormProcessing/FormElement.html#methodget_value">FormElement::get_value()</a></td> |
261 |
|
|
<td CLASS="font10">This function will return the elements value</td> |
262 |
|
|
<tr> |
263 |
|
|
<td CLASS="font10bold"><a href="../../phpHtmlLib/FormProcessing/FormElement.html#methodget_value_text">FormElement::get_value_text()</a></td> |
264 |
|
|
<td CLASS="font10">This provides a method</td> |
265 |
|
|
<tr> |
266 |
|
|
<td CLASS="font10bold"><a href="../../phpHtmlLib/FormProcessing/FormElement.html#methodhas_error">FormElement::has_error()</a></td> |
267 |
|
|
<td CLASS="font10">Returns the current error state</td> |
268 |
|
|
<tr> |
269 |
|
|
<td CLASS="font10bold"><a href="../../phpHtmlLib/FormProcessing/FormElement.html#methodis_disabled">FormElement::is_disabled()</a></td> |
270 |
|
|
<td CLASS="font10">Returns the elements disabled state</td> |
271 |
|
|
<tr> |
272 |
|
|
<td CLASS="font10bold"><a href="../../phpHtmlLib/FormProcessing/FormElement.html#methodis_required">FormElement::is_required()</a></td> |
273 |
|
|
<td CLASS="font10">Returns whether this elements final value cannot be empty</td> |
274 |
|
|
<tr> |
275 |
|
|
<td CLASS="font10bold"><a href="../../phpHtmlLib/FormProcessing/FormElement.html#methodonBlur">FormElement::onBlur()</a></td> |
276 |
|
|
<td CLASS="font10">This function return the javaScript code for an onBlur event</td> |
277 |
|
|
<tr> |
278 |
|
|
<td CLASS="font10bold"><a href="../../phpHtmlLib/FormProcessing/FormElement.html#methodonClick">FormElement::onClick()</a></td> |
279 |
|
|
<td CLASS="font10">This function return the javaScript code for an onClick event</td> |
280 |
|
|
<tr> |
281 |
|
|
<td CLASS="font10bold"><a href="../../phpHtmlLib/FormProcessing/FormElement.html#methodonFocus">FormElement::onFocus()</a></td> |
282 |
|
|
<td CLASS="font10">This function return the javaScript code for an onFocus event</td> |
283 |
|
|
<tr> |
284 |
|
|
<td CLASS="font10bold"><a href="../../phpHtmlLib/FormProcessing/FormElement.html#methodonSubmit">FormElement::onSubmit()</a></td> |
285 |
|
|
<td CLASS="font10">This function return the javaScript code for an onSubmit event</td> |
286 |
|
|
<tr> |
287 |
|
|
<td CLASS="font10bold"><a href="../../phpHtmlLib/FormProcessing/FormElement.html#methodset_attribute">FormElement::set_attribute()</a></td> |
288 |
|
|
<td CLASS="font10">add a single attribute (name="value")</td> |
289 |
|
|
<tr> |
290 |
|
|
<td CLASS="font10bold"><a href="../../phpHtmlLib/FormProcessing/FormElement.html#methodset_disabled">FormElement::set_disabled()</a></td> |
291 |
|
|
<td CLASS="font10">Sets the disabled element flag</td> |
292 |
|
|
<tr> |
293 |
|
|
<td CLASS="font10bold"><a href="../../phpHtmlLib/FormProcessing/FormElement.html#methodset_error_message">FormElement::set_error_message()</a></td> |
294 |
|
|
<td CLASS="font10">Defines error message text and sets the error flag to true</td> |
295 |
|
|
<tr> |
296 |
|
|
<td CLASS="font10bold"><a href="../../phpHtmlLib/FormProcessing/FormElement.html#methodset_label_text">FormElement::set_label_text()</a></td> |
297 |
|
|
<td CLASS="font10">This function will set the label for the element</td> |
298 |
|
|
<tr> |
299 |
|
|
<td CLASS="font10bold"><a href="../../phpHtmlLib/FormProcessing/FormElement.html#methodset_required">FormElement::set_required()</a></td> |
300 |
|
|
<td CLASS="font10">This function set the elements required state</td> |
301 |
|
|
<tr> |
302 |
|
|
<td CLASS="font10bold"><a href="../../phpHtmlLib/FormProcessing/FormElement.html#methodset_style_attribute">FormElement::set_style_attribute()</a></td> |
303 |
|
|
<td CLASS="font10">Sets elements css attribute</td> |
304 |
|
|
<tr> |
305 |
|
|
<td CLASS="font10bold"><a href="../../phpHtmlLib/FormProcessing/FormElement.html#methodset_title">FormElement::set_title()</a></td> |
306 |
|
|
<td CLASS="font10">Sets elements title text</td> |
307 |
|
|
<tr> |
308 |
|
|
<td CLASS="font10bold"><a href="../../phpHtmlLib/FormProcessing/FormElement.html#methodset_value">FormElement::set_value()</a></td> |
309 |
|
|
<td CLASS="font10">This function will set the initial value for the element</td> |
310 |
|
|
<tr> |
311 |
|
|
<td CLASS="font10bold"><a href="../../phpHtmlLib/FormProcessing/FormElement.html#methodvalidate">FormElement::validate()</a></td> |
312 |
|
|
<td CLASS="font10">This function performs the actual validation It is called only if the validation is required by this element</td> |
313 |
|
|
<tr> |
314 |
|
|
<td CLASS="font10bold"><a href="../../phpHtmlLib/FormProcessing/FormElement.html#method_build_element_attributes">FormElement::_build_element_attributes()</a></td> |
315 |
|
|
<td CLASS="font10">This function builds the element form attributes</td> |
316 |
|
|
<tr> |
317 |
|
|
<td CLASS="font10bold"><a href="../../phpHtmlLib/FormProcessing/FormElement.html#method_build_javascript">FormElement::_build_javascript()</a></td> |
318 |
|
|
<td CLASS="font10">This function builds the complete javaScript events code for the element</td> |
319 |
|
|
<tr> |
320 |
|
|
<td CLASS="font10bold"><a href="../../phpHtmlLib/FormProcessing/FormElement.html#method_do_validation">FormElement::_do_validation()</a></td> |
321 |
|
|
<td CLASS="font10">This function checks if the validation</td> |
322 |
|
|
</table> |
323 |
|
|
<br> |
324 |
|
|
</TD> |
325 |
|
|
</TR> |
326 |
|
|
</TABLE> |
327 |
|
|
<hr> |
328 |
|
|
<!-- ============ VARIABLE DETAIL =========== --> |
329 |
|
|
|
330 |
|
|
<A NAME='variable_detail'></A> |
331 |
|
|
<TABLE CELLPADDING='3' CELLSPACING='0' WIDTH='100%' CLASS="border"> |
332 |
|
|
<TR BGCOLOR='#CCCCFF' CLASS='TableHeadingColor'> |
333 |
|
|
<TD> |
334 |
|
|
<span CLASS="font12bold">Variable Detail</span> |
335 |
|
|
<A HREF="#top" CLASS="links">^TOP</A> |
336 |
|
|
</TD> |
337 |
|
|
</TR> |
338 |
|
|
</TABLE> |
339 |
|
|
|
340 |
|
|
<A NAME='var$_fepassword'><!-- --></A><H3>$_fepassword</H3> (line <span class="linenumber">96</span>)<br /> |
341 |
|
|
<b>Data type:</b> mixed<br>This holds the FEPassword we are |
342 |
|
|
<br /> |
343 |
|
|
<p>trying to confirm</p> |
344 |
|
|
<UL> |
345 |
|
|
</UL> |
346 |
|
|
<HR> |
347 |
|
|
<hr> |
348 |
|
|
<!-- ============ METHOD DETAIL =========== --> |
349 |
|
|
|
350 |
|
|
<A NAME='method_detail'></A> |
351 |
|
|
<TABLE CELLPADDING='3' CELLSPACING='0' WIDTH='100%' CLASS="border"> |
352 |
|
|
<TR BGCOLOR='#CCCCFF' CLASS='TableHeadingColor'> |
353 |
|
|
<TD> |
354 |
|
|
<span class="font12bold">Method Detail</span> |
355 |
|
|
<A HREF="#top" CLASS="links">^TOP</A> |
356 |
|
|
</TD> |
357 |
|
|
</TR> |
358 |
|
|
</TABLE> |
359 |
|
|
<BR> |
360 |
|
|
<DIV CLASS="function"> |
361 |
|
|
<A NAME='methodpassword'><!-- --></A> |
362 |
|
|
<SPAN CLASS="font12bold">password</SPAN> (line <span class="linenumber">105</span>) |
363 |
|
|
<BR> |
364 |
|
|
<SPAN CLASS="font10bold">Usage : </SPAN> |
365 |
|
|
<span class="font10bold" style="color: #FF0000">void</SPAN> |
366 |
|
|
<span class="font10bold" style="color: #0000FF">password( |
367 |
|
|
<a href="../../phpHtmlLib/FormProcessing/FEPassword.html">FEPassword</a> |
368 |
|
|
&$fepassword)</SPAN> |
369 |
|
|
<BR> |
370 |
|
|
|
371 |
|
|
<BR> |
372 |
|
|
<SPAN CLASS="font10bold">Description : </SPAN> |
373 |
|
|
use this function to add the FEPassword object that we want to confirm. |
374 |
|
|
<br /> |
375 |
|
|
|
376 |
|
|
<DL> |
377 |
|
|
<DT class="font10bold">Function Parameters:</DT> |
378 |
|
|
<DD CLASS="font10" STYLE="padding-bottom:5px;"><span STYLE="font-style: italic;">- <span style="color: #FF0000;font-weight:bold;"><a href="../../phpHtmlLib/FormProcessing/FEPassword.html">FEPassword</a></SPAN> <span style="color: #0000FF;font-weight:bold">&$fepassword</SPAN></SPAN> object</DD> |
379 |
|
|
|
380 |
|
|
<DT class="font10bold">Function Info:</DT> |
381 |
|
|
</DL> |
382 |
|
|
</DIV> |
383 |
|
|
<BR> |
384 |
|
|
<DIV CLASS="function"> |
385 |
|
|
<A NAME='methodvalidate'><!-- --></A> |
386 |
|
|
<SPAN CLASS="font12bold">validate</SPAN> (line <span class="linenumber">120</span>) |
387 |
|
|
<BR> |
388 |
|
|
<SPAN CLASS="font10bold">Usage : </SPAN> |
389 |
|
|
<span class="font10bold" style="color: #FF0000">void</SPAN> |
390 |
|
|
<span class="font10bold" style="color: #0000FF">validate( |
391 |
|
|
)</SPAN> |
392 |
|
|
<BR> |
393 |
|
|
|
394 |
|
|
<span class="font10bold" style="padding-left: 10px;">Overrides :</span> <a href="../../phpHtmlLib/FormProcessing/FEPassword.html#methodvalidate">FEPassword::validate()</a> This function performs the actual validation It is called only if the validation is required by this element |
395 |
|
|
<BR> |
396 |
|
|
<SPAN CLASS="font10bold">Description : </SPAN> |
397 |
|
|
This function performs the actual validation It is called only if the validation is required by this element |
398 |
|
|
<br /> |
399 |
|
|
<p>This function is responsible for performing complete validation and setting the appropriate error message in case of a failed validation</p> |
400 |
|
|
<DL> |
401 |
|
|
|
402 |
|
|
<DT class="font10bold">Function Info:</DT> |
403 |
|
|
</DL> |
404 |
|
|
</DIV> |
405 |
|
|
<BR> |
406 |
|
|
<div id="credit"> |
407 |
|
|
<hr> |
408 |
|
|
Documention generated on Thu, 20 Feb 2003 16:22:44 -0800 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.2.0rc1</a> |
409 |
|
|
</div> |
410 |
|
|
</body> |
411 |
|
|
</html> |