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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (show annotations)
Thu Jan 30 03:29:30 2003 UTC (21 years, 6 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:28 -0800' -->
6 <TITLE>Docs For Class ULtag</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 ULtag">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 ULtag
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 --<a href="../phpHtmlLib/OLtag.html">OLtag</a>
43 |
44 --ULtag</pre>
45 </pre>
46
47 <A NAME="children_summary"</A>
48 <H3>
49 Classes extended from ULtag: <A HREF="#top" CLASS="links">^TOP</A>
50 </H3>
51
52 <p>
53 <b><i>Located in File: Program_Root/tag_classes/ALLTAGS.inc</i></b><br>
54 </p>
55 <hr>
56 <!-- ========== Info from phpDoc block ========= -->
57 &lt;UL&gt; tag class
58 <BR>
59
60
61 <UL>
62
63 <LI><b>Package</b> - <CODE>phpHtmlLib</CODE></LI>
64
65 </UL>
66
67 <hr>
68 <!-- =========== VAR SUMMARY =========== -->
69 <A NAME='var_summary'><!-- --></A>
70 <TABLE CELLPADDING='3' CELLSPACING='0' WIDTH='100%' CLASS="border">
71 <TR BGCOLOR='#CCCCFF' CLASS='TableHeadingColor'>
72 <TD>
73 <span CLASS="font12bold">Class Variable Summary</span>
74 <A HREF="#top" CLASS="links">^TOP</A>
75 </TD>
76 </TR>
77
78
79 <!-- =========== Summary =========== -->
80 <TR BGCOLOR='white' CLASS='TableRowColor'>
81 <TD>
82 <CODE><B><A HREF='ULtag.html#$_tag'>$_tag</A></B></CODE>
83 <BR>
84 <blockquote> </blockquote>
85 <blockquote> Default Value: <CODE>->ul<-</CODE> </blockquote>
86 </TD>
87 </TR>
88
89 </TABLE>
90
91 <hr>
92 <!-- =========== VAR INHERITED SUMMARY =========== -->
93 <A NAME='var_inherited_summary'><!-- --></A>
94 <TABLE CELLPADDING='3' CELLSPACING='0' WIDTH='100%' CLASS="border">
95 <TR CLASS='TableHeadingColor'>
96 <TD>
97 <span CLASS="font12bold">Inherited Class Variable Summary</span>
98 <A HREF="#top" CLASS="links">^TOP</A>
99 </TD>
100 </TR>
101
102
103 <!-- =========== Summary =========== -->
104 <TR BGCOLOR='white'>
105 <TD>
106 <span CLASS="font10bold">Inherited From Class <a href="../phpHtmlLib/HTMLTagClass.html">HTMLTagClass</a></span>
107 <table CELLPADDING='3' CELLSPACING='0' WIDTH='95%' CLASS="border" ALIGN="center">
108 <tr CLASS="tableheadingcolor">
109 <th>Variable</th>
110 <th>Default Value</th>
111 <th>Description</th>
112 </tr>
113
114 <tr>
115 <td CLASS="font10bold"><A HREF='../phpHtmlLib/HTMLTagClass.html#$_depricated'>$_depricated</A></td>
116 <td CLASS="font10" STYLE="white-space: nowrap">->FALSE<-</td>
117 <td CLASS="font10">Flag to denote that this tag is
118 depricated by the HTML standard.</td>
119 </tr>
120
121 <tr>
122 <td CLASS="font10bold"><A HREF='../phpHtmlLib/HTMLTagClass.html#$_no_finish_slash_xhtml'>$_no_finish_slash_xhtml</A></td>
123 <td CLASS="font10" STYLE="white-space: nowrap">->FALSE<-</td>
124 <td CLASS="font10">Flag to tell the renderer not to
125 place the /&gt; if we are in xhtml
126 compliant mode.</td>
127 </tr>
128
129 <tr>
130 <td CLASS="font10bold"><A HREF='../phpHtmlLib/HTMLTagClass.html#$_xhtml_strict_attributes'>$_xhtml_strict_attributes</A></td>
131 <td CLASS="font10" STYLE="white-space: nowrap">->array()<-</td>
132 <td CLASS="font10">The list of attributes not to render
133 if HTML_RENDER_TYPE is &quot;XHTML STRICT&quot;</td>
134 </tr>
135
136 </table>
137 <BR>
138 </TD>
139 </TR>
140
141 <!-- =========== Summary =========== -->
142 <TR BGCOLOR='white'>
143 <TD>
144 <span CLASS="font10bold">Inherited From Class <a href="../phpHtmlLib/XMLTagClass.html">XMLTagClass</a></span>
145 <table CELLPADDING='3' CELLSPACING='0' WIDTH='95%' CLASS="border" ALIGN="center">
146 <tr CLASS="tableheadingcolor">
147 <th>Variable</th>
148 <th>Default Value</th>
149 <th>Description</th>
150 </tr>
151
152 <tr>
153 <td CLASS="font10bold"><A HREF='../phpHtmlLib/XMLTagClass.html#$newline_after_closetag'>$newline_after_closetag</A></td>
154 <td CLASS="font10" STYLE="white-space: nowrap">->TRUE<-</td>
155 <td CLASS="font10">Flag to place a newline after close tag.</td>
156 </tr>
157
158 <tr>
159 <td CLASS="font10bold"><A HREF='../phpHtmlLib/XMLTagClass.html#$newline_after_opentag'>$newline_after_opentag</A></td>
160 <td CLASS="font10" STYLE="white-space: nowrap">->TRUE<-</td>
161 <td CLASS="font10">Flag to place a newline after open tag.</td>
162 </tr>
163
164 <tr>
165 <td CLASS="font10bold"><A HREF='../phpHtmlLib/XMLTagClass.html#$_cdata_content_wrap'>$_cdata_content_wrap</A></td>
166 <td CLASS="font10" STYLE="white-space: nowrap">->FALSE<-</td>
167 <td CLASS="font10">Automatically wrap ALL content</td>
168 </tr>
169
170 <tr>
171 <td CLASS="font10bold"><A HREF='../phpHtmlLib/XMLTagClass.html#$_tag_postfix'>$_tag_postfix</A></td>
172 <td CLASS="font10" STYLE="white-space: nowrap">->&gt;<-</td>
173 <td CLASS="font10">holds the tag postfix</td>
174 </tr>
175
176 <tr>
177 <td CLASS="font10bold"><A HREF='../phpHtmlLib/XMLTagClass.html#$_tag_prefix'>$_tag_prefix</A></td>
178 <td CLASS="font10" STYLE="white-space: nowrap">->&lt;<-</td>
179 <td CLASS="font10">holds the tag prefix</td>
180 </tr>
181
182 </table>
183 <BR>
184 </TD>
185 </TR>
186
187 <!-- =========== Summary =========== -->
188 <TR BGCOLOR='white'>
189 <TD>
190 <span CLASS="font10bold">Inherited From Class <a href="../phpHtmlLib/Container.html">Container</a></span>
191 <table CELLPADDING='3' CELLSPACING='0' WIDTH='95%' CLASS="border" ALIGN="center">
192 <tr CLASS="tableheadingcolor">
193 <th>Variable</th>
194 <th>Default Value</th>
195 <th>Description</th>
196 </tr>
197
198 <tr>
199 <td CLASS="font10bold"><A HREF='../phpHtmlLib/Container.html#$indent_flag'>$indent_flag</A></td>
200 <td CLASS="font10" STYLE="white-space: nowrap">->TRUE<-</td>
201 <td CLASS="font10">Flag for pretty (indented) output</td>
202 </tr>
203
204 <tr>
205 <td CLASS="font10bold"><A HREF='../phpHtmlLib/Container.html#$_newline_after_content_flag'>$_newline_after_content_flag</A></td>
206 <td CLASS="font10" STYLE="white-space: nowrap">->TRUE<-</td>
207 <td CLASS="font10">Do we render a newline after the
208 contents has been rendered?</td>
209 </tr>
210
211 </table>
212 <BR>
213 </TD>
214 </TR>
215
216 </TABLE>
217
218 <hr>
219 <!-- =========== INHERITED METHOD SUMMARY =========== -->
220 <A NAME='functions_inherited'><!-- --></A>
221 <TABLE CELLPADDING='3' CELLSPACING='0' WIDTH='100%' CLASS="border">
222 <TR CLASS='TableHeadingColor'>
223 <TD>
224 <span CLASS="font12bold">Inherited Method Summary</span>
225 <A HREF="#top" CLASS="links">^TOP</A>
226 </TD>
227 </TR>
228
229
230 <!-- =========== Summary =========== -->
231 <TR BGCOLOR='white' CLASS='TableRowColor'>
232 <TD>
233 <span CLASS="font10bold">Inherited From Class <a href="../phpHtmlLib/OLtag.html">OLtag</a></span>
234 <TABLE CELLPADDING='3' CELLSPACING='0' WIDTH='95%' CLASS="border" ALIGN="center">
235 <tr CLASS="tableheadingcolor">
236 <th>Function</th>
237 <th>Description</th>
238 </tr>
239
240 <tr>
241 <td CLASS="font10bold"><A HREF='../phpHtmlLib/OLtag.html#add'>add ( )</A></td>
242 <td CLASS="font10">add content onto content stack
243 adds content to tag as a FIFO.</td>
244
245 <tr>
246 <td CLASS="font10bold"><A HREF='../phpHtmlLib/OLtag.html#add_reference'>add_reference ( [&$content = ] )</A></td>
247 <td CLASS="font10">push content onto content stack</td>
248
249 </table>
250 <br>
251 </TD>
252 </TR>
253
254 <!-- =========== Summary =========== -->
255 <TR BGCOLOR='white' CLASS='TableRowColor'>
256 <TD>
257 <span CLASS="font10bold">Inherited From Class <a href="../phpHtmlLib/HTMLTagClass.html">HTMLTagClass</a></span>
258 <TABLE CELLPADDING='3' CELLSPACING='0' WIDTH='95%' CLASS="border" ALIGN="center">
259 <tr CLASS="tableheadingcolor">
260 <th>Function</th>
261 <th>Description</th>
262 </tr>
263
264 <tr>
265 <td CLASS="font10bold"><A HREF='../phpHtmlLib/HTMLTagClass.html#constructor HTMLTagClass'>constructor HTMLTagClass ( [$attributes = NULL] )</A></td>
266 <td CLASS="font10">Class Constructor</td>
267
268 <tr>
269 <td CLASS="font10bold"><A HREF='../phpHtmlLib/HTMLTagClass.html#render'>render ( [$indent_level = NULL], [$output_debug = 0] )</A></td>
270 <td CLASS="font10">Renders the tag, attributes, content and close tag.</td>
271
272 <tr>
273 <td CLASS="font10bold"><A HREF='../phpHtmlLib/HTMLTagClass.html#set_class'>set_class ( $value )</A></td>
274 <td CLASS="font10">This function is a shorthand helper
275 to setting the class attribute on a
276 tag.</td>
277
278 <tr>
279 <td CLASS="font10bold"><A HREF='../phpHtmlLib/HTMLTagClass.html#set_id'>set_id ( $value )</A></td>
280 <td CLASS="font10">This function is a shorthand helper
281 to setting the id attribute on a
282 tag.</td>
283
284 <tr>
285 <td CLASS="font10bold"><A HREF='../phpHtmlLib/HTMLTagClass.html#set_style'>set_style ( $value )</A></td>
286 <td CLASS="font10">This function is a shorthand helper
287 to setting the style attribute on a
288 tag.</td>
289
290 <tr>
291 <td CLASS="font10bold"><A HREF='../phpHtmlLib/HTMLTagClass.html#_build_attribute_string'>_build_attribute_string ( $name, $value, [$debug = 0] )</A></td>
292 <td CLASS="font10">this builds an attribute for a tag.</td>
293
294 <tr>
295 <td CLASS="font10bold"><A HREF='../phpHtmlLib/HTMLTagClass.html#_render_tag_debug'>_render_tag_debug ( $indent_level )</A></td>
296 <td CLASS="font10">This renders that open tag in debug mode.</td>
297
298 </table>
299 <br>
300 </TD>
301 </TR>
302
303 <!-- =========== Summary =========== -->
304 <TR BGCOLOR='white' CLASS='TableRowColor'>
305 <TD>
306 <span CLASS="font10bold">Inherited From Class <a href="../phpHtmlLib/XMLTagClass.html">XMLTagClass</a></span>
307 <TABLE CELLPADDING='3' CELLSPACING='0' WIDTH='95%' CLASS="border" ALIGN="center">
308 <tr CLASS="tableheadingcolor">
309 <th>Function</th>
310 <th>Description</th>
311 </tr>
312
313 <tr>
314 <td CLASS="font10bold"><A HREF='../phpHtmlLib/XMLTagClass.html#constructor XMLTagClass'>constructor XMLTagClass ( [$name = ], [$attributes = array()] )</A></td>
315 <td CLASS="font10">The constructor</td>
316
317 <tr>
318 <td CLASS="font10bold"><A HREF='../phpHtmlLib/XMLTagClass.html#get_tag'>get_tag ( )</A></td>
319 <td CLASS="font10">This returns the tag declared for this class.</td>
320
321 <tr>
322 <td CLASS="font10bold"><A HREF='../phpHtmlLib/XMLTagClass.html#get_tag_name'>get_tag_name ( )</A></td>
323 <td CLASS="font10">This method gets the name of the tag</td>
324
325 <tr>
326 <td CLASS="font10bold"><A HREF='../phpHtmlLib/XMLTagClass.html#render'>render ( [$indent_level = 0] )</A></td>
327 <td CLASS="font10">This function is responsible</td>
328
329 <tr>
330 <td CLASS="font10bold"><A HREF='../phpHtmlLib/XMLTagClass.html#reset_attributes'>reset_attributes ( [$attributes = array()] )</A></td>
331 <td CLASS="font10">clear all attributes and start with new attributes</td>
332
333 <tr>
334 <td CLASS="font10bold"><A HREF='../phpHtmlLib/XMLTagClass.html#set_collapse'>set_collapse ( [$collapse = TRUE], [$indent = TRUE] )</A></td>
335 <td CLASS="font10">This function turns on the collapse flag</td>
336
337 <tr>
338 <td CLASS="font10bold"><A HREF='../phpHtmlLib/XMLTagClass.html#set_newline_after_closetag'>set_newline_after_closetag ( $flag )</A></td>
339 <td CLASS="font10">set the newline_after_content flag</td>
340
341 <tr>
342 <td CLASS="font10bold"><A HREF='../phpHtmlLib/XMLTagClass.html#set_newline_after_opentag'>set_newline_after_opentag ( $flag )</A></td>
343 <td CLASS="font10">set the newline_after_opentag flag</td>
344
345 <tr>
346 <td CLASS="font10bold"><A HREF='../phpHtmlLib/XMLTagClass.html#set_tag_attribute'>set_tag_attribute ( $name, [$value = NULL] )</A></td>
347 <td CLASS="font10">add a single attribute (name=&quot;value&quot;)</td>
348
349 <tr>
350 <td CLASS="font10bold"><A HREF='../phpHtmlLib/XMLTagClass.html#set_tag_attributes'>set_tag_attributes ( [$attributes = array()] )</A></td>
351 <td CLASS="font10">add multiple attributes (name=&quot;value&quot;)</td>
352
353 <tr>
354 <td CLASS="font10bold"><A HREF='../phpHtmlLib/XMLTagClass.html#set_tag_name'>set_tag_name ( $name )</A></td>
355 <td CLASS="font10">This method sets the name of the tag</td>
356
357 <tr>
358 <td CLASS="font10bold"><A HREF='../phpHtmlLib/XMLTagClass.html#_build_attribute_string'>_build_attribute_string ( $name, $value )</A></td>
359 <td CLASS="font10">this builds an attribute for an XML tag.</td>
360
361 <tr>
362 <td CLASS="font10bold"><A HREF='../phpHtmlLib/XMLTagClass.html#_get_element'>_get_element ( $cell )</A></td>
363 <td CLASS="font10">get the nth element from content array</td>
364
365 <tr>
366 <td CLASS="font10bold"><A HREF='../phpHtmlLib/XMLTagClass.html#_prepare_flags'>_prepare_flags ( )</A></td>
367 <td CLASS="font10">This function checks to see if</td>
368
369 <tr>
370 <td CLASS="font10bold"><A HREF='../phpHtmlLib/XMLTagClass.html#_render_close_tag'>_render_close_tag ( $indent_level )</A></td>
371 <td CLASS="font10">this function is reposnsible for
372 rendering the closing tag (if any)</td>
373
374 <tr>
375 <td CLASS="font10bold"><A HREF='../phpHtmlLib/XMLTagClass.html#_render_content'>_render_content ( $indent_level, [$output_debug = 0] )</A></td>
376 <td CLASS="font10">this function is reponsible for</td>
377
378 <tr>
379 <td CLASS="font10bold"><A HREF='../phpHtmlLib/XMLTagClass.html#_render_open_tag'>_render_open_tag ( $indent_level, [$finish_slash = TRUE] )</A></td>
380 <td CLASS="font10">this function is responsible for
381 rendering the open tag.</td>
382
383 </table>
384 <br>
385 </TD>
386 </TR>
387
388 <!-- =========== Summary =========== -->
389 <TR BGCOLOR='white' CLASS='TableRowColor'>
390 <TD>
391 <span CLASS="font10bold">Inherited From Class <a href="../phpHtmlLib/Container.html">Container</a></span>
392 <TABLE CELLPADDING='3' CELLSPACING='0' WIDTH='95%' CLASS="border" ALIGN="center">
393 <tr CLASS="tableheadingcolor">
394 <th>Function</th>
395 <th>Description</th>
396 </tr>
397
398 <tr>
399 <td CLASS="font10bold"><A HREF='../phpHtmlLib/Container.html#constructor Container'>constructor Container ( )</A></td>
400 <td CLASS="font10">The constructor.</td>
401
402 <tr>
403 <td CLASS="font10bold"><A HREF='../phpHtmlLib/Container.html#add'>add ( )</A></td>
404 <td CLASS="font10">add content onto content stack</td>
405
406 <tr>
407 <td CLASS="font10bold"><A HREF='../phpHtmlLib/Container.html#add_reference'>add_reference ( &$content )</A></td>
408 <td CLASS="font10">Add content onto content stack
409 so you can change the item later.</td>
410
411 <tr>
412 <td CLASS="font10bold"><A HREF='../phpHtmlLib/Container.html#count_content'>count_content ( )</A></td>
413 <td CLASS="font10">counts the number of content objects</td>
414
415 <tr>
416 <td CLASS="font10bold"><A HREF='../phpHtmlLib/Container.html#get_indent_flag'>get_indent_flag ( )</A></td>
417 <td CLASS="font10">This flag gets the current value
418 of the indent flag</td>
419
420 <tr>
421 <td CLASS="font10bold"><A HREF='../phpHtmlLib/Container.html#push'>push ( )</A></td>
422 <td CLASS="font10">Same as add().</td>
423
424 <tr>
425 <td CLASS="font10bold"><A HREF='../phpHtmlLib/Container.html#push_reference'>push_reference ( &$content )</A></td>
426 <td CLASS="font10">Same as add_reference
427 NOTE : only exists for compatibility with 1.1.x</td>
428
429 <tr>
430 <td CLASS="font10bold"><A HREF='../phpHtmlLib/Container.html#render'>render ( [$indent_level = 1], [$output_debug = 0] )</A></td>
431 <td CLASS="font10">This function is compatible with the
432 rest of the phpHtmllib API spec.</td>
433
434 <tr>
435 <td CLASS="font10bold"><A HREF='../phpHtmlLib/Container.html#reset_content'>reset_content ( )</A></td>
436 <td CLASS="font10">destroy existing content and start with new content.</td>
437
438 <tr>
439 <td CLASS="font10bold"><A HREF='../phpHtmlLib/Container.html#set_collapse'>set_collapse ( [$collapse = TRUE], [$indent = TRUE] )</A></td>
440 <td CLASS="font10">This function turns on the collapse flag</td>
441
442 <tr>
443 <td CLASS="font10bold"><A HREF='../phpHtmlLib/Container.html#set_indent_flag'>set_indent_flag ( $flag )</A></td>
444 <td CLASS="font10">function to set the indent flag</td>
445
446 </table>
447 <br>
448 </TD>
449 </TR>
450
451 </TABLE>
452
453 <hr>
454 <!-- should have constructor at some point -->
455 <!-- =========== Method SUMMARY =========== -->
456 <A NAME='Method_summary'><!-- --></A>
457 <TABLE CELLPADDING='3' CELLSPACING='0' WIDTH='100%' Class="border">
458 <TR BGCOLOR='#CCCCFF' CLASS='TableHeadingColor'>
459 <TD>
460 <span class="font12bold">Method Summary</span>
461 <A HREF="#top" CLASS="links">^TOP</A>
462 </TD>
463 </TR>
464
465
466 </TABLE>
467
468 <hr>
469 <!-- ============ VARIABLE DETAIL =========== -->
470
471 <A NAME='variable_detail'></A>
472 <TABLE CELLPADDING='3' CELLSPACING='0' WIDTH='100%' CLASS="border">
473 <TR BGCOLOR='#CCCCFF' CLASS='TableHeadingColor'>
474 <TD>
475 <span CLASS="font12bold">Variable Detail</span>
476 <A HREF="#top" CLASS="links">^TOP</A>
477 </TD>
478 </TR>
479 </TABLE>
480
481
482 <A NAME='$_tag'><!-- --></A><H3>$_tag</H3>
483 <b>Data type:</b> mixed<br>
484 <!-- ========== Info from phpDoc block ========= -->
485
486 <BR>
487
488
489 <UL>
490
491 </UL>
492
493 <HR>
494
495
496 <hr>
497 <!-- ============ FUNCTION DETAIL =========== -->
498
499 <A NAME='function_detail'></A>
500 <TABLE CELLPADDING='3' CELLSPACING='0' WIDTH='100%' CLASS="border">
501 <TR BGCOLOR='#CCCCFF' CLASS='TableHeadingColor'>
502 <TD>
503 <span class="font12bold">Method Detail</span>
504 <A HREF="#top" CLASS="links">^TOP</A>
505 </TD>
506 </TR>
507 </TABLE>
508 <BR>
509
510
511 <hr>
512 </HTML>

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