/[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 by jonen, Thu Jan 30 03:29:14 2003 UTC revision 1.2 by jonen, Sat Feb 22 20:56:35 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'>  <!DOCTYPE HTML PUBLIC '-//W3C//DTD HTML 4.0 Transitional//EN' 'http://www.w3.org/TR/REC-html40/loose.dtd'>
2  <!--NewPage-->  <!--NewPage-->
3  <HTML>  <HTML>
4  <HEAD>  <HEAD>
5          <!-- Generated by PhpDoc date: 'Mon, 25 Nov 2002 09:21:28 -0800' -->          <!-- Generated by PhpDoc date: 'Thu, 20 Feb 2003 16:22:25 -0800' -->
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' TYPE='text/css' HREF='../media/stylesheet.css' TITLE='Style'>
8  </HEAD>  </HEAD>
9  <BODY style="background-color: #eeeeee; font-family: arial; font-size: .9em;">  <BODY style="background-color: #eeeeee; font-family: arial; font-size: .9em;">
       
   
10  <!-- Links -->  <!-- Links -->
11  <a NAME="top"></A>  <a NAME="top"></A>
12  <table WIDTH="100%" class="links">  <table WIDTH="100%" class="links">
# Line 18  Line 16 
16        <A HREF="#children_summary" class="links" title="Classes extended from TABLEtag">Child Classes</A>        <A HREF="#children_summary" class="links" title="Classes extended from TABLEtag">Child Classes</A>
17        <A HREF="#var_summary" class="links" title="Class Variable Summary">Variables</A>        <A HREF="#var_summary" class="links" title="Class Variable Summary">Variables</A>
18        <A HREF="#var_inherited_summary" class="links" title="Inherited Class Variable Summary">Inherited Variables</A>        <A HREF="#var_inherited_summary" class="links" title="Inherited Class Variable Summary">Inherited Variables</A>
19        <A HREF="#functions_inherited" class="links" title="Inherited Method Summary">Inerited Methods</A>        <A HREF="#functions_inherited" class="links" title="Inherited Method Summary">Inherited Methods</A>
20        <A HREF="#functions_summary" class="links" title="Method Summary">Methods</A>        <A HREF="#method_summary" class="links" title="Method Summary">Methods</A>
21        <A HREF="#variable_detail" class="links" title="Variable Detail">Variable Detail</A>        <A HREF="#variable_detail" class="links" title="Variable Detail">Variable Detail</A>
22        <A HREF="#function_detail" class="links" title="Method Detail">Method Detail</A>        <A HREF="#method_detail" class="links" title="Method Detail">Method Detail</A>
23     </TD>     </TD>
24   </TR>   </TR>
25  </TABLE>  </TABLE>
26  <BR>  <BR>
   
27  <!-- Start of Class Data -->  <!-- Start of Class Data -->
28  <H2>  <H2>
29          Class TABLEtag          Class TABLEtag
30  </H2>  </H2> (line <span class="linenumber">1198</span>)
   
31  <pre>  <pre>
32  <pre><a href="../phpHtmlLib/Container.html">Container</a>  <a href="../phpHtmlLib/Container.html">Container</a>
33     |     |
34     --<a href="../phpHtmlLib/XMLTagClass.html">XMLTagClass</a>     --<a href="../phpHtmlLib/XMLTagClass.html">XMLTagClass</a>
35        |        |
36        --<a href="../phpHtmlLib/HTMLTagClass.html">HTMLTagClass</a>        --<a href="../phpHtmlLib/HTMLTagClass.html">HTMLTagClass</a>
37           |           |
38           --TABLEtag</pre>           --TABLEtag</pre>
39  </pre>  <SPAN class="type">Classes extended from TABLEtag:</SPAN>
40                    <dl>
41  <A NAME="children_summary"</A>          <dt><a href="../phpHtmlLib/TBODYtag.html">TBODYtag</a></dt>
42  <H3>                  <dd>&lt;TBODY&gt; class.</dd>
43          Classes extended from TABLEtag: <A HREF="#top" CLASS="links">^TOP</A>          </dl>
44  </H3>                  <dl>
45  <a href="../phpHtmlLib/TBODYtag.html">TBODYtag</a>, <a href="../phpHtmlLib/TFOOTtag.html">TFOOTtag</a>, <a href="../phpHtmlLib/THEADtag.html">THEADtag</a>          <dt><a href="../phpHtmlLib/TFOOTtag.html">TFOOTtag</a></dt>
46                    <dd>&lt;TFOOT&gt; tag class</dd>
47            </dl>
48                    <dl>
49            <dt><a href="../phpHtmlLib/THEADtag.html">THEADtag</a></dt>
50                    <dd>Table Header &lt;THEAD&gt; class.</dd>
51            </dl>
52            </p>
53  <p>  <p>
54          <b><i>Located in File: Program_Root/tag_classes/ALLTAGS.inc</i></b><br>          <b><i>Located in File: Program_Root/tag_classes/ALLTAGS.inc</i></b><br>
55  </p>  </p>
56  <hr>  <hr>
 <!-- ========== Info from phpDoc block ========= -->  
57  &lt;TABLE&gt; tag class  &lt;TABLE&gt; tag class
58  <BR>  <br />
59  The &lt;table&gt; tag defines the start of a table.  <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>
 Inside a table row you can put table headers,  
 table rows, and table cells.  
   
60  <UL>  <UL>
61                            <LI><b>author</b> - <CODE>Walter A. Boring IV &lt;<a href="mailto:waboring@buildabetterweb.com">mailto:waboring@buildabetterweb.com</a>&gt;</CODE></LI>
62          <LI><b>Package</b> - <CODE>phpHtmlLib</CODE></LI>          </UL>
           
 </UL>  
   
63  <hr>  <hr>
64  <!-- =========== VAR SUMMARY =========== -->  <!-- =========== VAR SUMMARY =========== -->
65  <A NAME='var_summary'><!-- --></A>  <A NAME='var_summary'><!-- --></A>
# Line 75  table rows, and table cells. Line 71  table rows, and table cells.
71                  </TD>                  </TD>
72          </TR>          </TR>
73    
74                            <!-- =========== Summary =========== -->
         <!-- =========== Summary =========== -->  
75          <TR BGCOLOR='white' CLASS='TableRowColor'>          <TR BGCOLOR='white' CLASS='TableRowColor'>
76                  <TD>                  <TD>
77                          <CODE><B><A HREF='TABLEtag.html#$_default_col_attributes'>$_default_col_attributes</A></B></CODE>                          <CODE><B><A HREF="../phpHtmlLib/TABLEtag.html#var$_default_col_attributes">$_default_col_attributes</A></B></CODE>
78                          <BR>                          <BR>
79                          <blockquote> Holds the default attributes for all &lt;td&gt;'s </blockquote>                          <blockquote> Holds the default attributes for all &lt;td&gt;'s </blockquote>
80                          <blockquote> Default Value: <CODE>->array()<-</CODE> </blockquote>                          <blockquote> Default Value: <CODE>->array()<-</CODE> </blockquote>
81                  </TD>                  </TD>
82          </TR>          </TR>
83                            <!-- =========== Summary =========== -->
         <!-- =========== Summary =========== -->  
84          <TR BGCOLOR='white' CLASS='TableRowColor'>          <TR BGCOLOR='white' CLASS='TableRowColor'>
85                  <TD>                  <TD>
86                          <CODE><B><A HREF='TABLEtag.html#$_default_row_attributes'>$_default_row_attributes</A></B></CODE>                          <CODE><B><A HREF="../phpHtmlLib/TABLEtag.html#var$_default_row_attributes">$_default_row_attributes</A></B></CODE>
87                          <BR>                          <BR>
88                          <blockquote> Holds the default attributes for all &lt;tr&gt;'s </blockquote>                          <blockquote> Holds the default attributes for all &lt;tr&gt;'s </blockquote>
89                          <blockquote> Default Value: <CODE>->array()<-</CODE> </blockquote>                          <blockquote> Default Value: <CODE>->array()<-</CODE> </blockquote>
90                  </TD>                  </TD>
91          </TR>          </TR>
92                            <!-- =========== Summary =========== -->
         <!-- =========== Summary =========== -->  
93          <TR BGCOLOR='white' CLASS='TableRowColor'>          <TR BGCOLOR='white' CLASS='TableRowColor'>
94                  <TD>                  <TD>
95                          <CODE><B><A HREF='TABLEtag.html#$_tag'>$_tag</A></B></CODE>                          <CODE><B><A HREF="../phpHtmlLib/TABLEtag.html#var$_tag">$_tag</A></B></CODE>
96                          <BR>                          <BR>
97                          <blockquote>  </blockquote>                          <blockquote>  </blockquote>
98                          <blockquote> Default Value: <CODE>->table<-</CODE> </blockquote>                          <blockquote> Default Value: <CODE>->&nbsp;"table"<-</CODE> </blockquote>
99                  </TD>                  </TD>
100          </TR>          </TR>
101                    </TABLE>
 </TABLE>  
   
102  <hr>  <hr>
103  <!-- =========== VAR INHERITED SUMMARY =========== -->  <!-- =========== VAR INHERITED SUMMARY =========== -->
104  <A NAME='var_inherited_summary'><!-- --></A>  <A NAME='var_inherited_summary'><!-- --></A>
105  <TABLE CELLPADDING='3' CELLSPACING='0' WIDTH='100%' CLASS="border">  <TABLE CELLPADDING='3' CELLSPACING='0' WIDTH='100%' CLASS="border">
106          <TR CLASS='TableHeadingColor'>          <TR BGCOLOR='#CCCCFF' CLASS='TableHeadingColor'>
107                  <TD>                  <TD>
108                          <span CLASS="font12bold">Inherited Class Variable Summary</span>                          <span CLASS="font12bold">Inherited Class Variable Summary</span>
109              <A HREF="#top" CLASS="links">^TOP</A>              <A HREF="#top" CLASS="links">^TOP</A>
110                  </TD>                  </TD>
111          </TR>          </TR>
112    
113                            <!-- =========== Summary =========== -->
         <!-- =========== Summary =========== -->  
114          <TR BGCOLOR='white'>          <TR BGCOLOR='white'>
115                  <TD>                  <TD>
116                          <span CLASS="font10bold">Inherited From Class <a href="../phpHtmlLib/HTMLTagClass.html">HTMLTagClass</a></span>                          <span CLASS="font10bold">Inherited From Class <a href="../phpHtmlLib/Container.html">Container</a></span>
117              <table CELLPADDING='3' CELLSPACING='0' WIDTH='95%' CLASS="border" ALIGN="center">              <table CELLPADDING='3' CELLSPACING='0' WIDTH='95%' CLASS="border" ALIGN="center">
118                          <tr CLASS="tableheadingcolor">                          <tr CLASS="tableheadingcolor">
119                                  <th>Variable</th>                                  <th>Variable</th>
120                                  <th>Default Value</th>                                  <th>Default Value</th>
121                                  <th>Description</th>                                  <th>Description</th>
122                          </tr>                          </tr>
123                                                                                            <tr>
124                          <tr>                                  <td CLASS="font10bold"><a href="../phpHtmlLib/Container.html#var$_flags">Container::$_flags</a></td>
125                                  <td CLASS="font10bold"><A HREF='../phpHtmlLib/HTMLTagClass.html#$_depricated'>$_depricated</A></td>                                  <td CLASS="font10" STYLE="white-space: nowrap">-> _NEWLINEAFTERCONTENT<-</td>
126                                  <td CLASS="font10" STYLE="white-space: nowrap">->FALSE<-</td>                                  <td CLASS="font10">The flags that tell us</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>  
127                          </tr>                          </tr>
128                                                                                            </table>
                         </table>  
129              <BR>              <BR>
130          </TD>          </TD>
131          </TR>          </TR>
132                    </TABLE>
133          <!-- =========== Summary =========== -->  
134          <TR BGCOLOR='white'>  <hr>
135    <!-- =========== METHOD SUMMARY =========== -->
136    <A NAME='method_summary'><!-- --></A>
137    <TABLE CELLPADDING='3' CELLSPACING='0' WIDTH='100%' Class="border">
138            <TR BGCOLOR='#CCCCFF' CLASS='TableHeadingColor'>
139                  <TD>                  <TD>
140                          <span CLASS="font10bold">Inherited From Class <a href="../phpHtmlLib/XMLTagClass.html">XMLTagClass</a></span>                          <span class="font12bold">Method Summary</span>
141              <table CELLPADDING='3' CELLSPACING='0' WIDTH='95%' CLASS="border" ALIGN="center">              <A HREF="#top" CLASS="links">^TOP</A>
142                          <tr CLASS="tableheadingcolor">                  </TD>
                                 <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>  
143          </TR>          </TR>
144            
145          <!-- =========== Summary =========== -->                  <!-- =========== Summary =========== -->
146          <TR BGCOLOR='white'>          <TR BGCOLOR='white' CLASS='TableRowColor'>
147                  <TD>                  <TD>
148                          <span CLASS="font10bold">Inherited From Class <a href="../phpHtmlLib/Container.html">Container</a></span>                          <CODE><B><A HREF='../phpHtmlLib/TABLEtag.html#methodadd_row'>string add_row (  )</A></B></CODE>
149              <table CELLPADDING='3' CELLSPACING='0' WIDTH='95%' CLASS="border" ALIGN="center">                          <BR>
150                          <tr CLASS="tableheadingcolor">                          <blockquote> push 1 row (tr) of content. </blockquote>
151                                  <th>Variable</th>                  </TD>
                                 <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>  
152          </TR>          </TR>
153                            <!-- =========== Summary =========== -->
154  </TABLE>          <TR BGCOLOR='white' CLASS='TableRowColor'>
155                    <TD>
156  <hr>                          <CODE><B><A HREF='../phpHtmlLib/TABLEtag.html#methodpush_row'>void push_row (  )</A></B></CODE>
157                            <BR>
158                            <blockquote> Same ass add_row() </blockquote>
159                    </TD>
160            </TR>
161                    <!-- =========== Summary =========== -->
162            <TR BGCOLOR='white' CLASS='TableRowColor'>
163                    <TD>
164                            <CODE><B><A HREF='../phpHtmlLib/TABLEtag.html#methodset_cell_attributes'>void set_cell_attributes ( $row, $col, [$attributes = array()] )</A></B></CODE>
165                            <BR>
166                            <blockquote> update the attributes of a particular element or td. </blockquote>
167                    </TD>
168            </TR>
169                    <!-- =========== Summary =========== -->
170            <TR BGCOLOR='white' CLASS='TableRowColor'>
171                    <TD>
172                            <CODE><B><A HREF='../phpHtmlLib/TABLEtag.html#methodset_cell_content'>void set_cell_content ( $row, $col, $content )</A></B></CODE>
173                            <BR>
174                            <blockquote>  </blockquote>
175                    </TD>
176            </TR>
177                    <!-- =========== Summary =========== -->
178            <TR BGCOLOR='white' CLASS='TableRowColor'>
179                    <TD>
180                            <CODE><B><A HREF='../phpHtmlLib/TABLEtag.html#methodset_default_col_attributes'>void set_default_col_attributes ( $attributes )</A></B></CODE>
181                            <BR>
182                            <blockquote> 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. </blockquote>
183                    </TD>
184            </TR>
185                    <!-- =========== Summary =========== -->
186            <TR BGCOLOR='white' CLASS='TableRowColor'>
187                    <TD>
188                            <CODE><B><A HREF='../phpHtmlLib/TABLEtag.html#methodset_default_row_attributes'>void set_default_row_attributes ( $attributes )</A></B></CODE>
189                            <BR>
190                            <blockquote> 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. </blockquote>
191                    </TD>
192            </TR>
193                    <!-- =========== Summary =========== -->
194            <TR BGCOLOR='white' CLASS='TableRowColor'>
195                    <TD>
196                            <CODE><B><A HREF='../phpHtmlLib/TABLEtag.html#methodset_row_attributes'>void set_row_attributes ( $row, $attributes )</A></B></CODE>
197                            <BR>
198                            <blockquote> update the attributes of a particular row or tr. </blockquote>
199                    </TD>
200            </TR>
201            </TABLE>
202  <!-- =========== INHERITED METHOD SUMMARY =========== -->  <!-- =========== INHERITED METHOD SUMMARY =========== -->
203  <A NAME='functions_inherited'><!-- --></A>  <A NAME='functions_inherited'><!-- --></A>
204  <TABLE CELLPADDING='3' CELLSPACING='0' WIDTH='100%' CLASS="border">  <TABLE CELLPADDING='3' CELLSPACING='0' WIDTH='100%' CLASS="border">
205          <TR CLASS='TableHeadingColor'>          <TR BGCOLOR='#CCCCFF' CLASS='TableHeadingColor'>
206                  <TD>                  <TD>
207                          <span CLASS="font12bold">Inherited Method Summary</span>                          <span CLASS="font12bold">Inherited Method Summary</span>
208              <A HREF="#top" CLASS="links">^TOP</A>              <A HREF="#top" CLASS="links">^TOP</A>
209                  </TD>                  </TD>
210          </TR>          </TR>
211    
212                            <!-- =========== Summary =========== -->
         <!-- =========== Summary =========== -->  
213          <TR BGCOLOR='white' CLASS='TableRowColor'>          <TR BGCOLOR='white' CLASS='TableRowColor'>
214                  <TD>                  <TD>
215                          <span CLASS="font10bold">Inherited From Class <a href="../phpHtmlLib/HTMLTagClass.html">HTMLTagClass</a></span>                          <span CLASS="font10bold">Inherited From Class <a href="../phpHtmlLib/HTMLTagClass.html">HTMLTagClass</a></span>
# Line 256  contents has been rendered?</td> Line 218  contents has been rendered?</td>
218                                          <th>Function</th>                                          <th>Function</th>
219                                          <th>Description</th>                                          <th>Description</th>
220                                  </tr>                                  </tr>
221                                                                                                    <tr>
222                                  <tr>                                          <td CLASS="font10bold"><a href="../phpHtmlLib/HTMLTagClass.html#methodHTMLTagClass">HTMLTagClass::HTMLTagClass()</a></td>
                                         <td CLASS="font10bold"><A HREF='../phpHtmlLib/HTMLTagClass.html#constructor HTMLTagClass'>constructor HTMLTagClass ( [$attributes = NULL] )</A></td>  
223                                          <td CLASS="font10">Class Constructor</td>                                          <td CLASS="font10">Class Constructor</td>
224                                                                                                    <tr>
225                                  <tr>                                          <td CLASS="font10bold"><a href="../phpHtmlLib/HTMLTagClass.html#methodrender">HTMLTagClass::render()</a></td>
                                         <td CLASS="font10bold"><A HREF='../phpHtmlLib/HTMLTagClass.html#render'>render ( [$indent_level = NULL], [$output_debug = 0] )</A></td>  
226                                          <td CLASS="font10">Renders the tag, attributes, content and close tag.</td>                                          <td CLASS="font10">Renders the tag, attributes, content and close tag.</td>
227                                                                                                    <tr>
228                                  <tr>                                          <td CLASS="font10bold"><a href="../phpHtmlLib/HTMLTagClass.html#methodset_class">HTMLTagClass::set_class()</a></td>
229                                          <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>
230                                          <td CLASS="font10">This function is a shorthand helper                                                                  <tr>
231  to setting the class attribute on a                                          <td CLASS="font10bold"><a href="../phpHtmlLib/HTMLTagClass.html#methodset_id">HTMLTagClass::set_id()</a></td>
232  tag.</td>                                          <td CLASS="font10">This function is a shorthand helper  to setting the id attribute on a  tag.</td>
233                                                                                                    <tr>
234                                  <tr>                                          <td CLASS="font10bold"><a href="../phpHtmlLib/HTMLTagClass.html#methodset_style">HTMLTagClass::set_style()</a></td>
235                                          <td CLASS="font10bold"><A HREF='../phpHtmlLib/HTMLTagClass.html#set_id'>set_id ( $value )</A></td>                                          <td CLASS="font10">This function is a shorthand helper  to setting the style attribute on a  tag.</td>
236                                          <td CLASS="font10">This function is a shorthand helper                                                                  <tr>
237  to setting the id attribute on a                                          <td CLASS="font10bold"><a href="../phpHtmlLib/HTMLTagClass.html#method_build_attribute_string">HTMLTagClass::_build_attribute_string()</a></td>
 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>  
238                                          <td CLASS="font10">this builds an attribute for a tag.</td>                                          <td CLASS="font10">this builds an attribute for a tag.</td>
239                                                                                                    <tr>
240                                  <tr>                                          <td CLASS="font10bold"><a href="../phpHtmlLib/HTMLTagClass.html#method_render_tag_debug">HTMLTagClass::_render_tag_debug()</a></td>
                                         <td CLASS="font10bold"><A HREF='../phpHtmlLib/HTMLTagClass.html#_render_tag_debug'>_render_tag_debug ( $indent_level )</A></td>  
241                                          <td CLASS="font10">This renders that open tag in debug mode.</td>                                          <td CLASS="font10">This renders that open tag in debug mode.</td>
242                                                                                            </table>
                         </table>  
243              <br>                                      <br>                        
244                  </TD>                  </TD>
245          </TR>          </TR>
246                            <!-- =========== Summary =========== -->
         <!-- =========== Summary =========== -->  
247          <TR BGCOLOR='white' CLASS='TableRowColor'>          <TR BGCOLOR='white' CLASS='TableRowColor'>
248                  <TD>                  <TD>
249                          <span CLASS="font10bold">Inherited From Class <a href="../phpHtmlLib/XMLTagClass.html">XMLTagClass</a></span>                          <span CLASS="font10bold">Inherited From Class <a href="../phpHtmlLib/XMLTagClass.html">XMLTagClass</a></span>
# Line 305  tag.</td> Line 252  tag.</td>
252                                          <th>Function</th>                                          <th>Function</th>
253                                          <th>Description</th>                                          <th>Description</th>
254                                  </tr>                                  </tr>
255                                                                                                    <tr>
256                                  <tr>                                          <td CLASS="font10bold"><a href="../phpHtmlLib/XMLTagClass.html#methodXMLTagClass">XMLTagClass::XMLTagClass()</a></td>
                                         <td CLASS="font10bold"><A HREF='../phpHtmlLib/XMLTagClass.html#constructor XMLTagClass'>constructor XMLTagClass ( [$name = ], [$attributes = array()] )</A></td>  
257                                          <td CLASS="font10">The constructor</td>                                          <td CLASS="font10">The constructor</td>
258                                                                                                    <tr>
259                                  <tr>                                          <td CLASS="font10bold"><a href="../phpHtmlLib/XMLTagClass.html#methodget_tag">XMLTagClass::get_tag()</a></td>
                                         <td CLASS="font10bold"><A HREF='../phpHtmlLib/XMLTagClass.html#get_tag'>get_tag (  )</A></td>  
260                                          <td CLASS="font10">This returns the tag declared for this class.</td>                                          <td CLASS="font10">This returns the tag declared for this class.</td>
261                                                                                                    <tr>
262                                  <tr>                                          <td CLASS="font10bold"><a href="../phpHtmlLib/XMLTagClass.html#methodget_tag_name">XMLTagClass::get_tag_name()</a></td>
                                         <td CLASS="font10bold"><A HREF='../phpHtmlLib/XMLTagClass.html#get_tag_name'>get_tag_name (  )</A></td>  
263                                          <td CLASS="font10">This method gets the name of the tag</td>                                          <td CLASS="font10">This method gets the name of the tag</td>
264                                                                                                    <tr>
265                                  <tr>                                          <td CLASS="font10bold"><a href="../phpHtmlLib/XMLTagClass.html#methodrender">XMLTagClass::render()</a></td>
266                                          <td CLASS="font10bold"><A HREF='../phpHtmlLib/XMLTagClass.html#render'>render ( [$indent_level = 0] )</A></td>                                          <td CLASS="font10">This function is responsible  for rendering the tag and  its contents</td>
267                                          <td CLASS="font10">This function is responsible</td>                                                                  <tr>
268                                                                            <td CLASS="font10bold"><a href="../phpHtmlLib/XMLTagClass.html#methodreset_attributes">XMLTagClass::reset_attributes()</a></td>
                                 <tr>  
                                         <td CLASS="font10bold"><A HREF='../phpHtmlLib/XMLTagClass.html#reset_attributes'>reset_attributes ( [$attributes = array()] )</A></td>  
269                                          <td CLASS="font10">clear all attributes and start with new attributes</td>                                          <td CLASS="font10">clear all attributes and start with new attributes</td>
270                                                                                                    <tr>
271                                  <tr>                                          <td CLASS="font10bold"><a href="../phpHtmlLib/XMLTagClass.html#methodset_collapse">XMLTagClass::set_collapse()</a></td>
                                         <td CLASS="font10bold"><A HREF='../phpHtmlLib/XMLTagClass.html#set_collapse'>set_collapse ( [$collapse = TRUE], [$indent = TRUE] )</A></td>  
272                                          <td CLASS="font10">This function turns on the collapse flag</td>                                          <td CLASS="font10">This function turns on the collapse flag</td>
273                                                                                                    <tr>
274                                  <tr>                                          <td CLASS="font10bold"><a href="../phpHtmlLib/XMLTagClass.html#methodset_newline_after_closetag">XMLTagClass::set_newline_after_closetag()</a></td>
                                         <td CLASS="font10bold"><A HREF='../phpHtmlLib/XMLTagClass.html#set_newline_after_closetag'>set_newline_after_closetag ( $flag )</A></td>  
275                                          <td CLASS="font10">set the newline_after_content flag</td>                                          <td CLASS="font10">set the newline_after_content flag</td>
276                                                                                                    <tr>
277                                  <tr>                                          <td CLASS="font10bold"><a href="../phpHtmlLib/XMLTagClass.html#methodset_newline_after_opentag">XMLTagClass::set_newline_after_opentag()</a></td>
                                         <td CLASS="font10bold"><A HREF='../phpHtmlLib/XMLTagClass.html#set_newline_after_opentag'>set_newline_after_opentag ( $flag )</A></td>  
278                                          <td CLASS="font10">set the newline_after_opentag flag</td>                                          <td CLASS="font10">set the newline_after_opentag flag</td>
279                                                                                                    <tr>
280                                  <tr>                                          <td CLASS="font10bold"><a href="../phpHtmlLib/XMLTagClass.html#methodset_tag_attribute">XMLTagClass::set_tag_attribute()</a></td>
281                                          <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="value")</td>
282                                          <td CLASS="font10">add a single attribute (name=&quot;value&quot;)</td>                                                                  <tr>
283                                                                            <td CLASS="font10bold"><a href="../phpHtmlLib/XMLTagClass.html#methodset_tag_attributes">XMLTagClass::set_tag_attributes()</a></td>
284                                  <tr>                                          <td CLASS="font10">add multiple attributes (name="value")</td>
285                                          <td CLASS="font10bold"><A HREF='../phpHtmlLib/XMLTagClass.html#set_tag_attributes'>set_tag_attributes ( [$attributes = array()] )</A></td>                                                                  <tr>
286                                          <td CLASS="font10">add multiple attributes (name=&quot;value&quot;)</td>                                          <td CLASS="font10bold"><a href="../phpHtmlLib/XMLTagClass.html#methodset_tag_name">XMLTagClass::set_tag_name()</a></td>
                                   
                                 <tr>  
                                         <td CLASS="font10bold"><A HREF='../phpHtmlLib/XMLTagClass.html#set_tag_name'>set_tag_name ( $name )</A></td>  
