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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (show annotations)
Thu Jan 30 03:29:14 2003 UTC (21 years, 7 months ago) by jonen
Branch: MAIN
Branch point for: no_vendor_tag
File MIME type: text/html
Initial revision

1 <!DOCTYPE HTML PUBLIC '-//W3C//DTD HTML 4.0 Frameset//EN''http://www.w3.org/TR/REC-html40/frameset.dtd'>
2 <!--NewPage-->
3 <HTML>
4 <HEAD>
5 <!-- Generated by PhpDoc date: 'Mon, 25 Nov 2002 09:21:26 -0800' -->
6 <TITLE>Docs For Class IMGtag</TITLE>
7 <LINK REL ='stylesheet' TYPE='text/css' HREF='stylesheet.css' TITLE='Style'>
8 </HEAD>
9 <BODY style="background-color: #eeeeee; font-family: arial; font-size: .9em;">
10
11
12 <!-- Links -->
13 <a NAME="top"></A>
14 <table WIDTH="100%" class="links">
15 <TR>
16 <TD class="font10">
17 Links:
18 <A HREF="#children_summary" class="links" title="Classes extended from IMGtag">Child Classes</A>
19 <A HREF="#var_summary" class="links" title="Class Variable Summary">Variables</A>
20 <A HREF="#var_inherited_summary" class="links" title="Inherited Class Variable Summary">Inherited Variables</A>
21 <A HREF="#functions_inherited" class="links" title="Inherited Method Summary">Inerited Methods</A>
22 <A HREF="#functions_summary" class="links" title="Method Summary">Methods</A>
23 <A HREF="#variable_detail" class="links" title="Variable Detail">Variable Detail</A>
24 <A HREF="#function_detail" class="links" title="Method Detail">Method Detail</A>
25 </TD>
26 </TR>
27 </TABLE>
28 <BR>
29
30 <!-- Start of Class Data -->
31 <H2>
32 Class IMGtag
33 </H2>
34
35 <pre>
36 <pre><a href="../phpHtmlLib/Container.html">Container</a>
37 |
38 --<a href="../phpHtmlLib/XMLTagClass.html">XMLTagClass</a>
39 |
40 --<a href="../phpHtmlLib/HTMLTagClass.html">HTMLTagClass</a>
41 |
42 --IMGtag</pre>
43 </pre>
44
45 <A NAME="children_summary"</A>
46 <H3>
47 Classes extended from IMGtag: <A HREF="#top" CLASS="links">^TOP</A>
48 </H3>
49
50 <p>
51 <b><i>Located in File: Program_Root/tag_classes/ALLTAGS.inc</i></b><br>
52 </p>
53 <hr>
54 <!-- ========== Info from phpDoc block ========= -->
55 &lt;IMG&gt; tag class
56 <BR>
57 This element inserts an image.
58
59 REQUIRED ATTRIBUTES
60 src : url
61 The address of the image you want
62 to insert
63 alt : text
64 A short description of the image.
65 Use it for text-only browsers
66
67 <UL>
68
69 <LI><b>Package</b> - <CODE>phpHtmlLib</CODE></LI>
70
71 </UL>
72
73 <hr>
74 <!-- =========== VAR SUMMARY =========== -->
75 <A NAME='var_summary'><!-- --></A>
76 <TABLE CELLPADDING='3' CELLSPACING='0' WIDTH='100%' CLASS="border">
77 <TR BGCOLOR='#CCCCFF' CLASS='TableHeadingColor'>
78 <TD>
79 <span CLASS="font12bold">Class Variable Summary</span>
80 <A HREF="#top" CLASS="links">^TOP</A>
81 </TD>
82 </TR>
83
84
85 <!-- =========== Summary =========== -->
86 <TR BGCOLOR='white' CLASS='TableRowColor'>
87 <TD>
88 <CODE><B><A HREF='IMGtag.html#$_close_tag_required'>$_close_tag_required</A></B></CODE>
89 <BR>
90 <blockquote> </blockquote>
91 <blockquote> Default Value: <CODE>->FALSE<-</CODE> </blockquote>
92 </TD>
93 </TR>
94
95 <!-- =========== Summary =========== -->
96 <TR BGCOLOR='white' CLASS='TableRowColor'>
97 <TD>
98 <CODE><B><A HREF='IMGtag.html#$_content_required'>$_content_required</A></B></CODE>
99 <BR>
100 <blockquote> </blockquote>
101 <blockquote> Default Value: <CODE>->FALSE<-</CODE> </blockquote>
102 </TD>
103 </TR>
104
105 <!-- =========== Summary =========== -->
106 <TR BGCOLOR='white' CLASS='TableRowColor'>
107 <TD>
108 <CODE><B><A HREF='IMGtag.html#$_debug_link_attributes'>$_debug_link_attributes</A></B></CODE>
109 <BR>
110 <blockquote> </blockquote>
111 <blockquote> Default Value: <CODE>->array(&quot;src&quot;)<-</CODE> </blockquote>
112 </TD>
113 </TR>
114
115 <!-- =========== Summary =========== -->
116 <TR BGCOLOR='white' CLASS='TableRowColor'>
117 <TD>
118 <CODE><B><A HREF='IMGtag.html#$_htmlentities_attributes'>$_htmlentities_attributes</A></B></CODE>
119 <BR>
120 <blockquote> </blockquote>
121 <blockquote> Default Value: <CODE>->array(&quot;src&quot;)<-</CODE> </blockquote>
122 </TD>
123 </TR>
124
125 <!-- =========== Summary =========== -->
126 <TR BGCOLOR='white' CLASS='TableRowColor'>
127 <TD>
128 <CODE><B><A HREF='IMGtag.html#$_tag'>$_tag</A></B></CODE>
129 <BR>
130 <blockquote> </blockquote>
131 <blockquote> Default Value: <CODE>->img<-</CODE> </blockquote>
132 </TD>
133 </TR>
134
135 <!-- =========== Summary =========== -->
136 <TR BGCOLOR='white' CLASS='TableRowColor'>
137 <TD>
138 <CODE><B><A HREF='IMGtag.html#$_xhtml_strict_attributes'>$_xhtml_strict_attributes</A></B></CODE>
139 <BR>
140 <blockquote> </blockquote>
141 <blockquote> Default Value: <CODE>->array(&quot;border&quot;)<-</CODE> </blockquote>
142 </TD>
143 </TR>
144
145 </TABLE>
146
147 <hr>
148 <!-- =========== VAR INHERITED SUMMARY =========== -->
149 <A NAME='var_inherited_summary'><!-- --></A>
150 <TABLE CELLPADDING='3' CELLSPACING='0' WIDTH='100%' CLASS="border">
151 <TR CLASS='TableHeadingColor'>
152 <TD>
153 <span CLASS="font12bold">Inherited Class Variable Summary</span>
154 <A HREF="#top" CLASS="links">^TOP</A>
155 </TD>
156 </TR>
157
158
159 <!-- =========== Summary =========== -->
160 <TR BGCOLOR='white'>
161 <TD>
162 <span CLASS="font10bold">Inherited From Class <a href="../phpHtmlLib/HTMLTagClass.html">HTMLTagClass</a></span>
163 <table CELLPADDING='3' CELLSPACING='0' WIDTH='95%' CLASS="border" ALIGN="center">
164 <tr CLASS="tableheadingcolor">
165 <th>Variable</th>
166 <th>Default Value</th>
167 <th>Description</th>
168 </tr>
169
170 <tr>
171 <td CLASS="font10bold"><A HREF='../phpHtmlLib/HTMLTagClass.html#$_depricated'>$_depricated</A></td>
172 <td CLASS="font10" STYLE="white-space: nowrap">->FALSE<-</td>
173 <td CLASS="font10">Flag to denote that this tag is
174 depricated by the HTML standard.</td>
175 </tr>
176
177 <tr>
178 <td CLASS="font10bold"><A HREF='../phpHtmlLib/HTMLTagClass.html#$_no_finish_slash_xhtml'>$_no_finish_slash_xhtml</A></td>
179 <td CLASS="font10" STYLE="white-space: nowrap">->FALSE<-</td>
180 <td CLASS="font10">Flag to tell the renderer not to
181 place the /&gt; if we are in xhtml
182 compliant mode.</td>
183 </tr>
184
185 </table>
186 <BR>
187 </TD>
188 </TR>
189
190 <!-- =========== Summary =========== -->
191 <TR BGCOLOR='white'>
192 <TD>
193 <span CLASS="font10bold">Inherited From Class <a href="../phpHtmlLib/XMLTagClass.html">XMLTagClass</a></span>
194 <table CELLPADDING='3' CELLSPACING='0' WIDTH='95%' CLASS="border" ALIGN="center">
195 <tr CLASS="tableheadingcolor">
196 <th>Variable</th>
197 <th>Default Value</th>
198 <th>Description</th>
199 </tr>
200
201 <tr>
202 <td CLASS="font10bold"><A HREF='../phpHtmlLib/XMLTagClass.html#$newline_after_closetag'>$newline_after_closetag</A></td>
203 <td CLASS="font10" STYLE="white-space: nowrap">->TRUE<-</td>
204 <td CLASS="font10">Flag to place a newline after close tag.</td>
205 </tr>
206
207 <tr>
208 <td CLASS="font10bold"><A HREF='../phpHtmlLib/XMLTagClass.html#$newline_after_opentag'>$newline_after_opentag</A></td>
209 <td CLASS="font10" STYLE="white-space: nowrap">->TRUE<-</td>
210 <td CLASS="font10">Flag to place a newline after open tag.</td>
211 </tr>
212
213 <tr>
214 <td CLASS="font10bold"><A HREF='../phpHtmlLib/XMLTagClass.html#$_cdata_content_wrap'>$_cdata_content_wrap</A></td>
215 <td CLASS="font10" STYLE="white-space: nowrap">->FALSE<-</td>
216 <td CLASS="font10">Automatically wrap ALL content</td>
217 </tr>
218
219 <tr>
220 <td CLASS="font10bold"><A HREF='../phpHtmlLib/XMLTagClass.html#$_tag_postfix'>$_tag_postfix</A></td>
221 <td CLASS="font10" STYLE="white-space: nowrap">->&gt;<-</td>
222 <td CLASS="font10">holds the tag postfix</td>
223 </tr>
224
225 <tr>
226 <td CLASS="font10bold"><A HREF='../phpHtmlLib/XMLTagClass.html#$_tag_prefix'>$_tag_prefix</A></td>
227 <td CLASS="font10" STYLE="white-space: nowrap">->&lt;<-</td>
228 <td CLASS="font10">holds the tag prefix</td>
229 </tr>
230
231 </table>
232 <BR>
233 </TD>
234 </TR>
235
236 <!-- =========== Summary =========== -->
237 <TR BGCOLOR='white'>
238 <TD>
239 <span CLASS="font10bold">Inherited From Class <a href="../phpHtmlLib/Container.html">Container</a></span>
240 <table CELLPADDING='3' CELLSPACING='0' WIDTH='95%' CLASS="border" ALIGN="center">
241 <tr CLASS="tableheadingcolor">
242 <th>Variable</th>
243 <th>Default Value</th>
244 <th>Description</th>
245 </tr>
246
247 <tr>
248 <td CLASS="font10bold"><A HREF='../phpHtmlLib/Container.html#$indent_flag'>$indent_flag</A></td>
249 <td CLASS="font10" STYLE="white-space: nowrap">->TRUE<-</td>
250 <td CLASS="font10">Flag for pretty (indented) output</td>
251 </tr>
252
253 <tr>
254 <td CLASS="font10bold"><A HREF='../phpHtmlLib/Container.html#$_newline_after_content_flag'>$_newline_after_content_flag</A></td>
255 <td CLASS="font10" STYLE="white-space: nowrap">->TRUE<-</td>
256 <td CLASS="font10">Do we render a newline after the
257 contents has been rendered?</td>
258 </tr>
259
260 </table>
261 <BR>
262 </TD>
263 </TR>
264
265 </TABLE>
266
267 <hr>
268 <!-- =========== INHERITED METHOD SUMMARY =========== -->
269 <A NAME='functions_inherited'><!-- --></A>
270 <TABLE CELLPADDING='3' CELLSPACING='0' WIDTH='100%' CLASS="border">
271 <TR CLASS='TableHeadingColor'>
272 <TD>
273 <span CLASS="font12bold">Inherited Method Summary</span>
274 <A HREF="#top" CLASS="links">^TOP</A>
275 </TD>
276 </TR>
277
278
279 <!-- =========== Summary =========== -->
280 <TR BGCOLOR='white' CLASS='TableRowColor'>
281 <TD>
282 <span CLASS="font10bold">Inherited From Class <a href="../phpHtmlLib/HTMLTagClass.html">HTMLTagClass</a></span>
283 <TABLE CELLPADDING='3' CELLSPACING='0' WIDTH='95%' CLASS="border" ALIGN="center">
284 <tr CLASS="tableheadingcolor">
285 <th>Function</th>
286 <th>Description</th>
287 </tr>
288
289 <tr>
290 <td CLASS="font10bold"><A HREF='../phpHtmlLib/HTMLTagClass.html#constructor HTMLTagClass'>constructor HTMLTagClass ( [$attributes = NULL] )</A></td>
291 <td CLASS="font10">Class Constructor</td>
292
293 <tr>
294 <td CLASS="font10bold"><A HREF='../phpHtmlLib/HTMLTagClass.html#render'>render ( [$indent_level = NULL], [$output_debug = 0] )</A></td>
295 <td CLASS="font10">Renders the tag, attributes, content and close tag.</td>
296
297 <tr>
298 <td CLASS="font10bold"><A HREF='../phpHtmlLib/HTMLTagClass.html#set_class'>set_class ( $value )</A></td>
299 <td CLASS="font10">This function is a shorthand helper
300 to setting the class attribute on a
301 tag.</td>
302
303 <tr>
304 <td CLASS="font10bold"><A HREF='../phpHtmlLib/HTMLTagClass.html#set_id'>set_id ( $value )</A></td>
305 <td CLASS="font10">This function is a shorthand helper
306 to setting the id attribute on a
307 tag.</td>
308
309 <tr>
310 <td CLASS="font10bold"><A HREF='../phpHtmlLib/HTMLTagClass.html#set_style'>set_style ( $value )</A></td>
311 <td CLASS="font10">This function is a shorthand helper
312 to setting the style attribute on a
313 tag.</td>
314
315 <tr>
316 <td CLASS="font10bold"><A HREF='../phpHtmlLib/HTMLTagClass.html#_build_attribute_string'>_build_attribute_string ( $name, $value, [$debug = 0] )</A></td>
317 <td CLASS="font10">this builds an attribute for a tag.</td>
318
319 <tr>
320 <td CLASS="font10bold"><A HREF='../phpHtmlLib/HTMLTagClass.html#_render_tag_debug'>_render_tag_debug ( $indent_level )</A></td>
321 <td CLASS="font10">This renders that open tag in debug mode.</td>
322
323 </table>
324 <br>
325 </TD>
326 </TR>
327
328 <!-- =========== Summary =========== -->
329 <TR BGCOLOR='white' CLASS='TableRowColor'>
330 <TD>
331 <span CLASS="font10bold">Inherited From Class <a href="../phpHtmlLib/XMLTagClass.html">XMLTagClass</a></span>
332 <TABLE CELLPADDING='3' CELLSPACING='0' WIDTH='95%' CLASS="border" ALIGN="center">
333 <tr CLASS="tableheadingcolor">
334 <th>Function</th>
335 <th>Description</th>
336 </tr>
337
338 <tr>
339 <td CLASS="font10bold"><A HREF='../phpHtmlLib/XMLTagClass.html#constructor XMLTagClass'>constructor XMLTagClass ( [$name = ], [$attributes = array()] )</A></td>
340 <td CLASS="font10">The constructor</td>
341
342 <tr>
343 <td CLASS="font10bold"><A HREF='../phpHtmlLib/XMLTagClass.html#get_tag'>get_tag ( )</A></td>
344 <td CLASS="font10">This returns the tag declared for this class.</td>
345
346 <tr>
347 <td CLASS="font10bold"><A HREF='../phpHtmlLib/XMLTagClass.html#get_tag_name'>get_tag_name ( )</A></td>
348 <td CLASS="font10">This method gets the name of the tag</td>
349
350 <tr>
351 <td CLASS="font10bold"><A HREF='../phpHtmlLib/XMLTagClass.html#render'>render ( [$indent_level = 0] )</A></td>
352 <td CLASS="font10">This function is responsible</td>
353
354 <tr>
355 <td CLASS="font10bold"><A HREF='../phpHtmlLib/XMLTagClass.html#reset_attributes'>reset_attributes ( [$attributes = array()] )</A></td>
356 <td CLASS="font10">clear all attributes and start with new attributes</td>
357
358 <tr>
359 <td CLASS="font10bold"><A HREF='../phpHtmlLib/XMLTagClass.html#set_collapse'>set_collapse ( [$collapse = TRUE], [$indent = TRUE] )</A></td>
360 <td CLASS="font10">This function turns on the collapse flag</td>
361
362 <tr>
363 <td CLASS="font10bold"><A HREF='../phpHtmlLib/XMLTagClass.html#set_newline_after_closetag'>set_newline_after_closetag ( $flag )</A></td>
364 <td CLASS="font10">set the newline_after_content flag</td>
365
366 <tr>
367 <td CLASS="font10bold"><A HREF='../phpHtmlLib/XMLTagClass.html#set_newline_after_opentag'>set_newline_after_opentag ( $flag )</A></td>
368 <td CLASS="font10">set the newline_after_opentag flag</td>
369
370 <tr>
371 <td CLASS="font10bold"><A HREF='../phpHtmlLib/XMLTagClass.html#set_tag_attribute'>set_tag_attribute ( $name, [$value = NULL] )</A></td>
372 <td CLASS="font10">add a single attribute (name=&quot;value&quot;)</td>
373
374 <tr>
375 <td CLASS="font10bold"><A HREF='../phpHtmlLib/XMLTagClass.html#set_tag_attributes'>set_tag_attributes ( [$attributes = array()] )</A></td>
376 <td CLASS="font10">add multiple attributes (name=&quot;value&quot;)</td>
377
378 <tr>
379 <td CLASS="font10bold"><A HREF='../phpHtmlLib/XMLTagClass.html#set_tag_name'>set_tag_name ( $name )</A></td>
380 <td CLASS="font10">This method sets the name of the tag</td>
381
382 <tr>
383 <td CLASS="font10bold"><A HREF='../phpHtmlLib/XMLTagClass.html#_build_attribute_string'>_build_attribute_string ( $name, $value )</A></td>
384 <td CLASS="font10">this builds an attribute for an XML tag.</td>
385
386 <tr>
387 <td CLASS="font10bold"><A HREF='../phpHtmlLib/XMLTagClass.html#_get_element'>_get_element ( $cell )</A></td>
388 <td CLASS="font10">get the nth element from content array</td>
389
390 <tr>
391 <td CLASS="font10bold"><A HREF='../phpHtmlLib/XMLTagClass.html#_prepare_flags'>_prepare_flags ( )</A></td>
392 <td CLASS="font10">This function checks to see if</td>
393
394 <tr>
395 <td CLASS="font10bold"><A HREF='../phpHtmlLib/XMLTagClass.html#_render_close_tag'>_render_close_tag ( $indent_level )</A></td>
396 <td CLASS="font10">this function is reposnsible for
397 rendering the closing tag (if any)</td>
398
399 <tr>
400 <td CLASS="font10bold"><A HREF='../phpHtmlLib/XMLTagClass.html#_render_content'>_render_content ( $indent_level, [$output_debug = 0] )</A></td>
401 <td CLASS="font10">this function is reponsible for</td>
402
403 <tr>
404 <td CLASS="font10bold"><A HREF='../phpHtmlLib/XMLTagClass.html#_render_open_tag'>_render_open_tag ( $indent_level, [$finish_slash = TRUE] )</A></td>
405 <td CLASS="font10">this function is responsible for
406 rendering the open tag.</td>
407
408 </table>
409 <br>
410 </TD>
411 </TR>
412
413 <!-- =========== Summary =========== -->
414 <TR BGCOLOR='white' CLASS='TableRowColor'>
415 <TD>
416 <span CLASS="font10bold">Inherited From Class <a href="../phpHtmlLib/Container.html">Container</a></span>
417 <TABLE CELLPADDING='3' CELLSPACING='0' WIDTH='95%' CLASS="border" ALIGN="center">
418 <tr CLASS="tableheadingcolor">
419 <th>Function</th>
420 <th>Description</th>
421 </tr>
422
423 <tr>
424 <td CLASS="font10bold"><A HREF='../phpHtmlLib/Container.html#constructor Container'>constructor Container ( )</A></td>
425 <td CLASS="font10">The constructor.</td>
426
427 <tr>
428 <td CLASS="font10bold"><A HREF='../phpHtmlLib/Container.html#add'>add ( )</A></td>
429 <td CLASS="font10">add content onto content stack</td>
430
431 <tr>
432 <td CLASS="font10bold"><A HREF='../phpHtmlLib/Container.html#add_reference'>add_reference ( &$content )</A></td>
433 <td CLASS="font10">Add content onto content stack
434 so you can change the item later.</td>
435
436 <tr>
437 <td CLASS="font10bold"><A HREF='../phpHtmlLib/Container.html#count_content'>count_content ( )</A></td>
438 <td CLASS="font10">counts the number of content objects</td>
439
440 <tr>
441 <td CLASS="font10bold"><A HREF='../phpHtmlLib/Container.html#get_indent_flag'>get_indent_flag ( )</A></td>
442 <td CLASS="font10">This flag gets the current value
443 of the indent flag</td>
444
445 <tr>
446 <td CLASS="font10bold"><A HREF='../phpHtmlLib/Container.html#push'>push ( )</A></td>
447 <td CLASS="font10">Same as add().</td>
448
449 <tr>
450 <td CLASS="font10bold"><A HREF='../phpHtmlLib/Container.html#push_reference'>push_reference ( &$content )</A></td>
451 <td CLASS="font10">Same as add_reference
452 NOTE : only exists for compatibility with 1.1.x</td>
453
454 <tr>
455 <td CLASS="font10bold"><A HREF='../phpHtmlLib/Container.html#render'>render ( [$indent_level = 1], [$output_debug = 0] )</A></td>
456 <td CLASS="font10">This function is compatible with the
457 rest of the phpHtmllib API spec.</td>
458
459 <tr>
460 <td CLASS="font10bold"><A HREF='../phpHtmlLib/Container.html#reset_content'>reset_content ( )</A></td>
461 <td CLASS="font10">destroy existing content and start with new content.</td>
462
463 <tr>
464 <td CLASS="font10bold"><A HREF='../phpHtmlLib/Container.html#set_collapse'>set_collapse ( [$collapse = TRUE], [$indent = TRUE] )</A></td>
465 <td CLASS="font10">This function turns on the collapse flag</td>
466
467 <tr>
468 <td CLASS="font10bold"><A HREF='../phpHtmlLib/Container.html#set_indent_flag'>set_indent_flag ( $flag )</A></td>
469 <td CLASS="font10">function to set the indent flag</td>
470
471 </table>
472 <br>
473 </TD>
474 </TR>
475
476 </TABLE>
477
478 <hr>
479 <!-- should have constructor at some point -->
480 <!-- =========== Method SUMMARY =========== -->
481 <A NAME='Method_summary'><!-- --></A>
482 <TABLE CELLPADDING='3' CELLSPACING='0' WIDTH='100%' Class="border">
483 <TR BGCOLOR='#CCCCFF' CLASS='TableHeadingColor'>
484 <TD>
485 <span class="font12bold">Method Summary</span>
486 <A HREF="#top" CLASS="links">^TOP</A>
487 </TD>
488 </TR>
489
490
491 </TABLE>
492
493 <hr>
494 <!-- ============ VARIABLE DETAIL =========== -->
495
496 <A NAME='variable_detail'></A>
497 <TABLE CELLPADDING='3' CELLSPACING='0' WIDTH='100%' CLASS="border">
498 <TR BGCOLOR='#CCCCFF' CLASS='TableHeadingColor'>
499 <TD>
500 <span CLASS="font12bold">Variable Detail</span>
501 <A HREF="#top" CLASS="links">^TOP</A>
502 </TD>
503 </TR>
504 </TABLE>
505
506
507 <A NAME='$_close_tag_required'><!-- --></A><H3>$_close_tag_required</H3>
508 <b>Data type:</b> mixed<br>
509 <!-- ========== Info from phpDoc block ========= -->
510
511 <BR>
512
513
514 <UL>
515
516 </UL>
517
518 <HR>
519
520 <A NAME='$_content_required'><!-- --></A><H3>$_content_required</H3>
521 <b>Data type:</b> mixed<br>
522 <!-- ========== Info from phpDoc block ========= -->
523
524 <BR>
525
526
527 <UL>
528
529 </UL>
530
531 <HR>
532
533 <A NAME='$_debug_link_attributes'><!-- --></A><H3>$_debug_link_attributes</H3>
534 <b>Data type:</b> mixed<br>
535 <!-- ========== Info from phpDoc block ========= -->
536
537 <BR>
538
539
540 <UL>
541
542 </UL>
543
544 <HR>
545
546 <A NAME='$_htmlentities_attributes'><!-- --></A><H3>$_htmlentities_attributes</H3>
547 <b>Data type:</b> mixed<br>
548 <!-- ========== Info from phpDoc block ========= -->
549
550 <BR>
551
552
553 <UL>
554
555 </UL>
556
557 <HR>
558
559 <A NAME='$_tag'><!-- --></A><H3>$_tag</H3>
560 <b>Data type:</b> mixed<br>
561 <!-- ========== Info from phpDoc block ========= -->
562
563 <BR>
564
565
566 <UL>
567
568 </UL>
569
570 <HR>
571
572 <A NAME='$_xhtml_strict_attributes'><!-- --></A><H3>$_xhtml_strict_attributes</H3>
573 <b>Data type:</b> mixed<br>
574 <!-- ========== Info from phpDoc block ========= -->
575
576 <BR>
577
578
579 <UL>
580
581 </UL>
582
583 <HR>
584
585
586 <hr>
587 <!-- ============ FUNCTION DETAIL =========== -->
588
589 <A NAME='function_detail'></A>
590 <TABLE CELLPADDING='3' CELLSPACING='0' WIDTH='100%' CLASS="border">
591 <TR BGCOLOR='#CCCCFF' CLASS='TableHeadingColor'>
592 <TD>
593 <span class="font12bold">Method Detail</span>
594 <A HREF="#top" CLASS="links">^TOP</A>
595 </TD>
596 </TR>
597 </TABLE>
598 <BR>
599
600
601 <hr>
602 </HTML>

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