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

Diff of /nfo/php/libs/com.newsblob.phphtmllib/doc/phpHtmlLib/TABLEtag.html

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1.1.1 by jonen, Thu Jan 30 03:29:14 2003 UTC revision 1.3 by jonen, Sat Sep 20 00:24:04 2003 UTC
# Line 1  Line 1 
1  <!DOCTYPE HTML PUBLIC '-//W3C//DTD HTML 4.0 Frameset//EN''http://www.w3.org/TR/REC-html40/frameset.dtd'>  <?xml version="1.0" encoding="iso-8859-1"?>
2  <!--NewPage-->  <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3  <HTML>    <html xmlns="http://www.w3.org/1999/xhtml">
4  <HEAD>                  <head>
5          <!-- Generated by PhpDoc date: 'Mon, 25 Nov 2002 09:21:28 -0800' -->                          <!-- template designed by Marco Von Ballmoos -->
6          <TITLE>Docs For Class TABLEtag</TITLE>                          <title>Docs For Class TABLEtag</title>
7  <LINK REL ='stylesheet' TYPE='text/css' HREF='stylesheet.css' TITLE='Style'>                          <link rel="stylesheet" href="../media/stylesheet.css" />
8  </HEAD>                          <meta http-equiv='Content-Type' content='text/html; charset=iso-8859-1'/>
9  <BODY style="background-color: #eeeeee; font-family: arial; font-size: .9em;">                  </head>
10                        <body>
11                            <div class="page-body">                
12  <!-- Links -->  <h2 class="class-name">Class TABLEtag</h2>
13  <a NAME="top"></A>  
14  <table WIDTH="100%" class="links">  <a name="sec-description"></a>
15   <TR>  <div class="info-box">
16     <TD class="font10">          <div class="info-box-title">Description</div>
17        Links:          <div class="nav-bar">
18        <A HREF="#children_summary" class="links" title="Classes extended from TABLEtag">Child Classes</A>                                          <span class="disabled">Description</span> |
19        <A HREF="#var_summary" class="links" title="Class Variable Summary">Variables</A>                                                          <a href="#sec-descendents">Descendents</a>
20        <A HREF="#var_inherited_summary" class="links" title="Inherited Class Variable Summary">Inherited Variables</A>                          |                                                                                       <a href="#sec-var-summary">Vars</a> (<a href="#sec-vars">details</a>)
21        <A HREF="#functions_inherited" class="links" title="Inherited Method Summary">Inerited Methods</A>                                                  |                                                                                       <a href="#sec-method-summary">Methods</a> (<a href="#sec-methods">details</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>                          </div>
24        <A HREF="#function_detail" class="links" title="Method Detail">Method Detail</A>          <div class="info-box-body">
25     </TD>                  <!-- ========== Info from phpDoc block ========= -->
26   </TR>  <p class="short-description">&lt;TABLE&gt; tag class</p>
27  </TABLE>  <p class="description"><p>The &lt;table&gt; tag defines the start of a table.  Inside a table row you can put table headers,  table rows, and table cells.</p></p>
28  <BR>          <ul class="tags">
29                                    <li><span class="field">author:</span> <p>Walter A. Boring IV &lt;<a href="mailto:waboring@buildabetterweb.com">mailto:waboring@buildabetterweb.com</a>&gt;</p></li>
30  <!-- Start of Class Data -->                          </ul>
31  <H2>                  <p class="notes">
32          Class TABLEtag                          Located in <a class="field" href="_tag_classes_ALLTAGS_inc.html">Program_Root/tag_classes/ALLTAGS.inc</a> (line <span class="field">1217</span>)
33  </H2>                  </p>
34                    
35  <pre>                          
36  <pre><a href="../phpHtmlLib/Container.html">Container</a>                  <pre><a href="../phpHtmlLib/Container.html">Container</a>
37     |     |
38     --<a href="../phpHtmlLib/XMLTagClass.html">XMLTagClass</a>     --<a href="../phpHtmlLib/XMLTagClass.html">XMLTagClass</a>
39        |        |
40        --<a href="../phpHtmlLib/HTMLTagClass.html">HTMLTagClass</a>        --<a href="../phpHtmlLib/HTMLTagClass.html">HTMLTagClass</a>
41           |           |
42           --TABLEtag</pre>           --TABLEtag</pre>
43  </pre>          
44                            </div>
45    </div>
46    
47  <A NAME="children_summary"</A>          <a name="sec-descendents"></a>
48  <H3>          <div class="info-box">
49          Classes extended from TABLEtag: <A HREF="#top" CLASS="links">^TOP</A>                  <div class="info-box-title">Direct descendents</div>
50  </H3>                  <div class="nav-bar">
51  <a href="../phpHtmlLib/TBODYtag.html">TBODYtag</a>, <a href="../phpHtmlLib/TFOOTtag.html">TFOOTtag</a>, <a href="../phpHtmlLib/THEADtag.html">THEADtag</a>                          <a href="#sec-description">Description</a> |
52  <p>                          <span class="disabled">Descendents</span>
53          <b><i>Located in File: Program_Root/tag_classes/ALLTAGS.inc</i></b><br>                          |                                                                                               <a href="#sec-var-summary">Vars</a> (<a href="#sec-vars">details</a>)
54  </p>                                                                  |                                                                                                                       <a href="#sec-method-summary">Methods</a> (<a href="#sec-methods">details</a>)
55  <hr>                                                          
56  <!-- ========== Info from phpDoc block ========= -->                                          </div>
57  &lt;TABLE&gt; tag class                  <div class="info-box-body">
58  <BR>                          <table cellpadding="2" cellspacing="0" class="class-table">
 The &lt;table&gt; tag defines the start of a table.  
 Inside a table row you can put table headers,  
 table rows, and table cells.  
   
 <UL>  
           
         <LI><b>Package</b> - <CODE>phpHtmlLib</CODE></LI>  
           
 </UL>  
   
 <hr>  
 <!-- =========== VAR SUMMARY =========== -->  
 <A NAME='var_summary'><!-- --></A>  
 <TABLE CELLPADDING='3' CELLSPACING='0' WIDTH='100%' CLASS="border">  
         <TR BGCOLOR='#CCCCFF' CLASS='TableHeadingColor'>  
                 <TD>  
                         <span CLASS="font12bold">Class Variable Summary</span>  
             <A HREF="#top" CLASS="links">^TOP</A>  
                 </TD>  
         </TR>  
   
           
         <!-- =========== Summary =========== -->  
         <TR BGCOLOR='white' CLASS='TableRowColor'>  
                 <TD>  
                         <CODE><B><A HREF='TABLEtag.html#$_default_col_attributes'>$_default_col_attributes</A></B></CODE>  
                         <BR>  
                         <blockquote> Holds the default attributes for all &lt;td&gt;'s </blockquote>  
                         <blockquote> Default Value: <CODE>->array()<-</CODE> </blockquote>  
                 </TD>  
         </TR>  
           
         <!-- =========== Summary =========== -->  
         <TR BGCOLOR='white' CLASS='TableRowColor'>  
                 <TD>  
                         <CODE><B><A HREF='TABLEtag.html#$_default_row_attributes'>$_default_row_attributes</A></B></CODE>  
                         <BR>  
                         <blockquote> Holds the default attributes for all &lt;tr&gt;'s </blockquote>  
                         <blockquote> Default Value: <CODE>->array()<-</CODE> </blockquote>  
                 </TD>  
         </TR>  
           
         <!-- =========== Summary =========== -->  
         <TR BGCOLOR='white' CLASS='TableRowColor'>  
                 <TD>  
                         <CODE><B><A HREF='TABLEtag.html#$_tag'>$_tag</A></B></CODE>  
                         <BR>  
                         <blockquote>  </blockquote>  
                         <blockquote> Default Value: <CODE>->table<-</CODE> </blockquote>  
                 </TD>  
         </TR>  
           
 </TABLE>  
   
 <hr>  
 <!-- =========== VAR INHERITED SUMMARY =========== -->  
 <A NAME='var_inherited_summary'><!-- --></A>  
 <TABLE CELLPADDING='3' CELLSPACING='0' WIDTH='100%' CLASS="border">  
         <TR CLASS='TableHeadingColor'>  
                 <TD>  
                         <span CLASS="font12bold">Inherited Class Variable Summary</span>  
             <A HREF="#top" CLASS="links">^TOP</A>  
                 </TD>  
         </TR>  
   
           
         <!-- =========== Summary =========== -->  
         <TR BGCOLOR='white'>  
                 <TD>  
                         <span CLASS="font10bold">Inherited From Class <a href="../phpHtmlLib/HTMLTagClass.html">HTMLTagClass</a></span>  
             <table CELLPADDING='3' CELLSPACING='0' WIDTH='95%' CLASS="border" ALIGN="center">  
                         <tr CLASS="tableheadingcolor">  
                                 <th>Variable</th>  
                                 <th>Default Value</th>  
                                 <th>Description</th>  
                         </tr>  
                                   
                         <tr>  
                                 <td CLASS="font10bold"><A HREF='../phpHtmlLib/HTMLTagClass.html#$_depricated'>$_depricated</A></td>  
                                 <td CLASS="font10" STYLE="white-space: nowrap">->FALSE<-</td>  
                                 <td CLASS="font10">Flag to denote that this tag is  
 depricated by the HTML standard.</td>  
                         </tr>  
                                   
                         <tr>  
                                 <td CLASS="font10bold"><A HREF='../phpHtmlLib/HTMLTagClass.html#$_no_finish_slash_xhtml'>$_no_finish_slash_xhtml</A></td>  
                                 <td CLASS="font10" STYLE="white-space: nowrap">->FALSE<-</td>  
                                 <td CLASS="font10">Flag to tell the renderer not to  
 place the /&gt; if we are in xhtml  
 compliant mode.</td>  
                         </tr>  
                                   
                         <tr>  
                                 <td CLASS="font10bold"><A HREF='../phpHtmlLib/HTMLTagClass.html#$_xhtml_strict_attributes'>$_xhtml_strict_attributes</A></td>  
                                 <td CLASS="font10" STYLE="white-space: nowrap">->array()<-</td>  
                                 <td CLASS="font10">The list of attributes not to render  
 if HTML_RENDER_TYPE is &quot;XHTML STRICT&quot;</td>  
                         </tr>  
                                   
                         </table>  
             <BR>  
         </TD>  
         </TR>  
           
         <!-- =========== Summary =========== -->  
         <TR BGCOLOR='white'>  
                 <TD>  
                         <span CLASS="font10bold">Inherited From Class <a href="../phpHtmlLib/XMLTagClass.html">XMLTagClass</a></span>  
             <table CELLPADDING='3' CELLSPACING='0' WIDTH='95%' CLASS="border" ALIGN="center">  
                         <tr CLASS="tableheadingcolor">  
                                 <th>Variable</th>  
                                 <th>Default Value</th>  
                                 <th>Description</th>  
                         </tr>  
                                   
                         <tr>  
                                 <td CLASS="font10bold"><A HREF='../phpHtmlLib/XMLTagClass.html#$newline_after_closetag'>$newline_after_closetag</A></td>  
                                 <td CLASS="font10" STYLE="white-space: nowrap">->TRUE<-</td>  
                                 <td CLASS="font10">Flag to place a newline after close tag.</td>  
                         </tr>  
                                   
                         <tr>  
                                 <td CLASS="font10bold"><A HREF='../phpHtmlLib/XMLTagClass.html#$newline_after_opentag'>$newline_after_opentag</A></td>  
                                 <td CLASS="font10" STYLE="white-space: nowrap">->TRUE<-</td>  
                                 <td CLASS="font10">Flag to place a newline after open tag.</td>  
                         </tr>  
                                   
                         <tr>  
                                 <td CLASS="font10bold"><A HREF='../phpHtmlLib/XMLTagClass.html#$_cdata_content_wrap'>$_cdata_content_wrap</A></td>  
                                 <td CLASS="font10" STYLE="white-space: nowrap">->FALSE<-</td>  
                                 <td CLASS="font10">Automatically wrap ALL content</td>  
                         </tr>  
                                   
                         <tr>  
                                 <td CLASS="font10bold"><A HREF='../phpHtmlLib/XMLTagClass.html#$_tag_postfix'>$_tag_postfix</A></td>  
                                 <td CLASS="font10" STYLE="white-space: nowrap">->&gt;<-</td>  
                                 <td CLASS="font10">holds the tag postfix</td>  
                         </tr>  
                                   
                         <tr>  
                                 <td CLASS="font10bold"><A HREF='../phpHtmlLib/XMLTagClass.html#$_tag_prefix'>$_tag_prefix</A></td>  
                                 <td CLASS="font10" STYLE="white-space: nowrap">->&lt;<-</td>  
                                 <td CLASS="font10">holds the tag prefix</td>  
                         </tr>  
                                   
                         </table>  
             <BR>  
         </TD>  
         </TR>  
           
         <!-- =========== Summary =========== -->  
         <TR BGCOLOR='white'>  
                 <TD>  
                         <span CLASS="font10bold">Inherited From Class <a href="../phpHtmlLib/Container.html">Container</a></span>  
             <table CELLPADDING='3' CELLSPACING='0' WIDTH='95%' CLASS="border" ALIGN="center">  
                         <tr CLASS="tableheadingcolor">  
                                 <th>Variable</th>  
                                 <th>Default Value</th>  
                                 <th>Description</th>  
                         </tr>  
                                   
                         <tr>  
                                 <td CLASS="font10bold"><A HREF='../phpHtmlLib/Container.html#$indent_flag'>$indent_flag</A></td>  
                                 <td CLASS="font10" STYLE="white-space: nowrap">->TRUE<-</td>  
                                 <td CLASS="font10">Flag for pretty (indented) output</td>  
                         </tr>  
                                   
                         <tr>  
                                 <td CLASS="font10bold"><A HREF='../phpHtmlLib/Container.html#$_newline_after_content_flag'>$_newline_after_content_flag</A></td>  
                                 <td CLASS="font10" STYLE="white-space: nowrap">->TRUE<-</td>  
                                 <td CLASS="font10">Do we render a newline after the  
 contents has been rendered?</td>  
                         </tr>  
                                   
                         </table>  
             <BR>  
         </TD>  
         </TR>  
           
 </TABLE>  
   
 <hr>  
 <!-- =========== INHERITED METHOD SUMMARY =========== -->  
 <A NAME='functions_inherited'><!-- --></A>  
 <TABLE CELLPADDING='3' CELLSPACING='0' WIDTH='100%' CLASS="border">  
         <TR CLASS='TableHeadingColor'>  
                 <TD>  
                         <span CLASS="font12bold">Inherited Method Summary</span>  
             <A HREF="#top" CLASS="links">^TOP</A>  
                 </TD>  
         </TR>  
   
           
         <!-- =========== Summary =========== -->  
         <TR BGCOLOR='white' CLASS='TableRowColor'>  
                 <TD>  
                         <span CLASS="font10bold">Inherited From Class <a href="../phpHtmlLib/HTMLTagClass.html">HTMLTagClass</a></span>  
             <TABLE CELLPADDING='3' CELLSPACING='0' WIDTH='95%' CLASS="border" ALIGN="center">  
                                 <tr CLASS="tableheadingcolor">  
                                         <th>Function</th>  
                                         <th>Description</th>  
                                 </tr>  
                                   
                                 <tr>  
                                         <td CLASS="font10bold"><A HREF='../phpHtmlLib/HTMLTagClass.html#constructor HTMLTagClass'>constructor HTMLTagClass ( [$attributes = NULL] )</A></td>  
                                         <td CLASS="font10">Class Constructor</td>  
                                   
                                 <tr>  
                                         <td CLASS="font10bold"><A HREF='../phpHtmlLib/HTMLTagClass.html#render'>render ( [$indent_level = NULL], [$output_debug = 0] )</A></td>  
                                         <td CLASS="font10">Renders the tag, attributes, content and close tag.</td>  
                                   
                                 <tr>  
                                         <td CLASS="font10bold"><A HREF='../phpHtmlLib/HTMLTagClass.html#set_class'>set_class ( $value )</A></td>  
                                         <td CLASS="font10">This function is a shorthand helper  
 to setting the class attribute on a  
 tag.</td>  
                                   
59                                  <tr>                                  <tr>
60                                          <td CLASS="font10bold"><A HREF='../phpHtmlLib/HTMLTagClass.html#set_id'>set_id ( $value )</A></td>                                          <th class="class-table-header">Class</th>
61                                          <td CLASS="font10">This function is a shorthand helper                                          <th class="class-table-header">Description</th>
 to setting the id attribute on a  
 tag.</td>  
                                   
                                 <tr>  
                                         <td CLASS="font10bold"><A HREF='../phpHtmlLib/HTMLTagClass.html#set_style'>set_style ( $value )</A></td>  
                                         <td CLASS="font10">This function is a shorthand helper  
 to setting the style attribute on a  
 tag.</td>  
                                   
                                 <tr>  
                                         <td CLASS="font10bold"><A HREF='../phpHtmlLib/HTMLTagClass.html#_build_attribute_string'>_build_attribute_string ( $name, $value, [$debug = 0] )</A></td>  
                                         <td CLASS="font10">this builds an attribute for a tag.</td>  
                                   
                                 <tr>  
                                         <td CLASS="font10bold"><A HREF='../phpHtmlLib/HTMLTagClass.html#_render_tag_debug'>_render_tag_debug ( $indent_level )</A></td>  
                                         <td CLASS="font10">This renders that open tag in debug mode.</td>  
                                   
                         </table>  
             <br>                          
                 </TD>  
         </TR>  
           
         <!-- =========== Summary =========== -->  
         <TR BGCOLOR='white' CLASS='TableRowColor'>  
                 <TD>  
                         <span CLASS="font10bold">Inherited From Class <a href="../phpHtmlLib/XMLTagClass.html">XMLTagClass</a></span>  
             <TABLE CELLPADDING='3' CELLSPACING='0' WIDTH='95%' CLASS="border" ALIGN="center">  
                                 <tr CLASS="tableheadingcolor">  
                                         <th>Function</th>  
                                         <th>Description</th>  
62                                  </tr>                                  </tr>
63                                                                                                    <tr>
64                                  <tr>                                          <td style="padding-right: 2em"><a href="../phpHtmlLib/TBODYtag.html">TBODYtag</a></td>
65                                          <td CLASS="font10bold"><A HREF='../phpHtmlLib/XMLTagClass.html#constructor XMLTagClass'>constructor XMLTagClass ( [$name = ], [$attributes = array()] )</A></td>                                          <td>
66                                          <td CLASS="font10">The constructor</td>                                                                                          &lt;TBODY&gt; class.
67                                                                                                                    </td>
                                 <tr>  
                                         <td CLASS="font10bold"><A HREF='../phpHtmlLib/XMLTagClass.html#get_tag'>get_tag (  )</A></td>  
                                         <td CLASS="font10">This returns the tag declared for this class.</td>  
                                   
                                 <tr>  
                                         <td CLASS="font10bold"><A HREF='../phpHtmlLib/XMLTagClass.html#get_tag_name'>get_tag_name (  )</A></td>  
                                         <td CLASS="font10">This method gets the name of the tag</td>  
                                   
                                 <tr>  
                                         <td CLASS="font10bold"><A HREF='../phpHtmlLib/XMLTagClass.html#render'>render ( [$indent_level = 0] )</A></td>  
                                         <td CLASS="font10">This function is responsible</td>  
                                   
                                 <tr>  
                                         <td CLASS="font10bold"><A HREF='../phpHtmlLib/XMLTagClass.html#reset_attributes'>reset_attributes ( [$attributes = array()] )</A></td>  
                                         <td CLASS="font10">clear all attributes and start with new attributes</td>  
                                   
                                 <tr>  
                                         <td CLASS="font10bold"><A HREF='../phpHtmlLib/XMLTagClass.html#set_collapse'>set_collapse ( [$collapse = TRUE], [$indent = TRUE] )</A></td>  
                                         <td CLASS="font10">This function turns on the collapse flag</td>  
                                   
                                 <tr>  
                                         <td CLASS="font10bold"><A HREF='../phpHtmlLib/XMLTagClass.html#set_newline_after_closetag'>set_newline_after_closetag ( $flag )</A></td>  
                                         <td CLASS="font10">set the newline_after_content flag</td>  
                                   
                                 <tr>  
                                         <td CLASS="font10bold"><A HREF='../phpHtmlLib/XMLTagClass.html#set_newline_after_opentag'>set_newline_after_opentag ( $flag )</A></td>  
                                         <td CLASS="font10">set the newline_after_opentag flag</td>  
                                   
                                 <tr>  
                                         <td CLASS="font10bold"><A HREF='../phpHtmlLib/XMLTagClass.html#set_tag_attribute'>set_tag_attribute ( $name, [$value = NULL] )</A></td>  
                                         <td CLASS="font10">add a single attribute (name=&quot;value&quot;)</td>  
                                   
                                 <tr>  
                                         <td CLASS="font10bold"><A HREF='../phpHtmlLib/XMLTagClass.html#set_tag_attributes'>set_tag_attributes ( [$attributes = array()] )</A></td>  
                                         <td CLASS="font10">add multiple attributes (name=&quot;value&quot;)</td>  
                                   
                                 <tr>  
                                         <td CLASS="font10bold"><A HREF='../phpHtmlLib/XMLTagClass.html#set_tag_name'>set_tag_name ( $name )</A></td>  
                                         <td CLASS="font10">This method sets the name of the tag</td>  
                                   
                                 <tr>  
                                         <td CLASS="font10bold"><A HREF='../phpHtmlLib/XMLTagClass.html#_build_attribute_string'>_build_attribute_string ( $name, $value )</A></td>  
                                         <td CLASS="font10">this builds an attribute for an XML tag.</td>  
                                   
                                 <tr>  
                                         <td CLASS="font10bold"><A HREF='../phpHtmlLib/XMLTagClass.html#_get_element'>_get_element ( $cell )</A></td>  
                                         <td CLASS="font10">get the nth element from content array</td>  
                                   
                                 <tr>  
                                         <td CLASS="font10bold"><A HREF='../phpHtmlLib/XMLTagClass.html#_prepare_flags'>_prepare_flags (  )</A></td>  
                                         <td CLASS="font10">This function checks to see if</td>  
                                   
                                 <tr>  
                                         <td CLASS="font10bold"><A HREF='../phpHtmlLib/XMLTagClass.html#_render_close_tag'>_render_close_tag ( $indent_level )</A></td>  
                                         <td CLASS="font10">this function is reposnsible for  
 rendering the closing tag (if any)</td>  
                                   
                                 <tr>  
                                         <td CLASS="font10bold"><A HREF='../phpHtmlLib/XMLTagClass.html#_render_content'>_render_content ( $indent_level, [$output_debug = 0] )</A></td>  
                                         <td CLASS="font10">this function is reponsible for</td>  
                                   
                                 <tr>  
                                         <td CLASS="font10bold"><A HREF='../phpHtmlLib/XMLTagClass.html#_render_open_tag'>_render_open_tag ( $indent_level, [$finish_slash = TRUE] )</A></td>  
                                         <td CLASS="font10">this function is responsible for  
 rendering the open tag.</td>  
                                   
                         </table>  
             <br>                          
                 </TD>  
         </TR>  
           
         <!-- =========== Summary =========== -->  
         <TR BGCOLOR='white' CLASS='TableRowColor'>  
                 <TD>  
                         <span CLASS="font10bold">Inherited From Class <a href="../phpHtmlLib/Container.html">Container</a></span>  
             <TABLE CELLPADDING='3' CELLSPACING='0' WIDTH='95%' CLASS="border" ALIGN="center">  
                                 <tr CLASS="tableheadingcolor">  
                                         <th>Function</th>  
                                         <th>Description</th>  
68                                  </tr>                                  </tr>
69                                                                                                    <tr>
70                                  <tr>                                          <td style="padding-right: 2em"><a href="../phpHtmlLib/TFOOTtag.html">TFOOTtag</a></td>
71                                          <td CLASS="font10bold"><A HREF='../phpHtmlLib/Container.html#constructor Container'>constructor Container (  )</A></td>                                          <td>
72                                          <td CLASS="font10">The constructor.</td>                                                                                          &lt;TFOOT&gt; tag class
73                                                                                                                    </td>
74                                  <tr>                                  </tr>
75                                          <td CLASS="font10bold"><A HREF='../phpHtmlLib/Container.html#add'>add (  )</A></td>                                                                  <tr>
76                                          <td CLASS="font10">add content onto content stack</td>                                          <td style="padding-right: 2em"><a href="../phpHtmlLib/THEADtag.html">THEADtag</a></td>
77                                                                            <td>
78                                  <tr>                                                                                          Table Header &lt;THEAD&gt; class.
79                                          <td CLASS="font10bold"><A HREF='../phpHtmlLib/Container.html#add_reference'>add_reference ( &$content )</A></td>                                                                                  </td>
80                                          <td CLASS="font10">Add content onto content stack                                  </tr>
81  so you can change the item later.</td>                                                          </table>
82                                                    </div>
83                                  <tr>          </div>
84                                          <td CLASS="font10bold"><A HREF='../phpHtmlLib/Container.html#count_content'>count_content (  )</A></td>  
85                                          <td CLASS="font10">counts the number of content objects</td>          <a name="sec-var-summary"></a>
86                                            <div class="info-box">
87                                  <tr>                  <div class="info-box-title">Variable Summary</span></div>
88                                          <td CLASS="font10bold"><A HREF='../phpHtmlLib/Container.html#get_indent_flag'>get_indent_flag (  )</A></td>                  <div class="nav-bar">
89                                          <td CLASS="font10">This flag gets the current value                          <a href="#sec-description">Description</a> |
90  of the indent flag</td>                                                          <a href="#sec-descendents">Descendents</a> |
91                                                                                    <span class="disabled">Vars</span> (<a href="#sec-vars">details</a>)
92                                  <tr>                                                          |
93                                          <td CLASS="font10bold"><A HREF='../phpHtmlLib/Container.html#push'>push (  )</A></td>                                                                          <a href="#sec-method-summary">Methods</a> (<a href="#sec-methods">details</a>)
94                                          <td CLASS="font10">Same as add().</td>                                                          
95                                                                            </div>
96                                  <tr>                  <div class="info-box-body">
97                                          <td CLASS="font10bold"><A HREF='../phpHtmlLib/Container.html#push_reference'>push_reference ( &$content )</A></td>                          <div class="var-summary">
98                                          <td CLASS="font10">Same as add_reference                                                                  <div class="var-title">
99  NOTE : only exists for compatibility with 1.1.x</td>                                          <span class="var-type">array</span>
100                                                                            <a href="#$_default_col_attributes" title="details" class="var-name">$_default_col_attributes</a>
101                                  <tr>                                  </div>
102                                          <td CLASS="font10bold"><A HREF='../phpHtmlLib/Container.html#render'>render ( [$indent_level = 1], [$output_debug = 0] )</A></td>                                                                  <div class="var-title">
103                                          <td CLASS="font10">This function is compatible with the                                          <span class="var-type">array</span>
104  rest of the phpHtmllib API spec.</td>                                          <a href="#$_default_row_attributes" title="details" class="var-name">$_default_row_attributes</a>
105                                                                    </div>
106                                  <tr>                                                                  <div class="var-title">
107                                          <td CLASS="font10bold"><A HREF='../phpHtmlLib/Container.html#reset_content'>reset_content (  )</A></td>                                          <span class="var-type">mixed</span>
108                                          <td CLASS="font10">destroy existing content and start with new content.</td>                                          <a href="#$_tag" title="details" class="var-name">$_tag</a>
109                                                                    </div>
110                                  <tr>                                                          </div>
111                                          <td CLASS="font10bold"><A HREF='../phpHtmlLib/Container.html#set_collapse'>set_collapse ( [$collapse = TRUE], [$indent = TRUE] )</A></td>                  </div>
112                                          <td CLASS="font10">This function turns on the collapse flag</td>          </div>
113                                    
114                                  <tr>          <a name="sec-method-summary"></a>
115                                          <td CLASS="font10bold"><A HREF='../phpHtmlLib/Container.html#set_indent_flag'>set_indent_flag ( $flag )</A></td>          <div class="info-box">
116                                          <td CLASS="font10">function to set the indent flag</td>                  <div class="info-box-title">Method Summary</span></div>
117                                                    <div class="nav-bar">
118                          </table>                          <a href="#sec-description">Description</a> |
119              <br>                                                                                  <a href="#sec-descendents">Descendents</a> |
120                  </TD>                                                                                                                          <a href="#sec-var-summary">Vars</a> (<a href="#sec-vars">details</a>)
121          </TR>                                  
122                                            |
123  </TABLE>                                                  <span class="disabled">Methods</span> (<a href="#sec-methods">details</a>)
124                    </div>
125  <hr>                  <div class="info-box-body">                    
126  <!-- should have constructor at some point -->                          <div class="method-summary">
127  <!-- =========== Method SUMMARY =========== -->                                                                  
128  <A NAME='Method_summary'><!-- --></A>                                  <div class="method-definition">
129  <TABLE CELLPADDING='3' CELLSPACING='0' WIDTH='100%' Class="border">                                                                                          <span class="method-result">string</span>
130          <TR BGCOLOR='#CCCCFF' CLASS='TableHeadingColor'>                                                                                  <a href="#add_row" title="details" class="method-name">add_row</a>
131                  <TD>                                                                                          (<span class="var-type">mixed</span>&nbsp;<span class="var-name">$args</span>)
132                          <span class="font12bold">Method Summary</span>                                                                          </div>
133              <A HREF="#top" CLASS="links">^TOP</A>                                                                  
134                  </TD>                                  <div class="method-definition">
135          </TR>                                                                                          <span class="method-result">void</span>
136                                                                                    <a href="#push_row" title="details" class="method-name">push_row</a>
137                                                                                            ()
138          <!-- =========== Summary =========== -->                                                                          </div>
139          <TR BGCOLOR='white' CLASS='TableRowColor'>                                                                  
140                  <TD>                                  <div class="method-definition">
141                          <CODE><B><A HREF='TABLEtag.html#add_row'>string add_row (  )</A></B></CODE>                                                                                          <span class="method-result">void</span>
142                          <BR>                                                                                  <a href="#set_cell_attributes" title="details" class="method-name">set_cell_attributes</a>
143                          <blockquote> push 1 row (tr) of content. </blockquote>                                                                                          (<span class="var-type">int</span>&nbsp;<span class="var-name">$row</span>, <span class="var-type">int</span>&nbsp;<span class="var-name">$col</span>, [<span class="var-type">array</span>&nbsp;<span class="var-name">$attributes</span> = <span class="var-default">array()</span>])
144                  </TD>                                                                          </div>
145          </TR>                                                                  
146                                            <div class="method-definition">
147          <!-- =========== Summary =========== -->                                                                                          <span class="method-result">void</span>
148          <TR BGCOLOR='white' CLASS='TableRowColor'>                                                                                  <a href="#set_cell_content" title="details" class="method-name">set_cell_content</a>
149                  <TD>                                                                                          (<span class="var-type">mixed</span>&nbsp;<span class="var-name">$row</span>, <span class="var-type">mixed</span>&nbsp;<span class="var-name">$col</span>, <span class="var-type">mixed</span>&nbsp;<span class="var-name">$content</span>)
150                          <CODE><B><A HREF='TABLEtag.html#push_row'>void push_row (  )</A></B></CODE>                                                                          </div>
151                          <BR>                                                                  
152                          <blockquote> Same ass add_row() </blockquote>                                  <div class="method-definition">
153                  </TD>                                                                                          <span class="method-result">void</span>
154          </TR>                                                                                  <a href="#set_default_col_attributes" title="details" class="method-name">set_default_col_attributes</a>
155                                                                                                    (<span class="var-type">array</span>&nbsp;<span class="var-name">$attributes</span>)
156          <!-- =========== Summary =========== -->                                                                          </div>
157          <TR BGCOLOR='white' CLASS='TableRowColor'>                                                                  
158                  <TD>                                  <div class="method-definition">
159                          <CODE><B><A HREF='TABLEtag.html#set_cell_attributes'>void set_cell_attributes ( $row, $col, [$attributes = array()] )</A></B></CODE>                                                                                          <span class="method-result">void</span>
160                          <BR>                                                                                  <a href="#set_default_row_attributes" title="details" class="method-name">set_default_row_attributes</a>
161                          <blockquote> update the attributes of a particular element or td. </blockquote>                                                                                          (<span class="var-type">array</span>&nbsp;<span class="var-name">$attributes</span>)
162                  </TD>                                                                          </div>
163          </TR>                                                                  
164                                            <div class="method-definition">
165          <!-- =========== Summary =========== -->                                                                                          <span class="method-result">void</span>
166          <TR BGCOLOR='white' CLASS='TableRowColor'>                                                                                  <a href="#set_row_attributes" title="details" class="method-name">set_row_attributes</a>
167                  <TD>                                                                                          (<span class="var-type">int</span>&nbsp;<span class="var-name">$row</span>, <span class="var-type">array</span>&nbsp;<span class="var-name">$attributes</span>, <span class="var-type">int</span>&nbsp;<span class="var-name">$col</span>)
168                          <CODE><B><A HREF='TABLEtag.html#set_cell_content'>void set_cell_content ( $row, $col, $content )</A></B></CODE>                                                                          </div>
169                          <BR>                                                          </div>
170                          <blockquote>  </blockquote>                  </div>
171                  </TD>          </div>          
172          </TR>  
173                    <a name="sec-vars"></a>
174          <!-- =========== Summary =========== -->          <div class="info-box">
175          <TR BGCOLOR='white' CLASS='TableRowColor'>                  <div class="info-box-title">Variables</div>
176                  <TD>                  <div class="nav-bar">
177                          <CODE><B><A HREF='TABLEtag.html#set_default_col_attributes'>void set_default_col_attributes ( $attributes )</A></B></CODE>                          <a href="#sec-description">Description</a> |
178                          <BR>                                                          <a href="#sec-descendents">Descendents</a> |
179                          <blockquote> Sets the default attributes for &lt;td&gt;'s                                                                                  <a href="#sec-var-summary">Vars</a> (<span class="disabled">details</span>)
180  that are added to the table. </blockquote>                                                  
181                  </TD>                          
182          </TR>                                                          |
183                                                                                    <a href="#sec-method-summary">Methods</a> (<a href="#sec-methods">details</a>)
184          <!-- =========== Summary =========== -->                                                          
185          <TR BGCOLOR='white' CLASS='TableRowColor'>                                          </div>
186                  <TD>                  <div class="info-box-body">
187                          <CODE><B><A HREF='TABLEtag.html#set_default_row_attributes'>void set_default_row_attributes ( $attributes )</A></B></CODE>                          <a name="var$_default_col_attributes" id="$_default_col_attributes"><!-- --></A>
188                          <BR>  <div class="oddrow">
189                          <blockquote> Sets the default attributes for &lt;tr&gt;'s  
190  that are added to the table. </blockquote>          <div class="var-header">
191                  </TD>                  <span class="var-title">
192          </TR>                          <span class="var-type">array</span>
193                                    <span class="var-name">$_default_col_attributes</span>
194          <!-- =========== Summary =========== -->                           = <span class="var-default">array()</span>                     (line <span class="line-number">1233</span>)
195          <TR BGCOLOR='white' CLASS='TableRowColor'>                  </span>
196                  <TD>          </div>
197                          <CODE><B><A HREF='TABLEtag.html#set_row_attributes'>void set_row_attributes ( $row, $attributes )</A></B></CODE>  
198                          <BR>          <!-- ========== Info from phpDoc block ========= -->
199                          <blockquote> update the attributes of a particular row or tr. </blockquote>  <p class="short-description">Holds the default attributes for all &lt;td&gt;'s</p>
200                  </TD>          <ul class="tags">
201          </TR>                                  <li><span class="field">private:</span> </li>
202                                    </ul>
203  </TABLE>          
204            
205  <hr>                  
206  <!-- ============ VARIABLE DETAIL =========== -->                  
207    
208  <A NAME='variable_detail'></A>  </div>
209  <TABLE CELLPADDING='3' CELLSPACING='0' WIDTH='100%' CLASS="border">  <a name="var$_default_row_attributes" id="$_default_row_attributes"><!-- --></A>
210          <TR BGCOLOR='#CCCCFF' CLASS='TableHeadingColor'>  <div class="evenrow">
211                  <TD>  
212                          <span CLASS="font12bold">Variable Detail</span>          <div class="var-header">
213              <A HREF="#top" CLASS="links">^TOP</A>                  <span class="var-title">
214                  </TD>                          <span class="var-type">array</span>
215          </TR>                          <span class="var-name">$_default_row_attributes</span>
216  </TABLE>                           = <span class="var-default">array()</span>                     (line <span class="line-number">1226</span>)
217                    </span>
218            </div>
219  <A NAME='$_default_col_attributes'><!-- --></A><H3>$_default_col_attributes</H3>  
220  <b>Data type:</b> array<br>          <!-- ========== Info from phpDoc block ========= -->
221  <!-- ========== Info from phpDoc block ========= -->  <p class="short-description">Holds the default attributes for all &lt;tr&gt;'s</p>
222  Holds the default attributes for all &lt;td&gt;'s          <ul class="tags">
223  <BR>                                  <li><span class="field">private:</span> </li>
224                            </ul>
225            
226  <UL>          
227                            
228          <LI><b>Private</b> - <CODE></CODE></LI>                  
229            
230  </UL>  </div>
231    <a name="var$_tag" id="$_tag"><!-- --></A>
232  <HR>  <div class="oddrow">
233    
234  <A NAME='$_default_row_attributes'><!-- --></A><H3>$_default_row_attributes</H3>          <div class="var-header">
235  <b>Data type:</b> array<br>                  <span class="var-title">
236  <!-- ========== Info from phpDoc block ========= -->                          <span class="var-type">mixed</span>
237  Holds the default attributes for all &lt;tr&gt;'s                          <span class="var-name">$_tag</span>
238  <BR>                           = <span class="var-default"> &quot;table&quot;</span>                  (line <span class="line-number">1218</span>)
239                    </span>
240            </div>
241  <UL>  
242                    <!-- ========== Info from phpDoc block ========= -->
243          <LI><b>Private</b> - <CODE></CODE></LI>          
244                    
245  </UL>                  
246                            <hr class="separator" />
247  <HR>                  <div class="notes">Redefined in descendants as:</div>
248                    <ul class="redefinitions">
249  <A NAME='$_tag'><!-- --></A><H3>$_tag</H3>                                          <li>
250  <b>Data type:</b> mixed<br>                                  <a href="../phpHtmlLib/TBODYtag.html#var$_tag">TBODYtag::$_tag</a>
251  <!-- ========== Info from phpDoc block ========= -->                                                                  : Tag definition for class.
252                                                            </li>
253  <BR>                                          <li>
254                                    <a href="../phpHtmlLib/TFOOTtag.html#var$_tag">TFOOTtag::$_tag</a>
255                                                            </li>
256  <UL>                                          <li>
257                                            <a href="../phpHtmlLib/THEADtag.html#var$_tag">THEADtag::$_tag</a>
258  </UL>                                                          </li>
259                                    </ul>
260  <HR>                  
261    
262    </div>
263  <hr>                                                          <h4>Inherited Variables</h4>
264  <!-- ============ FUNCTION DETAIL =========== -->                                  <A NAME='inherited_vars'><!-- --></A>
265                                                                            <p>Inherited from <span class="classname"><a href="../phpHtmlLib/Container.html">Container</a></span></p>
266  <A NAME='function_detail'></A>                                          <blockquote>
267  <TABLE CELLPADDING='3' CELLSPACING='0' WIDTH='100%' CLASS="border">                                                                                                          <span class="var-title">
268          <TR BGCOLOR='#CCCCFF' CLASS='TableHeadingColor'>                                                                  <span class="var-name"><a href="../phpHtmlLib/Container.html#var$_flags">Container::$_flags</a></span><br>
269                  <TD>                                                          </span>
270                          <span class="font12bold">Method Detail</span>                                                                                          </blockquote>
271              <A HREF="#top" CLASS="links">^TOP</A>                                                                                  
272                  </TD>                  </div>
273          </TR>          </div>
274  </TABLE>          
275  <BR>          <a name="sec-methods"></a>
276            <div class="info-box">
277  <DIV CLASS="function">                  <div class="info-box-title">Methods</div>
278  <A NAME='add_row'><!-- --></A>                  <div class="nav-bar">
279  <SPAN CLASS="font12bold">add_row</SPAN>                          <a href="#sec-description">Description</a> |
280  <BR>                                                          <a href="#sec-descendents">Descendents</a> |
281  <SPAN CLASS="font10bold">Useage : </SPAN>                                                                                                                          <a href="#sec-var-summary">Vars</a> (<a href="#sec-vars">details</a>)
282  <span class="font10bold" style="color: #FF0000">string</SPAN>&nbsp;                                                                                                                  <a href="#sec-method-summary">Methods</a> (<span class="disabled">details</span>)
283  <span class="font10bold" style="color: #0000FF">add_row (  )</SPAN>                                                  
284  <BR>                  </div>
285                    <div class="info-box-body">
286  <BR>                          <A NAME='method_detail'></A>
287  <SPAN CLASS="font10bold">Description : </SPAN>  <a name="methodadd_row" id="add_row"><!-- --></a>
288  <!-- ========== Info from phpDoc block ========= -->  <div class="evenrow">
289  push 1 row (tr) of content.          
290  <BR>          <div class="method-header">
291  Content can be raw strings, or tag objects.                  <span class="method-title">add_row</span> (line <span class="line-number">1257</span>)
292  Can push 1 item, or multiple items in call.  Each item          </div>
293  will be its own td.  should call push() to push a          
294  &lt;TR&gt; object, but we detect it here anyway.          <!-- ========== Info from phpDoc block ========= -->
295  This function does not save the content by reference.  <p class="short-description">push 1 row (tr) of content.</p>
296  It copies the content and pushes it into the table.  <p class="description"><p>Content can be raw strings, or tag objects.  Can push 1 item, or multiple items in call.  Each item  will be its own td.  should call push() to push a  &lt;TR&gt; object, but we detect it here anyway.  This function does not save the content by reference.  It copies the content and pushes it into the table.  If you want to save a reference use push() instead.</p></p>
297  If you want to save a reference use push() instead.          <ul class="tags">
298  <DL>                                  <li><span class="field">public:</span> </li>
299    <DT class="font10bold">Function Parameters:</DT>                          </ul>
300              
301    <DD CLASS="font10" STYLE="padding-bottom:5px;"><span STYLE="font-style: italic;">- <span style="color: #FF0000;font-weight:bold;">mixed</SPAN> <span style="color: #0000FF;font-weight:bold">$args</SPAN></SPAN> The &lt;td&gt;'s to push for next row</DD>          <div class="method-signature">
302                      <span class="method-result">string</span>
303                    <span class="method-name">
304    <DT class="font10bold">Function Info:</DT>                          add_row
305                      </span>
306    <DD CLASS="font10" STYLE="padding-bottom:5px;"><b>Public</b> - </DD>                                          (<span class="var-type">mixed</span>&nbsp;<span class="var-name">$args</span>)
307                              </div>
308  </DL>          
309                            <ul class="parameters">
310  </DIV>                                          <li>
311  <BR>                                  <span class="var-type">mixed</span>
312                                    <span class="var-name">$args</span><span class="var-description">: <p>The &lt;td&gt;'s to push for next row</p></span>                  </li>
313  <DIV CLASS="function">                                  </ul>
314  <A NAME='push_row'><!-- --></A>                  
315  <SPAN CLASS="font12bold">push_row</SPAN>                  
316  <BR>          </div>
317  <SPAN CLASS="font10bold">Useage : </SPAN>  <a name="methodpush_row" id="push_row"><!-- --></a>
318  <span class="font10bold" style="color: #FF0000">void</SPAN>&nbsp;  <div class="oddrow">
319  <span class="font10bold" style="color: #0000FF">push_row (  )</SPAN>          
320  <BR>          <div class="method-header">
321                    <span class="method-title">push_row</span> (line <span class="line-number">1304</span>)
322  <BR>          </div>
323  <SPAN CLASS="font10bold">Description : </SPAN>          
324  <!-- ========== Info from phpDoc block ========= -->          <!-- ========== Info from phpDoc block ========= -->
325  Same ass add_row()  <p class="short-description">Same ass add_row()</p>
326  <BR>  <p class="description"><p>NOTE: only exists for compatibility with 1.x</p></p>
327  NOTE: only exists for compatibility with 1.x          <ul class="tags">
328  <DL>                                  <li><span class="field">deprecated:</span> <p>- use add()</p></li>
329    <DT class="font10bold">Function Parameters:</DT>                          </ul>
330              
331            <div class="method-signature">
332    <DT class="font10bold">Function Info:</DT>                  <span class="method-result">void</span>
333                      <span class="method-name">
334    <DD CLASS="font10" STYLE="padding-bottom:5px;"><b>Deprecated</b> - - use add()</DD>                          push_row
335                      </span>
336  </DL>                                  ()
337                            </div>
338  </DIV>          
339  <BR>                  
340                    
341  <DIV CLASS="function">          </div>
342  <A NAME='set_cell_attributes'><!-- --></A>  <a name="methodset_cell_attributes" id="set_cell_attributes"><!-- --></a>
343  <SPAN CLASS="font12bold">set_cell_attributes</SPAN>  <div class="evenrow">
344  <BR>          
345  <SPAN CLASS="font10bold">Useage : </SPAN>          <div class="method-header">
346  <span class="font10bold" style="color: #FF0000">void</SPAN>&nbsp;                  <span class="method-title">set_cell_attributes</span> (line <span class="line-number">1346</span>)
347  <span class="font10bold" style="color: #0000FF">set_cell_attributes ( $row, $col, [$attributes = array()] )</SPAN>          </div>
348  <BR>          
349            <!-- ========== Info from phpDoc block ========= -->
350  <BR>  <p class="short-description">update the attributes of a particular element or td.</p>
351  <SPAN CLASS="font10bold">Description : </SPAN>          <ul class="tags">
352  <!-- ========== Info from phpDoc block ========= -->                                  <li><span class="field">public:</span> </li>
353  update the attributes of a particular element or td.                          </ul>
354  <BR>          
355            <div class="method-signature">
356  <DL>                  <span class="method-result">void</span>
357    <DT class="font10bold">Function Parameters:</DT>                  <span class="method-name">
358                              set_cell_attributes
359    <DD CLASS="font10" STYLE="padding-bottom:5px;"><span STYLE="font-style: italic;">- <span style="color: #FF0000;font-weight:bold;">int</SPAN> <span style="color: #0000FF;font-weight:bold">$row</SPAN></SPAN> row # of the table to edit</DD>                  </span>
360                                              (<span class="var-type">int</span>&nbsp;<span class="var-name">$row</span>, <span class="var-type">int</span>&nbsp;<span class="var-name">$col</span>, [<span class="var-type">array</span>&nbsp;<span class="var-name">$attributes</span> = <span class="var-default">array()</span>])
361    <DD CLASS="font10" STYLE="padding-bottom:5px;"><span STYLE="font-style: italic;">- <span style="color: #FF0000;font-weight:bold;">int</SPAN> <span style="color: #0000FF;font-weight:bold">$col</SPAN></SPAN> column # of the table to edit</DD>                          </div>
362              
363    <DD CLASS="font10" STYLE="padding-bottom:5px;"><span STYLE="font-style: italic;">- <span style="color: #FF0000;font-weight:bold;">array</SPAN> <span style="color: #0000FF;font-weight:bold">$attributes</SPAN></SPAN> array of name=&gt;value pairs</DD>                          <ul class="parameters">
364                                              <li>
365                                    <span class="var-type">int</span>
366    <DT class="font10bold">Function Info:</DT>                                  <span class="var-name">$row</span><span class="var-description">: <p>row # of the table to edit</p></span>                      </li>
367                                              <li>
368    <DD CLASS="font10" STYLE="padding-bottom:5px;"><b>Public</b> - </DD>                                  <span class="var-type">int</span>
369                                      <span class="var-name">$col</span><span class="var-description">: <p>column # of the table to edit</p></span>                   </li>
370  </DL>                                          <li>
371                                    <span class="var-type">array</span>
372  </DIV>                                  <span class="var-name">$attributes</span><span class="var-description">: <p>array of name=&gt;value pairs</p></span>                    </li>
373  <BR>                                  </ul>
374                    
375  <DIV CLASS="function">                  
376  <A NAME='set_cell_content'><!-- --></A>          </div>
377  <SPAN CLASS="font12bold">set_cell_content</SPAN>  <a name="methodset_cell_content" id="set_cell_content"><!-- --></a>
378  <BR>  <div class="oddrow">
379  <SPAN CLASS="font10bold">Useage : </SPAN>          
380  <span class="font10bold" style="color: #FF0000">void</SPAN>&nbsp;          <div class="method-header">
381  <span class="font10bold" style="color: #0000FF">set_cell_content ( $row, $col, $content )</SPAN>                  <span class="method-title">set_cell_content</span> (line <span class="line-number">1372</span>)
382  <BR>          </div>
383            
384  <BR>          <!-- ========== Info from phpDoc block ========= -->
385  <SPAN CLASS="font10bold">Description : </SPAN>          
386  <!-- ========== Info from phpDoc block ========= -->          <div class="method-signature">
387                    <span class="method-result">void</span>
388  <BR>                  <span class="method-name">
389                            set_cell_content
390  <DL>                  </span>
391    <DT class="font10bold">Function Parameters:</DT>                                          (<span class="var-type">mixed</span>&nbsp;<span class="var-name">$row</span>, <span class="var-type">mixed</span>&nbsp;<span class="var-name">$col</span>, <span class="var-type">mixed</span>&nbsp;<span class="var-name">$content</span>)
392                              </div>
393            
394    <DT class="font10bold">Function Info:</DT>                  
395                      
396  </DL>          </div>
397    <a name="methodset_default_col_attributes" id="set_default_col_attributes"><!-- --></a>
398  </DIV>  <div class="evenrow">
399  <BR>          
400            <div class="method-header">
401  <DIV CLASS="function">                  <span class="method-title">set_default_col_attributes</span> (line <span class="line-number">1330</span>)
402  <A NAME='set_default_col_attributes'><!-- --></A>          </div>
403  <SPAN CLASS="font12bold">set_default_col_attributes</SPAN>          
404  <BR>          <!-- ========== Info from phpDoc block ========= -->
405  <SPAN CLASS="font10bold">Useage : </SPAN>  <p class="short-description">Sets the default attributes for &lt;td&gt;'s  that are added to the table.  If there are  any attributes set for the &lt;td&gt; it won't use  the defaults.</p>
406  <span class="font10bold" style="color: #FF0000">void</SPAN>&nbsp;          
407  <span class="font10bold" style="color: #0000FF">set_default_col_attributes ( $attributes )</SPAN>          <div class="method-signature">
408  <BR>                  <span class="method-result">void</span>
409                    <span class="method-name">
410  <BR>                          set_default_col_attributes
411  <SPAN CLASS="font10bold">Description : </SPAN>                  </span>
412  <!-- ========== Info from phpDoc block ========= -->                                          (<span class="var-type">array</span>&nbsp;<span class="var-name">$attributes</span>)
413  Sets the default attributes for &lt;td&gt;'s                          </div>
414  that are added to the table.          
415  <BR>                          <ul class="parameters">
416  If there are                                          <li>
417  any attributes set for the &lt;td&gt; it won't use                                  <span class="var-type">array</span>
418  the defaults.                                  <span class="var-name">$attributes</span><span class="var-description">: <p>- the default attributes</p></span>                 </li>
419  <DL>                                  </ul>
420    <DT class="font10bold">Function Parameters:</DT>                  
421                      
422    <DD CLASS="font10" STYLE="padding-bottom:5px;"><span STYLE="font-style: italic;">- <span style="color: #FF0000;font-weight:bold;">array</SPAN> <span style="color: #0000FF;font-weight:bold">$attributes</SPAN></SPAN> - the default attributes</DD>          </div>
423      <a name="methodset_default_row_attributes" id="set_default_row_attributes"><!-- --></a>
424    <div class="oddrow">
425    <DT class="font10bold">Function Info:</DT>          
426              <div class="method-header">
427  </DL>                  <span class="method-title">set_default_row_attributes</span> (line <span class="line-number">1317</span>)
428            </div>
429  </DIV>          
430  <BR>          <!-- ========== Info from phpDoc block ========= -->
431    <p class="short-description">Sets the default attributes for &lt;tr&gt;'s  that are added to the table.  If there are  any attributes set for the &lt;tr&gt; it won't use  the defaults.</p>
432  <DIV CLASS="function">          
433  <A NAME='set_default_row_attributes'><!-- --></A>          <div class="method-signature">
434  <SPAN CLASS="font12bold">set_default_row_attributes</SPAN>                  <span class="method-result">void</span>
435  <BR>                  <span class="method-name">
436  <SPAN CLASS="font10bold">Useage : </SPAN>                          set_default_row_attributes
437  <span class="font10bold" style="color: #FF0000">void</SPAN>&nbsp;                  </span>
438  <span class="font10bold" style="color: #0000FF">set_default_row_attributes ( $attributes )</SPAN>                                          (<span class="var-type">array</span>&nbsp;<span class="var-name">$attributes</span>)
439  <BR>                          </div>
440            
441  <BR>                          <ul class="parameters">
442  <SPAN CLASS="font10bold">Description : </SPAN>                                          <li>
443  <!-- ========== Info from phpDoc block ========= -->                                  <span class="var-type">array</span>
444  Sets the default attributes for &lt;tr&gt;'s                                  <span class="var-name">$attributes</span><span class="var-description">: <p>- the default attributes</p></span>                 </li>
445  that are added to the table.                                  </ul>
446  <BR>                  
447  If there are                  
448  any attributes set for the &lt;tr&gt; it won't use          </div>
449  the defaults.  <a name="methodset_row_attributes" id="set_row_attributes"><!-- --></a>
450  <DL>  <div class="evenrow">
451    <DT class="font10bold">Function Parameters:</DT>          
452              <div class="method-header">
453    <DD CLASS="font10" STYLE="padding-bottom:5px;"><span STYLE="font-style: italic;">- <span style="color: #FF0000;font-weight:bold;">array</SPAN> <span style="color: #0000FF;font-weight:bold">$attributes</SPAN></SPAN> - the default attributes</DD>                  <span class="method-title">set_row_attributes</span> (line <span class="line-number">1364</span>)
454              </div>
455            
456    <DT class="font10bold">Function Info:</DT>          <!-- ========== Info from phpDoc block ========= -->
457      <p class="short-description">update the attributes of a particular row or tr.</p>
458  </DL>          <ul class="tags">
459                                    <li><span class="field">public:</span> </li>
460  </DIV>                          </ul>
461  <BR>          
462            <div class="method-signature">
463  <DIV CLASS="function">                  <span class="method-result">void</span>
464  <A NAME='set_row_attributes'><!-- --></A>                  <span class="method-name">
465  <SPAN CLASS="font12bold">set_row_attributes</SPAN>                          set_row_attributes
466  <BR>                  </span>
467  <SPAN CLASS="font10bold">Useage : </SPAN>                                          (<span class="var-type">int</span>&nbsp;<span class="var-name">$row</span>, <span class="var-type">array</span>&nbsp;<span class="var-name">$attributes</span>, <span class="var-type">int</span>&nbsp;<span class="var-name">$col</span>)
468  <span class="font10bold" style="color: #FF0000">void</SPAN>&nbsp;                          </div>
469  <span class="font10bold" style="color: #0000FF">set_row_attributes ( $row, $attributes )</SPAN>          
470  <BR>                          <ul class="parameters">
471                                            <li>
472  <BR>                                  <span class="var-type">int</span>
473  <SPAN CLASS="font10bold">Description : </SPAN>                                  <span class="var-name">$row</span><span class="var-description">: <p>row # of the table to edit</p></span>                      </li>
474  <!-- ========== Info from phpDoc block ========= -->                                          <li>
475  update the attributes of a particular row or tr.                                  <span class="var-type">int</span>
476  <BR>                                  <span class="var-name">$col</span><span class="var-description">: <p>column # of the table to edit</p></span>                   </li>
477                                            <li>
478  <DL>                                  <span class="var-type">array</span>
479    <DT class="font10bold">Function Parameters:</DT>                                  <span class="var-name">$attributes</span><span class="var-description">: <p>array of name=&gt;value pairs</p></span>                    </li>
480                                      </ul>
481    <DD CLASS="font10" STYLE="padding-bottom:5px;"><span STYLE="font-style: italic;">- <span style="color: #FF0000;font-weight:bold;">int</SPAN> <span style="color: #0000FF;font-weight:bold">$row</SPAN></SPAN> row # of the table to edit</DD>                  
482                      
483    <DD CLASS="font10" STYLE="padding-bottom:5px;"><span STYLE="font-style: italic;">- <span style="color: #FF0000;font-weight:bold;">int</SPAN> <span style="color: #0000FF;font-weight:bold">$col</SPAN></SPAN> column # of the table to edit</DD>          </div>
484                                                              <h4>Inherited Methods</h4>
485    <DD CLASS="font10" STYLE="padding-bottom:5px;"><span STYLE="font-style: italic;">- <span style="color: #FF0000;font-weight:bold;">array</SPAN> <span style="color: #0000FF;font-weight:bold">$attributes</SPAN></SPAN> array of name=&gt;value pairs</DD>                                  <a name='inherited_methods'><!-- --></a>        
486                                                                              <!-- =========== Summary =========== -->
487                                            <p>Inherited From <span class="classname"><a href="../phpHtmlLib/HTMLTagClass.html">HTMLTagClass</a></span></p>
488    <DT class="font10bold">Function Info:</DT>                                          <blockquote>
489                                                                                                              <span class="method-name"><a href="../phpHtmlLib/HTMLTagClass.html#methodHTMLTagClass">HTMLTagClass::HTMLTagClass()</a></span><br>
490    <DD CLASS="font10" STYLE="padding-bottom:5px;"><b>Public</b> - </DD>                                                                                                          <span class="method-name"><a href="../phpHtmlLib/HTMLTagClass.html#methodrender">HTMLTagClass::render()</a></span><br>
491                                                                                                              <span class="method-name"><a href="../phpHtmlLib/HTMLTagClass.html#methodset_class">HTMLTagClass::set_class()</a></span><br>
492  </DL>                                                                                                          <span class="method-name"><a href="../phpHtmlLib/HTMLTagClass.html#methodset_id">HTMLTagClass::set_id()</a></span><br>
493                                                                                                            <span class="method-name"><a href="../phpHtmlLib/HTMLTagClass.html#methodset_style">HTMLTagClass::set_style()</a></span><br>
494  </DIV>                                                                                                          <span class="method-name"><a href="../phpHtmlLib/HTMLTagClass.html#method_build_attribute_string">HTMLTagClass::_build_attribute_string()</a></span><br>
495  <BR>                                                                                                          <span class="method-name"><a href="../phpHtmlLib/HTMLTagClass.html#method_prepare_flags">HTMLTagClass::_prepare_flags()</a></span><br>
496                                                                                                            <span class="method-name"><a href="../phpHtmlLib/HTMLTagClass.html#method_render_tag_debug">HTMLTagClass::_render_tag_debug()</a></span><br>
497                                                                                            </blockquote>
498  <hr>                                                                          <!-- =========== Summary =========== -->
499  </HTML>                                          <p>Inherited From <span class="classname"><a href="../phpHtmlLib/XMLTagClass.html">XMLTagClass</a></span></p>
500                                            <blockquote>
501                                                                                                            <span class="method-name"><a href="../phpHtmlLib/XMLTagClass.html#methodXMLTagClass">XMLTagClass::XMLTagClass()</a></span><br>
502                                                                                                            <span class="method-name"><a href="../phpHtmlLib/XMLTagClass.html#methodget_tag">XMLTagClass::get_tag()</a></span><br>
503                                                                                                            <span class="method-name"><a href="../phpHtmlLib/XMLTagClass.html#methodget_tag_name">XMLTagClass::get_tag_name()</a></span><br>
504                                                                                                            <span class="method-name"><a href="../phpHtmlLib/XMLTagClass.html#methodrender">XMLTagClass::render()</a></span><br>
505                                                                                                            <span class="method-name"><a href="../phpHtmlLib/XMLTagClass.html#methodreset_attributes">XMLTagClass::reset_attributes()</a></span><br>
506                                                                                                            <span class="method-name"><a href="../phpHtmlLib/XMLTagClass.html#methodset_cdata_flag">XMLTagClass::set_cdata_flag()</a></span><br>
507                                                                                                            <span class="method-name"><a href="../phpHtmlLib/XMLTagClass.html#methodset_collapse">XMLTagClass::set_collapse()</a></span><br>
508                                                                                                            <span class="method-name"><a href="../phpHtmlLib/XMLTagClass.html#methodset_newline_after_closetag">XMLTagClass::set_newline_after_closetag()</a></span><br>
509                                                                                                            <span class="method-name"><a href="../phpHtmlLib/XMLTagClass.html#methodset_newline_after_opentag">XMLTagClass::set_newline_after_opentag()</a></span><br>
510                                                                                                            <span class="method-name"><a href="../phpHtmlLib/XMLTagClass.html#methodset_tag_attribute">XMLTagClass::set_tag_attribute()</a></span><br>
511                                                                                                            <span class="method-name"><a href="../phpHtmlLib/XMLTagClass.html#methodset_tag_attributes">XMLTagClass::set_tag_attributes()</a></span><br>
512                                                                                                            <span class="method-name"><a href="../phpHtmlLib/XMLTagClass.html#methodset_tag_name">XMLTagClass::set_tag_name()</a></span><br>
513                                                                                                            <span class="method-name"><a href="../phpHtmlLib/XMLTagClass.html#method_build_attribute_string">XMLTagClass::_build_attribute_string()</a></span><br>
514                                                                                                            <span class="method-name"><a href="../phpHtmlLib/XMLTagClass.html#method_get_element">XMLTagClass::_get_element()</a></span><br>
515                                                                                                            <span class="method-name"><a href="../phpHtmlLib/XMLTagClass.html#method_prepare_flags">XMLTagClass::_prepare_flags()</a></span><br>
516                                                                                                            <span class="method-name"><a href="../phpHtmlLib/XMLTagClass.html#method_render_close_tag">XMLTagClass::_render_close_tag()</a></span><br>
517                                                                                                            <span class="method-name"><a href="../phpHtmlLib/XMLTagClass.html#method_render_content">XMLTagClass::_render_content()</a></span><br>
518                                                                                                            <span class="method-name"><a href="../phpHtmlLib/XMLTagClass.html#method_render_open_tag">XMLTagClass::_render_open_tag()</a></span><br>
519                                                                                                            <span class="method-name"><a href="../phpHtmlLib/XMLTagClass.html#method_set_flags">XMLTagClass::_set_flags()</a></span><br>
520                                                                                            </blockquote>
521                                                                            <!-- =========== Summary =========== -->
522                                            <p>Inherited From <span class="classname"><a href="../phpHtmlLib/Container.html">Container</a></span></p>
523                                            <blockquote>
524                                                                                                            <span class="method-name"><a href="../phpHtmlLib/Container.html#methodContainer">Container::Container()</a></span><br>
525                                                                                                            <span class="method-name"><a href="../phpHtmlLib/Container.html#methodadd">Container::add()</a></span><br>
526                                                                                                            <span class="method-name"><a href="../phpHtmlLib/Container.html#methodadd_reference">Container::add_reference()</a></span><br>
527                                                                                                            <span class="method-name"><a href="../phpHtmlLib/Container.html#methodcount_content">Container::count_content()</a></span><br>
528                                                                                                            <span class="method-name"><a href="../phpHtmlLib/Container.html#methodget_indent_flag">Container::get_indent_flag()</a></span><br>
529                                                                                                            <span class="method-name"><a href="../phpHtmlLib/Container.html#methodpush">Container::push()</a></span><br>
530                                                                                                            <span class="method-name"><a href="../phpHtmlLib/Container.html#methodpush_reference">Container::push_reference()</a></span><br>
531                                                                                                            <span class="method-name"><a href="../phpHtmlLib/Container.html#methodrender">Container::render()</a></span><br>
532                                                                                                            <span class="method-name"><a href="../phpHtmlLib/Container.html#methodreset_content">Container::reset_content()</a></span><br>
533                                                                                                            <span class="method-name"><a href="../phpHtmlLib/Container.html#methodset_collapse">Container::set_collapse()</a></span><br>
534                                                                                                            <span class="method-name"><a href="../phpHtmlLib/Container.html#methodset_indent_flag">Container::set_indent_flag()</a></span><br>
535                                                                                                            <span class="method-name"><a href="../phpHtmlLib/Container.html#method_set_flags">Container::_set_flags()</a></span><br>
536                                                                                            </blockquote>
537                                                                                    
538                    </div>
539            </div>
540            
541            <p class="notes" id="credit">
542                    Documention generated on Thu, 31 Jul 2003 18:32:10 -0700 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.2.0</a>
543            </p>
544            </div></body>
545    </html>

Legend:
Removed from v.1.1.1.1  
changed lines
  Added in v.1.3

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