287                                          <td CLASS="font10">This method sets the name of the tag</td>                                          <td CLASS="font10">This method sets the name of the tag</td>
288                                                                                                    <tr>
289                                  <tr>                                          <td CLASS="font10bold"><a href="../phpHtmlLib/XMLTagClass.html#method_build_attribute_string">XMLTagClass::_build_attribute_string()</a></td>
                                         <td CLASS="font10bold"><A HREF='../phpHtmlLib/XMLTagClass.html#_build_attribute_string'>_build_attribute_string ( $name, $value )</A></td>  
290                                          <td CLASS="font10">this builds an attribute for an XML tag.</td>                                          <td CLASS="font10">this builds an attribute for an XML tag.</td>
291                                                                                                    <tr>
292                                  <tr>                                          <td CLASS="font10bold"><a href="../phpHtmlLib/XMLTagClass.html#method_get_element">XMLTagClass::_get_element()</a></td>
                                         <td CLASS="font10bold"><A HREF='../phpHtmlLib/XMLTagClass.html#_get_element'>_get_element ( $cell )</A></td>  
293                                          <td CLASS="font10">get the nth element from content array</td>                                          <td CLASS="font10">get the nth element from content array</td>
294                                                                                                    <tr>
295                                  <tr>                                          <td CLASS="font10bold"><a href="../phpHtmlLib/XMLTagClass.html#method_prepare_flags">XMLTagClass::_prepare_flags()</a></td>
                                         <td CLASS="font10bold"><A HREF='../phpHtmlLib/XMLTagClass.html#_prepare_flags'>_prepare_flags (  )</A></td>  
