/[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.2 - (show annotations)
Sat Feb 22 20:56:37 2003 UTC (21 years, 6 months ago) by jonen
Branch: MAIN
Changes since 1.1: +149 -327 lines
File MIME type: text/html
+ updated whole lib to version 2.2.1 (new FormProcessing since 2.2.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: 'Thu, 20 Feb 2003 16:22:30 -0800' -->
6 <TITLE>Docs For Class ULtag</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 ULtag">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 ULtag
30 </H2> (line <span class="linenumber">1640</span>)
31 <pre>
32 <a href="../phpHtmlLib/Container.html">Container</a>
33 |
34 --<a href="../phpHtmlLib/XMLTagClass.html">XMLTagClass</a>
35 |
36 --<a href="../phpHtmlLib/HTMLTagClass.html">HTMLTagClass</a>
37 |
38 --<a href="../phpHtmlLib/OLtag.html">OLtag</a>
39 |
40 --ULtag</pre>
41 <p>
42 <b><i>Located in File: Program_Root/tag_classes/ALLTAGS.inc</i></b><br>
43 </p>
44 <hr>
45 &lt;UL&gt; tag class
46 <br />
47
48 <UL>
49 <LI><b>author</b> - <CODE>Walter A. Boring IV &lt;<a href="mailto:waboring@buildabetterweb.com">mailto:waboring@buildabetterweb.com</a>&gt;</CODE></LI>
50 </UL>
51 <hr>
52 <!-- =========== VAR SUMMARY =========== -->
53 <A NAME='var_summary'><!-- --></A>
54 <TABLE CELLPADDING='3' CELLSPACING='0' WIDTH='100%' CLASS="border">
55 <TR BGCOLOR='#CCCCFF' CLASS='TableHeadingColor'>
56 <TD>
57 <span CLASS="font12bold">Class Variable Summary</span>
58 <A HREF="#top" CLASS="links">^TOP</A>
59 </TD>
60 </TR>
61
62 <!-- =========== Summary =========== -->
63 <TR BGCOLOR='white' CLASS='TableRowColor'>
64 <TD>
65 <CODE><B><A HREF="../phpHtmlLib/ULtag.html#var$_tag">$_tag</A></B></CODE>
66 <BR>
67 <blockquote> </blockquote>
68 <blockquote> Default Value: <CODE>->&nbsp;"ul"<-</CODE> </blockquote>
69 </TD>
70 </TR>
71 </TABLE>
72 <hr>
73 <!-- =========== VAR INHERITED SUMMARY =========== -->
74 <A NAME='var_inherited_summary'><!-- --></A>
75 <TABLE CELLPADDING='3' CELLSPACING='0' WIDTH='100%' CLASS="border">
76 <TR BGCOLOR='#CCCCFF' CLASS='TableHeadingColor'>
77 <TD>
78 <span CLASS="font12bold">Inherited Class Variable Summary</span>
79 <A HREF="#top" CLASS="links">^TOP</A>
80 </TD>
81 </TR>
82
83 <!-- =========== Summary =========== -->
84 <TR BGCOLOR='white'>
85 <TD>
86 <span CLASS="font10bold">Inherited From Class <a href="../phpHtmlLib/Container.html">Container</a></span>
87 <table CELLPADDING='3' CELLSPACING='0' WIDTH='95%' CLASS="border" ALIGN="center">
88 <tr CLASS="tableheadingcolor">
89 <th>Variable</th>
90 <th>Default Value</th>
91 <th>Description</th>
92 </tr>
93 <tr>
94 <td CLASS="font10bold"><a href="../phpHtmlLib/Container.html#var$_flags">Container::$_flags</a></td>
95 <td CLASS="font10" STYLE="white-space: nowrap">-> _NEWLINEAFTERCONTENT<-</td>
96 <td CLASS="font10">The flags that tell us</td>
97 </tr>
98 </table>
99 <BR>
100 </TD>
101 </TR>
102 </TABLE>
103
104 <hr>
105 <!-- =========== METHOD SUMMARY =========== -->
106 <A NAME='method_summary'><!-- --></A>
107 <TABLE CELLPADDING='3' CELLSPACING='0' WIDTH='100%' Class="border">
108 <TR BGCOLOR='#CCCCFF' CLASS='TableHeadingColor'>
109 <TD>
110 <span class="font12bold">Method Summary</span>
111 <A HREF="#top" CLASS="links">^TOP</A>
112 </TD>
113 </TR>
114
115 </TABLE>
116 <!-- =========== INHERITED METHOD SUMMARY =========== -->
117 <A NAME='functions_inherited'><!-- --></A>
118 <TABLE CELLPADDING='3' CELLSPACING='0' WIDTH='100%' CLASS="border">
119 <TR BGCOLOR='#CCCCFF' CLASS='TableHeadingColor'>
120 <TD>
121 <span CLASS="font12bold">Inherited Method Summary</span>
122 <A HREF="#top" CLASS="links">^TOP</A>
123 </TD>
124 </TR>
125
126 <!-- =========== Summary =========== -->
127 <TR BGCOLOR='white' CLASS='TableRowColor'>
128 <TD>
129 <span CLASS="font10bold">Inherited From Class <a href="../phpHtmlLib/OLtag.html">OLtag</a></span>
130 <TABLE CELLPADDING='3' CELLSPACING='0' WIDTH='95%' CLASS="border" ALIGN="center">
131 <tr CLASS="tableheadingcolor">
132 <th>Function</th>
133 <th>Description</th>
134 </tr>
135 <tr>
136 <td CLASS="font10bold"><a href="../phpHtmlLib/OLtag.html#methodadd">OLtag::add()</a></td>
137 <td CLASS="font10">add content onto content stack adds content to tag as a FIFO.</td>
138 <tr>
139 <td CLASS="font10bold"><a href="../phpHtmlLib/OLtag.html#methodadd_reference">OLtag::add_reference()</a></td>
140 <td CLASS="font10">push content onto content stack</td>
141 </table>
142 <br>
143 </TD>
144 </TR>
145 <!-- =========== Summary =========== -->
146 <TR BGCOLOR='white' CLASS='TableRowColor'>
147 <TD>
148 <span CLASS="font10bold">Inherited From Class <a href="../phpHtmlLib/HTMLTagClass.html">HTMLTagClass</a></span>
149 <TABLE CELLPADDING='3' CELLSPACING='0' WIDTH='95%' CLASS="border" ALIGN="center">
150 <tr CLASS="tableheadingcolor">
151 <th>Function</th>
152 <th>Description</th>
153 </tr>
154 <tr>
155 <td CLASS="font10bold"><a href="../phpHtmlLib/HTMLTagClass.html#methodHTMLTagClass">HTMLTagClass::HTMLTagClass()</a></td>
156 <td CLASS="font10">Class Constructor</td>
157 <tr>
158 <td CLASS="font10bold"><a href="../phpHtmlLib/HTMLTagClass.html#methodrender">HTMLTagClass::render()</a></td>
159 <td CLASS="font10">Renders the tag, attributes, content and close tag.</td>
160 <tr>
161 <td CLASS="font10bold"><a href="../phpHtmlLib/HTMLTagClass.html#methodset_class">HTMLTagClass::set_class()</a></td>
162 <td CLASS="font10">This function is a shorthand helper to setting the class attribute on a tag.</td>
163 <tr>
164 <td CLASS="font10bold"><a href="../phpHtmlLib/HTMLTagClass.html#methodset_id">HTMLTagClass::set_id()</a></td>
165 <td CLASS="font10">This function is a shorthand helper to setting the id attribute on a tag.</td>
166 <tr>
167 <td CLASS="font10bold"><a href="../phpHtmlLib/HTMLTagClass.html#methodset_style">HTMLTagClass::set_style()</a></td>
168 <td CLASS="font10">This function is a shorthand helper to setting the style attribute on a tag.</td>
169 <tr>
170 <td CLASS="font10bold"><a href="../phpHtmlLib/HTMLTagClass.html#method_build_attribute_string">HTMLTagClass::_build_attribute_string()</a></td>
171 <td CLASS="font10">this builds an attribute for a tag.</td>
172 <tr>
173 <td CLASS="font10bold"><a href="../phpHtmlLib/HTMLTagClass.html#method_render_tag_debug">HTMLTagClass::_render_tag_debug()</a></td>
174 <td CLASS="font10">This renders that open tag in debug mode.</td>
175 </table>
176 <br>
177 </TD>
178 </TR>
179 <!-- =========== Summary =========== -->
180 <TR BGCOLOR='white' CLASS='TableRowColor'>
181 <TD>
182 <span CLASS="font10bold">Inherited From Class <a href="../phpHtmlLib/XMLTagClass.html">XMLTagClass</a></span>
183 <TABLE CELLPADDING='3' CELLSPACING='0' WIDTH='95%' CLASS="border" ALIGN="center">
184 <tr CLASS="tableheadingcolor">
185 <th>Function</th>
186 <th>Description</th>
187 </tr>
188 <tr>
189 <td CLASS="font10bold"><a href="../phpHtmlLib/XMLTagClass.html#methodXMLTagClass">XMLTagClass::XMLTagClass()</a></td>
190 <td CLASS="font10">The constructor</td>
191 <tr>
192 <td CLASS="font10bold"><a href="../phpHtmlLib/XMLTagClass.html#methodget_tag">XMLTagClass::get_tag()</a></td>
193 <td CLASS="font10">This returns the tag declared for this class.</td>
194 <tr>
195 <td CLASS="font10bold"><a href="../phpHtmlLib/XMLTagClass.html#methodget_tag_name">XMLTagClass::get_tag_name()</a></td>
196 <td CLASS="font10">This method gets the name of the tag</td>
197 <tr>
198 <td CLASS="font10bold"><a href="../phpHtmlLib/XMLTagClass.html#methodrender">XMLTagClass::render()</a></td>
199 <td CLASS="font10">This function is responsible for rendering the tag and its contents</td>
200 <tr>
201 <td CLASS="font10bold"><a href="../phpHtmlLib/XMLTagClass.html#methodreset_attributes">XMLTagClass::reset_attributes()</a></td>
202 <td CLASS="font10">clear all attributes and start with new attributes</td>
203 <tr>
204 <td CLASS="font10bold"><a href="../phpHtmlLib/XMLTagClass.html#methodset_collapse">XMLTagClass::set_collapse()</a></td>
205 <td CLASS="font10">This function turns on the collapse flag</td>
206 <tr>
207 <td CLASS="font10bold"><a href="../phpHtmlLib/XMLTagClass.html#methodset_newline_after_closetag">XMLTagClass::set_newline_after_closetag()</a></td>
208 <td CLASS="font10">set the newline_after_content flag</td>
209 <tr>
210 <td CLASS="font10bold"><a href="../phpHtmlLib/XMLTagClass.html#methodset_newline_after_opentag">XMLTagClass::set_newline_after_opentag()</a></td>
211 <td CLASS="font10">set the newline_after_opentag flag</td>
212 <tr>
213 <td CLASS="font10bold"><a href="../phpHtmlLib/XMLTagClass.html#methodset_tag_attribute">XMLTagClass::set_tag_attribute()</a></td>
214 <td CLASS="font10">add a single attribute (name="value")</td>
215 <tr>
216 <td CLASS="font10bold"><a href="../phpHtmlLib/XMLTagClass.html#methodset_tag_attributes">XMLTagClass::set_tag_attributes()</a></td>
217 <td CLASS="font10">add multiple attributes (name="value")</td>
218 <tr>
219 <td CLASS="font10bold"><a href="../phpHtmlLib/XMLTagClass.html#methodset_tag_name">XMLTagClass::set_tag_name()</a></td>
220 <td CLASS="font10">This method sets the name of the tag</td>
221 <tr>
222 <td CLASS="font10bold"><a href="../phpHtmlLib/XMLTagClass.html#method_build_attribute_string">XMLTagClass::_build_attribute_string()</a></td>
223 <td CLASS="font10">this builds an attribute for an XML tag.</td>
224 <tr>
225 <td CLASS="font10bold"><a href="../phpHtmlLib/XMLTagClass.html#method_get_element">XMLTagClass::_get_element()</a></td>
226 <td CLASS="font10">get the nth element from content array</td>
227 <tr>
228 <td CLASS="font10bold"><a href="../phpHtmlLib/XMLTagClass.html#method_prepare_flags">XMLTagClass::_prepare_flags()</a></td>
229 <td CLASS="font10">This function checks to see if</td>
230 <tr>
231 <td CLASS="font10bold"><a href="../phpHtmlLib/XMLTagClass.html#method_render_close_tag">XMLTagClass::_render_close_tag()</a></td>
232 <td CLASS="font10">this function is reposnsible for rendering the closing tag (if any)</td>
233 <tr>
234 <td CLASS="font10bold"><a href="../phpHtmlLib/XMLTagClass.html#method_render_content">XMLTagClass::_render_content()</a></td>
235 <td CLASS="font10">this function is reponsible for rendering the pcdata, or content of the tag (if any)</td>
236 <tr>
237 <td CLASS="font10bold"><a href="../phpHtmlLib/XMLTagClass.html#method_render_open_tag">XMLTagClass::_render_open_tag()</a></td>
238 <td CLASS="font10">this function is responsible for rendering the open tag.</td>
239 <tr>
240 <td CLASS="font10bold"><a href="../phpHtmlLib/XMLTagClass.html#method_set_flags">XMLTagClass::_set_flags()</a></td>
241 <td CLASS="font10">This method is used to set the bitmask flags for this tag. It tells the class how to render the tag.</td>
242 </table>
243 <br>
244 </TD>
245 </TR>
246 <!-- =========== Summary =========== -->
247 <TR BGCOLOR='white' CLASS='TableRowColor'>
248 <TD>
249 <span CLASS="font10bold">Inherited From Class <a href="../phpHtmlLib/Container.html">Container</a></span>
250 <TABLE CELLPADDING='3' CELLSPACING='0' WIDTH='95%' CLASS="border" ALIGN="center">
251 <tr CLASS="tableheadingcolor">
252 <th>Function</th>
253 <th>Description</th>
254 </tr>
255 <tr>
256 <td CLASS="font10bold"><a href="../phpHtmlLib/Container.html#methodContainer">Container::Container()</a></td>
257 <td CLASS="font10">The constructor.</td>
258 <tr>
259 <td CLASS="font10bold"><a href="../phpHtmlLib/Container.html#methodadd">Container::add()</a></td>
260 <td CLASS="font10">add content onto content stack</td>
261 <tr>
262 <td CLASS="font10bold"><a href="../phpHtmlLib/Container.html#methodadd_reference">Container::add_reference()</a></td>
263 <td CLASS="font10">Add content onto content stack so you can change the item later.</td>
264 <tr>
265 <td CLASS="font10bold"><a href="../phpHtmlLib/Container.html#methodcount_content">Container::count_content()</a></td>
266 <td CLASS="font10">counts the number of content objects</td>
267 <tr>
268 <td CLASS="font10bold"><a href="../phpHtmlLib/Container.html#methodget_indent_flag">Container::get_indent_flag()</a></td>
269 <td CLASS="font10">This flag gets the current value of the indent flag</td>
270 <tr>
271 <td CLASS="font10bold"><a href="../phpHtmlLib/Container.html#methodpush">Container::push()</a></td>
272 <td CLASS="font10">Same as add().</td>
273 <tr>
274 <td CLASS="font10bold"><a href="../phpHtmlLib/Container.html#methodpush_reference">Container::push_reference()</a></td>
275 <td CLASS="font10">Same as add_reference NOTE : only exists for compatibility with 1.1.x</td>
276 <tr>
277 <td CLASS="font10bold"><a href="../phpHtmlLib/Container.html#methodrender">Container::render()</a></td>
278 <td CLASS="font10">This function is compatible with the rest of the phpHtmllib API spec.</td>
279 <tr>
280 <td CLASS="font10bold"><a href="../phpHtmlLib/Container.html#methodreset_content">Container::reset_content()</a></td>
281 <td CLASS="font10">destroy existing content and start with new content.</td>
282 <tr>
283 <td CLASS="font10bold"><a href="../phpHtmlLib/Container.html#methodset_collapse">Container::set_collapse()</a></td>
284 <td CLASS="font10">This function turns on the collapse flag</td>
285 <tr>
286 <td CLASS="font10bold"><a href="../phpHtmlLib/Container.html#methodset_indent_flag">Container::set_indent_flag()</a></td>
287 <td CLASS="font10">function to set the indent flag</td>
288 <tr>
289 <td CLASS="font10bold"><a href="../phpHtmlLib/Container.html#method_set_flags">Container::_set_flags()</a></td>
290 <td CLASS="font10">This method is used to set the bitmask flags for this tag. It tells the class how to render the tag.</td>
291 </table>
292 <br>
293 </TD>
294 </TR>
295 </TABLE>
296 <hr>
297 <!-- ============ VARIABLE DETAIL =========== -->
298
299 <A NAME='variable_detail'></A>
300 <TABLE CELLPADDING='3' CELLSPACING='0' WIDTH='100%' CLASS="border">
301 <TR BGCOLOR='#CCCCFF' CLASS='TableHeadingColor'>
302 <TD>
303 <span CLASS="font12bold">Variable Detail</span>
304 <A HREF="#top" CLASS="links">^TOP</A>
305 </TD>
306 </TR>
307 </TABLE>
308
309 <A NAME='var$_tag'><!-- --></A><H3>$_tag</H3> (line <span class="linenumber">1641</span>)<br />
310 <b>Data type:</b> mixed<br>
311 <br />
312
313 <UL>
314 </UL>
315 <HR>
316 <hr>
317 <!-- ============ METHOD DETAIL =========== -->
318
319 <A NAME='method_detail'></A>
320 <TABLE CELLPADDING='3' CELLSPACING='0' WIDTH='100%' CLASS="border">
321 <TR BGCOLOR='#CCCCFF' CLASS='TableHeadingColor'>
322 <TD>
323 <span class="font12bold">Method Detail</span>
324 <A HREF="#top" CLASS="links">^TOP</A>
325 </TD>
326 </TR>
327 </TABLE>
328 <BR>
329 <div id="credit">
330 <hr>
331 Documention generated on Thu, 20 Feb 2003 16:22:30 -0800 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.2.0rc1</a>
332 </div>
333 </body>
334 </html>

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