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

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

Parent Directory Parent Directory | Revision Log Revision Log


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

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