296                                          <td CLASS="font10">This function checks to see if</td>                                          <td CLASS="font10">This function checks to see if</td>
297                                                                                                    <tr>
298                                  <tr>                                          <td CLASS="font10bold"><a href="../phpHtmlLib/XMLTagClass.html#method_render_close_tag">XMLTagClass::_render_close_tag()</a></td>
299                                          <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>
300                                          <td CLASS="font10">this function is reposnsible for                                                                  <tr>
301  rendering the closing tag (if any)</td>                                          <td CLASS="font10bold"><a href="../phpHtmlLib/XMLTagClass.html#method_render_content">XMLTagClass::_render_content()</a></td>
302                                                                            <td CLASS="font10">this function is reponsible for  rendering the pcdata, or content  of the tag (if any)</td>
303                                  <tr>                                                                  <tr>
304                                          <td CLASS="font10bold"><A HREF='../phpHtmlLib/XMLTagClass.html#_render_content'>_render_content ( $indent_level, [$output_debug = 0] )</A></td>                                          <td CLASS="font10bold"><a href="../phpHtmlLib/XMLTagClass.html#method_render_open_tag">XMLTagClass::_render_open_tag()</a></td>
305                                          <td CLASS="font10">this function is reponsible for</td>                                          <td CLASS="font10">this function is responsible for  rendering the open tag.</td>
306                                                                                                    <tr>
307                                  <tr>                                          <td CLASS="font10bold"><a href="../phpHtmlLib/XMLTagClass.html#method_set_flags">XMLTagClass::_set_flags()</a></td>
308                                          <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 method is used to set the bitmask  flags for this tag.  It tells the  class how to render the tag.</td>
309                                          <td CLASS="font10">this function is responsible for                                                          </table>
 rendering the open tag.</td>  
                                   
                         </table>  
