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

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

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

revision 1.1.1.1 by jonen, Thu Jan 30 03:29:15 2003 UTC revision 1.3 by jonen, Sat Sep 20 00:24:00 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:29 -0800' -->                          <!-- template designed by Marco Von Ballmoos -->
6          <TITLE>Docs For Class Container</TITLE>                          <title>Docs For Class Container</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 Container</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 Container">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">This class is nothing more then a</p>
27  </TABLE>  <p class="description"><p>container widget.  It lets you  push data into it, and it will  render each item indented properly  so it works with the rest of the libs.</p><p>This is helpfull when you have a function  that wants to return multiple Tag Objects  or widgets.  Just wrap them in this container  and they will all get rendered with the  current indentation level.</p><p>Base Class for phpHtmlLib</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 -->                                  <li><span class="field">link:</span> <a href="http://phphtmllib.sourceforge.net">http://phphtmllib.sourceforge.net</a></li>
31  <H2>                          </ul>
32          Class Container                  <p class="notes">
33  </H2>                          Located in <a class="field" href="_ContainerClass_inc.html">Program_Root/ContainerClass.inc</a> (line <span class="field">38</span>)
34                    </p>
35  <pre>                  
36  Container                          
37  </pre>                  <pre></pre>
38            
39  <A NAME="children_summary"</A>                          </div>
40  <H3>  </div>
41          Classes extended from Container: <A HREF="#top" CLASS="links">^TOP</A>  
42  </H3>          <a name="sec-descendents"></a>
43  <a href="../phpHtmlLib/XMLTagClass.html">XMLTagClass</a>, <a href="../phpHtmlLib/BaseWidget.html">BaseWidget</a>, <a href="../phpHtmlLib/ContainerWidget.html">ContainerWidget</a>, <a href="../phpHtmlLib/XMLDocumentClass.html">XMLDocumentClass</a>          <div class="info-box">
44  <p>                  <div class="info-box-title">Direct descendents</div>
45          <b><i>Located in File: Program_Root/ContainerClass.inc</i></b><br>                  <div class="nav-bar">
46  </p>                          <a href="#sec-description">Description</a> |
47  <hr>                          <span class="disabled">Descendents</span>
48  <!-- ========== Info from phpDoc block ========= -->                          |                                                                                               <a href="#sec-var-summary">Vars</a> (<a href="#sec-vars">details</a>)
49  This class is nothing more then a                                                                  |                                                                                                                       <a href="#sec-method-summary">Methods</a> (<a href="#sec-methods">details</a>)
50  <BR>                                                          
51  container widget.  It lets you                                          </div>
52  push data into it, and it will                  <div class="info-box-body">
53  render each item indented properly                          <table cellpadding="2" cellspacing="0" class="class-table">
54  so it works with the rest of the libs.                                  <tr>
55                                            <th class="class-table-header">Class</th>
56  This is helpfull when you have a function                                          <th class="class-table-header">Description</th>
57  that wants to return multiple Tag Objects                                  </tr>
58  or widgets.  Just wrap them in this container                                                                  <tr>
59  and they will all get rendered with the                                          <td style="padding-right: 2em"><a href="../phpHtmlLib/XMLTagClass.html">XMLTagClass</a></td>
60  current indentation level.                                          <td>
61                                                                                            This class is used for building and rendering  an XML tag.
62  Base Class for phpHtmlLib                                                                                  </td>
63                                    </tr>
64  <UL>                                                                  <tr>
65                                                    <td style="padding-right: 2em"><a href="../phpHtmlLib/BaseWidget.html">BaseWidget</a></td>
66          <LI><b>Package</b> - <CODE>phpHtmlLib</CODE></LI>                                          <td>
67                                                                                                    this is the base widget class, that all widgets  are based off of.  It provides some basic  members and methods
68          <LI><b>Author</b> - <CODE>Walter A. Boring IV &lt;<a href="mailto:waboring@buildabetterweb.com">waboring@buildabetterweb.com</a>&gt;</CODE></LI>                                                                                  </td>
69                                            </tr>
70          <LI><b>Link</b> - <CODE>http://phphtmllib.sourceforge.net</CODE></LI>                                                                  <tr>
71                                                    <td style="padding-right: 2em"><a href="../phpHtmlLib/ContainerWidget.html">ContainerWidget</a></td>
72  </UL>                                          <td>
73                                                                                            This is just to maintain  compatibility with the  1.1.0 release of phphtmllib
74  <hr>                                                                                  </td>
75  <!-- =========== VAR SUMMARY =========== -->                                  </tr>
76  <A NAME='var_summary'><!-- --></A>                                                                  <tr>
77  <TABLE CELLPADDING='3' CELLSPACING='0' WIDTH='100%' CLASS="border">                                          <td style="padding-right: 2em"><a href="../phpHtmlLib/XMLDocumentClass.html">XMLDocumentClass</a></td>
78          <TR BGCOLOR='#CCCCFF' CLASS='TableHeadingColor'>                                          <td>
79                  <TD>                                                                                          This class lets you build a complete  xml document and render it.
80                          <span CLASS="font12bold">Class Variable Summary</span>                                                                                  </td>
81              <A HREF="#top" CLASS="links">^TOP</A>                                  </tr>
82                  </TD>                                                                  <tr>
83          </TR>                                          <td style="padding-right: 2em"><a href="../phpHtmlLib/FormProcessing/FormProcessor.html">FormProcessor</a></td>
84                                            <td>
85                                                                                                    This is the main engine for the processing
86          <!-- =========== Summary =========== -->                                                                                  </td>
87          <TR BGCOLOR='white' CLASS='TableRowColor'>                                  </tr>
88                  <TD>                                                          </table>
89                          <CODE><B><A HREF='Container.html#$indent_flag'>$indent_flag</A></B></CODE>                  </div>
90                          <BR>          </div>
91                          <blockquote> Flag for pretty (indented) output </blockquote>  
92                          <blockquote> Default Value: <CODE>->TRUE<-</CODE> </blockquote>          <a name="sec-var-summary"></a>
93                  </TD>          <div class="info-box">
94          </TR>                  <div class="info-box-title">Variable Summary</span></div>
95                            <div class="nav-bar">
96          <!-- =========== Summary =========== -->                          <a href="#sec-description">Description</a> |
97          <TR BGCOLOR='white' CLASS='TableRowColor'>                                                          <a href="#sec-descendents">Descendents</a> |
98                  <TD>                                                  <span class="disabled">Vars</span> (<a href="#sec-vars">details</a>)
99                          <CODE><B><A HREF='Container.html#$_newline_after_content_flag'>$_newline_after_content_flag</A></B></CODE>                                                          |
100                          <BR>                                                                          <a href="#sec-method-summary">Methods</a> (<a href="#sec-methods">details</a>)
101                          <blockquote> Do we render a newline after the                                                          
102  contents has been rendered? </blockquote>                                          </div>
103                          <blockquote> Default Value: <CODE>->TRUE<-</CODE> </blockquote>                  <div class="info-box-body">
104                  </TD>                          <div class="var-summary">
105          </TR>                                                                  <div class="var-title">
106                                                    <span class="var-type">mixed</span>
107  </TABLE>                                          <a href="#$_flags" title="details" class="var-name">$_flags</a>
108                                    </div>
109  <hr>                                                          </div>
110  <!-- =========== VAR INHERITED SUMMARY =========== -->                  </div>
111  <A NAME='var_inherited_summary'><!-- --></A>          </div>
112  <TABLE CELLPADDING='3' CELLSPACING='0' WIDTH='100%' CLASS="border">  
113          <TR CLASS='TableHeadingColor'>          <a name="sec-method-summary"></a>
114                  <TD>          <div class="info-box">
115                          <span CLASS="font12bold">Inherited Class Variable Summary</span>                  <div class="info-box-title">Method Summary</span></div>
116              <A HREF="#top" CLASS="links">^TOP</A>                  <div class="nav-bar">
117                  </TD>                          <a href="#sec-description">Description</a> |
118          </TR>                                                          <a href="#sec-descendents">Descendents</a> |
119                                                                                                                            <a href="#sec-var-summary">Vars</a> (<a href="#sec-vars">details</a>)
120                                            
121  </TABLE>                                  |
122                                                    <span class="disabled">Methods</span> (<a href="#sec-methods">details</a>)
123  <hr>                  </div>
124  <!-- =========== INHERITED METHOD SUMMARY =========== -->                  <div class="info-box-body">                    
125  <A NAME='functions_inherited'><!-- --></A>                          <div class="method-summary">
126  <TABLE CELLPADDING='3' CELLSPACING='0' WIDTH='100%' CLASS="border">                                                                  
127          <TR CLASS='TableHeadingColor'>                                  <div class="method-definition">
128                  <TD>                                                                                          <span class="method-result">void</span>
129                          <span CLASS="font12bold">Inherited Method Summary</span>                                                                                  <a href="#Container" title="details" class="method-name">Container</a>
130              <A HREF="#top" CLASS="links">^TOP</A>                                                                                  ()
131                  </TD>                                                                          </div>
132          </TR>                                                                  
133                                    <div class="method-definition">
134                                                                                                    <span class="method-result">void</span>
135  </TABLE>                                                                                  <a href="#add" title="details" class="method-name">add</a>
136                                                                                            (<span class="var-type">mixed</span>&nbsp;<span class="var-name">$content</span>)
137  <hr>                                                                          </div>
138  <!-- should have constructor at some point -->                                                                  
139  <!-- =========== Method SUMMARY =========== -->                                  <div class="method-definition">
140  <A NAME='Method_summary'><!-- --></A>                                                                                          <span class="method-result">void</span>
141  <TABLE CELLPADDING='3' CELLSPACING='0' WIDTH='100%' Class="border">                                                                                  <a href="#add_reference" title="details" class="method-name">add_reference</a>
142          <TR BGCOLOR='#CCCCFF' CLASS='TableHeadingColor'>                                                                                          (<span class="var-type">mixed</span>&nbsp;<span class="var-name">&$content</span>)
143                  <TD>                                                                          </div>
144                          <span class="font12bold">Method Summary</span>                                                                  
145              <A HREF="#top" CLASS="links">^TOP</A>                                  <div class="method-definition">
146                  </TD>                                                                                          <span class="method-result">int</span>
147          </TR>                                                                                  <a href="#count_content" title="details" class="method-name">count_content</a>
148                                                                                    ()
149                                                                                    </div>
150          <!-- =========== Summary =========== -->                                                                  
151          <TR BGCOLOR='white' CLASS='TableRowColor'>                                  <div class="method-definition">
152                  <TD>                                                                                          <span class="method-result">boolean</span>
153                          <CODE><B><A HREF='Container.html#constructor Container'>void constructor Container (  )</A></B></CODE>                                                                                  <a href="#get_indent_flag" title="details" class="method-name">get_indent_flag</a>
154                          <BR>                                                                                  ()
155                          <blockquote> The constructor. </blockquote>                                                                          </div>
156                  </TD>                                                                  
157          </TR>                                  <div class="method-definition">
158                                                                                                    <span class="method-result">void</span>
159          <!-- =========== Summary =========== -->                                                                                  <a href="#push" title="details" class="method-name">push</a>
160          <TR BGCOLOR='white' CLASS='TableRowColor'>                                                                                          (<span class="var-type">mixed</span>&nbsp;<span class="var-name">$content</span>)
161                  <TD>                                                                          </div>
162                          <CODE><B><A HREF='Container.html#add'>void add (  )</A></B></CODE>                                                                  
163                          <BR>                                  <div class="method-definition">
164                          <blockquote> add content onto content stack </blockquote>                                                                                          <span class="method-result">void</span>
165                  </TD>                                                                                  <a href="#push_reference" title="details" class="method-name">push_reference</a>
166          </TR>                                                                                          (<span class="var-type">mixed</span>&nbsp;<span class="var-name">&$content</span>)
167                                                                                    </div>
168          <!-- =========== Summary =========== -->                                                                  
169          <TR BGCOLOR='white' CLASS='TableRowColor'>                                  <div class="method-definition">
170                  <TD>                                                                                          <span class="method-result">string</span>
171                          <CODE><B><A HREF='Container.html#add_reference'>void add_reference ( &$content )</A></B></CODE>                                                                                  <a href="#render" title="details" class="method-name">render</a>
172                          <BR>                                                                                          (<span class="var-type">int</span>&nbsp;<span class="var-name">$indent_level</span>, <span class="var-type">int</span>&nbsp;<span class="var-name">$output_debug</span>)
173                          <blockquote> Add content onto content stack                                                                          </div>
174  so you can change the item later. </blockquote>                                                                  
175                  </TD>                                  <div class="method-definition">
176          </TR>                                                                                          <span class="method-result">void</span>
177                                                                                            <a href="#reset_content" title="details" class="method-name">reset_content</a>
178          <!-- =========== Summary =========== -->                                                                                          (<span class="var-type">mixed</span>&nbsp;<span class="var-name">$content</span>)
179          <TR BGCOLOR='white' CLASS='TableRowColor'>                                                                          </div>
180                  <TD>                                                                  
181                          <CODE><B><A HREF='Container.html#count_content'>int count_content (  )</A></B></CODE>                                  <div class="method-definition">
182                          <BR>                                                                                          <span class="method-result">void</span>
183                          <blockquote> counts the number of content objects </blockquote>                                                                                  <a href="#set_collapse" title="details" class="method-name">set_collapse</a>
184                  </TD>                                                                                          ([<span class="var-type">boolean</span>&nbsp;<span class="var-name">$collapse</span> = <span class="var-default">TRUE</span>], [<span class="var-type">boolean</span>&nbsp;<span class="var-name">$indent</span> = <span class="var-default">TRUE</span>])
185          </TR>                                                                          </div>
186                                                                            
187          <!-- =========== Summary =========== -->                                  <div class="method-definition">
188          <TR BGCOLOR='white' CLASS='TableRowColor'>                                                                                          <span class="method-result">void</span>
189                  <TD>                                                                                  <a href="#set_indent_flag" title="details" class="method-name">set_indent_flag</a>
190                          <CODE><B><A HREF='Container.html#get_indent_flag'>boolean get_indent_flag (  )</A></B></CODE>                                                                                          (<span class="var-type">boolean</span>&nbsp;<span class="var-name">$flag</span>)
191                          <BR>                                                                          </div>
192                          <blockquote> This flag gets the current value                                                                  
193  of the indent flag </blockquote>                                  <div class="method-definition">
194                  </TD>                                                                                          <span class="method-result">void</span>
195          </TR>                                                                                  <a href="#_set_flags" title="details" class="method-name">_set_flags</a>
196                                                                                            ()
197          <!-- =========== Summary =========== -->                                                                          </div>
198          <TR BGCOLOR='white' CLASS='TableRowColor'>                                                          </div>
199                  <TD>                  </div>
200                          <CODE><B><A HREF='Container.html#push'>void push (  )</A></B></CODE>          </div>          
201                          <BR>  
202                          <blockquote> Same as add(). </blockquote>          <a name="sec-vars"></a>
203                  </TD>          <div class="info-box">
204          </TR>                  <div class="info-box-title">Variables</div>
205                            <div class="nav-bar">
206          <!-- =========== Summary =========== -->                          <a href="#sec-description">Description</a> |
207          <TR BGCOLOR='white' CLASS='TableRowColor'>                                                          <a href="#sec-descendents">Descendents</a> |
208                  <TD>                                                                                  <a href="#sec-var-summary">Vars</a> (<span class="disabled">details</span>)
209                          <CODE><B><A HREF='Container.html#push_reference'>void push_reference ( &$content )</A></B></CODE>                                                  
210                          <BR>                          
211                          <blockquote> Same as add_reference                                                          |
212  NOTE : only exists for compatibility with 1.1.x </blockquote>                                                                          <a href="#sec-method-summary">Methods</a> (<a href="#sec-methods">details</a>)
213                  </TD>                                                          
214          </TR>                                          </div>
215                            <div class="info-box-body">
216          <!-- =========== Summary =========== -->                          <a name="var$_flags" id="$_flags"><!-- --></A>
217          <TR BGCOLOR='white' CLASS='TableRowColor'>  <div class="evenrow">
218                  <TD>  
219                          <CODE><B><A HREF='Container.html#render'>string render ( [$indent_level = 1], [$output_debug = 0] )</A></B></CODE>          <div class="var-header">
220                          <BR>                  <span class="var-title">
221                          <blockquote> This function is compatible with the                          <span class="var-type">mixed</span>
222  rest of the phpHtmllib API spec. </blockquote>                          <span class="var-name">$_flags</span>
223                  </TD>                           = <span class="var-default"> _NEWLINEAFTERCONTENT</span>                       (line <span class="line-number">64</span>)
224          </TR>                  </span>
225                    </div>
226          <!-- =========== Summary =========== -->  
227          <TR BGCOLOR='white' CLASS='TableRowColor'>          <!-- ========== Info from phpDoc block ========= -->
228                  <TD>  <p class="short-description">The flags that tell us</p>
229                          <CODE><B><A HREF='Container.html#reset_content'>void reset_content (  )</A></B></CODE>  <p class="description"><p>how to render the tag  its contents, and the close</p></p>
230                          <BR>          
231                          <blockquote> destroy existing content and start with new content. </blockquote>          
232                  </TD>                  
233          </TR>                  
234            
235          <!-- =========== Summary =========== -->  </div>
236          <TR BGCOLOR='white' CLASS='TableRowColor'>                                                  
237                  <TD>                  </div>
238                          <CODE><B><A HREF='Container.html#set_collapse'>void set_collapse ( [$collapse = TRUE], [$indent = TRUE] )</A></B></CODE>          </div>
239                          <BR>          
240                          <blockquote> This function turns on the collapse flag </blockquote>          <a name="sec-methods"></a>
241                  </TD>          <div class="info-box">
242          </TR>                  <div class="info-box-title">Methods</div>
243                            <div class="nav-bar">
244          <!-- =========== Summary =========== -->                          <a href="#sec-description">Description</a> |
245          <TR BGCOLOR='white' CLASS='TableRowColor'>                                                          <a href="#sec-descendents">Descendents</a> |
246                  <TD>                                                                                                                          <a href="#sec-var-summary">Vars</a> (<a href="#sec-vars">details</a>)
247                          <CODE><B><A HREF='Container.html#set_indent_flag'>void set_indent_flag ( $flag )</A></B></CODE>                                                                                                                  <a href="#sec-method-summary">Methods</a> (<span class="disabled">details</span>)
248                          <BR>                                                  
249                          <blockquote> function to set the indent flag </blockquote>                  </div>
250                  </TD>                  <div class="info-box-body">
251          </TR>                          <A NAME='method_detail'></A>
252            <a name="methodContainer" id="Container"><!-- --></a>
253  </TABLE>  <div class="oddrow">
254            
255  <hr>          <div class="method-header">
256  <!-- ============ VARIABLE DETAIL =========== -->                  <span class="method-title">Constructor Container</span> (line <span class="line-number">76</span>)
257            </div>
258  <A NAME='variable_detail'></A>          
259  <TABLE CELLPADDING='3' CELLSPACING='0' WIDTH='100%' CLASS="border">          <!-- ========== Info from phpDoc block ========= -->
260          <TR BGCOLOR='#CCCCFF' CLASS='TableHeadingColor'>  <p class="short-description">The constructor.</p>
261                  <TD>  <p class="description"><p>This lets you pass in data  that you want automatically  added to the container.  This  works in the same manner as  the push() method.</p></p>
262                          <span CLASS="font12bold">Variable Detail</span>          
263              <A HREF="#top" CLASS="links">^TOP</A>          <div class="method-signature">
264                  </TD>                  <span class="method-result">void</span>
265          </TR>                  <span class="method-name">
266  </TABLE>                          Container
267                    </span>
268                                    ()
269  <A NAME='$indent_flag'><!-- --></A><H3>$indent_flag</H3>                          </div>
270  <b>Data type:</b> boolean<br>          
271  <!-- ========== Info from phpDoc block ========= -->                  
272  Flag for pretty (indented) output                  
273  <BR>          </div>
274    <a name="methodadd" id="add"><!-- --></a>
275    <div class="evenrow">
276  <UL>          
277                    <div class="method-header">
278          <LI><b>Access</b> - <CODE>public</CODE></LI>                  <span class="method-title">add</span> (line <span class="line-number">172</span>)
279                    </div>
280  </UL>          
281            <!-- ========== Info from phpDoc block ========= -->
282  <HR>  <p class="short-description">add content onto content stack</p>
283    <p class="description"><p>adds content to tag as a FIFO.  You can have n number of parameters.  each one will get added in succession to the content.</p></p>
284  <A NAME='$_newline_after_content_flag'><!-- --></A><H3>$_newline_after_content_flag</H3>          <ul class="tags">
285  <b>Data type:</b> boolean<br>                                  <li><span class="field">access:</span> public</li>
286  <!-- ========== Info from phpDoc block ========= -->                          </ul>
287  Do we render a newline after the          
288  contents has been rendered?          <div class="method-signature">
289  <BR>                  <span class="method-result">void</span>
290                    <span class="method-name">
291                            add
292  <UL>                  </span>
293                                                    (<span class="var-type">mixed</span>&nbsp;<span class="var-name">$content</span>)
294  </UL>                          </div>
295            
296  <HR>                          <ul class="parameters">
297                                            <li>
298                                    <span class="var-type">mixed</span>
299  <hr>                                  <span class="var-name">$content</span><span class="var-description">: <p>- either string, or tag object.</p></span>                     </li>
300  <!-- ============ FUNCTION DETAIL =========== -->                                  </ul>
301                    
302  <A NAME='function_detail'></A>                  
303  <TABLE CELLPADDING='3' CELLSPACING='0' WIDTH='100%' CLASS="border">                          <hr class="separator" />
304          <TR BGCOLOR='#CCCCFF' CLASS='TableHeadingColor'>                  <div class="notes">Redefined in descendants as:</div>
305                  <TD>                  <ul class="redefinitions">
306                          <span class="font12bold">Method Detail</span>                                          <li>
307              <A HREF="#top" CLASS="links">^TOP</A>                                  <a href="../phpHtmlLib/OLtag.html#methodadd">OLtag::add()</a>
308                  </TD>                                                                  : add content onto content stack  adds content to tag as a FIFO.
309          </TR>                                                          </li>
310  </TABLE>                                          <li>
311  <BR>                                  <a href="../phpHtmlLib/TRtag.html#methodadd">TRtag::add()</a>
312                                                                    : add content onto content stack  adds content to tag as a FIFO.
313  <DIV CLASS="function">                                                          </li>
314  <A NAME='constructor Container'><!-- --></A>                                          <li>
315  <SPAN CLASS="font12bold">constructor Container</SPAN>                                  <a href="../phpHtmlLib/FooterNav.html#methodadd">FooterNav::add()</a>
316  <BR>                                                                  : add an entry to the footer nav
317  <SPAN CLASS="font10bold">Useage : </SPAN>                                                          </li>
318  <span class="font10bold" style="color: #FF0000">void</SPAN>&nbsp;                                          <li>
319  <span class="font10bold" style="color: #0000FF">constructor Container (  )</SPAN>                                  <a href="../phpHtmlLib/NavTable.html#methodadd">NavTable::add()</a>
320  <BR>                                                                  : this function adds an entry to the navtable.
321                                                            </li>
322  <BR>                                          <li>
323  <SPAN CLASS="font10bold">Description : </SPAN>                                  <a href="../phpHtmlLib/TextCSSNav.html#methodadd">TextCSSNav::add()</a>
324  <!-- ========== Info from phpDoc block ========= -->                                                                  : this function adds a clickable link.
325  The constructor.                                                          </li>
326  <BR>                                          <li>
327  This lets you pass in data                                  <a href="../phpHtmlLib/TextNav.html#methodadd">TextNav::add()</a>
328  that you want automatically                                                                  : this function adds a clickable link.
329  added to the container.  This                                                          </li>
330  works in the same manner as                                          <li>
331  the push() method.                                  <a href="../phpHtmlLib/VerticalCSSNavTable.html#methodadd">VerticalCSSNavTable::add()</a>
332  <DL>                                                                  : this function adds a clickable link.
333    <DT class="font10bold">Function Parameters:</DT>                                                          </li>
334                                              <li>
335                                    <a href="../phpHtmlLib/CSSContainer.html#methodadd">CSSContainer::add()</a>
336    <DT class="font10bold">Function Info:</DT>                                                                  : Only allow the adding of CSSBuilder
337                                                              </li>
338  </DL>                                          <li>
339                                    <a href="../phpHtmlLib/XMLDocumentClass.html#methodadd">XMLDocumentClass::add()</a>
340  </DIV>                                                                  : we override this class to make sure  we push all content inside the  local _xml_obj tag
341  <BR>                                                          </li>
342                                    </ul>
343  <DIV CLASS="function">          </div>
344  <A NAME='add'><!-- --></A>  <a name="methodadd_reference" id="add_reference"><!-- --></a>
345  <SPAN CLASS="font12bold">add</SPAN>  <div class="oddrow">
346  <BR>          
347  <SPAN CLASS="font10bold">Useage : </SPAN>          <div class="method-header">
348  <span class="font10bold" style="color: #FF0000">void</SPAN>&nbsp;                  <span class="method-title">add_reference</span> (line <span class="line-number">214</span>)
349  <span class="font10bold" style="color: #0000FF">add (  )</SPAN>          </div>
350  <BR>          
351  Overridden in child class(es) as: <a href="../phpHtmlLib/XMLDocumentClass.html#add">XMLDocumentClass::add()</a><br>          <!-- ========== Info from phpDoc block ========= -->
352  <BR>  <p class="short-description">Add content onto content stack  so you can change the item later.</p>
353  <SPAN CLASS="font10bold">Description : </SPAN>  <p class="description"><p>adds content to tag as a FIFO  You can only add 1 element at a time, and  it will be added as a reference.  So you can't do  push_reference(&quot;something&quot;);, since &quot;something&quot; is a  static.</p></p>
354  <!-- ========== Info from phpDoc block ========= -->          <ul class="tags">
355  add content onto content stack                                  <li><span class="field">access:</span> public</li>
356  <BR>                          </ul>
357  adds content to tag as a FIFO.          
358  You can have n number of parameters.          <div class="method-signature">
359  each one will get added in succession to the content.                  <span class="method-result">void</span>
360  <DL>                  <span class="method-name">
361    <DT class="font10bold">Function Parameters:</DT>                          add_reference
362                      </span>
363    <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">$content</SPAN></SPAN> - either string, or tag object.</DD>                                          (<span class="var-type">mixed</span>&nbsp;<span class="var-name">&$content</span>)
364                              </div>
365            
366    <DT class="font10bold">Function Info:</DT>                          <ul class="parameters">
367                                              <li>
368    <DD CLASS="font10" STYLE="padding-bottom:5px;"><b>Access</b> - public</DD>                                  <span class="var-type">mixed</span>
369                                      <span class="var-name">$content</span><span class="var-description">: <p>- either string, or tag object.                              the tag object gets stored as a                              reference to the original, so you                              can push it, then modify it later.</p></span>                 </li>
370  </DL>                                  </ul>
371                    
372  </DIV>                  
373  <BR>                          <hr class="separator" />
374                    <div class="notes">Redefined in descendants as:</div>
375  <DIV CLASS="function">                  <ul class="redefinitions">
376  <A NAME='add_reference'><!-- --></A>                                          <li>
377  <SPAN CLASS="font12bold">add_reference</SPAN>                                  <a href="../phpHtmlLib/OLtag.html#methodadd_reference">OLtag::add_reference()</a>
378  <BR>                                                                  : push content onto content stack
379  <SPAN CLASS="font10bold">Useage : </SPAN>                                                          </li>
380  <span class="font10bold" style="color: #FF0000">void</SPAN>&nbsp;                                          <li>
381  <span class="font10bold" style="color: #0000FF">add_reference ( &$content )</SPAN>                                  <a href="../phpHtmlLib/TRtag.html#methodadd_reference">TRtag::add_reference()</a>
382  <BR>                                                                  : add content onto content stack
383  Overridden in child class(es) as: <a href="../phpHtmlLib/XMLDocumentClass.html#add_reference">XMLDocumentClass::add_reference()</a><br>                                                          </li>
384  <BR>                                          <li>
385  <SPAN CLASS="font10bold">Description : </SPAN>                                  <a href="../phpHtmlLib/XMLDocumentClass.html#methodadd_reference">XMLDocumentClass::add_reference()</a>
386  <!-- ========== Info from phpDoc block ========= -->                                                                  : we override this class to make sure  we push all content inside the  local _xml_obj tag
387  Add content onto content stack                                                          </li>
388  so you can change the item later.                                  </ul>
389  <BR>          </div>
390  adds content to tag as a FIFO  <a name="methodcount_content" id="count_content"><!-- --></a>
391  You can only add 1 element at a time, and  <div class="evenrow">
392  it will be added as a reference.  So you can't do          
393  push_reference(&quot;something&quot;);, since &quot;something&quot; is a          <div class="method-header">
394  static.                  <span class="method-title">count_content</span> (line <span class="line-number">239</span>)
395  <DL>          </div>
396    <DT class="font10bold">Function Parameters:</DT>          
397              <!-- ========== Info from phpDoc block ========= -->
398    <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">$content</SPAN></SPAN> - either string, or tag object.  <p class="short-description">counts the number of content objects</p>
399                               the tag object gets stored as a          <ul class="tags">
400                               reference to the original, so you                                  <li><span class="field">access:</span> public</li>
401                               can push it, then modify it later.</DD>                          </ul>
402              
403            <div class="method-signature">
404    <DT class="font10bold">Function Info:</DT>                  <span class="method-result">int</span>
405                      <span class="method-name">
406    <DD CLASS="font10" STYLE="padding-bottom:5px;"><b>Access</b> - public</DD>                          count_content
407                      </span>
408  </DL>                                  ()
409                            </div>
410  </DIV>          
411  <BR>                  
412                    
413  <DIV CLASS="function">          </div>
414  <A NAME='count_content'><!-- --></A>  <a name="methodget_indent_flag" id="get_indent_flag"><!-- --></a>
415  <SPAN CLASS="font12bold">count_content</SPAN>  <div class="oddrow">
416  <BR>          
417  <SPAN CLASS="font10bold">Useage : </SPAN>          <div class="method-header">
418  <span class="font10bold" style="color: #FF0000">int</SPAN>&nbsp;                  <span class="method-title">get_indent_flag</span> (line <span class="line-number">280</span>)
419  <span class="font10bold" style="color: #0000FF">count_content (  )</SPAN>          </div>
420  <BR>          
421            <!-- ========== Info from phpDoc block ========= -->
422  <BR>  <p class="short-description">This flag gets the current value  of the indent flag</p>
423  <SPAN CLASS="font10bold">Description : </SPAN>          <ul class="tags">
424  <!-- ========== Info from phpDoc block ========= -->                                  <li><span class="field">access:</span> public</li>
425  counts the number of content objects                          </ul>
426  <BR>          
427            <div class="method-signature">
428  <DL>                  <span class="method-result">boolean</span>
429    <DT class="font10bold">Function Parameters:</DT>                  <span class="method-name">
430                              get_indent_flag
431                    </span>
432    <DT class="font10bold">Function Info:</DT>                                  ()
433                              </div>
434    <DD CLASS="font10" STYLE="padding-bottom:5px;"><b>Access</b> - public</DD>          
435                      
436  </DL>                  
437            </div>
438  </DIV>  <a name="methodpush" id="push"><!-- --></a>
439  <BR>  <div class="evenrow">
440            
441  <DIV CLASS="function">          <div class="method-header">
442  <A NAME='get_indent_flag'><!-- --></A>                  <span class="method-title">push</span> (line <span class="line-number">158</span>)
443  <SPAN CLASS="font12bold">get_indent_flag</SPAN>          </div>
444  <BR>          
445  <SPAN CLASS="font10bold">Useage : </SPAN>          <!-- ========== Info from phpDoc block ========= -->
446  <span class="font10bold" style="color: #FF0000">boolean</SPAN>&nbsp;  <p class="short-description">Same as add().</p>
447  <span class="font10bold" style="color: #0000FF">get_indent_flag (  )</SPAN>  <p class="description"><p>NOTE: only exists for 1.1.x compatibility</p></p>
448  <BR>          <ul class="tags">
449                                    <li><span class="field">access:</span> public</li>
450  <BR>                                  <li><span class="field">deprecated:</span> </li>
451  <SPAN CLASS="font10bold">Description : </SPAN>                          </ul>
452  <!-- ========== Info from phpDoc block ========= -->          
453  This flag gets the current value          <div class="method-signature">
454  of the indent flag                  <span class="method-result">void</span>
455  <BR>                  <span class="method-name">
456                            push
457  <DL>                  </span>
458    <DT class="font10bold">Function Parameters:</DT>                                          (<span class="var-type">mixed</span>&nbsp;<span class="var-name">$content</span>)
459                              </div>
460            
461    <DT class="font10bold">Function Info:</DT>                          <ul class="parameters">
462                                              <li>
463    <DD CLASS="font10" STYLE="padding-bottom:5px;"><b>Access</b> - public</DD>                                  <span class="var-type">mixed</span>
464                                      <span class="var-name">$content</span><span class="var-description">: <p>- either string, or tag object.</p></span>                     </li>
465  </DL>                                  </ul>
466                    
467  </DIV>                  
468  <BR>                          <hr class="separator" />
469                    <div class="notes">Redefined in descendants as:</div>
470  <DIV CLASS="function">                  <ul class="redefinitions">
471  <A NAME='push'><!-- --></A>                                          <li>
472  <SPAN CLASS="font12bold">push</SPAN>                                  <a href="../phpHtmlLib/TRtag.html#methodpush">TRtag::push()</a>
473  <BR>                                                                  : Same ass add()
474  <SPAN CLASS="font10bold">Useage : </SPAN>                                                          </li>
475  <span class="font10bold" style="color: #FF0000">void</SPAN>&nbsp;                                          <li>
476  <span class="font10bold" style="color: #0000FF">push (  )</SPAN>                                  <a href="../phpHtmlLib/FooterNav.html#methodpush">FooterNav::push()</a>
477  <BR>                                                                  : add an entry to the footer nav.
478  Overridden in child class(es) as: <a href="../phpHtmlLib/XMLDocumentClass.html#push">XMLDocumentClass::push()</a><br>                                                          </li>
479  <BR>                                          <li>
480  <SPAN CLASS="font10bold">Description : </SPAN>                                  <a href="../phpHtmlLib/ImageThumbnailWidget.html#methodpush">ImageThumbnailWidget::push()</a>
481  <!-- ========== Info from phpDoc block ========= -->                                                          </li>
482  Same as add().                                          <li>
483  <BR>                                  <a href="../phpHtmlLib/NavTable.html#methodpush">NavTable::push()</a>
484  NOTE: only exists for 1.1.x compatibility                                                                  : depricated version of add()
485  <DL>                                                          </li>
486    <DT class="font10bold">Function Parameters:</DT>                                          <li>
487                                      <a href="../phpHtmlLib/TextCSSNav.html#methodpush">TextCSSNav::push()</a>
488    <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">$content</SPAN></SPAN> - either string, or tag object.</DD>                                                                  : depricated version of add()
489                                                              </li>
490                                            <li>
491    <DT class="font10bold">Function Info:</DT>                                  <a href="../phpHtmlLib/TextNav.html#methodpush">TextNav::push()</a>
492                                                                      : depricated version of add()
493    <DD CLASS="font10" STYLE="padding-bottom:5px;"><b>Access</b> - public</DD>                                                          </li>
494                                              <li>
495    <DD CLASS="font10" STYLE="padding-bottom:5px;"><b>Deprecated</b> - </DD>                                  <a href="../phpHtmlLib/TreeNav.html#methodpush">TreeNav::push()</a>
496                                                              </li>
497  </DL>                                          <li>
498                                    <a href="../phpHtmlLib/XMLDocumentClass.html#methodpush">XMLDocumentClass::push()</a>
499  </DIV>                                                                  : Same as add().
500  <BR>                                                          </li>
501                                    </ul>
502  <DIV CLASS="function">          </div>
503  <A NAME='push_reference'><!-- --></A>  <a name="methodpush_reference" id="push_reference"><!-- --></a>
504  <SPAN CLASS="font12bold">push_reference</SPAN>  <div class="oddrow">
505  <BR>          
506  <SPAN CLASS="font10bold">Useage : </SPAN>          <div class="method-header">
507  <span class="font10bold" style="color: #FF0000">void</SPAN>&nbsp;                  <span class="method-title">push_reference</span> (line <span class="line-number">193</span>)
508  <span class="font10bold" style="color: #0000FF">push_reference ( &$content )</SPAN>          </div>
509  <BR>          
510  Overridden in child class(es) as: <a href="../phpHtmlLib/XMLDocumentClass.html#push_reference">XMLDocumentClass::push_reference()</a><br>          <!-- ========== Info from phpDoc block ========= -->
511  <BR>  <p class="short-description">Same as add_reference  NOTE : only exists for compatibility with 1.1.x</p>
512  <SPAN CLASS="font10bold">Description : </SPAN>          <ul class="tags">
513  <!-- ========== Info from phpDoc block ========= -->                                  <li><span class="field">access:</span> public</li>
514  Same as add_reference                          </ul>
515  NOTE : only exists for compatibility with 1.1.x          
516  <BR>          <div class="method-signature">
517                    <span class="method-result">void</span>
518  <DL>                  <span class="method-name">
519    <DT class="font10bold">Function Parameters:</DT>                          push_reference
520                      </span>
521    <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">&$content</SPAN></SPAN> - a reference to some variable.</DD>                                          (<span class="var-type">mixed</span>&nbsp;<span class="var-name">&$content</span>)
522                              </div>
523            
524    <DT class="font10bold">Function Info:</DT>                          <ul class="parameters">
525                                              <li>
526    <DD CLASS="font10" STYLE="padding-bottom:5px;"><b>Access</b> - public</DD>                                  <span class="var-type">mixed</span>
527                                      <span class="var-name">&$content</span><span class="var-description">: <p>- a reference to some variable.</p></span>                    </li>
528    <DD CLASS="font10" STYLE="padding-bottom:5px;"><b>Deprecated</b> - </DD>                                  </ul>
529                      
530  </DL>                  
531                            <hr class="separator" />
532  </DIV>                  <div class="notes">Redefined in descendants as:</div>
533  <BR>                  <ul class="redefinitions">
534                                            <li>
535  <DIV CLASS="function">                                  <a href="../phpHtmlLib/TRtag.html#methodpush_reference">TRtag::push_reference()</a>
536  <A NAME='render'><!-- --></A>                                                                  : Same ass add_reference()
537  <SPAN CLASS="font12bold">render</SPAN>                                                          </li>
538  <BR>                                          <li>
539  <SPAN CLASS="font10bold">Useage : </SPAN>                                  <a href="../phpHtmlLib/XMLDocumentClass.html#methodpush_reference">XMLDocumentClass::push_reference()</a>
540  <span class="font10bold" style="color: #FF0000">string</SPAN>&nbsp;                                                                  : Same as add_reference  NOTE : only exists for compatibility with 1.1.x
541  <span class="font10bold" style="color: #0000FF">render ( [$indent_level = 1], [$output_debug = 0] )</SPAN>                                                          </li>
542  <BR>                                  </ul>
543  Overridden in child class(es) as: <a href="../phpHtmlLib/XMLTagClass.html#render">XMLTagClass::render()</a>, <a href="../phpHtmlLib/XMLDocumentClass.html#render">XMLDocumentClass::render()</a><br>          </div>
544  <BR>  <a name="methodrender" id="render"><!-- --></a>
545  <SPAN CLASS="font10bold">Description : </SPAN>  <div class="evenrow">
546  <!-- ========== Info from phpDoc block ========= -->          
547  This function is compatible with the          <div class="method-header">
548  rest of the phpHtmllib API spec.                  <span class="method-title">render</span> (line <span class="line-number">106</span>)
549  <BR>          </div>
550  It just walks through each of the          
551  class' data and renders it with the          <!-- ========== Info from phpDoc block ========= -->
552  appropriate indentation.  <p class="short-description">This function is compatible with the  rest of the phpHtmllib API spec.</p>
553  <DL>  <p class="description"><p>It just walks through each of the  class' data and renders it with the  appropriate indentation.</p></p>
554    <DT class="font10bold">Function Parameters:</DT>          <ul class="tags">
555                                      <li><span class="field">return:</span> <p>the raw html output.</p></li>
556    <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">$indent_level</SPAN></SPAN> - the indentation level for                          </ul>
557                the container.</DD>          
558              <div class="method-signature">
559    <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">$output_debug</SPAN></SPAN> - the output debug flag to                  <span class="method-result">string</span>
560                maintain compatibility w/ the API.</DD>                  <span class="method-name">
561                              render
562                    </span>
563    <DT class="font10bold">Function Info:</DT>                                          (<span class="var-type">int</span>&nbsp;<span class="var-name">$indent_level</span>, <span class="var-type">int</span>&nbsp;<span class="var-name">$output_debug</span>)
564                              </div>
565    <DD CLASS="font10" STYLE="padding-bottom:5px;"><b>Return</b> - the raw html output.</DD>          
566                              <ul class="parameters">
567  </DL>                                          <li>
568                                    <span class="var-type">int</span>
569  </DIV>                                  <span class="var-name">$indent_level</span><span class="var-description">: <p>- the indentation level for               the container.</p></span>                       </li>
570  <BR>                                          <li>
571                                    <span class="var-type">int</span>
572  <DIV CLASS="function">                                  <span class="var-name">$output_debug</span><span class="var-description">: <p>- the output debug flag to               maintain compatibility w/ the API.</p></span>                    </li>
573  <A NAME='reset_content'><!-- --></A>                                  </ul>
574  <SPAN CLASS="font12bold">reset_content</SPAN>                  
575  <BR>                  
576  <SPAN CLASS="font10bold">Useage : </SPAN>                          <hr class="separator" />
577  <span class="font10bold" style="color: #FF0000">void</SPAN>&nbsp;                  <div class="notes">Redefined in descendants as:</div>
578  <span class="font10bold" style="color: #0000FF">reset_content (  )</SPAN>                  <ul class="redefinitions">
579  <BR>                                          <li>
580  Overridden in child class(es) as: <a href="../phpHtmlLib/XMLDocumentClass.html#reset_content">XMLDocumentClass::reset_content()</a><br>                                  <a href="../phpHtmlLib/XMLTagClass.html#methodrender">XMLTagClass::render()</a>
581  <BR>                                                                  : This function is responsible  for rendering the tag and  its contents
582  <SPAN CLASS="font10bold">Description : </SPAN>                                                          </li>
583  <!-- ========== Info from phpDoc block ========= -->                                          <li>
584  destroy existing content and start with new content.                                  <a href="../phpHtmlLib/HTMLTagClass.html#methodrender">HTMLTagClass::render()</a>
585  <BR>                                                                  : Renders the tag, attributes, content and close tag.
586                                                            </li>
587  <DL>                                          <li>
588    <DT class="font10bold">Function Parameters:</DT>                                  <a href="../phpHtmlLib/ActiveTab.html#methodrender">ActiveTab::render()</a>
589                                                              </li>
590    <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">$content</SPAN></SPAN> can be tag object, or raw (string).</DD>                                          <li>
591                                      <a href="../phpHtmlLib/FooterNav.html#methodrender">FooterNav::render()</a>
592                                                                    : render the code for this widget.
593    <DT class="font10bold">Function Info:</DT>                                                          </li>
594                                              <li>
595    <DD CLASS="font10" STYLE="padding-bottom:5px;"><b>Access</b> - public</DD>                                  <a href="../phpHtmlLib/ImageThumbnailWidget.html#methodrender">ImageThumbnailWidget::render()</a>
596                                                                      : Render the entire widget.  this includes the  page offset links, as well as the thumbnails.
597  </DL>                                                          </li>
598                                            <li>
599  </DIV>                                  <a href="../phpHtmlLib/InfoTable.html#methodrender">InfoTable::render()</a>
600  <BR>                                                                  : This function renders the object.
601                                                            </li>
602  <DIV CLASS="function">                                          <li>
603  <A NAME='set_collapse'><!-- --></A>                                  <a href="../phpHtmlLib/NavTable.html#methodrender">NavTable::render()</a>
604  <SPAN CLASS="font12bold">set_collapse</SPAN>                                                                  : Render the Navtable and its content.
605  <BR>                                                          </li>
606  <SPAN CLASS="font10bold">Useage : </SPAN>                                          <li>
607  <span class="font10bold" style="color: #FF0000">void</SPAN>&nbsp;                                  <a href="../phpHtmlLib/TextCSSNav.html#methodrender">TextCSSNav::render()</a>
608  <span class="font10bold" style="color: #0000FF">set_collapse ( [$collapse = TRUE], [$indent = TRUE] )</SPAN>                                                                  : function that will render the widget.
609  <BR>                                                          </li>
610  Overridden in child class(es) as: <a href="../phpHtmlLib/XMLTagClass.html#set_collapse">XMLTagClass::set_collapse()</a><br>                                          <li>
611  <BR>                                  <a href="../phpHtmlLib/SVG/SVGGraph.html#methodrender">SVGGraph::render()</a>
612  <SPAN CLASS="font10bold">Description : </SPAN>                                                          </li>
613  <!-- ========== Info from phpDoc block ========= -->                                          <li>
614  This function turns on the collapse flag                                  <a href="../phpHtmlLib/RoundTitleTable.html#methodrender">RoundTitleTable::render()</a>
615  <BR>                                                                  : Render the Navtable and its content.
616                                                            </li>
617  <DL>                                          <li>
618    <DT class="font10bold">Function Parameters:</DT>                                  <a href="../phpHtmlLib/TextNav.html#methodrender">TextNav::render()</a>
619                                                                      : function that will render the widget.
620    <DD CLASS="font10" STYLE="padding-bottom:5px;"><span STYLE="font-style: italic;">- <span style="color: #FF0000;font-weight:bold;">boolean</SPAN> <span style="color: #0000FF;font-weight:bold">$collapse</SPAN></SPAN> - the collapse flag</DD>                                                          </li>
621                                              <li>
622    <DD CLASS="font10" STYLE="padding-bottom:5px;"><span STYLE="font-style: italic;">- <span style="color: #FF0000;font-weight:bold;">boolean</SPAN> <span style="color: #0000FF;font-weight:bold">$indent</SPAN></SPAN> - the indent flag                                  <a href="../phpHtmlLib/TreeNav.html#methodrender">TreeNav::render()</a>
623                    DEFAULT: TRUE;</DD>                                                                  : function that will render the widget.
624                                                              </li>
625                                            <li>
626    <DT class="font10bold">Function Info:</DT>                                  <a href="../phpHtmlLib/VerticalCSSNavTable.html#methodrender">VerticalCSSNavTable::render()</a>
627                                                                      : function that will render the widget.
628    <DD CLASS="font10" STYLE="padding-bottom:5px;"><b>Access</b> - public</DD>                                                          </li>
629                                              <li>
630  </DL>                                  <a href="../phpHtmlLib/DataList.html#methodrender">DataList::render()</a>
631                                                                    : This function renders the final
632  </DIV>                                                          </li>
633  <BR>                                          <li>
634                                    <a href="../phpHtmlLib/XMLDocumentClass.html#methodrender">XMLDocumentClass::render()</a>
635  <DIV CLASS="function">                                                                  : function that will render the XML Document.
636  <A NAME='set_indent_flag'><!-- --></A>                                                          </li>
637  <SPAN CLASS="font12bold">set_indent_flag</SPAN>                                          <li>
638  <BR>                                  <a href="../phpHtmlLib/FormProcessing/FormProcessor.html#methodrender">FormProcessor::render()</a>
639  <SPAN CLASS="font10bold">Useage : </SPAN>                                                                  : This method is called to render the form's html
640  <span class="font10bold" style="color: #FF0000">void</SPAN>&nbsp;                                                          </li>
641  <span class="font10bold" style="color: #0000FF">set_indent_flag ( $flag )</SPAN>                                          <li>
642  <BR>                                  <a href="../phpHtmlLib/FormProcessing/FormWizard.html#methodrender">FormWizard::render()</a>
643                                                                    : This function renders the
644  <BR>                                                          </li>
645  <SPAN CLASS="font10bold">Description : </SPAN>                                  </ul>
646  <!-- ========== Info from phpDoc block ========= -->          </div>
647  function to set the indent flag  <a name="methodreset_content" id="reset_content"><!-- --></a>
648  <BR>  <div class="oddrow">
649            
650  <DL>          <div class="method-header">
651    <DT class="font10bold">Function Parameters:</DT>                  <span class="method-title">reset_content</span> (line <span class="line-number">226</span>)
652              </div>
653    <DD CLASS="font10" STYLE="padding-bottom:5px;"><span STYLE="font-style: italic;">- <span style="color: #FF0000;font-weight:bold;">boolean</SPAN> <span style="color: #0000FF;font-weight:bold">$flag</SPAN></SPAN> TRUE or FALSE</DD>          
654              <!-- ========== Info from phpDoc block ========= -->
655    <p class="short-description">destroy existing content and start with new content.</p>
656    <DT class="font10bold">Function Info:</DT>          <ul class="tags">
657                                      <li><span class="field">access:</span> public</li>
658    <DD CLASS="font10" STYLE="padding-bottom:5px;"><b>Access</b> - public</DD>                          </ul>
659              
660  </DL>          <div class="method-signature">
661                    <span class="method-result">void</span>
662  </DIV>                  <span class="method-name">
663  <BR>                          reset_content
664                    </span>
665                                            (<span class="var-type">mixed</span>&nbsp;<span class="var-name">$content</span>)
666  <hr>                          </div>
667  </HTML>          
668                            <ul class="parameters">
669                                            <li>
670                                    <span class="var-type">mixed</span>
671                                    <span class="var-name">$content</span><span class="var-description">: <p>can be tag object, or raw (string).</p></span>                 </li>
672                                    </ul>
673                    
674                    
675                            <hr class="separator" />
676                    <div class="notes">Redefined in descendants as:</div>
677                    <ul class="redefinitions">
678                                            <li>
679                                    <a href="../phpHtmlLib/XMLDocumentClass.html#methodreset_content">XMLDocumentClass::reset_content()</a>
680                                                                    : we override this class to make sure  we push all content inside the  local _xml_obj tag
681                                                            </li>
682                                    </ul>
683            </div>
684    <a name="methodset_collapse" id="set_collapse"><!-- --></a>
685    <div class="evenrow">
686            
687            <div class="method-header">
688                    <span class="method-title">set_collapse</span> (line <span class="line-number">294</span>)
689            </div>
690            
691            <!-- ========== Info from phpDoc block ========= -->
692    <p class="short-description">This function turns on the collapse flag</p>
693            <ul class="tags">
694                                    <li><span class="field">access:</span> public</li>
695                            </ul>
696            
697            <div class="method-signature">
698                    <span class="method-result">void</span>
699                    <span class="method-name">
700                            set_collapse
701                    </span>
702                                            ([<span class="var-type">boolean</span>&nbsp;<span class="var-name">$collapse</span> = <span class="var-default">TRUE</span>], [<span class="var-type">boolean</span>&nbsp;<span class="var-name">$indent</span> = <span class="var-default">TRUE</span>])
703                            </div>
704            
705                            <ul class="parameters">
706                                            <li>
707                                    <span class="var-type">boolean</span>
708                                    <span class="var-name">$collapse</span><span class="var-description">: <p>- the collapse flag</p></span>                        </li>
709                                            <li>
710                                    <span class="var-type">boolean</span>
711                                    <span class="var-name">$indent</span><span class="var-description">: <p>- the indent flag                   DEFAULT: TRUE;</p></span>                   </li>
712                                    </ul>
713                    
714                    
715                            <hr class="separator" />
716                    <div class="notes">Redefined in descendants as:</div>
717                    <ul class="redefinitions">
718                                            <li>
719                                    <a href="../phpHtmlLib/XMLTagClass.html#methodset_collapse">XMLTagClass::set_collapse()</a>
720                                                                    : This function turns on the collapse flag
721                                                            </li>
722                                    </ul>
723            </div>
724    <a name="methodset_indent_flag" id="set_indent_flag"><!-- --></a>
725    <div class="oddrow">
726            
727            <div class="method-header">
728                    <span class="method-title">set_indent_flag</span> (line <span class="line-number">263</span>)
729            </div>
730            
731            <!-- ========== Info from phpDoc block ========= -->
732    <p class="short-description">function to set the indent flag</p>
733            <ul class="tags">
734                                    <li><span class="field">access:</span> public</li>
735                            </ul>
736            
737            <div class="method-signature">
738                    <span class="method-result">void</span>
739                    <span class="method-name">
740                            set_indent_flag
741                    </span>
742                                            (<span class="var-type">boolean</span>&nbsp;<span class="var-name">$flag</span>)
743                            </div>
744            
745                            <ul class="parameters">
746                                            <li>
747                                    <span class="var-type">boolean</span>
748                                    <span class="var-name">$flag</span><span class="var-description">: <p>TRUE or FALSE</p></span>                  </li>
749                                    </ul>
750                    
751                    
752            </div>
753    <a name="method_set_flags" id="_set_flags"><!-- --></a>
754    <div class="evenrow">
755            
756            <div class="method-header">
757                    <span class="method-title">_set_flags</span> (line <span class="line-number">252</span>)
758            </div>
759            
760            <!-- ========== Info from phpDoc block ========= -->
761    <p class="short-description">This method is used to set the bitmask  flags for this tag.  It tells the  class how to render the tag.</p>
762    <p class="description"><p>NOTE: the child class can override this        to set the options</p></p>
763            
764            <div class="method-signature">
765                    <span class="method-result">void</span>
766                    <span class="method-name">
767                            _set_flags
768                    </span>
769                                    ()
770                            </div>
771            
772                    
773                    
774                            <hr class="separator" />
775                    <div class="notes">Redefined in descendants as:</div>
776                    <ul class="redefinitions">
777                                            <li>
778                                    <a href="../phpHtmlLib/XMLTagClass.html#method_set_flags">XMLTagClass::_set_flags()</a>
779                                                                    : This method is used to set the bitmask  flags for this tag.  It tells the  class how to render the tag.
780                                                            </li>
781                                            <li>
782                                    <a href="../phpHtmlLib/Atag.html#method_set_flags">Atag::_set_flags()</a>
783                                                            </li>
784                                            <li>
785                                    <a href="../phpHtmlLib/APPLETtag.html#method_set_flags">APPLETtag::_set_flags()</a>
786                                                            </li>
787                                            <li>
788                                    <a href="../phpHtmlLib/AREAtag.html#method_set_flags">AREAtag::_set_flags()</a>
789                                                            </li>
790                                            <li>
791                                    <a href="../phpHtmlLib/Btag.html#method_set_flags">Btag::_set_flags()</a>
792                                                            </li>
793                                            <li>
794                                    <a href="../phpHtmlLib/BASEtag.html#method_set_flags">BASEtag::_set_flags()</a>
795                                                            </li>
796                                            <li>
797                                    <a href="../phpHtmlLib/BRtag.html#method_set_flags">BRtag::_set_flags()</a>
798                                                            </li>
799                                            <li>
800                                    <a href="../phpHtmlLib/CENTERtag.html#method_set_flags">CENTERtag::_set_flags()</a>
801                                                            </li>
802                                            <li>
803                                    <a href="../phpHtmlLib/DOCTYPEtag.html#method_set_flags">DOCTYPEtag::_set_flags()</a>
804                                                            </li>
805                                            <li>
806                                    <a href="../phpHtmlLib/FONTtag.html#method_set_flags">FONTtag::_set_flags()</a>
807                                                            </li>
808                                            <li>
809                                    <a href="../phpHtmlLib/FRAMEtag.html#method_set_flags">FRAMEtag::_set_flags()</a>
810                                                            </li>
811                                            <li>
812                                    <a href="../phpHtmlLib/H1tag.html#method_set_flags">H1tag::_set_flags()</a>
813                                                            </li>
814                                            <li>
815                                    <a href="../phpHtmlLib/H2tag.html#method_set_flags">H2tag::_set_flags()</a>
816                                                            </li>
817                                            <li>
818                                    <a href="../phpHtmlLib/H3tag.html#method_set_flags">H3tag::_set_flags()</a>
819                                                            </li>
820                                            <li>
821                                    <a href="../phpHtmlLib/H4tag.html#method_set_flags">H4tag::_set_flags()</a>
822                                                            </li>
823                                            <li>
824                                    <a href="../phpHtmlLib/H5tag.html#method_set_flags">H5tag::_set_flags()</a>
825                                                            </li>
826                                            <li>
827                                    <a href="../phpHtmlLib/H6tag.html#method_set_flags">H6tag::_set_flags()</a>
828                                                            </li>
829                                            <li>
830                                    <a href="../phpHtmlLib/HRtag.html#method_set_flags">HRtag::_set_flags()</a>
831                                                            </li>
832                                            <li>
833                                    <a href="../phpHtmlLib/IMGtag.html#method_set_flags">IMGtag::_set_flags()</a>
834                                                            </li>
835                                            <li>
836                                    <a href="../phpHtmlLib/INPUTtag.html#method_set_flags">INPUTtag::_set_flags()</a>
837                                                            </li>
838                                            <li>
839                                    <a href="../phpHtmlLib/LINKtag.html#method_set_flags">LINKtag::_set_flags()</a>
840                                                            </li>
841                                            <li>
842                                    <a href="../phpHtmlLib/METAtag.html#method_set_flags">METAtag::_set_flags()</a>
843                                                            </li>
844                                            <li>
845                                    <a href="../phpHtmlLib/NOBRtag.html#method_set_flags">NOBRtag::_set_flags()</a>
846                                                            </li>
847                                            <li>
848                                    <a href="../phpHtmlLib/OPTIONtag.html#method_set_flags">OPTIONtag::_set_flags()</a>
849                                                            </li>
850                                            <li>
851                                    <a href="../phpHtmlLib/PREtag.html#method_set_flags">PREtag::_set_flags()</a>
852                                                            </li>
853                                            <li>
854                                    <a href="../phpHtmlLib/Stag.html#method_set_flags">Stag::_set_flags()</a>
855                                                            </li>
856                                            <li>
857                                    <a href="../phpHtmlLib/TEXTAREAtag.html#method_set_flags">TEXTAREAtag::_set_flags()</a>
858                                                            </li>
859                                            <li>
860                                    <a href="../phpHtmlLib/DEFINITIONSRCsvgtag.html#method_set_flags">DEFINITIONSRCsvgtag::_set_flags()</a>
861                                                            </li>
862                                            <li>
863                                    <a href="../phpHtmlLib/ELLIPSEsvgtag.html#method_set_flags">ELLIPSEsvgtag::_set_flags()</a>
864                                                            </li>
865                                            <li>
866                                    <a href="../phpHtmlLib/FONTFACEFORMATsvgtag.html#method_set_flags">FONTFACEFORMATsvgtag::_set_flags()</a>
867                                                            </li>
868                                            <li>
869                                    <a href="../phpHtmlLib/FONTFACENAMEsvgtag.html#method_set_flags">FONTFACENAMEsvgtag::_set_flags()</a>
870                                                            </li>
871                                            <li>
872                                    <a href="../phpHtmlLib/HKERNsvgtag.html#method_set_flags">HKERNsvgtag::_set_flags()</a>
873                                                            </li>
874                                            <li>
875                                    <a href="../phpHtmlLib/SCRIPTsvgtag.html#method_set_flags">SCRIPTsvgtag::_set_flags()</a>
876                                                            </li>
877                                            <li>
878                                    <a href="../phpHtmlLib/STYLEsvgtag.html#method_set_flags">STYLEsvgtag::_set_flags()</a>
879                                                            </li>
880                                            <li>
881                                    <a href="../phpHtmlLib/VKERNsvgtag.html#method_set_flags">VKERNsvgtag::_set_flags()</a>
882                                                            </li>
883                                            <li>
884                                    <a href="../phpHtmlLib/ACCESStag.html#method_set_flags">ACCESStag::_set_flags()</a>
885                                                            </li>
886                                            <li>
887                                    <a href="../phpHtmlLib/NOOPtag.html#method_set_flags">NOOPtag::_set_flags()</a>
888                                                            </li>
889                                            <li>
890                                    <a href="../phpHtmlLib/TIMERtag.html#method_set_flags">TIMERtag::_set_flags()</a>
891                                                            </li>
892                                            <li>
893                                    <a href="../phpHtmlLib/XMLtag.html#method_set_flags">XMLtag::_set_flags()</a>
894                                                            </li>
895                                            <li>
896                                    <a href="../phpHtmlLib/CDATAtag.html#method_set_flags">CDATAtag::_set_flags()</a>
897                                                            </li>
898                                    </ul>
899            </div>
900                                                    
901                    </div>
902            </div>
903            
904            <p class="notes" id="credit">
905                    Documention generated on Thu, 31 Jul 2003 18:32:19 -0700 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.2.0</a>
906            </p>
907            </div></body>
908    </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