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 Class FEError</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 FEError</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-vars">Vars</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 a way of providing an Error to the FormProcessor.</p> |
26 |
|
|
<p class="description"><p>It can be used at any time during FormContent to create a specialized error field and message.</p></p> |
27 |
|
|
<ul class="tags"> |
28 |
|
|
<li><span class="field">copyright:</span> <p>LGPL - See LICENCE</p></li> |
29 |
|
|
<li><span class="field">author:</span> <p>Suren Markossian <<a href="mailto:suren@bcsweb.com">mailto:suren@bcsweb.com</a>></p></li> |
30 |
|
|
<li><span class="field">author:</span> <p>Walter A. Boring IV <<a href="mailto:waboring@buildabetterweb.com">mailto:waboring@buildabetterweb.com</a>></p></li> |
31 |
|
|
</ul> |
32 |
|
|
<p class="notes"> |
33 |
|
|
Located in <a class="field" href="_form_form_elements_misc_inc.html">Program_Root/form/form_elements/misc.inc</a> (line <span class="field">56</span>) |
34 |
|
|
</p> |
35 |
|
|
|
36 |
|
|
|
37 |
|
|
<pre><a href="../../phpHtmlLib/FormProcessing/FormElement.html">FormElement</a> |
38 |
jonen |
1.1 |
| |
39 |
|
|
--FEError</pre> |
40 |
jonen |
1.2 |
|
41 |
|
|
</div> |
42 |
|
|
</div> |
43 |
jonen |
1.1 |
|
44 |
|
|
|
45 |
|
|
|
46 |
jonen |
1.2 |
<a name="sec-method-summary"></a> |
47 |
|
|
<div class="info-box"> |
48 |
|
|
<div class="info-box-title">Method Summary</span></div> |
49 |
|
|
<div class="nav-bar"> |
50 |
|
|
<a href="#sec-description">Description</a> | |
51 |
|
|
<a href="#sec-vars">Vars</a> |
52 |
|
|
|
53 |
|
|
| |
54 |
|
|
<span class="disabled">Methods</span> (<a href="#sec-methods">details</a>) |
55 |
|
|
</div> |
56 |
|
|
<div class="info-box-body"> |
57 |
|
|
<div class="method-summary"> |
58 |
|
|
|
59 |
|
|
<div class="method-definition"> |
60 |
|
|
<span class="method-result">void</span> |
61 |
|
|
<a href="#FEError" title="details" class="method-name">FEError</a> |
62 |
|
|
(<span class="var-type">string</span> <span class="var-name">$label</span>, <span class="var-type">string</span> <span class="var-name">$message</span>) |
63 |
|
|
</div> |
64 |
|
|
</div> |
65 |
|
|
</div> |
66 |
|
|
</div> |
67 |
|
|
|
68 |
|
|
<a name="sec-vars"></a> |
69 |
|
|
<div class="info-box"> |
70 |
|
|
<div class="info-box-title">Variables</div> |
71 |
|
|
<div class="nav-bar"> |
72 |
|
|
<a href="#sec-description">Description</a> | |
73 |
|
|
<a href="#sec-var-summary">Vars</a> (<span class="disabled">details</span>) |
74 |
|
|
|
75 |
|
|
|
76 |
|
|
| |
77 |
|
|
<a href="#sec-method-summary">Methods</a> (<a href="#sec-methods">details</a>) |
78 |
|
|
|
79 |
|
|
</div> |
80 |
|
|
<div class="info-box-body"> |
81 |
|
|
<h4>Inherited Variables</h4> |
82 |
|
|
<A NAME='inherited_vars'><!-- --></A> |
83 |
|
|
<p>Inherited from <span class="classname"><a href="../../phpHtmlLib/FormProcessing/FormElement.html">FormElement</a></span></p> |
84 |
|
|
<blockquote> |
85 |
|
|
<span class="var-title"> |
86 |
|
|
<span class="var-name"><a href="../../phpHtmlLib/FormProcessing/FormElement.html#var$_attributes">FormElement::$_attributes</a></span><br> |
87 |
|
|
</span> |
88 |
|
|
<span class="var-title"> |
89 |
|
|
<span class="var-name"><a href="../../phpHtmlLib/FormProcessing/FormElement.html#var$_element_name">FormElement::$_element_name</a></span><br> |
90 |
|
|
</span> |
91 |
|
|
<span class="var-title"> |
92 |
|
|
<span class="var-name"><a href="../../phpHtmlLib/FormProcessing/FormElement.html#var$_errors">FormElement::$_errors</a></span><br> |
93 |
|
|
</span> |
94 |
|
|
<span class="var-title"> |
95 |
|
|
<span class="var-name"><a href="../../phpHtmlLib/FormProcessing/FormElement.html#var$_error_message">FormElement::$_error_message</a></span><br> |
96 |
|
|
</span> |
97 |
|
|
<span class="var-title"> |
98 |
|
|
<span class="var-name"><a href="../../phpHtmlLib/FormProcessing/FormElement.html#var$_form_name">FormElement::$_form_name</a></span><br> |
99 |
|
|
</span> |
100 |
|
|
<span class="var-title"> |
101 |
|
|
<span class="var-name"><a href="../../phpHtmlLib/FormProcessing/FormElement.html#var$_has_error">FormElement::$_has_error</a></span><br> |
102 |
|
|
</span> |
103 |
|
|
<span class="var-title"> |
104 |
|
|
<span class="var-name"><a href="../../phpHtmlLib/FormProcessing/FormElement.html#var$_is_disabled">FormElement::$_is_disabled</a></span><br> |
105 |
|
|
</span> |
106 |
|
|
<span class="var-title"> |
107 |
|
|
<span class="var-name"><a href="../../phpHtmlLib/FormProcessing/FormElement.html#var$_is_required">FormElement::$_is_required</a></span><br> |
108 |
|
|
</span> |
109 |
|
|
<span class="var-title"> |
110 |
|
|
<span class="var-name"><a href="../../phpHtmlLib/FormProcessing/FormElement.html#var$_label_text">FormElement::$_label_text</a></span><br> |
111 |
|
|
</span> |
112 |
|
|
<span class="var-title"> |
113 |
|
|
<span class="var-name"><a href="../../phpHtmlLib/FormProcessing/FormElement.html#var$_stripslashes">FormElement::$_stripslashes</a></span><br> |
114 |
|
|
</span> |
115 |
|
|
<span class="var-title"> |
116 |
|
|
<span class="var-name"><a href="../../phpHtmlLib/FormProcessing/FormElement.html#var$_style_attributes">FormElement::$_style_attributes</a></span><br> |
117 |
|
|
</span> |
118 |
|
|
<span class="var-title"> |
119 |
|
|
<span class="var-name"><a href="../../phpHtmlLib/FormProcessing/FormElement.html#var$_value">FormElement::$_value</a></span><br> |
120 |
|
|
</span> |
121 |
|
|
</blockquote> |
122 |
|
|
|
123 |
|
|
</div> |
124 |
|
|
</div> |
125 |
|
|
|
126 |
|
|
<a name="sec-methods"></a> |
127 |
|
|
<div class="info-box"> |
128 |
|
|
<div class="info-box-title">Methods</div> |
129 |
|
|
<div class="nav-bar"> |
130 |
|
|
<a href="#sec-description">Description</a> | |
131 |
|
|
<a href="#sec-vars">Vars</a> |
132 |
|
|
<a href="#sec-method-summary">Methods</a> (<span class="disabled">details</span>) |
133 |
|
|
|
134 |
|
|
</div> |
135 |
|
|
<div class="info-box-body"> |
136 |
|
|
<A NAME='method_detail'></A> |
137 |
|
|
<a name="methodFEError" id="FEError"><!-- --></a> |
138 |
|
|
<div class="evenrow"> |
139 |
|
|
|
140 |
|
|
<div class="method-header"> |
141 |
|
|
<span class="method-title">Constructor FEError</span> (line <span class="line-number">64</span>) |
142 |
|
|
</div> |
143 |
|
|
|
144 |
|
|
<!-- ========== Info from phpDoc block ========= --> |
145 |
|
|
<p class="short-description">The constructor</p> |
146 |
|
|
|
147 |
|
|
<div class="method-signature"> |
148 |
|
|
<span class="method-result">void</span> |
149 |
|
|
<span class="method-name"> |
150 |
|
|
FEError |
151 |
|
|
</span> |
152 |
|
|
(<span class="var-type">string</span> <span class="var-name">$label</span>, <span class="var-type">string</span> <span class="var-name">$message</span>) |
153 |
|
|
</div> |
154 |
jonen |
1.1 |
|
155 |
jonen |
1.2 |
<ul class="parameters"> |
156 |
|
|
<li> |
157 |
|
|
<span class="var-type">string</span> |
158 |
|
|
<span class="var-name">$label</span><span class="var-description">: <p>the error label</p></span> </li> |
159 |
|
|
<li> |
160 |
|
|
<span class="var-type">string</span> |
161 |
|
|
<span class="var-name">$message</span><span class="var-description">: <p>the error message</p></span> </li> |
162 |
|
|
</ul> |
163 |
|
|
|
164 |
|
|
|
165 |
|
|
</div> |
166 |
|
|
<h4>Inherited Methods</h4> |
167 |
|
|
<a name='inherited_methods'><!-- --></a> |
168 |
|
|
<!-- =========== Summary =========== --> |
169 |
|
|
<p>Inherited From <span class="classname"><a href="../../phpHtmlLib/FormProcessing/FormElement.html">FormElement</a></span></p> |
170 |
|
|
<blockquote> |
171 |
|
|
<span class="method-name"><a href="../../phpHtmlLib/FormProcessing/FormElement.html#methodFormElement">FormElement::FormElement()</a></span><br> |
172 |
|
|
<span class="method-name"><a href="../../phpHtmlLib/FormProcessing/FormElement.html#methodcreate_element_name">FormElement::create_element_name()</a></span><br> |
173 |
|
|
<span class="method-name"><a href="../../phpHtmlLib/FormProcessing/FormElement.html#methodget_attribute">FormElement::get_attribute()</a></span><br> |
174 |
|
|
<span class="method-name"><a href="../../phpHtmlLib/FormProcessing/FormElement.html#methodget_element">FormElement::get_element()</a></span><br> |
175 |
|
|
<span class="method-name"><a href="../../phpHtmlLib/FormProcessing/FormElement.html#methodget_element_name">FormElement::get_element_name()</a></span><br> |
176 |
|
|
<span class="method-name"><a href="../../phpHtmlLib/FormProcessing/FormElement.html#methodget_errors">FormElement::get_errors()</a></span><br> |
177 |
|
|
<span class="method-name"><a href="../../phpHtmlLib/FormProcessing/FormElement.html#methodget_error_message">FormElement::get_error_message()</a></span><br> |
178 |
|
|
<span class="method-name"><a href="../../phpHtmlLib/FormProcessing/FormElement.html#methodget_init_value">FormElement::get_init_value()</a></span><br> |
179 |
|
|
<span class="method-name"><a href="../../phpHtmlLib/FormProcessing/FormElement.html#methodget_label">FormElement::get_label()</a></span><br> |
180 |
|
|
<span class="method-name"><a href="../../phpHtmlLib/FormProcessing/FormElement.html#methodget_label_text">FormElement::get_label_text()</a></span><br> |
181 |
|
|
<span class="method-name"><a href="../../phpHtmlLib/FormProcessing/FormElement.html#methodget_required_symbol">FormElement::get_required_symbol()</a></span><br> |
182 |
|
|
<span class="method-name"><a href="../../phpHtmlLib/FormProcessing/FormElement.html#methodget_value">FormElement::get_value()</a></span><br> |
183 |
|
|
<span class="method-name"><a href="../../phpHtmlLib/FormProcessing/FormElement.html#methodget_value_text">FormElement::get_value_text()</a></span><br> |
184 |
|
|
<span class="method-name"><a href="../../phpHtmlLib/FormProcessing/FormElement.html#methodhas_error">FormElement::has_error()</a></span><br> |
185 |
|
|
<span class="method-name"><a href="../../phpHtmlLib/FormProcessing/FormElement.html#methodis_disabled">FormElement::is_disabled()</a></span><br> |
186 |
|
|
<span class="method-name"><a href="../../phpHtmlLib/FormProcessing/FormElement.html#methodis_required">FormElement::is_required()</a></span><br> |
187 |
|
|
<span class="method-name"><a href="../../phpHtmlLib/FormProcessing/FormElement.html#methodjavascript">FormElement::javascript()</a></span><br> |
188 |
|
|
<span class="method-name"><a href="../../phpHtmlLib/FormProcessing/FormElement.html#methodonBlur">FormElement::onBlur()</a></span><br> |
189 |
|
|
<span class="method-name"><a href="../../phpHtmlLib/FormProcessing/FormElement.html#methodonChange">FormElement::onChange()</a></span><br> |
190 |
|
|
<span class="method-name"><a href="../../phpHtmlLib/FormProcessing/FormElement.html#methodonClick">FormElement::onClick()</a></span><br> |
191 |
|
|
<span class="method-name"><a href="../../phpHtmlLib/FormProcessing/FormElement.html#methodonFocus">FormElement::onFocus()</a></span><br> |
192 |
|
|
<span class="method-name"><a href="../../phpHtmlLib/FormProcessing/FormElement.html#methodonSubmit">FormElement::onSubmit()</a></span><br> |
193 |
|
|
<span class="method-name"><a href="../../phpHtmlLib/FormProcessing/FormElement.html#methodset_attribute">FormElement::set_attribute()</a></span><br> |
194 |
|
|
<span class="method-name"><a href="../../phpHtmlLib/FormProcessing/FormElement.html#methodset_disabled">FormElement::set_disabled()</a></span><br> |
195 |
|
|
<span class="method-name"><a href="../../phpHtmlLib/FormProcessing/FormElement.html#methodset_error_message">FormElement::set_error_message()</a></span><br> |
196 |
|
|
<span class="method-name"><a href="../../phpHtmlLib/FormProcessing/FormElement.html#methodset_form_name">FormElement::set_form_name()</a></span><br> |
197 |
|
|
<span class="method-name"><a href="../../phpHtmlLib/FormProcessing/FormElement.html#methodset_label_text">FormElement::set_label_text()</a></span><br> |
198 |
|
|
<span class="method-name"><a href="../../phpHtmlLib/FormProcessing/FormElement.html#methodset_required">FormElement::set_required()</a></span><br> |
199 |
|
|
<span class="method-name"><a href="../../phpHtmlLib/FormProcessing/FormElement.html#methodset_stripslashes">FormElement::set_stripslashes()</a></span><br> |
200 |
|
|
<span class="method-name"><a href="../../phpHtmlLib/FormProcessing/FormElement.html#methodset_style_attribute">FormElement::set_style_attribute()</a></span><br> |
201 |
|
|
<span class="method-name"><a href="../../phpHtmlLib/FormProcessing/FormElement.html#methodset_title">FormElement::set_title()</a></span><br> |
202 |
|
|
<span class="method-name"><a href="../../phpHtmlLib/FormProcessing/FormElement.html#methodset_value">FormElement::set_value()</a></span><br> |
203 |
|
|
<span class="method-name"><a href="../../phpHtmlLib/FormProcessing/FormElement.html#methodvalidate">FormElement::validate()</a></span><br> |
204 |
|
|
<span class="method-name"><a href="../../phpHtmlLib/FormProcessing/FormElement.html#method_build_element_attributes">FormElement::_build_element_attributes()</a></span><br> |
205 |
|
|
<span class="method-name"><a href="../../phpHtmlLib/FormProcessing/FormElement.html#method_build_javascript">FormElement::_build_javascript()</a></span><br> |
206 |
|
|
<span class="method-name"><a href="../../phpHtmlLib/FormProcessing/FormElement.html#method_do_validation">FormElement::_do_validation()</a></span><br> |
207 |
|
|
</blockquote> |
208 |
|
|
|
209 |
|
|
</div> |
210 |
jonen |
1.1 |
</div> |
211 |
jonen |
1.2 |
|
212 |
|
|
<p class="notes" id="credit"> |
213 |
|
|
Documention generated on Thu, 31 Jul 2003 18:32:54 -0700 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.2.0</a> |
214 |
|
|
</p> |
215 |
|
|
</div></body> |
216 |
jonen |
1.1 |
</html> |