310              <br>                                      <br>                        
311                  </TD>                  </TD>
312          </TR>          </TR>
313                            <!-- =========== Summary =========== -->
         <!-- =========== Summary =========== -->  
314          <TR BGCOLOR='white' CLASS='TableRowColor'>          <TR BGCOLOR='white' CLASS='TableRowColor'>
315                  <TD>                  <TD>
316                          <span CLASS="font10bold">Inherited From Class <a href="../phpHtmlLib/Container.html">Container</a></span>                          <span CLASS="font10bold">Inherited From Class <a href="../phpHtmlLib/Container.html">Container</a></span>
# Line 390  rendering the open tag.</td> Line 319  rendering the open tag.</td>
319                                          <th>Function</th>                                          <th>Function</th>
320                                          <th>Description</th>                                          <th>Description</th>
321                                  </tr>                                  </tr>
322                                                                                                    <tr>
323                                  <tr>                                          <td CLASS="font10bold"><a href="../phpHtmlLib/Container.html#methodContainer">Container::Container()</a></td>
                                         <td CLASS="font10bold"><A HREF='../phpHtmlLib/Container.html#constructor Container'>constructor Container (  )</A></td>  
324                                          <td CLASS="font10">The constructor.</td>                                          <td CLASS="font10">The constructor.</td>
325                                                                                                    <tr>
326                                  <tr>                                          <td CLASS="font10bold"><a href="../phpHtmlLib/Container.html#methodadd">Container::add()</a></td>
                                         <td CLASS="font10bold"><A HREF='../phpHtmlLib/Container.html#add'>add (  )</A></td>  
