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

Contents of /nfo/php/libs/com.newsblob.phphtmllib/doc/phpHtmlLib/examples/SVGGraphForm.html

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (show annotations)
Wed Sep 24 13:11:50 2003 UTC (20 years, 11 months ago) by jonen
Branch: MAIN
CVS Tags: HEAD
File MIME type: text/html
+ updated whole phphtmllib to v2.3.0

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: 'Tue, 4 Mar 2003 16:40:31 -0800' -->
6 <TITLE>Docs For Class SVGGraphForm</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 SVGGraphForm">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 SVGGraphForm
30 </H2> (line <span class="linenumber">37</span>)
31 <pre>
32 <a href="../../phpHtmlLib/FormProcessing/FormContent.html">FormContent</a>
33 |
34 --SVGGraphForm</pre>
35 <p>
36 <b><i>Located in File: Program_Root/examples/jilu2.php</i></b><br>
37 </p>
38 <hr>
39 This class is used to build and render the form.
40 <br />
41 <p>It builds a form by creating FormElement objects which have automatic validation. It leaves the layout of the form up to the child class. It has a mechanism in place to automagically show a confirmation 'page' after the data has been submitted and validated. It also provides a hook for any 'back end' validation of data. Finally, it provides a function for handling the action of the form, which only gets call after ALL validation has passed.</p><p>Functions:</p><p>form_init_elements() - This function is used to build the FormElement objects that will be used by the form. This function is called EVERY time the FormContent class is instantiated. After you create the FormElement, you call the FormContent::add_element() method, to add the FormElement object to the form. You will then call the 2 methods FormContent::element_label() and FormContent::element_form() to get access to the FormElement's label and form field respectively.</p><p>form_init_data() - This is called only the first time the form is encountered. It Allows you to populate the FormElements with data from a DB for example. You would use FormContent::set_element_value() or FormContent::set_hidden_element_value() inside here.</p><p>form() - This is the method that gets called to build the layout for your form. Typically you use a table and add the label in the first &lt;td&gt; and the form field itself in the 2nd &lt;td&gt;. So there are 2 methods in the FormContent object that allow u to get access to the FormElements label, and form field. FormContent::element_label() and FormContent::element_form().</p><p>form_backend_validation() - This method enables you to do any "back end" validation of data. Such as, check for a duplicate in the DB on a create/new form. This is called after the FormElement's validation methods have passed.</p><p>form_action() - This method is called after ALL validation was successfull, including each FormElement object's validation methods, as well as the FormContent::form_backend_validation()</p>
42 <UL>
43 </UL>
44 <hr>
45 <!-- =========== VAR SUMMARY =========== -->
46 <A NAME='var_summary'><!-- --></A>
47 <TABLE CELLPADDING='3' CELLSPACING='0' WIDTH='100%' CLASS="border">
48 <TR BGCOLOR='#CCCCFF' CLASS='TableHeadingColor'>
49 <TD>
50 <span CLASS="font12bold">Class Variable Summary</span>
51 <A HREF="#top" CLASS="links">^TOP</A>
52 </TD>
53 </TR>
54
55 </TABLE>
56 <hr>
57 <!-- =========== VAR INHERITED SUMMARY =========== -->
58 <A NAME='var_inherited_summary'><!-- --></A>
59 <TABLE CELLPADDING='3' CELLSPACING='0' WIDTH='100%' CLASS="border">
60 <TR BGCOLOR='#CCCCFF' CLASS='TableHeadingColor'>
61 <TD>
62 <span CLASS="font12bold">Inherited Class Variable Summary</span>
63 <A HREF="#top" CLASS="links">^TOP</A>
64 </TD>
65 </TR>
66
67 <!-- =========== Summary =========== -->
68 <TR BGCOLOR='white'>
69 <TD>
70 <span CLASS="font10bold">Inherited From Class <a href="../../phpHtmlLib/FormProcessing/FormContent.html">FormContent</a></span>
71 <table CELLPADDING='3' CELLSPACING='0' WIDTH='95%' CLASS="border" ALIGN="center">
72 <tr CLASS="tableheadingcolor">
73 <th>Variable</th>
74 <th>Default Value</th>
75 <th>Description</th>
76 </tr>
77 <tr>
78 <td CLASS="font10bold"><a href="../../phpHtmlLib/FormProcessing/FormContent.html#var$_action_message">FormContent::$_action_message</a></td>
79 <td CLASS="font10" STYLE="white-space: nowrap">-> ""<-</td>
80 <td CLASS="font10">The message that is set</td>
81 </tr>
82 <tr>
83 <td CLASS="font10bold"><a href="../../phpHtmlLib/FormProcessing/FormContent.html#var$_cancel_action">FormContent::$_cancel_action</a></td>
84 <td CLASS="font10" STYLE="white-space: nowrap">-> NULL<-</td>
85 <td CLASS="font10">The action to take opon clicking</td>
86 </tr>
87 <tr>
88 <td CLASS="font10bold"><a href="../../phpHtmlLib/FormProcessing/FormContent.html#var$_default_label_css">FormContent::$_default_label_css</a></td>
89 <td CLASS="font10" STYLE="white-space: nowrap">-> "formlabel"<-</td>
90 <td CLASS="font10">This holds the default css class for form field label text.</td>
91 </tr>
92 <tr>
93 <td CLASS="font10bold"><a href="../../phpHtmlLib/FormProcessing/FormContent.html#var$_elements">FormContent::$_elements</a></td>
94 <td CLASS="font10" STYLE="white-space: nowrap">->array()<-</td>
95 <td CLASS="font10">This holds the array of</td>
96 </tr>
97 <tr>
98 <td CLASS="font10bold"><a href="../../phpHtmlLib/FormProcessing/FormContent.html#var$_error_label_css">FormContent::$_error_label_css</a></td>
99 <td CLASS="font10" STYLE="white-space: nowrap">-> "formlabelerror"<-</td>
100 <td CLASS="font10">This is the css class used</td>
101 </tr>
102 <tr>
103 <td CLASS="font10bold"><a href="../../phpHtmlLib/FormProcessing/FormContent.html#var$_form_name">FormContent::$_form_name</a></td>
104 <td CLASS="font10" STYLE="white-space: nowrap">-><-</td>
105 <td CLASS="font10">This holds the name of the form</td>
106 </tr>
107 <tr>
108 <td CLASS="font10bold"><a href="../../phpHtmlLib/FormProcessing/FormContent.html#var$_has_confirm">FormContent::$_has_confirm</a></td>
109 <td CLASS="font10" STYLE="white-space: nowrap">-> FALSE<-</td>
110 <td CLASS="font10">flag to let the FormProcessor</td>
111 </tr>
112 <tr>
113 <td CLASS="font10bold"><a href="../../phpHtmlLib/FormProcessing/FormContent.html#var$_hidden_elements">FormContent::$_hidden_elements</a></td>
114 <td CLASS="font10" STYLE="white-space: nowrap">->array()<-</td>
115 <td CLASS="font10">This holds the array of</td>
116 </tr>
117 <tr>
118 <td CLASS="font10bold"><a href="../../phpHtmlLib/FormProcessing/FormContent.html#var$_required_field_marker">FormContent::$_required_field_marker</a></td>
119 <td CLASS="font10" STYLE="white-space: nowrap">-> "*"<-</td>
120 <td CLASS="font10">marker for the required field</td>
121 </tr>
122 <tr>
123 <td CLASS="font10bold"><a href="../../phpHtmlLib/FormProcessing/FormContent.html#var$_required_field_text">FormContent::$_required_field_text</a></td>
124 <td CLASS="font10" STYLE="white-space: nowrap">-> " - required field"<-</td>
125 <td CLASS="font10">Text to show denoted required fields for the form.</td>
126 </tr>
127 <tr>
128 <td CLASS="font10bold"><a href="../../phpHtmlLib/FormProcessing/FormContent.html#var$_width">FormContent::$_width</a></td>
129 <td CLASS="font10" STYLE="white-space: nowrap">-> "600"<-</td>
130 <td CLASS="font10">Holds the width to be used for the</td>
131 </tr>
132 </table>
133 <BR>
134 </TD>
135 </TR>
136 </TABLE>
137
138 <hr>
139 <!-- =========== METHOD SUMMARY =========== -->
140 <A NAME='method_summary'><!-- --></A>
141 <TABLE CELLPADDING='3' CELLSPACING='0' WIDTH='100%' Class="border">
142 <TR BGCOLOR='#CCCCFF' CLASS='TableHeadingColor'>
143 <TD>
144 <span class="font12bold">Method Summary</span>
145 <A HREF="#top" CLASS="links">^TOP</A>
146 </TD>
147 </TR>
148
149 <!-- =========== Summary =========== -->
150 <TR BGCOLOR='white' CLASS='TableRowColor'>
151 <TD>
152 <CODE><B><A HREF='../../phpHtmlLib/examples/SVGGraphForm.html#methodform'>void form ( )</A></B></CODE>
153 <BR>
154 <blockquote> </blockquote>
155 </TD>
156 </TR>
157 <!-- =========== Summary =========== -->
158 <TR BGCOLOR='white' CLASS='TableRowColor'>
159 <TD>
160 <CODE><B><A HREF='../../phpHtmlLib/examples/SVGGraphForm.html#methodform_action'>void form_action ( )</A></B></CODE>
161 <BR>
162 <blockquote> </blockquote>
163 </TD>
164 </TR>
165 <!-- =========== Summary =========== -->
166 <TR BGCOLOR='white' CLASS='TableRowColor'>
167 <TD>
168 <CODE><B><A HREF='../../phpHtmlLib/examples/SVGGraphForm.html#methodform_init_elements'>void form_init_elements ( )</A></B></CODE>
169 <BR>
170 <blockquote> </blockquote>
171 </TD>
172 </TR>
173 </TABLE>
174 <!-- =========== INHERITED METHOD SUMMARY =========== -->
175 <A NAME='functions_inherited'><!-- --></A>
176 <TABLE CELLPADDING='3' CELLSPACING='0' WIDTH='100%' CLASS="border">
177 <TR BGCOLOR='#CCCCFF' CLASS='TableHeadingColor'>
178 <TD>
179 <span CLASS="font12bold">Inherited Method Summary</span>
180 <A HREF="#top" CLASS="links">^TOP</A>
181 </TD>
182 </TR>
183
184 <!-- =========== Summary =========== -->
185 <TR BGCOLOR='white' CLASS='TableRowColor'>
186 <TD>
187 <span CLASS="font10bold">Inherited From Class <a href="../../phpHtmlLib/FormProcessing/FormContent.html">FormContent</a></span>
188 <TABLE CELLPADDING='3' CELLSPACING='0' WIDTH='95%' CLASS="border" ALIGN="center">
189 <tr CLASS="tableheadingcolor">
190 <th>Function</th>
191 <th>Description</th>
192 </tr>
193 <tr>
194 <td CLASS="font10bold"><a href="../../phpHtmlLib/FormProcessing/FormContent.html#methodFormContent">FormContent::FormContent()</a></td>
195 <td CLASS="font10"></td>
196 <tr>
197 <td CLASS="font10bold"><a href="../../phpHtmlLib/FormProcessing/FormContent.html#methodadd_action">FormContent::add_action()</a></td>
198 <td CLASS="font10">This function adds a form submit button with the appropriate action.</td>
199 <tr>
200 <td CLASS="font10bold"><a href="../../phpHtmlLib/FormProcessing/FormContent.html#methodadd_cancel">FormContent::add_cancel()</a></td>
201 <td CLASS="font10">build a cancel button with a url to go to</td>
202 <tr>
203 <td CLASS="font10bold"><a href="../../phpHtmlLib/FormProcessing/FormContent.html#methodadd_element">FormContent::add_element()</a></td>
204 <td CLASS="font10">This method is used to add a form element</td>
205 <tr>
206 <td CLASS="font10bold"><a href="../../phpHtmlLib/FormProcessing/FormContent.html#methodadd_error">FormContent::add_error()</a></td>
207 <td CLASS="font10">This method is used to create a new error element during the call to form_action(). This enables us to do error handling during a transaction into a DB.</td>
208 <tr>
209 <td CLASS="font10bold"><a href="../../phpHtmlLib/FormProcessing/FormContent.html#methodadd_hidden_action">FormContent::add_hidden_action()</a></td>
210 <td CLASS="font10">This function adds a submit button that can have any label. It just makes the _form_action a hidden field.</td>
211 <tr>
212 <td CLASS="font10bold"><a href="../../phpHtmlLib/FormProcessing/FormContent.html#methodadd_hidden_element">FormContent::add_hidden_element()</a></td>
213 <td CLASS="font10">This method is used to add a hidden form field</td>
214 <tr>
215 <td CLASS="font10bold"><a href="../../phpHtmlLib/FormProcessing/FormContent.html#methodadd_image_action">FormContent::add_image_action()</a></td>
216 <td CLASS="font10">This function adds an action as an image to submit the form.</td>
217 <tr>
218 <td CLASS="font10bold"><a href="../../phpHtmlLib/FormProcessing/FormContent.html#methodbuild_confirm_table">FormContent::build_confirm_table()</a></td>
219 <td CLASS="font10">This method allows the child to ovveride the default confirm data. By default the form_confirm() will show ALL FormElements. This is prolly not good in case of a form where a password exists.</td>
220 <tr>
221 <td CLASS="font10bold"><a href="../../phpHtmlLib/FormProcessing/FormContent.html#methodelement_form">FormContent::element_form()</a></td>
222 <td CLASS="font10">This method returns the actual form object that renders the form field.</td>
223 <tr>
224 <td CLASS="font10bold"><a href="../../phpHtmlLib/FormProcessing/FormContent.html#methodelement_label">FormContent::element_label()</a></td>
225 <td CLASS="font10">This method returns the label object for a visible form element.</td>
226 <tr>
227 <td CLASS="font10bold"><a href="../../phpHtmlLib/FormProcessing/FormContent.html#methodform">FormContent::form()</a></td>
228 <td CLASS="font10">This method builds the html form.</td>
229 <tr>
230 <td CLASS="font10bold"><a href="../../phpHtmlLib/FormProcessing/FormContent.html#methodform_action">FormContent::form_action()</a></td>
231 <td CLASS="font10">This method handles the</td>
232 <tr>
233 <td CLASS="font10bold"><a href="../../phpHtmlLib/FormProcessing/FormContent.html#methodform_backend_validation">FormContent::form_backend_validation()</a></td>
234 <td CLASS="font10">This method is called after the FormElements</td>
235 <tr>
236 <td CLASS="font10bold"><a href="../../phpHtmlLib/FormProcessing/FormContent.html#methodform_confirm">FormContent::form_confirm()</a></td>
237 <td CLASS="font10">This function is used to show an intermediary confirmation page. Use this function to show a confirmation of the data that was submitted by the user.</td>
238 <tr>
239 <td CLASS="font10bold"><a href="../../phpHtmlLib/FormProcessing/FormContent.html#methodform_errors">FormContent::form_errors()</a></td>
240 <td CLASS="font10">This function is used to render the error table for the form. The error data comes from the FormProcessor or the FormValidation.</td>
241 <tr>
242 <td CLASS="font10bold"><a href="../../phpHtmlLib/FormProcessing/FormContent.html#methodform_init_data">FormContent::form_init_data()</a></td>
243 <td CLASS="font10">This method is called by the</td>
244 <tr>
245 <td CLASS="font10bold"><a href="../../phpHtmlLib/FormProcessing/FormContent.html#methodform_init_elements">FormContent::form_init_elements()</a></td>
246 <td CLASS="font10">This method is what is called to build the list of FormElements that will be used by this form.</td>
247 <tr>
248 <td CLASS="font10bold"><a href="../../phpHtmlLib/FormProcessing/FormContent.html#methodform_success">FormContent::form_success()</a></td>
249 <td CLASS="font10">This method is called when the form_action() was successfull, and the form wants to render some kind of message</td>
250 <tr>
251 <td CLASS="font10bold"><a href="../../phpHtmlLib/FormProcessing/FormContent.html#methodget_action">FormContent::get_action()</a></td>
252 <td CLASS="font10">Get the current status of the action.</td>
253 <tr>
254 <td CLASS="font10bold"><a href="../../phpHtmlLib/FormProcessing/FormContent.html#methodget_default_css">FormContent::get_default_css()</a></td>
255 <td CLASS="font10">This function returns the default css class used for NON error text.</td>
256 <tr>
257 <td CLASS="font10bold"><a href="../../phpHtmlLib/FormProcessing/FormContent.html#methodget_element">FormContent::get_element()</a></td>
258 <td CLASS="font10">This method returns the FormElement based on the label.</td>
259 <tr>
260 <td CLASS="font10bold"><a href="../../phpHtmlLib/FormProcessing/FormContent.html#methodget_element_value">FormContent::get_element_value()</a></td>
261 <td CLASS="font10">This method is used to get the value for a non hidden element</td>
262 <tr>
263 <td CLASS="font10bold"><a href="../../phpHtmlLib/FormProcessing/FormContent.html#methodget_hidden_element_value">FormContent::get_hidden_element_value()</a></td>
264 <td CLASS="font10">This method is used to get the value for a hidden element</td>
265 <tr>
266 <td CLASS="font10bold"><a href="../../phpHtmlLib/FormProcessing/FormContent.html#methodget_required_fields_text">FormContent::get_required_fields_text()</a></td>
267 <td CLASS="font10">This returns the required field text</td>
268 <tr>
269 <td CLASS="font10bold"><a href="../../phpHtmlLib/FormProcessing/FormContent.html#methodhas_confirm">FormContent::has_confirm()</a></td>
270 <td CLASS="font10">This gets the value of the confirmation flag.</td>
271 <tr>
272 <td CLASS="font10bold"><a href="../../phpHtmlLib/FormProcessing/FormContent.html#methodpre_confirm">FormContent::pre_confirm()</a></td>
273 <td CLASS="font10">This method allows this class to do any data munging prior to the form_confirm method being called @ render time.</td>
274 <tr>
275 <td CLASS="font10bold"><a href="../../phpHtmlLib/FormProcessing/FormContent.html#methodset_action">FormContent::set_action()</a></td>
276 <td CLASS="font10">Save the action for the form</td>
277 <tr>
278 <td CLASS="font10bold"><a href="../../phpHtmlLib/FormProcessing/FormContent.html#methodset_action_message">FormContent::set_action_message()</a></td>
279 <td CLASS="font10">This sets the action message.</td>
280 <tr>
281 <td CLASS="font10bold"><a href="../../phpHtmlLib/FormProcessing/FormContent.html#methodset_cancel_action">FormContent::set_cancel_action()</a></td>
282 <td CLASS="font10">This method sets the javasript action</td>
283 <tr>
284 <td CLASS="font10bold"><a href="../../phpHtmlLib/FormProcessing/FormContent.html#methodset_confirm">FormContent::set_confirm()</a></td>
285 <td CLASS="font10">This sets the $this-&gt;_has_confirmation</td>
286 <tr>
287 <td CLASS="font10bold"><a href="../../phpHtmlLib/FormProcessing/FormContent.html#methodset_default_css">FormContent::set_default_css()</a></td>
288 <td CLASS="font10">This function is used to set the</td>
289 <tr>
290 <td CLASS="font10bold"><a href="../../phpHtmlLib/FormProcessing/FormContent.html#methodset_element_value">FormContent::set_element_value()</a></td>
291 <td CLASS="font10">This method is used to set the value for a non hidden element</td>
292 <tr>
293 <td CLASS="font10bold"><a href="../../phpHtmlLib/FormProcessing/FormContent.html#methodset_error_css">FormContent::set_error_css()</a></td>
294 <td CLASS="font10">This function is used to set the css class that is used on text when an error on that field is detected.</td>
295 <tr>
296 <td CLASS="font10bold"><a href="../../phpHtmlLib/FormProcessing/FormContent.html#methodset_form_name">FormContent::set_form_name()</a></td>
297 <td CLASS="font10">**************************</td>
298 <tr>
299 <td CLASS="font10bold"><a href="../../phpHtmlLib/FormProcessing/FormContent.html#methodset_form_width">FormContent::set_form_width()</a></td>
300 <td CLASS="font10">this method sets the form name</td>
301 <tr>
302 <td CLASS="font10bold"><a href="../../phpHtmlLib/FormProcessing/FormContent.html#methodset_hidden_element_value">FormContent::set_hidden_element_value()</a></td>
303 <td CLASS="font10">This method is used to set the value for a hidden element</td>
304 <tr>
305 <td CLASS="font10bold"><a href="../../phpHtmlLib/FormProcessing/FormContent.html#methodset_stripslashes">FormContent::set_stripslashes()</a></td>
306 <td CLASS="font10">This sets the stripslashes flag for this object.</td>
307 </table>
308 <br>
309 </TD>
310 </TR>
311 </TABLE>
312 <hr>
313 <!-- ============ VARIABLE DETAIL =========== -->
314
315 <A NAME='variable_detail'></A>
316 <TABLE CELLPADDING='3' CELLSPACING='0' WIDTH='100%' CLASS="border">
317 <TR BGCOLOR='#CCCCFF' CLASS='TableHeadingColor'>
318 <TD>
319 <span CLASS="font12bold">Variable Detail</span>
320 <A HREF="#top" CLASS="links">^TOP</A>
321 </TD>
322 </TR>
323 </TABLE>
324
325 <hr>
326 <!-- ============ METHOD DETAIL =========== -->
327
328 <A NAME='method_detail'></A>
329 <TABLE CELLPADDING='3' CELLSPACING='0' WIDTH='100%' CLASS="border">
330 <TR BGCOLOR='#CCCCFF' CLASS='TableHeadingColor'>
331 <TD>
332 <span class="font12bold">Method Detail</span>
333 <A HREF="#top" CLASS="links">^TOP</A>
334 </TD>
335 </TR>
336 </TABLE>
337 <BR>
338 <DIV CLASS="function">
339 <A NAME='methodform'><!-- --></A>
340 <SPAN CLASS="font12bold">form</SPAN> (line <span class="linenumber">47</span>)
341 <BR>
342 <SPAN CLASS="font10bold">Usage : </SPAN>
343 <span class="font10bold" style="color: #FF0000">void</SPAN>&nbsp;
344 <span class="font10bold" style="color: #0000FF">form(
345 )</SPAN>
346 <BR>
347
348 <span class="font10bold" style="padding-left: 10px;">Overrides :</span> <a href="../../phpHtmlLib/FormProcessing/FormContent.html#methodform">FormContent::form()</a> This method builds the html form.
349 <BR>
350 <SPAN CLASS="font10bold">Description : </SPAN>
351
352 <br />
353
354 <DL>
355
356 <DT class="font10bold">Function Info:</DT>
357 </DL>
358 </DIV>
359 <BR>
360 <DIV CLASS="function">
361 <A NAME='methodform_action'><!-- --></A>
362 <SPAN CLASS="font12bold">form_action</SPAN> (line <span class="linenumber">65</span>)
363 <BR>
364 <SPAN CLASS="font10bold">Usage : </SPAN>
365 <span class="font10bold" style="color: #FF0000">void</SPAN>&nbsp;
366 <span class="font10bold" style="color: #0000FF">form_action(
367 )</SPAN>
368 <BR>
369
370 <span class="font10bold" style="padding-left: 10px;">Overrides :</span> <a href="../../phpHtmlLib/FormProcessing/FormContent.html#methodform_action">FormContent::form_action()</a> This method handles the
371 <BR>
372 <SPAN CLASS="font10bold">Description : </SPAN>
373
374 <br />
375
376 <DL>
377
378 <DT class="font10bold">Function Info:</DT>
379 </DL>
380 </DIV>
381 <BR>
382 <DIV CLASS="function">
383 <A NAME='methodform_init_elements'><!-- --></A>
384 <SPAN CLASS="font12bold">form_init_elements</SPAN> (line <span class="linenumber">39</span>)
385 <BR>
386 <SPAN CLASS="font10bold">Usage : </SPAN>
387 <span class="font10bold" style="color: #FF0000">void</SPAN>&nbsp;
388 <span class="font10bold" style="color: #0000FF">form_init_elements(
389 )</SPAN>
390 <BR>
391
392 <span class="font10bold" style="padding-left: 10px;">Overrides :</span> <a href="../../phpHtmlLib/FormProcessing/FormContent.html#methodform_init_elements">FormContent::form_init_elements()</a> This method is what is called to build the list of FormElements that will be used by this form.
393 <BR>
394 <SPAN CLASS="font10bold">Description : </SPAN>
395
396 <br />
397
398 <DL>
399
400 <DT class="font10bold">Function Info:</DT>
401 </DL>
402 </DIV>
403 <BR>
404 <div id="credit">
405 <hr>
406 Documention generated on Tue, 4 Mar 2003 16:40:31 -0800 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.2.0rc1</a>
407 </div>
408 </body>
409 </html>

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