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 Class FEConfirmPassword</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="class-name">Class FEConfirmPassword</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-var-summary">Vars</a> (<a href="#sec-vars">details</a>)
|
20 |
|
|
| <a href="#sec-method-summary">Methods</a> (<a href="#sec-methods">details</a>)
|
21 |
|
|
|
22 |
|
|
</div>
|
23 |
|
|
<div class="info-box-body">
|
24 |
|
|
<!-- ========== Info from phpDoc block ========= -->
|
25 |
|
|
<p class="short-description">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.</p>
|
26 |
|
|
<p class="description"><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></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 <<a href="mailto:waboring@buildabetterweb.com">waboring@buildabetterweb.com</a>></li>
|
30 |
|
|
<li><span class="field">author:</span> Suren Markossian <<a href="mailto:suren@bcsweb.com">suren@bcsweb.com</a>></li>
|
31 |
|
|
</ul>
|
32 |
|
|
<p class="notes">
|
33 |
|
|
Located in <a class="field" href="_form_form_elements_FEPassword_inc.html">/form/form_elements/FEPassword.inc</a> (line <span class="field">101</span>)
|
34 |
|
|
</p>
|
35 |
|
|
|
36 |
|
|
|
37 |
jonen |
1.2 |
<pre><a href="../../phpHtmlLib/FormProcessing/FormElement.html">FormElement</a> |
38 |
jonen |
1.1 |
| |
39 |
|
|
--<a href="../../phpHtmlLib/FormProcessing/FEText.html">FEText</a> |
40 |
|
|
| |
41 |
|
|
--<a href="../../phpHtmlLib/FormProcessing/FEPassword.html">FEPassword</a> |
42 |
|
|
| |
43 |
jonen |
1.3 |
--FEConfirmPassword</pre>
|
44 |
|
|
|
45 |
|
|
</div>
|
46 |
|
|
</div>
|
47 |
|
|
|
48 |
|
|
|
49 |
|
|
|
50 |
|
|
<a name="sec-var-summary"></a>
|
51 |
|
|
<div class="info-box">
|
52 |
|
|
<div class="info-box-title">Variable Summary</span></div>
|
53 |
|
|
<div class="nav-bar">
|
54 |
|
|
<a href="#sec-description">Description</a> |
|
55 |
|
|
<span class="disabled">Vars</span> (<a href="#sec-vars">details</a>)
|
56 |
|
|
|
|
57 |
|
|
<a href="#sec-method-summary">Methods</a> (<a href="#sec-methods">details</a>)
|
58 |
|
|
|
59 |
|
|
</div>
|
60 |
|
|
<div class="info-box-body">
|
61 |
|
|
<div class="var-summary">
|
62 |
|
|
<div class="var-title">
|
63 |
|
|
<span class="var-type">mixed</span>
|
64 |
|
|
<a href="#$_fepassword" title="details" class="var-name">$_fepassword</a>
|
65 |
|
|
</div>
|
66 |
|
|
</div>
|
67 |
|
|
</div>
|
68 |
|
|
</div>
|
69 |
|
|
|
70 |
|
|
<a name="sec-method-summary"></a>
|
71 |
|
|
<div class="info-box">
|
72 |
|
|
<div class="info-box-title">Method Summary</span></div>
|
73 |
|
|
<div class="nav-bar">
|
74 |
|
|
<a href="#sec-description">Description</a> |
|
75 |
|
|
<a href="#sec-var-summary">Vars</a> (<a href="#sec-vars">details</a>)
|
76 |
|
|
|
77 |
|
|
|
|
78 |
|
|
<span class="disabled">Methods</span> (<a href="#sec-methods">details</a>)
|
79 |
|
|
</div>
|
80 |
|
|
<div class="info-box-body">
|
81 |
|
|
<div class="method-summary">
|
82 |
|
|
|
83 |
|
|
<div class="method-definition">
|
84 |
|
|
<span class="method-result">void</span>
|
85 |
|
|
<a href="#password" title="details" class="method-name">password</a>
|
86 |
|
|
(<span class="var-type"><a href="../../phpHtmlLib/FormProcessing/FEPassword.html">FEPassword</a></span> <span class="var-name">&$fepassword</span>)
|
87 |
|
|
</div>
|
88 |
|
|
|
89 |
|
|
<div class="method-definition">
|
90 |
|
|
<span class="method-result">void</span>
|
91 |
|
|
<a href="#validate" title="details" class="method-name">validate</a>
|
92 |
|
|
(<span class="var-type"><a href="../../phpHtmlLib/FormProcessing/FormValidation.html">FormValidation</a></span> <span class="var-name">&$_FormValidation</span>)
|
93 |
|
|
</div>
|
94 |
|
|
</div>
|
95 |
|
|
</div>
|
96 |
|
|
</div>
|
97 |
|
|
|
98 |
|
|
<a name="sec-vars"></a>
|
99 |
|
|
<div class="info-box">
|
100 |
|
|
<div class="info-box-title">Variables</div>
|
101 |
|
|
<div class="nav-bar">
|
102 |
|
|
<a href="#sec-description">Description</a> |
|
103 |
|
|
<a href="#sec-var-summary">Vars</a> (<span class="disabled">details</span>)
|
104 |
|
|
|
105 |
|
|
|
106 |
|
|
|
|
107 |
|
|
<a href="#sec-method-summary">Methods</a> (<a href="#sec-methods">details</a>)
|
108 |
|
|
|
109 |
|
|
</div>
|
110 |
|
|
<div class="info-box-body">
|
111 |
|
|
<a name="var$_fepassword" id="$_fepassword"><!-- --></A>
|
112 |
|
|
<div class="evenrow">
|
113 |
|
|
|
114 |
|
|
<div class="var-header">
|
115 |
|
|
<span class="var-title">
|
116 |
|
|
<span class="var-type">mixed</span>
|
117 |
|
|
<span class="var-name">$_fepassword</span>
|
118 |
|
|
= <span class="var-default"> NULL</span> (line <span class="line-number">107</span>)
|
119 |
|
|
</span>
|
120 |
|
|
</div>
|
121 |
|
|
|
122 |
|
|
<!-- ========== Info from phpDoc block ========= -->
|
123 |
|
|
<p class="short-description">This holds the FEPassword we are</p>
|
124 |
|
|
<p class="description"><p>trying to confirm</p></p>
|
125 |
|
|
|
126 |
|
|
|
127 |
|
|
|
128 |
|
|
|
129 |
|
|
|
130 |
|
|
</div>
|
131 |
|
|
<h4>Inherited Variables</h4>
|
132 |
|
|
<A NAME='inherited_vars'><!-- --></A>
|
133 |
|
|
<p>Inherited from <span class="classname"><a href="../../phpHtmlLib/FormProcessing/FormElement.html">FormElement</a></span></p>
|
134 |
|
|
<blockquote>
|
135 |
|
|
<span class="var-title">
|
136 |
|
|
<span class="var-name"><a href="../../phpHtmlLib/FormProcessing/FormElement.html#var$_attributes">FormElement::$_attributes</a></span><br>
|
137 |
|
|
</span>
|
138 |
|
|
<span class="var-title">
|
139 |
|
|
<span class="var-name"><a href="../../phpHtmlLib/FormProcessing/FormElement.html#var$_element_name">FormElement::$_element_name</a></span><br>
|
140 |
|
|
</span>
|
141 |
|
|
<span class="var-title">
|
142 |
|
|
<span class="var-name"><a href="../../phpHtmlLib/FormProcessing/FormElement.html#var$_errors">FormElement::$_errors</a></span><br>
|
143 |
|
|
</span>
|
144 |
|
|
<span class="var-title">
|
145 |
|
|
<span class="var-name"><a href="../../phpHtmlLib/FormProcessing/FormElement.html#var$_error_message">FormElement::$_error_message</a></span><br>
|
146 |
|
|
</span>
|
147 |
|
|
<span class="var-title">
|
148 |
|
|
<span class="var-name"><a href="../../phpHtmlLib/FormProcessing/FormElement.html#var$_form_name">FormElement::$_form_name</a></span><br>
|
149 |
|
|
</span>
|
150 |
|
|
<span class="var-title">
|
151 |
|
|
<span class="var-name"><a href="../../phpHtmlLib/FormProcessing/FormElement.html#var$_has_error">FormElement::$_has_error</a></span><br>
|
152 |
|
|
</span>
|
153 |
|
|
<span class="var-title">
|
154 |
|
|
<span class="var-name"><a href="../../phpHtmlLib/FormProcessing/FormElement.html#var$_has_form_on_submit">FormElement::$_has_form_on_submit</a></span><br>
|
155 |
|
|
</span>
|
156 |
|
|
<span class="var-title">
|
157 |
|
|
<span class="var-name"><a href="../../phpHtmlLib/FormProcessing/FormElement.html#var$_is_disabled">FormElement::$_is_disabled</a></span><br>
|
158 |
|
|
</span>
|
159 |
|
|
<span class="var-title">
|
160 |
|
|
<span class="var-name"><a href="../../phpHtmlLib/FormProcessing/FormElement.html#var$_is_required">FormElement::$_is_required</a></span><br>
|
161 |
|
|
</span>
|
162 |
|
|
<span class="var-title">
|
163 |
|
|
<span class="var-name"><a href="../../phpHtmlLib/FormProcessing/FormElement.html#var$_label_text">FormElement::$_label_text</a></span><br>
|
164 |
|
|
</span>
|
165 |
|
|
<span class="var-title">
|
166 |
|
|
<span class="var-name"><a href="../../phpHtmlLib/FormProcessing/FormElement.html#var$_required_field_marker">FormElement::$_required_field_marker</a></span><br>
|
167 |
|
|
</span>
|
168 |
|
|
<span class="var-title">
|
169 |
|
|
<span class="var-name"><a href="../../phpHtmlLib/FormProcessing/FormElement.html#var$_slave_elements">FormElement::$_slave_elements</a></span><br>
|
170 |
|
|
</span>
|
171 |
|
|
<span class="var-title">
|
172 |
|
|
<span class="var-name"><a href="../../phpHtmlLib/FormProcessing/FormElement.html#var$_stripslashes">FormElement::$_stripslashes</a></span><br>
|
173 |
|
|
</span>
|
174 |
|
|
<span class="var-title">
|
175 |
|
|
<span class="var-name"><a href="../../phpHtmlLib/FormProcessing/FormElement.html#var$_style_attributes">FormElement::$_style_attributes</a></span><br>
|
176 |
|
|
</span>
|
177 |
|
|
<span class="var-title">
|
178 |
|
|
<span class="var-name"><a href="../../phpHtmlLib/FormProcessing/FormElement.html#var$_value">FormElement::$_value</a></span><br>
|
179 |
|
|
</span>
|
180 |
|
|
</blockquote>
|
181 |
|
|
|
182 |
|
|
</div>
|
183 |
|
|
</div>
|
184 |
|
|
|
185 |
|
|
<a name="sec-methods"></a>
|
186 |
|
|
<div class="info-box">
|
187 |
|
|
<div class="info-box-title">Methods</div>
|
188 |
|
|
<div class="nav-bar">
|
189 |
|
|
<a href="#sec-description">Description</a> |
|
190 |
|
|
<a href="#sec-var-summary">Vars</a> (<a href="#sec-vars">details</a>)
|
191 |
|
|
<a href="#sec-method-summary">Methods</a> (<span class="disabled">details</span>)
|
192 |
|
|
|
193 |
|
|
</div>
|
194 |
|
|
<div class="info-box-body">
|
195 |
|
|
<A NAME='method_detail'></A>
|
196 |
|
|
<a name="methodpassword" id="password"><!-- --></a>
|
197 |
|
|
<div class="oddrow">
|
198 |
|
|
|
199 |
|
|
<div class="method-header">
|
200 |
|
|
<span class="method-title">password</span> (line <span class="line-number">116</span>)
|
201 |
|
|
</div>
|
202 |
|
|
|
203 |
|
|
<!-- ========== Info from phpDoc block ========= -->
|
204 |
|
|
<p class="short-description">use this function to add the FEPassword object that we want to confirm.</p>
|
205 |
|
|
|
206 |
|
|
<div class="method-signature">
|
207 |
|
|
<span class="method-result">void</span>
|
208 |
|
|
<span class="method-name">
|
209 |
|
|
password
|
210 |
|
|
</span>
|
211 |
|
|
(<span class="var-type"><a href="../../phpHtmlLib/FormProcessing/FEPassword.html">FEPassword</a></span> <span class="var-name">&$fepassword</span>)
|
212 |
|
|
</div>
|
213 |
|
|
|
214 |
|
|
<ul class="parameters">
|
215 |
|
|
<li>
|
216 |
|
|
<span class="var-type"><a href="../../phpHtmlLib/FormProcessing/FEPassword.html">FEPassword</a></span>
|
217 |
|
|
<span class="var-name">&$fepassword</span><span class="var-description">: object</span> </li>
|
218 |
|
|
</ul>
|
219 |
|
|
|
220 |
|
|
|
221 |
|
|
</div>
|
222 |
|
|
<a name="methodvalidate" id="validate"><!-- --></a>
|
223 |
|
|
<div class="evenrow">
|
224 |
|
|
|
225 |
|
|
<div class="method-header">
|
226 |
|
|
<span class="method-title">validate</span> (line <span class="line-number">132</span>)
|
227 |
|
|
</div>
|
228 |
|
|
|
229 |
|
|
<!-- ========== Info from phpDoc block ========= -->
|
230 |
|
|
<p class="short-description">This function performs the actual validation It is called only if the validation is required by this element</p>
|
231 |
|
|
<p class="description"><p>This function is responsible for performing complete validation and setting the appropriate error message in case of a failed validation</p></p>
|
232 |
|
|
|
233 |
|
|
<div class="method-signature">
|
234 |
|
|
<span class="method-result">void</span>
|
235 |
|
|
<span class="method-name">
|
236 |
|
|
validate
|
237 |
|
|
</span>
|
238 |
|
|
(<span class="var-type"><a href="../../phpHtmlLib/FormProcessing/FormValidation.html">FormValidation</a></span> <span class="var-name">&$_FormValidation</span>)
|
239 |
|
|
</div>
|
240 |
|
|
|
241 |
|
|
<ul class="parameters">
|
242 |
|
|
<li>
|
243 |
|
|
<span class="var-type"><a href="../../phpHtmlLib/FormProcessing/FormValidation.html">FormValidation</a></span>
|
244 |
|
|
<span class="var-name">&$_FormValidation</span><span class="var-description">: object</span> </li>
|
245 |
|
|
</ul>
|
246 |
|
|
|
247 |
|
|
<hr class="separator" />
|
248 |
|
|
<div class="notes">Redefinition of:</div>
|
249 |
|
|
<dl>
|
250 |
|
|
<dt><a href="../../phpHtmlLib/FormProcessing/FEPassword.html#methodvalidate">FEPassword::validate()</a></dt>
|
251 |
|
|
<dd>This function performs the actual validation It is called only if the validation is required by this element</dd>
|
252 |
|
|
</dl>
|
253 |
|
|
|
254 |
|
|
</div>
|
255 |
|
|
<h4>Inherited Methods</h4>
|
256 |
|
|
<a name='inherited_methods'><!-- --></a>
|
257 |
|
|
<!-- =========== Summary =========== -->
|
258 |
|
|
<p>Inherited From <span class="classname"><a href="../../phpHtmlLib/FormProcessing/FEPassword.html">FEPassword</a></span></p>
|
259 |
|
|
<blockquote>
|
260 |
|
|
<span class="method-name"><a href="../../phpHtmlLib/FormProcessing/FEPassword.html#methodget_element">FEPassword::get_element()</a></span><br>
|
261 |
|
|
<span class="method-name"><a href="../../phpHtmlLib/FormProcessing/FEPassword.html#methodget_element_text">FEPassword::get_element_text()</a></span><br>
|
262 |
|
|
<span class="method-name"><a href="../../phpHtmlLib/FormProcessing/FEPassword.html#methodvalidate">FEPassword::validate()</a></span><br>
|
263 |
|
|
</blockquote>
|
264 |
|
|
<!-- =========== Summary =========== -->
|
265 |
|
|
<p>Inherited From <span class="classname"><a href="../../phpHtmlLib/FormProcessing/FEText.html">FEText</a></span></p>
|
266 |
|
|
<blockquote>
|
267 |
|
|
<span class="method-name"><a href="../../phpHtmlLib/FormProcessing/FEText.html#methodFEText">FEText::FEText()</a></span><br>
|
268 |
|
|
<span class="method-name"><a href="../../phpHtmlLib/FormProcessing/FEText.html#methodget_element">FEText::get_element()</a></span><br>
|
269 |
|
|
</blockquote>
|
270 |
|
|
<!-- =========== Summary =========== -->
|
271 |
|
|
<p>Inherited From <span class="classname"><a href="../../phpHtmlLib/FormProcessing/FormElement.html">FormElement</a></span></p>
|
272 |
|
|
<blockquote>
|
273 |
|
|
<span class="method-name"><a href="../../phpHtmlLib/FormProcessing/FormElement.html#methodFormElement">FormElement::FormElement()</a></span><br>
|
274 |
|
|
<span class="method-name"><a href="../../phpHtmlLib/FormProcessing/FormElement.html#methodcreate_element_name">FormElement::create_element_name()</a></span><br>
|
275 |
|
|
<span class="method-name"><a href="../../phpHtmlLib/FormProcessing/FormElement.html#methodform_tag_onsubmit">FormElement::form_tag_onsubmit()</a></span><br>
|
276 |
|
|
<span class="method-name"><a href="../../phpHtmlLib/FormProcessing/FormElement.html#methodget_attribute">FormElement::get_attribute()</a></span><br>
|
277 |
|
|
<span class="method-name"><a href="../../phpHtmlLib/FormProcessing/FormElement.html#methodget_confirm_element">FormElement::get_confirm_element()</a></span><br>
|
278 |
|
|
<span class="method-name"><a href="../../phpHtmlLib/FormProcessing/FormElement.html#methodget_element">FormElement::get_element()</a></span><br>
|
279 |
|
|
<span class="method-name"><a href="../../phpHtmlLib/FormProcessing/FormElement.html#methodget_element_name">FormElement::get_element_name()</a></span><br>
|
280 |
|
|
<span class="method-name"><a href="../../phpHtmlLib/FormProcessing/FormElement.html#methodget_errors">FormElement::get_errors()</a></span><br>
|
281 |
|
|
<span class="method-name"><a href="../../phpHtmlLib/FormProcessing/FormElement.html#methodget_error_message">FormElement::get_error_message()</a></span><br>
|
282 |
|
|
<span class="method-name"><a href="../../phpHtmlLib/FormProcessing/FormElement.html#methodget_init_value">FormElement::get_init_value()</a></span><br>
|
283 |
|
|
<span class="method-name"><a href="../../phpHtmlLib/FormProcessing/FormElement.html#methodget_label">FormElement::get_label()</a></span><br>
|
284 |
|
|
<span class="method-name"><a href="../../phpHtmlLib/FormProcessing/FormElement.html#methodget_label_text">FormElement::get_label_text()</a></span><br>
|
285 |
|
|
<span class="method-name"><a href="../../phpHtmlLib/FormProcessing/FormElement.html#methodget_required_symbol">FormElement::get_required_symbol()</a></span><br>
|
286 |
|
|
<span class="method-name"><a href="../../phpHtmlLib/FormProcessing/FormElement.html#methodget_slave_elements">FormElement::get_slave_elements()</a></span><br>
|
287 |
|
|
<span class="method-name"><a href="../../phpHtmlLib/FormProcessing/FormElement.html#methodget_tabindex">FormElement::get_tabindex()</a></span><br>
|
288 |
|
|
<span class="method-name"><a href="../../phpHtmlLib/FormProcessing/FormElement.html#methodget_value">FormElement::get_value()</a></span><br>
|
289 |
|
|
<span class="method-name"><a href="../../phpHtmlLib/FormProcessing/FormElement.html#methodget_value_text">FormElement::get_value_text()</a></span><br>
|
290 |
|
|
<span class="method-name"><a href="../../phpHtmlLib/FormProcessing/FormElement.html#methodhas_error">FormElement::has_error()</a></span><br>
|
291 |
|
|
<span class="method-name"><a href="../../phpHtmlLib/FormProcessing/FormElement.html#methodis_disabled">FormElement::is_disabled()</a></span><br>
|
292 |
|
|
<span class="method-name"><a href="../../phpHtmlLib/FormProcessing/FormElement.html#methodis_required">FormElement::is_required()</a></span><br>
|
293 |
|
|
<span class="method-name"><a href="../../phpHtmlLib/FormProcessing/FormElement.html#methodjavascript">FormElement::javascript()</a></span><br>
|
294 |
|
|
<span class="method-name"><a href="../../phpHtmlLib/FormProcessing/FormElement.html#methodonBlur">FormElement::onBlur()</a></span><br>
|
295 |
|
|
<span class="method-name"><a href="../../phpHtmlLib/FormProcessing/FormElement.html#methodonChange">FormElement::onChange()</a></span><br>
|
296 |
|
|
<span class="method-name"><a href="../../phpHtmlLib/FormProcessing/FormElement.html#methodonClick">FormElement::onClick()</a></span><br>
|
297 |
|
|
<span class="method-name"><a href="../../phpHtmlLib/FormProcessing/FormElement.html#methodonFocus">FormElement::onFocus()</a></span><br>
|
298 |
|
|
<span class="method-name"><a href="../../phpHtmlLib/FormProcessing/FormElement.html#methodonSubmit">FormElement::onSubmit()</a></span><br>
|
299 |
|
|
<span class="method-name"><a href="../../phpHtmlLib/FormProcessing/FormElement.html#methodset_attribute">FormElement::set_attribute()</a></span><br>
|
300 |
|
|
<span class="method-name"><a href="../../phpHtmlLib/FormProcessing/FormElement.html#methodset_data_all_slaves">FormElement::set_data_all_slaves()</a></span><br>
|
301 |
|
|
<span class="method-name"><a href="../../phpHtmlLib/FormProcessing/FormElement.html#methodset_disabled">FormElement::set_disabled()</a></span><br>
|
302 |
|
|
<span class="method-name"><a href="../../phpHtmlLib/FormProcessing/FormElement.html#methodset_element_name">FormElement::set_element_name()</a></span><br>
|
303 |
|
|
<span class="method-name"><a href="../../phpHtmlLib/FormProcessing/FormElement.html#methodset_error_message">FormElement::set_error_message()</a></span><br>
|
304 |
|
|
<span class="method-name"><a href="../../phpHtmlLib/FormProcessing/FormElement.html#methodset_form_name">FormElement::set_form_name()</a></span><br>
|
305 |
|
|
<span class="method-name"><a href="../../phpHtmlLib/FormProcessing/FormElement.html#methodset_label_text">FormElement::set_label_text()</a></span><br>
|
306 |
|
|
<span class="method-name"><a href="../../phpHtmlLib/FormProcessing/FormElement.html#methodset_required">FormElement::set_required()</a></span><br>
|
307 |
|
|
<span class="method-name"><a href="../../phpHtmlLib/FormProcessing/FormElement.html#methodset_required_symbol">FormElement::set_required_symbol()</a></span><br>
|
308 |
|
|
<span class="method-name"><a href="../../phpHtmlLib/FormProcessing/FormElement.html#methodset_slave_data">FormElement::set_slave_data()</a></span><br>
|
309 |
|
|
<span class="method-name"><a href="../../phpHtmlLib/FormProcessing/FormElement.html#methodset_slave_elements">FormElement::set_slave_elements()</a></span><br>
|
310 |
|
|
<span class="method-name"><a href="../../phpHtmlLib/FormProcessing/FormElement.html#methodset_stripslashes">FormElement::set_stripslashes()</a></span><br>
|
311 |
|
|
<span class="method-name"><a href="../../phpHtmlLib/FormProcessing/FormElement.html#methodset_style_attribute">FormElement::set_style_attribute()</a></span><br>
|
312 |
|
|
<span class="method-name"><a href="../../phpHtmlLib/FormProcessing/FormElement.html#methodset_tabindex">FormElement::set_tabindex()</a></span><br>
|
313 |
|
|
<span class="method-name"><a href="../../phpHtmlLib/FormProcessing/FormElement.html#methodset_title">FormElement::set_title()</a></span><br>
|
314 |
|
|
<span class="method-name"><a href="../../phpHtmlLib/FormProcessing/FormElement.html#methodset_value">FormElement::set_value()</a></span><br>
|
315 |
|
|
<span class="method-name"><a href="../../phpHtmlLib/FormProcessing/FormElement.html#methodvalidate">FormElement::validate()</a></span><br>
|
316 |
|
|
<span class="method-name"><a href="../../phpHtmlLib/FormProcessing/FormElement.html#method_build_element_attributes">FormElement::_build_element_attributes()</a></span><br>
|
317 |
|
|
<span class="method-name"><a href="../../phpHtmlLib/FormProcessing/FormElement.html#method_build_javascript">FormElement::_build_javascript()</a></span><br>
|
318 |
|
|
<span class="method-name"><a href="../../phpHtmlLib/FormProcessing/FormElement.html#method_do_validation">FormElement::_do_validation()</a></span><br>
|
319 |
|
|
</blockquote>
|
320 |
|
|
|
321 |
|
|
</div>
|
322 |
|
|
</div>
|
323 |
|
|
|
324 |
|
|
|
325 |
|
|
<p class="notes" id="credit">
|
326 |
|
|
Documentation generated on Thu, 1 Apr 2004 09:38:34 -0800 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.3.0RC2</a>
|
327 |
|
|
</p>
|
328 |
|
|
</div></body>
|
329 |
|
|
</html>
|