327                                          <td CLASS="font10">add content onto content stack</td>                                          <td CLASS="font10">add content onto content stack</td>
328                                                                                                    <tr>
329                                  <tr>                                          <td CLASS="font10bold"><a href="../phpHtmlLib/Container.html#methodadd_reference">Container::add_reference()</a></td>
330                                          <td CLASS="font10bold"><A HREF='../phpHtmlLib/Container.html#add_reference'>add_reference ( &$content )</A></td>                                          <td CLASS="font10">Add content onto content stack  so you can change the item later.</td>
331                                          <td CLASS="font10">Add content onto content stack                                                                  <tr>
332  so you can change the item later.</td>                                          <td CLASS="font10bold"><a href="../phpHtmlLib/Container.html#methodcount_content">Container::count_content()</a></td>
                                   
                                 <tr>  
                                         <td CLASS="font10bold"><A HREF='../phpHtmlLib/Container.html#count_content'>count_content (  )</A></td>  
333                                          <td CLASS="font10">counts the number of content objects</td>                                          <td CLASS="font10">counts the number of content objects</td>
334                                                                                                    <tr>
335                                  <tr>                                          <td CLASS="font10bold"><a href="../phpHtmlLib/Container.html#methodget_indent_flag">Container::get_indent_flag()</a></td>
336                                          <td CLASS="font10bold"><A HREF='../phpHtmlLib/Container.html#get_indent_flag'>get_indent_flag (  )</A></td>                                          <td CLASS="font10">This flag gets the current value  of the indent flag</td>
337                                          <td CLASS="font10">This flag gets the current value                                                                  <tr>
338  of the indent flag</td>                                          <td CLASS="font10bold"><a href="../phpHtmlLib/Container.html#methodpush">Container::push()</a></td>
                                   
                                 <tr>  
                                         <td CLASS="font10bold"><A HREF='../phpHtmlLib/Container.html#push'>push (  )</A></td>  
339                                          <td CLASS="font10">Same as add().</td>                                          <td CLASS="font10">Same as add().</td>
340                                                                                                    <tr>
341                                  <tr>                                          <td CLASS="font10bold"><a href="../phpHtmlLib/Container.html#methodpush_reference">Container::push_reference()</a></td>
342                                          <td CLASS="font10bold"><A HREF='../phpHtmlLib/Container.html#push_reference'>push_reference ( &$content )</A></td>                                          <td CLASS="font10">Same as add_reference  NOTE : only exists for compatibility with 1.1.x</td>
343                                          <td CLASS="font10">Same as add_reference                                                                  <tr>
344  NOTE : only exists for compatibility with 1.1.x</td>                                          <td CLASS="font10bold"><a href="../phpHtmlLib/Container.html#methodrender">Container::render()</a></td>
345                                                                            <td CLASS="font10">This function is compatible with the  rest of the phpHtmllib API spec.</td>
346                                  <tr>                                                                  <tr>
347                                          <td CLASS="font10bold"><A HREF='../phpHtmlLib/Container.html#render'>render ( [$indent_level = 1], [$output_debug = 0] )</A></td>                                          <td CLASS="font10bold"><a href="../phpHtmlLib/Container.html#methodreset_content">Container::reset_content()</a></td>
                                         <td CLASS="font10">This function is compatible with the  
 rest of the phpHtmllib API spec.</td>  
                                   
                                 <tr>  
                                         <td CLASS="font10bold"><A HREF='../phpHtmlLib/Container.html#reset_content'>reset_content (  )</A></td>  
348                                          <td CLASS="font10">destroy existing content and start with new content.</td>                                          <td CLASS="font10">destroy existing content and start with new content.</td>
349                                                                                                    <tr>
350                                  <tr>                                          <td CLASS="font10bold"><a href="../phpHtmlLib/Container.html#methodset_collapse">Container::set_collapse()</a></td>
                                         <td CLASS="font10bold"><A HREF='../phpHtmlLib/Container.html#set_collapse'>set_collapse ( [$collapse = TRUE], [$indent = TRUE] )</A></td>  
351                                          <td CLASS="font10">This function turns on the collapse flag</td>                                          <td CLASS="font10">This function turns on the collapse flag</td>
352                                                                                                    <tr>
353                                  <tr>                                          <td CLASS="font10bold"><a href="../phpHtmlLib/Container.html#methodset_indent_flag">Container::set_indent_flag()</a></td>
                                         <td CLASS="font10bold"><A HREF='../phpHtmlLib/Container.html#set_indent_flag'>set_indent_flag ( $flag )</A></td>  
354                                          <td CLASS="font10">function to set the indent flag</td>                                          <td CLASS="font10">function to set the indent flag</td>
355                                                                                                    <tr>
356                          </table>                                          <td CLASS="font10bold"><a href="../phpHtmlLib/Container.html#method_set_flags">Container::_set_flags()</a></td>
357                                            <td CLASS="font10">This method is used to set the bitmask  flags for this tag.  It tells the  class how to render the tag.</td>
358                                                            </table>
359              <br>                                      <br>                        
360                  </TD>                  </TD>
361          </TR>          </TR>
362                    </TABLE>
 </TABLE>  
   
 <hr>  
 <!-- should have constructor at some point -->  
 <!-- =========== Method SUMMARY =========== -->  
 <A NAME='Method_summary'><!-- --></A>  
 <TABLE CELLPADDING='3' CELLSPACING='0' WIDTH='100%' Class="border">  
         <TR BGCOLOR='#CCCCFF' CLASS='TableHeadingColor'>  
                 <TD>  
                         <span class="font12bold">Method Summary</span>  
             <A HREF="#top" CLASS="links">^TOP</A>  
                 </TD>  
         </TR>  
   
           
         <!-- =========== Summary =========== -->  
         <TR BGCOLOR='white' CLASS='TableRowColor'>  
                 <TD>  
                         <CODE><B><A HREF='TABLEtag.html#add_row'>string add_row (  )</A></B></CODE>  
                         <BR>  
                         <blockquote> push 1 row (tr) of content. </blockquote>  
                 </TD>  
         </TR>  
           
         <!-- =========== Summary =========== -->  
         <TR BGCOLOR='white' CLASS='TableRowColor'>  
                 <TD>  
                         <CODE><B><A HREF='TABLEtag.html#push_row'>void push_row (  )</A></B></CODE>  
                         <BR>  
                         <blockquote> Same ass add_row() </blockquote>  
                 </TD>  
         </TR>  
           
         <!-- =========== Summary =========== -->  
         <TR BGCOLOR='white' CLASS='TableRowColor'>  
                 <TD>  
                         <CODE><B><A HREF='TABLEtag.html#set_cell_attributes'>void set_cell_attributes ( $row, $col, [$attributes = array()] )</A></B></CODE>  
                         <BR>  
                         <blockquote> update the attributes of a particular element or td. </blockquote>  
                 </TD>  
         </TR>  
           
         <!-- =========== Summary =========== -->  
         <TR BGCOLOR='white' CLASS='TableRowColor'>  
                 <TD>  
                         <CODE><B><A HREF='TABLEtag.html#set_cell_content'>void set_cell_content ( $row, $col, $content )</A></B></CODE>  
                         <BR>  
                         <blockquote>  </blockquote>  
                 </TD>  
         </TR>  
           
         <!-- =========== Summary =========== -->  
         <TR BGCOLOR='white' CLASS='TableRowColor'>  
                 <TD>  
                         <CODE><B><A HREF='TABLEtag.html#set_default_col_attributes'>void set_default_col_attributes ( $attributes )</A></B></CODE>  
                         <BR>  
                         <blockquote> Sets the default attributes for &lt;td&gt;'s  
 that are added to the table. </blockquote>  
                 </TD>  
         </TR>  
           
         <!-- =========== Summary =========== -->  
         <TR BGCOLOR='white' CLASS='TableRowColor'>  
                 <TD>  
                         <CODE><B><A HREF='TABLEtag.html#set_default_row_attributes'>void set_default_row_attributes ( $attributes )</A></B></CODE>  
                         <BR>  
                         <blockquote> Sets the default attributes for &lt;tr&gt;'s  
 that are added to the table. </blockquote>  
                 </TD>  
         </TR>  
           
         <!-- =========== Summary =========== -->  
         <TR BGCOLOR='white' CLASS='TableRowColor'>  
                 <TD>  
                         <CODE><B><A HREF='TABLEtag.html#set_row_attributes'>void set_row_attributes ( $row, $attributes )</A></B></CODE>  
                         <BR>  
                         <blockquote> update the attributes of a particular row or tr. </blockquote>  
                 </TD>  
         </TR>  
           
 </TABLE>  
   
363  <hr>  <hr>
364  <!-- ============ VARIABLE DETAIL =========== -->  <!-- ============ VARIABLE DETAIL =========== -->
365    
# Line 539  that are added to the table. </blockquot Line 373  that are added to the table. </blockquot
373          </TR>          </TR>
374  </TABLE>  </TABLE>
375    
376    <A NAME='var$_default_col_attributes'><!-- --></A><H3>$_default_col_attributes</H3> (line <span class="linenumber">1214</span>)<br />
377  <A NAME='$_default_col_attributes'><!-- --></A><H3>$_default_col_attributes</H3>  <b>Data type:</b> array<br>Holds the default attributes for all &lt;td&gt;'s
378  <b>Data type:</b> array<br>  <br />
 <!-- ========== Info from phpDoc block ========= -->  
 Holds the default attributes for all &lt;td&gt;'s  
 <BR>  
   
379    
380  <UL>  <UL>
381                            <LI><b>private</b> - <CODE></CODE></LI>
382          <LI><b>Private</b> - <CODE></CODE></LI>          </UL>
           
 </UL>  
   
383  <HR>  <HR>
384    <A NAME='var$_default_row_attributes'><!-- --></A><H3>$_default_row_attributes</H3> (line <span class="linenumber">1207</span>)<br />
385  <A NAME='$_default_row_attributes'><!-- --></A><H3>$_default_row_attributes</H3>  <b>Data type:</b> array<br>Holds the default attributes for all &lt;tr&gt;'s
386  <b>Data type:</b> array<br>  <br />
 <!-- ========== Info from phpDoc block ========= -->  
 Holds the default attributes for all &lt;tr&gt;'s  
 <BR>  
   
387    
388  <UL>  <UL>
389                            <LI><b>private</b> - <CODE></CODE></LI>
390          <LI><b>Private</b> - <CODE></CODE></LI>          </UL>
           
 </UL>  
   
391  <HR>  <HR>
392    <A NAME='var$_tag'><!-- --></A><H3>$_tag</H3> (line <span class="linenumber">1199</span>)<br />
 <A NAME='$_tag'><!-- --></A><H3>$_tag</H3>  
393  <b>Data type:</b> mixed<br>  <b>Data type:</b> mixed<br>
394  <!-- ========== Info from phpDoc block ========= -->  <br />
   
 <BR>  
   
395    
396  <UL>  <UL>
397                    </UL>
 </UL>  
   
398  <HR>  <HR>
   
   
399  <hr>  <hr>
400  <!-- ============ FUNCTION DETAIL =========== -->  <!-- ============ METHOD DETAIL =========== -->
401    
402  <A NAME='function_detail'></A>  <A NAME='method_detail'></A>
403  <TABLE CELLPADDING='3' CELLSPACING='0' WIDTH='100%' CLASS="border">  <TABLE CELLPADDING='3' CELLSPACING='0' WIDTH='100%' CLASS="border">
404          <TR BGCOLOR='#CCCCFF' CLASS='TableHeadingColor'>          <TR BGCOLOR='#CCCCFF' CLASS='TableHeadingColor'>
405                  <TD>                  <TD>
# Line 597  Holds the default attributes for all &lt Line 409  Holds the default attributes for all &lt
409          </TR>          </TR>
410  </TABLE>  </TABLE>
411  <BR>  <BR>
   
412  <DIV CLASS="function">  <DIV CLASS="function">
413  <A NAME='add_row'><!-- --></A>  <A NAME='methodadd_row'><!-- --></A>
414  <SPAN CLASS="font12bold">add_row</SPAN>  <SPAN CLASS="font12bold">add_row</SPAN> (line <span class="linenumber">1238</span>)
415  <BR>  <BR>
416  <SPAN CLASS="font10bold">Useage : </SPAN>  <SPAN CLASS="font10bold">Usage : </SPAN>
417  <span class="font10bold" style="color: #FF0000">string</SPAN>&nbsp;  <span class="font10bold" style="color: #FF0000">string</SPAN>&nbsp;
418  <span class="font10bold" style="color: #0000FF">add_row (  )</SPAN>  <span class="font10bold" style="color: #0000FF">add_row(
419    mixed
420    $args)</SPAN>
421  <BR>  <BR>
422    
423  <BR>  <BR>
424  <SPAN CLASS="font10bold">Description : </SPAN>  <SPAN CLASS="font10bold">Description : </SPAN>
 <!-- ========== Info from phpDoc block ========= -->  
425  push 1 row (tr) of content.  push 1 row (tr) of content.
426  <BR>  <br />
427  Content can be raw strings, or tag objects.  <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>
 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.  
428  <DL>  <DL>
429    <DT class="font10bold">Function Parameters:</DT>          <DT class="font10bold">Function Parameters:</DT>
430                      <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>
431    <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>          
432              <DT class="font10bold">Function Info:</DT>
433                    <DD CLASS="font10" STYLE="padding-bottom:5px;"><b>public</b> - </DD>
434    <DT class="font10bold">Function Info:</DT>          </DL>
     
   <DD CLASS="font10" STYLE="padding-bottom:5px;"><b>Public</b> - </DD>  
     
 </DL>  
   
435  </DIV>  </DIV>
436  <BR>  <BR>
   
437  <DIV CLASS="function">  <DIV CLASS="function">
438  <A NAME='push_row'><!-- --></A>  <A NAME='methodpush_row'><!-- --></A>
439  <SPAN CLASS="font12bold">push_row</SPAN>  <SPAN CLASS="font12bold">push_row</SPAN> (line <span class="linenumber">1285</span>)
440  <BR>  <BR>
441  <SPAN CLASS="font10bold">Useage : </SPAN>  <SPAN CLASS="font10bold">Usage : </SPAN>
442  <span class="font10bold" style="color: #FF0000">void</SPAN>&nbsp;  <span class="font10bold" style="color: #FF0000">void</SPAN>&nbsp;
443  <span class="font10bold" style="color: #0000FF">push_row (  )</SPAN>  <span class="font10bold" style="color: #0000FF">push_row(
444    )</SPAN>
445  <BR>  <BR>
446    
447  <BR>  <BR>
448  <SPAN CLASS="font10bold">Description : </SPAN>  <SPAN CLASS="font10bold">Description : </SPAN>
 <!-- ========== Info from phpDoc block ========= -->  
449  Same ass add_row()  Same ass add_row()
450  <BR>  <br />
451  NOTE: only exists for compatibility with 1.x  <p>NOTE: only exists for compatibility with 1.x</p>
452  <DL>  <DL>
   <DT class="font10bold">Function Parameters:</DT>  
     
   
   <DT class="font10bold">Function Info:</DT>  
     
   <DD CLASS="font10" STYLE="padding-bottom:5px;"><b>Deprecated</b> - - use add()</DD>  
     
 </DL>  
453    
454            <DT class="font10bold">Function Info:</DT>
455                    <DD CLASS="font10" STYLE="padding-bottom:5px;"><b>deprecated</b> - - use add()</DD>
456            </DL>
457  </DIV>  </DIV>
458  <BR>  <BR>
   
459  <DIV CLASS="function">  <DIV CLASS="function">
460  <A NAME='set_cell_attributes'><!-- --></A>  <A NAME='methodset_cell_attributes'><!-- --></A>
461  <SPAN CLASS="font12bold">set_cell_attributes</SPAN>  <SPAN CLASS="font12bold">set_cell_attributes</SPAN> (line <span class="linenumber">1327</span>)
462  <BR>  <BR>
463  <SPAN CLASS="font10bold">Useage : </SPAN>  <SPAN CLASS="font10bold">Usage : </SPAN>
464  <span class="font10bold" style="color: #FF0000">void</SPAN>&nbsp;  <span class="font10bold" style="color: #FF0000">void</SPAN>&nbsp;
465  <span class="font10bold" style="color: #0000FF">set_cell_attributes ( $row, $col, [$attributes = array()] )</SPAN>  <span class="font10bold" style="color: #0000FF">set_cell_attributes(
466    int
467    $row, int
468    $col, [array
469    $attributes = array()])</SPAN>
470  <BR>  <BR>
471    
472  <BR>  <BR>
473  <SPAN CLASS="font10bold">Description : </SPAN>  <SPAN CLASS="font10bold">Description : </SPAN>
 <!-- ========== Info from phpDoc block ========= -->  
474  update the attributes of a particular element or td.  update the attributes of a particular element or td.
475  <BR>  <br />
476    
477  <DL>  <DL>
478    <DT class="font10bold">Function Parameters:</DT>          <DT class="font10bold">Function Parameters:</DT>
479                      <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>
480    <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>                  <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>
481                      <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>
482    <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>          
483              <DT class="font10bold">Function Info:</DT>
484    <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>                  <DD CLASS="font10" STYLE="padding-bottom:5px;"><b>public</b> - </DD>
485              </DL>
   
   <DT class="font10bold">Function Info:</DT>  
     
   <DD CLASS="font10" STYLE="padding-bottom:5px;"><b>Public</b> - </DD>  
     
 </DL>  
   
486  </DIV>  </DIV>
487  <BR>  <BR>
   
488  <DIV CLASS="function">  <DIV CLASS="function">
489  <A NAME='set_cell_content'><!-- --></A>  <A NAME='methodset_cell_content'><!-- --></A>
490  <SPAN CLASS="font12bold">set_cell_content</SPAN>  <SPAN CLASS="font12bold">set_cell_content</SPAN> (line <span class="linenumber">1353</span>)
491  <BR>  <BR>
492  <SPAN CLASS="font10bold">Useage : </SPAN>  <SPAN CLASS="font10bold">Usage : </SPAN>
493  <span class="font10bold" style="color: #FF0000">void</SPAN>&nbsp;  <span class="font10bold" style="color: #FF0000">void</SPAN>&nbsp;
494  <span class="font10bold" style="color: #0000FF">set_cell_content ( $row, $col, $content )</SPAN>  <span class="font10bold" style="color: #0000FF">set_cell_content(
495    mixed
496    $row, mixed
497    $col, mixed
498    $content)</SPAN>
499  <BR>  <BR>
500    
501  <BR>  <BR>
502  <SPAN CLASS="font10bold">Description : </SPAN>  <SPAN CLASS="font10bold">Description : </SPAN>
 <!-- ========== Info from phpDoc block ========= -->  
503    
504  <BR>  <br />
505    
506  <DL>  <DL>
   <DT class="font10bold">Function Parameters:</DT>  
     
   
   <DT class="font10bold">Function Info:</DT>  
     
 </DL>  
507    
508            <DT class="font10bold">Function Info:</DT>
509            </DL>
510  </DIV>  </DIV>
511  <BR>  <BR>
   
512  <DIV CLASS="function">  <DIV CLASS="function">
513  <A NAME='set_default_col_attributes'><!-- --></A>  <A NAME='methodset_default_col_attributes'><!-- --></A>
514  <SPAN CLASS="font12bold">set_default_col_attributes</SPAN>  <SPAN CLASS="font12bold">set_default_col_attributes</SPAN> (line <span class="linenumber">1311</span>)
515  <BR>  <BR>
516  <SPAN CLASS="font10bold">Useage : </SPAN>  <SPAN CLASS="font10bold">Usage : </SPAN>
517  <span class="font10bold" style="color: #FF0000">void</SPAN>&nbsp;  <span class="font10bold" style="color: #FF0000">void</SPAN>&nbsp;
518  <span class="font10bold" style="color: #0000FF">set_default_col_attributes ( $attributes )</SPAN>  <span class="font10bold" style="color: #0000FF">set_default_col_attributes(
519    array
520    $attributes)</SPAN>
521  <BR>  <BR>
522    
523  <BR>  <BR>
524  <SPAN CLASS="font10bold">Description : </SPAN>  <SPAN CLASS="font10bold">Description : </SPAN>
525  <!-- ========== Info from phpDoc block ========= -->  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.
526  Sets the default attributes for &lt;td&gt;'s  <br />
 that are added to the table.  
 <BR>  
 If there are  
 any attributes set for the &lt;td&gt; it won't use  
 the defaults.  
 <DL>  
   <DT class="font10bold">Function Parameters:</DT>  
     
   <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>  
     
   
   <DT class="font10bold">Function Info:</DT>  
     
 </DL>  
527    
528    <DL>
529            <DT class="font10bold">Function Parameters:</DT>
530                    <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>
531            
532            <DT class="font10bold">Function Info:</DT>
533            </DL>
534  </DIV>  </DIV>
535  <BR>  <BR>
   
536  <DIV CLASS="function">  <DIV CLASS="function">
537  <A NAME='set_default_row_attributes'><!-- --></A>  <A NAME='methodset_default_row_attributes'><!-- --></A>
538  <SPAN CLASS="font12bold">set_default_row_attributes</SPAN>  <SPAN CLASS="font12bold">set_default_row_attributes</SPAN> (line <span class="linenumber">1298</span>)
539  <BR>  <BR>
540  <SPAN CLASS="font10bold">Useage : </SPAN>  <SPAN CLASS="font10bold">Usage : </SPAN>
541  <span class="font10bold" style="color: #FF0000">void</SPAN>&nbsp;  <span class="font10bold" style="color: #FF0000">void</SPAN>&nbsp;
542  <span class="font10bold" style="color: #0000FF">set_default_row_attributes ( $attributes )</SPAN>  <span class="font10bold" style="color: #0000FF">set_default_row_attributes(
543    array
544    $attributes)</SPAN>
545  <BR>  <BR>
546    
547  <BR>  <BR>
548  <SPAN CLASS="font10bold">Description : </SPAN>  <SPAN CLASS="font10bold">Description : </SPAN>
549  <!-- ========== Info from phpDoc block ========= -->  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.
550  Sets the default attributes for &lt;tr&gt;'s  <br />
 that are added to the table.  
 <BR>  
 If there are  
 any attributes set for the &lt;tr&gt; it won't use  
 the defaults.  
 <DL>  
   <DT class="font10bold">Function Parameters:</DT>  
     
   <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>  
     
   
   <DT class="font10bold">Function Info:</DT>  
     
 </DL>  
551    
552    <DL>
553            <DT class="font10bold">Function Parameters:</DT>
554                    <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>
555            
556            <DT class="font10bold">Function Info:</DT>
557            </DL>
558  </DIV>  </DIV>
559  <BR>  <BR>
   
560  <DIV CLASS="function">  <DIV CLASS="function">
561  <A NAME='set_row_attributes'><!-- --></A>  <A NAME='methodset_row_attributes'><!-- --></A>
562  <SPAN CLASS="font12bold">set_row_attributes</SPAN>  <SPAN CLASS="font12bold">set_row_attributes</SPAN> (line <span class="linenumber">1345</span>)
563  <BR>  <BR>
564  <SPAN CLASS="font10bold">Useage : </SPAN>  <SPAN CLASS="font10bold">Usage : </SPAN>
565  <span class="font10bold" style="color: #FF0000">void</SPAN>&nbsp;  <span class="font10bold" style="color: #FF0000">void</SPAN>&nbsp;
566  <span class="font10bold" style="color: #0000FF">set_row_attributes ( $row, $attributes )</SPAN>  <span class="font10bold" style="color: #0000FF">set_row_attributes(
567    int
568    $row, array
569    $attributes, int
570    $col)</SPAN>
571  <BR>  <BR>
572    
573  <BR>  <BR>
574  <SPAN CLASS="font10bold">Description : </SPAN>  <SPAN CLASS="font10bold">Description : </SPAN>
 <!-- ========== Info from phpDoc block ========= -->  
575  update the attributes of a particular row or tr.  update the attributes of a particular row or tr.
576  <BR>  <br />
577    
578  <DL>  <DL>
579    <DT class="font10bold">Function Parameters:</DT>          <DT class="font10bold">Function Parameters:</DT>
580                      <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>
581    <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>                  <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>
582                      <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>
583    <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>          
584              <DT class="font10bold">Function Info:</DT>
585    <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>                  <DD CLASS="font10" STYLE="padding-bottom:5px;"><b>public</b> - </DD>
586              </DL>
   
   <DT class="font10bold">Function Info:</DT>  
     
   <DD CLASS="font10" STYLE="padding-bottom:5px;"><b>Public</b> - </DD>  
     
 </DL>  
   
587  </DIV>  </DIV>
588  <BR>  <BR>
589            <div id="credit">
590                    <hr>
591  <hr>                  Documention generated on Thu, 20 Feb 2003 16:22:25 -0800 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.2.0rc1</a>
592  </HTML>          </div>
593    </body>
594    </html>

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

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