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

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

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

revision 1.1.1.1 by jonen, Thu Jan 30 03:29:27 2003 UTC revision 1.4 by jonen, Thu May 6 16:24:21 2004 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:31 -0800' -->                          <!-- template designed by Marco Von Ballmoos -->
6          <TITLE>Docs For Class HTMLPageClass</TITLE>                          <title>Docs For Class HTMLPageClass</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 HTMLPageClass</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 HTMLPageClass">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">class the constructs and renders an entire  HTML/XHTML document.</p>
27  </TABLE>          <ul class="tags">
28  <BR>                                  <li><span class="field">author:</span> Walter A. Boring IV &lt;<a href="mailto:waboring@buildabetterweb.com">waboring@buildabetterweb.com</a>&gt;</li>
29                            </ul>
30  <!-- Start of Class Data -->                  <p class="notes">
31  <H2>                          Located in <a class="field" href="_widgets_HTMLPageClass_inc.html">/widgets/HTMLPageClass.inc</a> (line <span class="field">26</span>)
32          Class HTMLPageClass                  </p>
33  </H2>                  
34                                    
35  <pre>                  <pre></pre>
36  HTMLPageClass          
37  </pre>                          </div>
38    </div>
39  <A NAME="children_summary"</A>  
40  <H3>          <a name="sec-descendents"></a>
41          Classes extended from HTMLPageClass: <A HREF="#top" CLASS="links">^TOP</A>          <div class="info-box">
42  </H3>                  <div class="info-box-title">Direct descendents</div>
43  <a href="../phpHtmlLib/PageWidget.html">PageWidget</a>                  <div class="nav-bar">
44  <p>                          <a href="#sec-description">Description</a> |
45          <b><i>Located in File: Program_Root/widgets/HTMLPageClass.inc</i></b><br>                          <span class="disabled">Descendents</span>
46  </p>                          |                                                                                               <a href="#sec-var-summary">Vars</a> (<a href="#sec-vars">details</a>)
47  <hr>                                                                  |                                                                                                                       <a href="#sec-method-summary">Methods</a> (<a href="#sec-methods">details</a>)
48  <!-- ========== Info from phpDoc block ========= -->                                                          
49  class the constructs and renders an entire                                                                  </div>
50  HTML/XHTML document.                  <div class="info-box-body">
51  <BR>                          <table cellpadding="2" cellspacing="0" class="class-table">
52                                    <tr>
53                                            <th class="class-table-header">Class</th>
54  <UL>                                          <th class="class-table-header">Description</th>
55                                            </tr>
56          <LI><b>Package</b> - <CODE>phpHtmlLib</CODE></LI>                                                                  <tr>
57                                                    <td style="padding-right: 2em"><a href="../phpHtmlLib/HTMLRedirectPage.html">HTMLRedirectPage</a></td>
58          <LI><b>Author</b> - <CODE>Walter A. Boring IV &lt;<a href="mailto:waboring@buildabetterweb.com">waboring@buildabetterweb.com</a>&gt;</CODE></LI>                                          <td>
59                                                                                                    This builds an entire HTML Page  with the sole purpose of doing a redirect to another url.
60  </UL>                                                                                  </td>
61                                    </tr>
62  <hr>                                                                  <tr>
63  <!-- =========== VAR SUMMARY =========== -->                                          <td style="padding-right: 2em"><a href="../phpHtmlLib/PageWidget.html">PageWidget</a></td>
64  <A NAME='var_summary'><!-- --></A>                                          <td>
65  <TABLE CELLPADDING='3' CELLSPACING='0' WIDTH='100%' CLASS="border">                                                                                          This class is used to build content  for an entire page.  It uses the  HTMLPageClass widget from phphtmllib  to render the final output.
66          <TR BGCOLOR='#CCCCFF' CLASS='TableHeadingColor'>                                                                                  </td>
67                  <TD>                                  </tr>
68                          <span CLASS="font12bold">Class Variable Summary</span>                                                          </table>
69              <A HREF="#top" CLASS="links">^TOP</A>                  </div>
70                  </TD>          </div>
71          </TR>  
72    
73                    <a name="sec-var-summary"></a>
74          <!-- =========== Summary =========== -->          <div class="info-box">
75          <TR BGCOLOR='white' CLASS='TableRowColor'>                  <div class="info-box-title">Variable Summary</span></div>
76                  <TD>                  <div class="nav-bar">
77                          <CODE><B><A HREF='HTMLPageClass.html#$_html_attributes'>$_html_attributes</A></B></CODE>                          <a href="#sec-description">Description</a> |
78                          <BR>                                                          <a href="#sec-descendents">Descendents</a> |
79                          <blockquote> This holds the attributes for the                                                  <span class="disabled">Vars</span> (<a href="#sec-vars">details</a>)
80  &lt;html&gt; tag. </blockquote>                                                          |
81                          <blockquote> Default Value: <CODE>->array()<-</CODE> </blockquote>                                                                          <a href="#sec-method-summary">Methods</a> (<a href="#sec-methods">details</a>)
82                  </TD>                                                          
83          </TR>                                                                  </div>
84                            <div class="info-box-body">
85          <!-- =========== Summary =========== -->                          <div class="var-summary">
86          <TR BGCOLOR='white' CLASS='TableRowColor'>                                                                  <div class="var-title">
87                  <TD>                                          <span class="var-type">array</span>
88                          <CODE><B><A HREF='HTMLPageClass.html#$_indent_style'>$_indent_style</A></B></CODE>                                          <a href="#$_favicon" title="details" class="var-name">$_favicon</a>
89                          <BR>                                  </div>
90                          <blockquote> Holds the value of the indent </blockquote>                                                                  <div class="var-title">
91                          <blockquote> Default Value: <CODE>->0<-</CODE> </blockquote>                                          <span class="var-type">array</span>
92                  </TD>                                          <a href="#$_html_attributes" title="details" class="var-name">$_html_attributes</a>
93          </TR>                                  </div>
94                                                                            <div class="var-title">
95          <!-- =========== Summary =========== -->                                          <span class="var-type">string</span>
96          <TR BGCOLOR='white' CLASS='TableRowColor'>                                          <a href="#$_html_render_type" title="details" class="var-name">$_html_render_type</a>
97                  <TD>                                  </div>
98                          <CODE><B><A HREF='HTMLPageClass.html#$_widget_css_auto'>$_widget_css_auto</A></B></CODE>                                                                  <div class="var-title">
99                          <BR>                                          <span class="var-type">int</span>
100                          <blockquote> keeps track of which widgets we have                                          <a href="#$_indent_style" title="details" class="var-name">$_indent_style</a>
101  automatically pulled in css for </blockquote>                                  </div>
102                          <blockquote> Default Value: <CODE>->array()<-</CODE> </blockquote>                                                                  <div class="var-title">
103                  </TD>                                          <span class="var-type">array</span>
104          </TR>                                          <a href="#$_widget_css_auto" title="details" class="var-name">$_widget_css_auto</a>
105                                            </div>
106          <!-- =========== Summary =========== -->                                                                  <div class="var-title">
107          <TR BGCOLOR='white' CLASS='TableRowColor'>                                          <span class="var-type">array</span>
108                  <TD>                                          <a href="#$_widget_js_auto" title="details" class="var-name">$_widget_js_auto</a>
109                          <CODE><B><A HREF='HTMLPageClass.html#$_widget_js_auto'>$_widget_js_auto</A></B></CODE>                                  </div>
110                          <BR>                                                                  <div class="var-title">
111                          <blockquote> keeps track of which widgets we have                                          <span class="var-type">mixed</span>
112  automatically pulled in js for </blockquote>                                          <a href="#$_xml_encoding" title="details" class="var-name">$_xml_encoding</a>
113                          <blockquote> Default Value: <CODE>->array()<-</CODE> </blockquote>                                  </div>
114                  </TD>                                                          </div>
115          </TR>                  </div>
116                    </div>
117  </TABLE>  
118            <a name="sec-method-summary"></a>
119  <hr>          <div class="info-box">
120  <!-- =========== VAR INHERITED SUMMARY =========== -->                  <div class="info-box-title">Method Summary</span></div>
121  <A NAME='var_inherited_summary'><!-- --></A>                  <div class="nav-bar">
122  <TABLE CELLPADDING='3' CELLSPACING='0' WIDTH='100%' CLASS="border">                          <a href="#sec-description">Description</a> |
123          <TR CLASS='TableHeadingColor'>                                                          <a href="#sec-descendents">Descendents</a> |
124                  <TD>                                                                                                                                                  <a href="#sec-var-summary">Vars</a> (<a href="#sec-vars">details</a>)
125                          <span CLASS="font12bold">Inherited Class Variable Summary</span>                                  
126              <A HREF="#top" CLASS="links">^TOP</A>                                  |
127                  </TD>                                                  <span class="disabled">Methods</span> (<a href="#sec-methods">details</a>)
128          </TR>                  </div>
129                    <div class="info-box-body">                    
130                                    <div class="method-summary">
131  </TABLE>                                                                  
132                                    <div class="method-definition">
133  <hr>                                                                                          <span class="method-result">HTMLPageClass</span>
134  <!-- =========== INHERITED METHOD SUMMARY =========== -->                                                                                  <a href="#HTMLPageClass" title="details" class="method-name">HTMLPageClass</a>
135  <A NAME='functions_inherited'><!-- --></A>                                                                                          ([<span class="var-type">mixed</span>&nbsp;<span class="var-name">$title</span> = <span class="var-default">NULL</span>], [<span class="var-type">string</span>&nbsp;<span class="var-name">$html_type</span> = <span class="var-default">HTML</span>], [<span class="var-type">int</span>&nbsp;<span class="var-name">$indent_style</span> = <span class="var-default">INDENT_NICE</span>])
136  <TABLE CELLPADDING='3' CELLSPACING='0' WIDTH='100%' CLASS="border">                                                                          </div>
137          <TR CLASS='TableHeadingColor'>                                                                  
138                  <TD>                                  <div class="method-definition">
139                          <span CLASS="font12bold">Inherited Method Summary</span>                                                                                          <span class="method-result">void</span>
140              <A HREF="#top" CLASS="links">^TOP</A>                                                                                  <a href="#add" title="details" class="method-name">add</a>
141                  </TD>                                                                                          (<span class="var-type">mixed</span>&nbsp;<span class="var-name">0</span>)
142          </TR>                                                                          </div>
143                                                                    
144                                            <div class="method-definition">
145  </TABLE>                                                                                          <span class="method-result">void</span>
146                                                                                    <a href="#add_css_link" title="details" class="method-name">add_css_link</a>
147  <hr>                                                                                          (<span class="var-type">mixed</span>&nbsp;<span class="var-name">$link</span>)
148  <!-- should have constructor at some point -->                                                                          </div>
149  <!-- =========== Method SUMMARY =========== -->                                                                  
150  <A NAME='Method_summary'><!-- --></A>                                  <div class="method-definition">
151  <TABLE CELLPADDING='3' CELLSPACING='0' WIDTH='100%' Class="border">                                                                                          <span class="method-result">void</span>
152          <TR BGCOLOR='#CCCCFF' CLASS='TableHeadingColor'>                                                                                  <a href="#add_head_content" title="details" class="method-name">add_head_content</a>
153                  <TD>                                                                                          (<span class="var-type">mixed</span>&nbsp;<span class="var-name">0</span>)
154                          <span class="font12bold">Method Summary</span>                                                                          </div>
155              <A HREF="#top" CLASS="links">^TOP</A>                                                                  
156                  </TD>                                  <div class="method-definition">
157          </TR>                                                                                          <span class="method-result">void</span>
158                                                                                    <a href="#add_head_css" title="details" class="method-name">add_head_css</a>
159                                                                                                    (<span class="var-type">string</span>&nbsp;<span class="var-name">$css</span>)
160          <!-- =========== Summary =========== -->                                                                          </div>
161          <TR BGCOLOR='white' CLASS='TableRowColor'>                                                                  
162                  <TD>                                  <div class="method-definition">
163                          <CODE><B><A HREF='HTMLPageClass.html#constructor HTMLPageClass'>void constructor HTMLPageClass ( [$title = NULL], [$html_type = HTML], [$indent_style = INDENT_NICE] )</A></B></CODE>                                                                                          <span class="method-result">void</span>
164                          <BR>                                                                                  <a href="#add_head_js" title="details" class="method-name">add_head_js</a>
165                          <blockquote> Class Constructor </blockquote>                                                                                          (<span class="var-type">mixed</span>&nbsp;<span class="var-name">$content</span>)
166                  </TD>                                                                          </div>
167          </TR>                                                                  
168                                            <div class="method-definition">
169          <!-- =========== Summary =========== -->                                                                                          <span class="method-result">void</span>
170          <TR BGCOLOR='white' CLASS='TableRowColor'>                                                                                  <a href="#add_js_link" title="details" class="method-name">add_js_link</a>
171                  <TD>                                                                                          (<span class="var-type">mixed</span>&nbsp;<span class="var-name">$link</span>)
172                          <CODE><B><A HREF='HTMLPageClass.html#add'>void add (  )</A></B></CODE>                                                                          </div>
173                          <BR>                                                                  
174                          <blockquote> This function adds content to the &lt;body&gt;                                  <div class="method-definition">
175  area of the page. </blockquote>                                                                                          <span class="method-result">void</span>
176                  </TD>                                                                                  <a href="#add_reference" title="details" class="method-name">add_reference</a>
177          </TR>                                                                                          (<span class="var-type">mixed</span>&nbsp;<span class="var-name">&$content</span>)
178                                                                                    </div>
179          <!-- =========== Summary =========== -->                                                                  
180          <TR BGCOLOR='white' CLASS='TableRowColor'>                                  <div class="method-definition">
181                  <TD>                                                                                          <span class="method-result">void</span>
182                          <CODE><B><A HREF='HTMLPageClass.html#add_css_link'>void add_css_link ( $link )</A></B></CODE>                                                                                  <a href="#build_doctype" title="details" class="method-name">build_doctype</a>
183                          <BR>                                                                                          (<span class="var-type">string</span>&nbsp;<span class="var-name">$link1</span>, [<span class="var-type">string</span>&nbsp;<span class="var-name">$link2</span> = <span class="var-default">NULL</span>])
184                          <blockquote> pushes a css external reference to the head area </blockquote>                                                                          </div>
185                  </TD>                                                                  
186          </TR>                                  <div class="method-definition">
187                                                                                                    <span class="method-result">array();</span>
188          <!-- =========== Summary =========== -->                                                                                  <a href="#get_html_attributes" title="details" class="method-name">get_html_attributes</a>
189          <TR BGCOLOR='white' CLASS='TableRowColor'>                                                                                  ()
190                  <TD>                                                                          </div>
191                          <CODE><B><A HREF='HTMLPageClass.html#add_head_content'>void add_head_content (  )</A></B></CODE>                                                                  
192                          <BR>                                  <div class="method-definition">
193                          <blockquote> this adds content to the head tag                                                                                          <span class="method-result">void</span>
194  of the page </blockquote>                                                                                  <a href="#push" title="details" class="method-name">push</a>
195                  </TD>                                                                                  ()
196          </TR>                                                                          </div>
197                                                                            
198          <!-- =========== Summary =========== -->                                  <div class="method-definition">
199          <TR BGCOLOR='white' CLASS='TableRowColor'>                                                                                          <span class="method-result">void</span>
200                  <TD>                                                                                  <a href="#push_css_link" title="details" class="method-name">push_css_link</a>
201                          <CODE><B><A HREF='HTMLPageClass.html#add_head_css'>void add_head_css ( $css )</A></B></CODE>                                                                                          (<span class="var-type">mixed</span>&nbsp;<span class="var-name">$link</span>)
202                          <BR>                                                                          </div>
203                          <blockquote> this function adds raw css to the                                                                  
204  &lt;head&gt; tag. </blockquote>                                  <div class="method-definition">
205                  </TD>                                                                                          <span class="method-result">void</span>
206          </TR>                                                                                  <a href="#push_head_content" title="details" class="method-name">push_head_content</a>
207                                                                                            ()
208          <!-- =========== Summary =========== -->                                                                          </div>
209          <TR BGCOLOR='white' CLASS='TableRowColor'>                                                                  
210                  <TD>                                  <div class="method-definition">
211                          <CODE><B><A HREF='HTMLPageClass.html#add_head_js'>void add_head_js ( $content )</A></B></CODE>                                                                                          <span class="method-result">void</span>
212                          <BR>                                                                                  <a href="#push_head_js" title="details" class="method-name">push_head_js</a>
213                          <blockquote> adds raw javascript to the head which                                                                                          (<span class="var-type">mixed</span>&nbsp;<span class="var-name">$content</span>)
214  will automatically get wrapped in a                                                                          </div>
215  &lt;script language=&quot;JavaScript&quot;&gt; tag. </blockquote>                                                                  
216                  </TD>                                  <div class="method-definition">
217          </TR>                                                                                          <span class="method-result">void</span>
218                                                                                            <a href="#push_js_link" title="details" class="method-name">push_js_link</a>
219          <!-- =========== Summary =========== -->                                                                                          (<span class="var-type">mixed</span>&nbsp;<span class="var-name">$link</span>)
220          <TR BGCOLOR='white' CLASS='TableRowColor'>                                                                          </div>
221                  <TD>                                                                  
222                          <CODE><B><A HREF='HTMLPageClass.html#add_reference'>void add_reference ( &$content )</A></B></CODE>                                  <div class="method-definition">
223                          <BR>                                                                                          <span class="method-result">void</span>
224                          <blockquote> Adds the content reference to the &lt;body&gt;                                                                                  <a href="#push_reference" title="details" class="method-name">push_reference</a>
225  tag for later use. </blockquote>                                                                                          (<span class="var-type">mixed</span>&nbsp;<span class="var-name">&$content</span>)
226                  </TD>                                                                          </div>
227          </TR>                                                                  
228                                            <div class="method-definition">
229          <!-- =========== Summary =========== -->                                                                                          <span class="method-result">string</span>
230          <TR BGCOLOR='white' CLASS='TableRowColor'>                                                                                  <a href="#render" title="details" class="method-name">render</a>
231                  <TD>                                                                                  ()
232                          <CODE><B><A HREF='HTMLPageClass.html#build_doctype'>void build_doctype ( $link1, [$link2 = NULL] )</A></B></CODE>                                                                          </div>
233                          <BR>                                                                  
234                          <blockquote> This function is used to build the DOCTYPE                                  <div class="method-definition">
235  tag for the page. </blockquote>                                                                                          <span class="method-result">void</span>
236                  </TD>                                                                                  <a href="#set_body_attributes" title="details" class="method-name">set_body_attributes</a>
237          </TR>                                                                                          (<span class="var-type">array</span>&nbsp;<span class="var-name">$attributes</span>)
238                                                                                    </div>
239          <!-- =========== Summary =========== -->                                                                  
240          <TR BGCOLOR='white' CLASS='TableRowColor'>                                  <div class="method-definition">
241                  <TD>                                                                                          <span class="method-result">void</span>
242                          <CODE><B><A HREF='HTMLPageClass.html#get_html_attributes'>array(); get_html_attributes (  )</A></B></CODE>                                                                                  <a href="#set_charset" title="details" class="method-name">set_charset</a>
243                          <BR>                                                                                          (<span class="var-type">string</span>&nbsp;<span class="var-name">$charset</span>)
244                          <blockquote> This function returns the                                                                          </div>
245  attributes to be used for the                                                                  
246  &lt;html&gt; tag. </blockquote>                                  <div class="method-definition">
247                  </TD>                                                                                          <span class="method-result">void</span>
248          </TR>                                                                                  <a href="#set_encoding" title="details" class="method-name">set_encoding</a>
249                                                                                                    (<span class="var-type">string</span>&nbsp;<span class="var-name">$encoding</span>)
250          <!-- =========== Summary =========== -->                                                                          </div>
251          <TR BGCOLOR='white' CLASS='TableRowColor'>                                                                  
252                  <TD>                                  <div class="method-definition">
253                          <CODE><B><A HREF='HTMLPageClass.html#push'>void push (  )</A></B></CODE>                                                                                          <span class="method-result">void</span>
254                          <BR>                                                                                  <a href="#set_favicon" title="details" class="method-name">set_favicon</a>
255                          <blockquote> Same as add() </blockquote>                                                                                          (<span class="var-type">string</span>&nbsp;<span class="var-name">$path</span>, [<span class="var-type">string</span>&nbsp;<span class="var-name">$type</span> = <span class="var-default">"image/x-ico"</span>])
256                  </TD>                                                                          </div>
257          </TR>                                                                  
258                                            <div class="method-definition">
259          <!-- =========== Summary =========== -->                                                                                          <span class="method-result">void</span>
260          <TR BGCOLOR='white' CLASS='TableRowColor'>                                                                                  <a href="#set_favicon_flag" title="details" class="method-name">set_favicon_flag</a>
261                  <TD>                                                                                          ([<span class="var-type">boolean</span>&nbsp;<span class="var-name">$flag</span> = <span class="var-default">TRUE</span>])
262                          <CODE><B><A HREF='HTMLPageClass.html#push_css_link'>void push_css_link ( $link )</A></B></CODE>                                                                          </div>
263                          <BR>                                                                  
264                          <blockquote> Same ass add_css_link() </blockquote>                                  <div class="method-definition">
265                  </TD>                                                                                          <span class="method-result">void</span>
266          </TR>                                                                                  <a href="#set_frameset" title="details" class="method-name">set_frameset</a>
267                                                                                                    (<span class="var-type"><a href="../phpHtmlLib/FRAMESETtag.html">FRAMESETtag</a></span>&nbsp;<span class="var-name">$frameset</span>)
268          <!-- =========== Summary =========== -->                                                                          </div>
269          <TR BGCOLOR='white' CLASS='TableRowColor'>                                                                  
270                  <TD>                                  <div class="method-definition">
271                          <CODE><B><A HREF='HTMLPageClass.html#push_head_content'>void push_head_content (  )</A></B></CODE>                                                                                          <span class="method-result">void</span>
272                          <BR>                                                                                  <a href="#set_html_attributes" title="details" class="method-name">set_html_attributes</a>
273                          <blockquote> Same ass add_head_content() </blockquote>                                                                                          (<span class="var-type">array</span>&nbsp;<span class="var-name">$attributes</span>)
274                  </TD>                                                                          </div>
275          </TR>                                                                  
276                                            <div class="method-definition">
277          <!-- =========== Summary =========== -->                                                                                          <span class="method-result">void</span>
278          <TR BGCOLOR='white' CLASS='TableRowColor'>                                                                                  <a href="#set_language" title="details" class="method-name">set_language</a>
279                  <TD>                                                                                          (<span class="var-type">string</span>&nbsp;<span class="var-name">$language</span>)
280                          <CODE><B><A HREF='HTMLPageClass.html#push_head_js'>void push_head_js ( $content )</A></B></CODE>                                                                          </div>
281                          <BR>                                                                  
282                          <blockquote> Same ass add_head_js() </blockquote>                                  <div class="method-definition">
283                  </TD>                                                                                          <span class="method-result">void</span>
284          </TR>                                                                                  <a href="#set_refresh" title="details" class="method-name">set_refresh</a>
285                                                                                                    (<span class="var-type">int</span>&nbsp;<span class="var-name">$time</span>, [<span class="var-type">string</span>&nbsp;<span class="var-name">$url</span> = <span class="var-default">NULL</span>])
286          <!-- =========== Summary =========== -->                                                                          </div>
287          <TR BGCOLOR='white' CLASS='TableRowColor'>                                                                  
288                  <TD>                                  <div class="method-definition">
289                          <CODE><B><A HREF='HTMLPageClass.html#push_js_link'>void push_js_link ( $link )</A></B></CODE>                                                                                          <span class="method-result">void</span>
290                          <BR>                                                                                  <a href="#set_text_debug" title="details" class="method-name">set_text_debug</a>
291                          <blockquote> pushes an link to an externally referenced javascript                                                                                          (<span class="var-type">$flag</span>&nbsp;<span class="var-name">$flag</span>)
292   file, which will get rendered in the head. </blockquote>                                                                          </div>
293                  </TD>                                                                  
294          </TR>                                  <div class="method-definition">
295                                                                                                    <span class="method-result">void</span>
296          <!-- =========== Summary =========== -->                                                                                  <a href="#set_title" title="details" class="method-name">set_title</a>
297          <TR BGCOLOR='white' CLASS='TableRowColor'>                                                                                          (<span class="var-type">mixed</span>&nbsp;<span class="var-name">$title</span>)
298                  <TD>                                                                          </div>
299                          <CODE><B><A HREF='HTMLPageClass.html#push_reference'>void push_reference ( &$content )</A></B></CODE>                                                                  
300                          <BR>                                  <div class="method-definition">
301                          <blockquote> Same as add() </blockquote>                                                                                          <span class="method-result">void</span>
302                  </TD>                                                                                  <a href="#_build_content_type_tag" title="details" class="method-name">_build_content_type_tag</a>
303          </TR>                                                                                  ()
304                                                                                    </div>
305          <!-- =========== Summary =========== -->                                                                  
306          <TR BGCOLOR='white' CLASS='TableRowColor'>                                  <div class="method-definition">
307                  <TD>                                                                                          <span class="method-result">void</span>
308                          <CODE><B><A HREF='HTMLPageClass.html#render'>string render (  )</A></B></CODE>                                                                                  <a href="#_build_head" title="details" class="method-name">_build_head</a>
309                          <BR>                                                                                  ()
310                          <blockquote> render the page. </blockquote>                                                                          </div>
311                  </TD>                                                                  
312          </TR>                                  <div class="method-definition">
313                                                                                                    <span class="method-result">void</span>
314          <!-- =========== Summary =========== -->                                                                                  <a href="#_create_body" title="details" class="method-name">_create_body</a>
315          <TR BGCOLOR='white' CLASS='TableRowColor'>                                                                                  ()
316                  <TD>                                                                          </div>
317                          <CODE><B><A HREF='HTMLPageClass.html#set_body_attributes'>void set_body_attributes ( $attributes )</A></B></CODE>                                                                  
318                          <BR>                                  <div class="method-definition">
319                          <blockquote> set attributes of body tag </blockquote>                                                                                          <span class="method-result"><a href="../phpHtmlLib/NOFRAMEStag.html">NOFRAMEStag</a></span>
320                  </TD>                                                                                  <a href="#_frameset_wrap_body" title="details" class="method-name">_frameset_wrap_body</a>
321          </TR>                                                                                  ()
322                                                                                    </div>
323          <!-- =========== Summary =========== -->                                                          </div>
324          <TR BGCOLOR='white' CLASS='TableRowColor'>                  </div>
325                  <TD>          </div>          
326                          <CODE><B><A HREF='HTMLPageClass.html#set_charset'>void set_charset ( $charset )</A></B></CODE>  
327                          <BR>          <a name="sec-vars"></a>
328                          <blockquote> set the character set </blockquote>          <div class="info-box">
329                  </TD>                  <div class="info-box-title">Variables</div>
330          </TR>                  <div class="nav-bar">
331                                    <a href="#sec-description">Description</a> |
332          <!-- =========== Summary =========== -->                                                          <a href="#sec-descendents">Descendents</a> |
333          <TR BGCOLOR='white' CLASS='TableRowColor'>                                                                                  <a href="#sec-var-summary">Vars</a> (<span class="disabled">details</span>)
334                  <TD>                                                  
335                          <CODE><B><A HREF='HTMLPageClass.html#set_frameset'>void set_frameset ( $frameset )</A></B></CODE>                          
336                          <BR>                                                                                  |
337                          <blockquote> This function is used to set the FRAMSETtag                                                                          <a href="#sec-method-summary">Methods</a> (<a href="#sec-methods">details</a>)
338  object for this page. </blockquote>                                                          
339                  </TD>                                          </div>
340          </TR>                  <div class="info-box-body">
341                                    <a name="var$_favicon" id="$_favicon"><!-- --></A>
342          <!-- =========== Summary =========== -->  <div class="oddrow">
343          <TR BGCOLOR='white' CLASS='TableRowColor'>  
344                  <TD>          <div class="var-header">
345                          <CODE><B><A HREF='HTMLPageClass.html#set_html_attributes'>void set_html_attributes ( $attributes )</A></B></CODE>                  <span class="var-title">
346                          <BR>                          <span class="var-type">array</span>
347                          <blockquote> This function sets the attributes                          <span class="var-name">$_favicon</span>
348  for the &lt;html&gt; tag </blockquote>                           = <span class="var-default">array(&quot;href&quot; =&gt; &quot;/favicon.ico&quot;,<br />                          &quot;type&quot; =&gt; &quot;images/x-ico&quot;,<br />                          &quot;enabled&quot; =&gt; FALSE)</span>                      (line <span class="line-number">189</span>)
349                  </TD>                  </span>
350          </TR>          </div>
351            
352          <!-- =========== Summary =========== -->          <!-- ========== Info from phpDoc block ========= -->
353          <TR BGCOLOR='white' CLASS='TableRowColor'>  <p class="short-description">The favicon params</p>
354                  <TD>          
355                          <CODE><B><A HREF='HTMLPageClass.html#set_refresh'>void set_refresh ( $time, [$url = NULL] )</A></B></CODE>          
356                          <BR>                  
357                          <blockquote> Automatically set a page meta tag refresh </blockquote>                  
358                  </TD>  
359          </TR>  </div>
360            <a name="var$_html_attributes" id="$_html_attributes"><!-- --></A>
361          <!-- =========== Summary =========== -->  <div class="evenrow">
362          <TR BGCOLOR='white' CLASS='TableRowColor'>  
363                  <TD>          <div class="var-header">
364                          <CODE><B><A HREF='HTMLPageClass.html#set_text_debug'>void set_text_debug ( $flag )</A></B></CODE>                  <span class="var-title">
365                          <BR>                          <span class="var-type">array</span>
366                          <blockquote> set the $_text_debug flag </blockquote>                          <span class="var-name">$_html_attributes</span>
367                  </TD>                           = <span class="var-default">array()</span>                     (line <span class="line-number">149</span>)
368          </TR>                  </span>
369                    </div>
370          <!-- =========== Summary =========== -->  
371          <TR BGCOLOR='white' CLASS='TableRowColor'>          <!-- ========== Info from phpDoc block ========= -->
372                  <TD>  <p class="short-description">This holds the attributes for the  &lt;html&gt; tag.</p>
373                          <CODE><B><A HREF='HTMLPageClass.html#set_title'>void set_title ( $title )</A></B></CODE>          
374                          <BR>          
375                          <blockquote> set the title of the page output. </blockquote>                  
376                  </TD>                  
377          </TR>  
378            </div>
379          <!-- =========== Summary =========== -->  <a name="var$_html_render_type" id="$_html_render_type"><!-- --></A>
380          <TR BGCOLOR='white' CLASS='TableRowColor'>  <div class="oddrow">
381                  <TD>  
382                          <CODE><B><A HREF='HTMLPageClass.html#_build_content_type_tag'>void _build_content_type_tag (  )</A></B></CODE>          <div class="var-header">
383                          <BR>                  <span class="var-title">
384                          <blockquote> this builds the content type meta tag. </blockquote>                          <span class="var-type">string</span>
385                  </TD>                          <span class="var-name">$_html_render_type</span>
386          </TR>                           = <span class="var-default"> HTML</span>                       (line <span class="line-number">183</span>)
387                            </span>
388          <!-- =========== Summary =========== -->          </div>
389          <TR BGCOLOR='white' CLASS='TableRowColor'>  
390                  <TD>          <!-- ========== Info from phpDoc block ========= -->
391                          <CODE><B><A HREF='HTMLPageClass.html#_build_head'>void _build_head (  )</A></B></CODE>  <p class="short-description">keeps track of the html  render type.</p>
392                          <BR>          
393                          <blockquote> builds the head object and its content. </blockquote>          
394                  </TD>                  
395          </TR>                  
396            
397          <!-- =========== Summary =========== -->  </div>
398          <TR BGCOLOR='white' CLASS='TableRowColor'>  <a name="var$_indent_style" id="$_indent_style"><!-- --></A>
399                  <TD>  <div class="evenrow">
400                          <CODE><B><A HREF='HTMLPageClass.html#_create_body'>void _create_body (  )</A></B></CODE>  
401                          <BR>          <div class="var-header">
402                          <blockquote> This is responsible for creating the </blockquote>                  <span class="var-title">
403                  </TD>                          <span class="var-type">int</span>
404          </TR>                          <span class="var-name">$_indent_style</span>
405                                     = <span class="var-default"> 0</span>                  (line <span class="line-number">175</span>)
406          <!-- =========== Summary =========== -->                  </span>
407          <TR BGCOLOR='white' CLASS='TableRowColor'>          </div>
408                  <TD>  
409                          <CODE><B><A HREF='HTMLPageClass.html#_frameset_wrap_body'><a href="../phpHtmlLib/NOFRAMEStag.html">NOFRAMEStag</a> _frameset_wrap_body (  )</A></B></CODE>          <!-- ========== Info from phpDoc block ========= -->
410                          <BR>  <p class="short-description">Holds the value of the indent  style the user wants to render  the page w/</p>
411                          <blockquote> This builds a frameset body tag          
412  wrapped in a &lt;noframes&gt; tag. </blockquote>          
413                  </TD>                  
414          </TR>                  
415            
416  </TABLE>  </div>
417    <a name="var$_widget_css_auto" id="$_widget_css_auto"><!-- --></A>
418  <hr>  <div class="oddrow">
419  <!-- ============ VARIABLE DETAIL =========== -->  
420            <div class="var-header">
421  <A NAME='variable_detail'></A>                  <span class="var-title">
422  <TABLE CELLPADDING='3' CELLSPACING='0' WIDTH='100%' CLASS="border">                          <span class="var-type">array</span>
423          <TR BGCOLOR='#CCCCFF' CLASS='TableHeadingColor'>                          <span class="var-name">$_widget_css_auto</span>
424                  <TD>                           = <span class="var-default">array()</span>                     (line <span class="line-number">157</span>)
425                          <span CLASS="font12bold">Variable Detail</span>                  </span>
426              <A HREF="#top" CLASS="links">^TOP</A>          </div>
427                  </TD>  
428          </TR>          <!-- ========== Info from phpDoc block ========= -->
429  </TABLE>  <p class="short-description">keeps track of which widgets we have  automatically pulled in css for</p>
430            
431            
432  <A NAME='$_html_attributes'><!-- --></A><H3>$_html_attributes</H3>                  
433  <b>Data type:</b> array<br>                  
434  <!-- ========== Info from phpDoc block ========= -->  
435  This holds the attributes for the  </div>
436  &lt;html&gt; tag.  <a name="var$_widget_js_auto" id="$_widget_js_auto"><!-- --></A>
437  <BR>  <div class="evenrow">
438    
439            <div class="var-header">
440  <UL>                  <span class="var-title">
441                                    <span class="var-type">array</span>
442  </UL>                          <span class="var-name">$_widget_js_auto</span>
443                             = <span class="var-default">array()</span>                     (line <span class="line-number">165</span>)
444  <HR>                  </span>
445            </div>
446  <A NAME='$_indent_style'><!-- --></A><H3>$_indent_style</H3>  
447  <b>Data type:</b> int<br>          <!-- ========== Info from phpDoc block ========= -->
448  <!-- ========== Info from phpDoc block ========= -->  <p class="short-description">keeps track of which widgets we have  automatically pulled in js for</p>
449  Holds the value of the indent          
450  <BR>          
451  style the user wants to render                  
452  the page w/                  
453    
454  <UL>  </div>
455            <a name="var$_xml_encoding" id="$_xml_encoding"><!-- --></A>
456  </UL>  <div class="oddrow">
457    
458  <HR>          <div class="var-header">
459                    <span class="var-title">
460  <A NAME='$_widget_css_auto'><!-- --></A><H3>$_widget_css_auto</H3>                          <span class="var-type">mixed</span>
461  <b>Data type:</b> array<br>                          <span class="var-name">$_xml_encoding</span>
462  <!-- ========== Info from phpDoc block ========= -->                           = <span class="var-default"> &quot;UTF-8&quot;</span>                  (line <span class="line-number">93</span>)
463  keeps track of which widgets we have                  </span>
464  automatically pulled in css for          </div>
465  <BR>  
466            <!-- ========== Info from phpDoc block ========= -->
467    <p class="short-description">The encoding of the XHTML</p>
468  <UL>  <p class="description"><p>XML tag</p></p>
469                    
470  </UL>          
471                    
472  <HR>                  
473    
474  <A NAME='$_widget_js_auto'><!-- --></A><H3>$_widget_js_auto</H3>  </div>
475  <b>Data type:</b> array<br>                                                  
476  <!-- ========== Info from phpDoc block ========= -->                  </div>
477  keeps track of which widgets we have          </div>
478  automatically pulled in js for          
479  <BR>          <a name="sec-methods"></a>
480            <div class="info-box">
481                    <div class="info-box-title">Methods</div>
482  <UL>                  <div class="nav-bar">
483                                    <a href="#sec-description">Description</a> |
484  </UL>                                                          <a href="#sec-descendents">Descendents</a> |
485                                                                                                                            <a href="#sec-var-summary">Vars</a> (<a href="#sec-vars">details</a>)
486  <HR>                                                                                                                                          <a href="#sec-method-summary">Methods</a> (<span class="disabled">details</span>)
487                                                    
488                    </div>
489  <hr>                  <div class="info-box-body">
490  <!-- ============ FUNCTION DETAIL =========== -->                          <A NAME='method_detail'></A>
491    <a name="methodHTMLPageClass" id="HTMLPageClass"><!-- --></a>
492  <A NAME='function_detail'></A>  <div class="evenrow">
493  <TABLE CELLPADDING='3' CELLSPACING='0' WIDTH='100%' CLASS="border">          
494          <TR BGCOLOR='#CCCCFF' CLASS='TableHeadingColor'>          <div class="method-header">
495                  <TD>                  <span class="method-title">Constructor HTMLPageClass</span> (line <span class="line-number">219</span>)
496                          <span class="font12bold">Method Detail</span>          </div>
497              <A HREF="#top" CLASS="links">^TOP</A>          
498                  </TD>          <!-- ========== Info from phpDoc block ========= -->
499          </TR>  <p class="short-description">Class Constructor</p>
500  </TABLE>          <ul class="tags">
501  <BR>                                  <li><span class="field">access:</span> public</li>
502                            </ul>
503  <DIV CLASS="function">          
504  <A NAME='constructor HTMLPageClass'><!-- --></A>          <div class="method-signature">
505  <SPAN CLASS="font12bold">constructor HTMLPageClass</SPAN>                  <span class="method-result">HTMLPageClass</span>
506  <BR>                  <span class="method-name">
507  <SPAN CLASS="font10bold">Useage : </SPAN>                          HTMLPageClass
508  <span class="font10bold" style="color: #FF0000">void</SPAN>&nbsp;                  </span>
509  <span class="font10bold" style="color: #0000FF">constructor HTMLPageClass ( [$title = NULL], [$html_type = HTML], [$indent_style = INDENT_NICE] )</SPAN>                                          ([<span class="var-type">mixed</span>&nbsp;<span class="var-name">$title</span> = <span class="var-default">NULL</span>], [<span class="var-type">string</span>&nbsp;<span class="var-name">$html_type</span> = <span class="var-default">HTML</span>], [<span class="var-type">int</span>&nbsp;<span class="var-name">$indent_style</span> = <span class="var-default">INDENT_NICE</span>])
510  <BR>                          </div>
511            
512  <BR>                          <ul class="parameters">
513  <SPAN CLASS="font10bold">Description : </SPAN>                                          <li>
514  <!-- ========== Info from phpDoc block ========= -->                                  <span class="var-type">mixed</span>
515  Class Constructor                                  <span class="var-name">$title</span><span class="var-description">: - $title Title string or TITLEtag object for the page.</span>                       </li>
516  <BR>                                          <li>
517                                    <span class="var-type">string</span>
518  <DL>                                  <span class="var-name">$html_type</span><span class="var-description">: - one of 3 types of html to render.  Setting this will                    make the object declare the gobal define which tells                    all of the tag objects what type of html tags to render.                    some tags support special features.  such as the &lt;IMG&gt;                    tag.  If xhtml is selected, the the IMGtag object and all                    utility functions will not render &quot;border=0&quot; as a default                    attribute, since this is not proper xhtml.                    &quot;html&quot; - HTML 4.0 (default)                    &quot;xhtml_transitional&quot; - render xhtml instead of html <ul><li>doctype is XHTML transitional.</li></ul>                   &quot;xhtml_strict&quot; - render xhtml instead of html 4.0. <ul><li>doctype is XHTML strict.</li></ul></span>                        </li>
519    <DT class="font10bold">Function Parameters:</DT>                                          <li>
520                                      <span class="var-type">int</span>
521    <DD CLASS="font10" STYLE="padding-bottom:5px;"><span STYLE="font-style: italic;">- <span style="color: #FF0000;font-weight:bold;">string</SPAN> <span style="color: #0000FF;font-weight:bold">$title</SPAN></SPAN> - one of 3 types of html to render.  Setting this will                                  <span class="var-name">$indent_style</span><span class="var-description">: - one of 2 types.  INDENT_NICE or INDENT_LEFT_JUSTIFY                   This tells the page how to render the indenting of the                   output.  By default it is set to INDENT_NICE, which nicely                   indents each nested tag.  You can have all tags rendered                   left justified (smaller size in output) by using                   INDENT_LEFT_JUSTIFY</span>                       </li>
522                     make the object declare the gobal define which tells                                  </ul>
523                     all of the tag objects what type of html tags to render.                  
524                     some tags support special features.  such as the &lt;IMG&gt;                  
525                     tag.  If xhtml is selected, the the IMGtag object and all          </div>
526                     utility functions will not render &quot;border=0&quot; as a default  <a name="methodadd" id="add"><!-- --></a>
527                     attribute, since this is not proper xhtml.  <div class="oddrow">
528                     &quot;html&quot; - HTML 4.0 (default)          
529                     &quot;xhtml_transitional&quot; - render xhtml instead of html          <div class="method-header">
530                                          - doctype is XHTML transitional.                  <span class="method-title">add</span> (line <span class="line-number">523</span>)
531                     &quot;xhtml_strict&quot; - render xhtml instead of html 4.0.          </div>
532                                    - doctype is XHTML strict.</DD>          
533              <!-- ========== Info from phpDoc block ========= -->
534    <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">$html_type</SPAN></SPAN> - one of 2 types.  INDENT_NICE or INDENT_LEFT_JUSTIFY  <p class="short-description">This function adds content to the &lt;body&gt;  area of the page.</p>
535                    This tells the page how to render the indenting of the          
536                    output.  By default it is set to INDENT_NICE, which nicely          <div class="method-signature">
537                    indents each nested tag.  You can have all tags rendered                  <span class="method-result">void</span>
538                    left justified (smaller size in output) by using                  <span class="method-name">
539                    INDENT_LEFT_JUSTIFY</DD>                          add
540                      </span>
541                                            (<span class="var-type">mixed</span>&nbsp;<span class="var-name">0</span>)
542    <DT class="font10bold">Function Info:</DT>                          </div>
543              
544    <DD CLASS="font10" STYLE="padding-bottom:5px;"><b>Access</b> - public</DD>                          <ul class="parameters">
545                                              <li>
546  </DL>                                  <span class="var-type">mixed</span>
547                                    <span class="var-name">0</span><span class="var-description">: - any # of parameters</span>                     </li>
548  </DIV>                                  </ul>
549  <BR>                  
550                    
551  <DIV CLASS="function">          </div>
552  <A NAME='add'><!-- --></A>  <a name="methodadd_css_link" id="add_css_link"><!-- --></a>
553  <SPAN CLASS="font12bold">add</SPAN>  <div class="evenrow">
554  <BR>          
555  <SPAN CLASS="font10bold">Useage : </SPAN>          <div class="method-header">
556  <span class="font10bold" style="color: #FF0000">void</SPAN>&nbsp;                  <span class="method-title">add_css_link</span> (line <span class="line-number">350</span>)
557  <span class="font10bold" style="color: #0000FF">add (  )</SPAN>          </div>
558  <BR>          
559            <!-- ========== Info from phpDoc block ========= -->
560  <BR>  <p class="short-description">pushes a css external reference to the head area</p>
561  <SPAN CLASS="font10bold">Description : </SPAN>          
562  <!-- ========== Info from phpDoc block ========= -->          <div class="method-signature">
563  This function adds content to the &lt;body&gt;                  <span class="method-result">void</span>
564  area of the page.                  <span class="method-name">
565  <BR>                          add_css_link
566                    </span>
567  <DL>                                          (<span class="var-type">mixed</span>&nbsp;<span class="var-name">$link</span>)
568    <DT class="font10bold">Function Parameters:</DT>                          </div>
569              
570    <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">0</SPAN></SPAN> - any # of parameters</DD>                          <ul class="parameters">
571                                              <li>
572                                    <span class="var-type">mixed</span>
573    <DT class="font10bold">Function Info:</DT>                                  <span class="var-name">$link</span><span class="var-description">: - link tag object or $url for a css.</span>                  </li>
574                                      </ul>
575  </DL>                  
576                    
577  </DIV>          </div>
578  <BR>  <a name="methodadd_head_content" id="add_head_content"><!-- --></a>
579    <div class="oddrow">
580  <DIV CLASS="function">          
581  <A NAME='add_css_link'><!-- --></A>          <div class="method-header">
582  <SPAN CLASS="font12bold">add_css_link</SPAN>                  <span class="method-title">add_head_content</span> (line <span class="line-number">279</span>)
583  <BR>          </div>
584  <SPAN CLASS="font10bold">Useage : </SPAN>          
585  <span class="font10bold" style="color: #FF0000">void</SPAN>&nbsp;          <!-- ========== Info from phpDoc block ========= -->
586  <span class="font10bold" style="color: #0000FF">add_css_link ( $link )</SPAN>  <p class="short-description">this adds content to the head tag  of the page</p>
587  <BR>          
588            <div class="method-signature">
589  <BR>                  <span class="method-result">void</span>
590  <SPAN CLASS="font10bold">Description : </SPAN>                  <span class="method-name">
591  <!-- ========== Info from phpDoc block ========= -->                          add_head_content
592  pushes a css external reference to the head area                  </span>
593  <BR>                                          (<span class="var-type">mixed</span>&nbsp;<span class="var-name">0</span>)
594                            </div>
595  <DL>          
596    <DT class="font10bold">Function Parameters:</DT>                          <ul class="parameters">
597                                              <li>
598    <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">$link</SPAN></SPAN> - link tag object or $url for a css.</DD>                                  <span class="var-type">mixed</span>
599                                      <span class="var-name">0</span><span class="var-description">: - any content to add</span>                      </li>
600                                    </ul>
601    <DT class="font10bold">Function Info:</DT>                  
602                      
603  </DL>          </div>
604    <a name="methodadd_head_css" id="add_head_css"><!-- --></a>
605  </DIV>  <div class="evenrow">
606  <BR>          
607            <div class="method-header">
608  <DIV CLASS="function">                  <span class="method-title">add_head_css</span> (line <span class="line-number">323</span>)
609  <A NAME='add_head_content'><!-- --></A>          </div>
610  <SPAN CLASS="font12bold">add_head_content</SPAN>          
611  <BR>          <!-- ========== Info from phpDoc block ========= -->
612  <SPAN CLASS="font10bold">Useage : </SPAN>  <p class="short-description">this function adds raw css to the  &lt;head&gt; tag.  It will automatically  be wrapped in a &lt;style type=&quot;text/css&quot;&gt;</p>
613  <span class="font10bold" style="color: #FF0000">void</SPAN>&nbsp;          
614  <span class="font10bold" style="color: #0000FF">add_head_content (  )</SPAN>          <div class="method-signature">
615  <BR>                  <span class="method-result">void</span>
616                    <span class="method-name">
617  <BR>                          add_head_css
618  <SPAN CLASS="font10bold">Description : </SPAN>                  </span>
619  <!-- ========== Info from phpDoc block ========= -->                                          (<span class="var-type">string</span>&nbsp;<span class="var-name">$css</span>)
620  this adds content to the head tag                          </div>
621  of the page          
622  <BR>                          <ul class="parameters">
623                                            <li>
624  <DL>                                  <span class="var-type">string</span>
625    <DT class="font10bold">Function Parameters:</DT>                                  <span class="var-name">$css</span><span class="var-description">: - the raw css</span>                  </li>
626                                      </ul>
627    <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">0</SPAN></SPAN> - any content to add</DD>                  
628                      
629            </div>
630    <DT class="font10bold">Function Info:</DT>  <a name="methodadd_head_js" id="add_head_js"><!-- --></a>
631      <div class="oddrow">
632  </DL>          
633            <div class="method-header">
634  </DIV>                  <span class="method-title">add_head_js</span> (line <span class="line-number">303</span>)
635  <BR>          </div>
636            
637  <DIV CLASS="function">          <!-- ========== Info from phpDoc block ========= -->
638  <A NAME='add_head_css'><!-- --></A>  <p class="short-description">adds raw javascript to the head which  will automatically get wrapped in a  &lt;script language=&quot;JavaScript&quot;&gt; tag.</p>
639  <SPAN CLASS="font12bold">add_head_css</SPAN>          
640  <BR>          <div class="method-signature">
641  <SPAN CLASS="font10bold">Useage : </SPAN>                  <span class="method-result">void</span>
642  <span class="font10bold" style="color: #FF0000">void</SPAN>&nbsp;                  <span class="method-name">
643  <span class="font10bold" style="color: #0000FF">add_head_css ( $css )</SPAN>                          add_head_js
644  <BR>                  </span>
645                                            (<span class="var-type">mixed</span>&nbsp;<span class="var-name">$content</span>)
646  <BR>                          </div>
647  <SPAN CLASS="font10bold">Description : </SPAN>          
648  <!-- ========== Info from phpDoc block ========= -->                          <ul class="parameters">
649  this function adds raw css to the                                          <li>
650  &lt;head&gt; tag.                                  <span class="var-type">mixed</span>
651  <BR>                                  <span class="var-name">$content</span><span class="var-description">: - raw javascript code to add to the head</span>                   </li>
652  It will automatically                                  </ul>
653  be wrapped in a &lt;style type=&quot;text/css&quot;&gt;                  
654  <DL>                  
655    <DT class="font10bold">Function Parameters:</DT>          </div>
656      <a name="methodadd_js_link" id="add_js_link"><!-- --></a>
657    <DD CLASS="font10" STYLE="padding-bottom:5px;"><span STYLE="font-style: italic;">- <span style="color: #FF0000;font-weight:bold;">string</SPAN> <span style="color: #0000FF;font-weight:bold">$css</SPAN></SPAN> - the raw css</DD>  <div class="evenrow">
658              
659            <div class="method-header">
660    <DT class="font10bold">Function Info:</DT>                  <span class="method-title">add_js_link</span> (line <span class="line-number">375</span>)
661              </div>
662  </DL>          
663            <!-- ========== Info from phpDoc block ========= -->
664  </DIV>  <p class="short-description">This adds a link to an external Javascript  file, which will get rendered in the head.</p>
665  <BR>          
666            <div class="method-signature">
667  <DIV CLASS="function">                  <span class="method-result">void</span>
668  <A NAME='add_head_js'><!-- --></A>                  <span class="method-name">
669  <SPAN CLASS="font12bold">add_head_js</SPAN>                          add_js_link
670  <BR>                  </span>
671  <SPAN CLASS="font10bold">Useage : </SPAN>                                          (<span class="var-type">mixed</span>&nbsp;<span class="var-name">$link</span>)
672  <span class="font10bold" style="color: #FF0000">void</SPAN>&nbsp;                          </div>
673  <span class="font10bold" style="color: #0000FF">add_head_js ( $content )</SPAN>          
674  <BR>                          <ul class="parameters">
675                                            <li>
676  <BR>                                  <span class="var-type">mixed</span>
677  <SPAN CLASS="font10bold">Description : </SPAN>                                  <span class="var-name">$link</span><span class="var-description">: - script tag object or $url of .js file.</span>                      </li>
678  <!-- ========== Info from phpDoc block ========= -->                                  </ul>
679  adds raw javascript to the head which                  
680  will automatically get wrapped in a                  
681  &lt;script language=&quot;JavaScript&quot;&gt; tag.          </div>
682  <BR>  <a name="methodadd_reference" id="add_reference"><!-- --></a>
683    <div class="oddrow">
684  <DL>          
685    <DT class="font10bold">Function Parameters:</DT>          <div class="method-header">
686                      <span class="method-title">add_reference</span> (line <span class="line-number">560</span>)
687    <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> - raw javascript code to add to the head</DD>          </div>
688              
689            <!-- ========== Info from phpDoc block ========= -->
690    <DT class="font10bold">Function Info:</DT>  <p class="short-description">Adds the content reference to the &lt;body&gt;  tag for later use.</p>
691              
692  </DL>          <div class="method-signature">
693                    <span class="method-result">void</span>
694  </DIV>                  <span class="method-name">
695  <BR>                          add_reference
696                    </span>
697  <DIV CLASS="function">                                          (<span class="var-type">mixed</span>&nbsp;<span class="var-name">&$content</span>)
698  <A NAME='add_reference'><!-- --></A>                          </div>
699  <SPAN CLASS="font12bold">add_reference</SPAN>          
700  <BR>                          <ul class="parameters">
701  <SPAN CLASS="font10bold">Useage : </SPAN>                                          <li>
702  <span class="font10bold" style="color: #FF0000">void</SPAN>&nbsp;                                  <span class="var-type">mixed</span>
703  <span class="font10bold" style="color: #0000FF">add_reference ( &$content )</SPAN>                                  <span class="var-name">$content</span><span class="var-description">: - content to add</span>                   </li>
704  <BR>                                  </ul>
705                    
706  <BR>                  
707  <SPAN CLASS="font10bold">Description : </SPAN>          </div>
708  <!-- ========== Info from phpDoc block ========= -->  <a name="methodbuild_doctype" id="build_doctype"><!-- --></a>
709  Adds the content reference to the &lt;body&gt;  <div class="evenrow">
710  tag for later use.          
711  <BR>          <div class="method-header">
712                    <span class="method-title">build_doctype</span> (line <span class="line-number">609</span>)
713  <DL>          </div>
714    <DT class="font10bold">Function Parameters:</DT>          
715              <!-- ========== Info from phpDoc block ========= -->
716    <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> - content to add</DD>  <p class="short-description">This function is used to build the DOCTYPE</p>
717      <p class="description"><p>tag for the page.  It will automatically  create a DOCTYPE with a document_element of &quot;html&quot;  and a source of &quot;PUBLIC&quot;</p></p>
718            
719    <DT class="font10bold">Function Info:</DT>          <div class="method-signature">
720                      <span class="method-result">void</span>
721  </DL>                  <span class="method-name">
722                            build_doctype
723  </DIV>                  </span>
724  <BR>                                          (<span class="var-type">string</span>&nbsp;<span class="var-name">$link1</span>, [<span class="var-type">string</span>&nbsp;<span class="var-name">$link2</span> = <span class="var-default">NULL</span>])
725                            </div>
726  <DIV CLASS="function">          
727  <A NAME='build_doctype'><!-- --></A>                          <ul class="parameters">
728  <SPAN CLASS="font12bold">build_doctype</SPAN>                                          <li>
729  <BR>                                  <span class="var-type">string</span>
730  <SPAN CLASS="font10bold">Useage : </SPAN>                                  <span class="var-name">$link1</span><span class="var-description">: - link1</span>                      </li>
731  <span class="font10bold" style="color: #FF0000">void</SPAN>&nbsp;                                          <li>
732  <span class="font10bold" style="color: #0000FF">build_doctype ( $link1, [$link2 = NULL] )</SPAN>                                  <span class="var-type">string</span>
733  <BR>                                  <span class="var-name">$link2</span><span class="var-description">: - link2</span>                      </li>
734                                    </ul>
735  <BR>                  
736  <SPAN CLASS="font10bold">Description : </SPAN>                  
737  <!-- ========== Info from phpDoc block ========= -->          </div>
738  This function is used to build the DOCTYPE  <a name="methodget_html_attributes" id="get_html_attributes"><!-- --></a>
739  tag for the page.  <div class="oddrow">
740  <BR>          
741  It will automatically          <div class="method-header">
742  create a DOCTYPE with a document_element of &quot;html&quot;                  <span class="method-title">get_html_attributes</span> (line <span class="line-number">459</span>)
743  and a source of &quot;PUBLIC&quot;          </div>
744  <DL>          
745    <DT class="font10bold">Function Parameters:</DT>          <!-- ========== Info from phpDoc block ========= -->
746      <p class="short-description">This function returns the  attributes to be used for the  &lt;html&gt; tag.</p>
747    <DD CLASS="font10" STYLE="padding-bottom:5px;"><span STYLE="font-style: italic;">- <span style="color: #FF0000;font-weight:bold;">string</SPAN> <span style="color: #0000FF;font-weight:bold">$link1</SPAN></SPAN> - link1</DD>          
748              <div class="method-signature">
749    <DD CLASS="font10" STYLE="padding-bottom:5px;"><span STYLE="font-style: italic;">- <span style="color: #FF0000;font-weight:bold;">string</SPAN> <span style="color: #0000FF;font-weight:bold">$link2</SPAN></SPAN> - link2</DD>                  <span class="method-result">array();</span>
750                      <span class="method-name">
751                            get_html_attributes
752    <DT class="font10bold">Function Info:</DT>                  </span>
753                                      ()
754  </DL>                          </div>
755            
756  </DIV>                  
757  <BR>                  
758            </div>
759  <DIV CLASS="function">  <a name="methodpush" id="push"><!-- --></a>
760  <A NAME='get_html_attributes'><!-- --></A>  <div class="evenrow">
761  <SPAN CLASS="font12bold">get_html_attributes</SPAN>          
762  <BR>          <div class="method-header">
763  <SPAN CLASS="font10bold">Useage : </SPAN>                  <span class="method-title">push</span> (line <span class="line-number">549</span>)
764  <span class="font10bold" style="color: #FF0000">array();</SPAN>&nbsp;          </div>
765  <span class="font10bold" style="color: #0000FF">get_html_attributes (  )</SPAN>          
766  <BR>          <!-- ========== Info from phpDoc block ========= -->
767    <p class="short-description">Same as add()</p>
768  <BR>          <ul class="tags">
769  <SPAN CLASS="font10bold">Description : </SPAN>                                  <li><span class="field">deprecated:</span> - use add()</li>
770  <!-- ========== Info from phpDoc block ========= -->                          </ul>
771  This function returns the          
772  attributes to be used for the          <div class="method-signature">
773  &lt;html&gt; tag.                  <span class="method-result">void</span>
774  <BR>                  <span class="method-name">
775                            push
776  <DL>                  </span>
777    <DT class="font10bold">Function Parameters:</DT>                                  ()
778                              </div>
779            
780    <DT class="font10bold">Function Info:</DT>                  
781                      
782  </DL>          </div>
783    <a name="methodpush_css_link" id="push_css_link"><!-- --></a>
784  </DIV>  <div class="oddrow">
785  <BR>          
786            <div class="method-header">
787  <DIV CLASS="function">                  <span class="method-title">push_css_link</span> (line <span class="line-number">364</span>)
788  <A NAME='push'><!-- --></A>          </div>
789  <SPAN CLASS="font12bold">push</SPAN>          
790  <BR>          <!-- ========== Info from phpDoc block ========= -->
791  <SPAN CLASS="font10bold">Useage : </SPAN>  <p class="short-description">Same ass add_css_link()</p>
792  <span class="font10bold" style="color: #FF0000">void</SPAN>&nbsp;          <ul class="tags">
793  <span class="font10bold" style="color: #0000FF">push (  )</SPAN>                                  <li><span class="field">deprecated:</span> - use add_css_link();</li>
794  <BR>                          </ul>
795            
796  <BR>          <div class="method-signature">
797  <SPAN CLASS="font10bold">Description : </SPAN>                  <span class="method-result">void</span>
798  <!-- ========== Info from phpDoc block ========= -->                  <span class="method-name">
799  Same as add()                          push_css_link
800  <BR>                  </span>
801                                            (<span class="var-type">mixed</span>&nbsp;<span class="var-name">$link</span>)
802  <DL>                          </div>
803    <DT class="font10bold">Function Parameters:</DT>          
804                      
805                    
806    <DT class="font10bold">Function Info:</DT>          </div>
807      <a name="methodpush_head_content" id="push_head_content"><!-- --></a>
808    <DD CLASS="font10" STYLE="padding-bottom:5px;"><b>Deprecated</b> - - use add()</DD>  <div class="evenrow">
809              
810  </DL>          <div class="method-header">
811                    <span class="method-title">push_head_content</span> (line <span class="line-number">291</span>)
812  </DIV>          </div>
813  <BR>          
814            <!-- ========== Info from phpDoc block ========= -->
815  <DIV CLASS="function">  <p class="short-description">Same ass add_head_content()</p>
816  <A NAME='push_css_link'><!-- --></A>          <ul class="tags">
817  <SPAN CLASS="font12bold">push_css_link</SPAN>                                  <li><span class="field">deprecated:</span> - use add_head_content();</li>
818  <BR>                          </ul>
819  <SPAN CLASS="font10bold">Useage : </SPAN>          
820  <span class="font10bold" style="color: #FF0000">void</SPAN>&nbsp;          <div class="method-signature">
821  <span class="font10bold" style="color: #0000FF">push_css_link ( $link )</SPAN>                  <span class="method-result">void</span>
822  <BR>                  <span class="method-name">
823                            push_head_content
824  <BR>                  </span>
825  <SPAN CLASS="font10bold">Description : </SPAN>                                  ()
826  <!-- ========== Info from phpDoc block ========= -->                          </div>
827  Same ass add_css_link()          
828  <BR>                  
829                    
830  <DL>          </div>
831    <DT class="font10bold">Function Parameters:</DT>  <a name="methodpush_head_js" id="push_head_js"><!-- --></a>
832      <div class="oddrow">
833            
834    <DT class="font10bold">Function Info:</DT>          <div class="method-header">
835                      <span class="method-title">push_head_js</span> (line <span class="line-number">312</span>)
836    <DD CLASS="font10" STYLE="padding-bottom:5px;"><b>Deprecated</b> - - use add_css_link();</DD>          </div>
837              
838  </DL>          <!-- ========== Info from phpDoc block ========= -->
839    <p class="short-description">Same ass add_head_js()</p>
840  </DIV>          <ul class="tags">
841  <BR>                                  <li><span class="field">deprecated:</span> - use add_head_js();</li>
842                            </ul>
843  <DIV CLASS="function">          
844  <A NAME='push_head_content'><!-- --></A>          <div class="method-signature">
845  <SPAN CLASS="font12bold">push_head_content</SPAN>                  <span class="method-result">void</span>
846  <BR>                  <span class="method-name">
847  <SPAN CLASS="font10bold">Useage : </SPAN>                          push_head_js
848  <span class="font10bold" style="color: #FF0000">void</SPAN>&nbsp;                  </span>
849  <span class="font10bold" style="color: #0000FF">push_head_content (  )</SPAN>                                          (<span class="var-type">mixed</span>&nbsp;<span class="var-name">$content</span>)
850  <BR>                          </div>
851            
852  <BR>                  
853  <SPAN CLASS="font10bold">Description : </SPAN>                  
854  <!-- ========== Info from phpDoc block ========= -->          </div>
855  Same ass add_head_content()  <a name="methodpush_js_link" id="push_js_link"><!-- --></a>
856  <BR>  <div class="evenrow">
857            
858  <DL>          <div class="method-header">
859    <DT class="font10bold">Function Parameters:</DT>                  <span class="method-title">push_js_link</span> (line <span class="line-number">389</span>)
860              </div>
861            
862    <DT class="font10bold">Function Info:</DT>          <!-- ========== Info from phpDoc block ========= -->
863      <p class="short-description">same as add_js_link()</p>
864    <DD CLASS="font10" STYLE="padding-bottom:5px;"><b>Deprecated</b> - - use add_head_content();</DD>          <ul class="tags">
865                                      <li><span class="field">deprecated:</span> </li>
866  </DL>                          </ul>
867            
868  </DIV>          <div class="method-signature">
869  <BR>                  <span class="method-result">void</span>
870                    <span class="method-name">
871  <DIV CLASS="function">                          push_js_link
872  <A NAME='push_head_js'><!-- --></A>                  </span>
873  <SPAN CLASS="font12bold">push_head_js</SPAN>                                          (<span class="var-type">mixed</span>&nbsp;<span class="var-name">$link</span>)
874  <BR>                          </div>
875  <SPAN CLASS="font10bold">Useage : </SPAN>          
876  <span class="font10bold" style="color: #FF0000">void</SPAN>&nbsp;                  
877  <span class="font10bold" style="color: #0000FF">push_head_js ( $content )</SPAN>                  
878  <BR>          </div>
879    <a name="methodpush_reference" id="push_reference"><!-- --></a>
880  <BR>  <div class="oddrow">
881  <SPAN CLASS="font10bold">Description : </SPAN>          
882  <!-- ========== Info from phpDoc block ========= -->          <div class="method-header">
883  Same ass add_head_js()                  <span class="method-title">push_reference</span> (line <span class="line-number">570</span>)
884  <BR>          </div>
885            
886  <DL>          <!-- ========== Info from phpDoc block ========= -->
887    <DT class="font10bold">Function Parameters:</DT>  <p class="short-description">Same as add()</p>
888              <ul class="tags">
889                                    <li><span class="field">deprecated:</span> - use add()</li>
890    <DT class="font10bold">Function Info:</DT>                          </ul>
891              
892    <DD CLASS="font10" STYLE="padding-bottom:5px;"><b>Deprecated</b> - - use add_head_js();</DD>          <div class="method-signature">
893                      <span class="method-result">void</span>
894  </DL>                  <span class="method-name">
895                            push_reference
896  </DIV>                  </span>
897  <BR>                                          (<span class="var-type">mixed</span>&nbsp;<span class="var-name">&$content</span>)
898                            </div>
899  <DIV CLASS="function">          
900  <A NAME='push_js_link'><!-- --></A>                  
901  <SPAN CLASS="font12bold">push_js_link</SPAN>                  
902  <BR>          </div>
903  <SPAN CLASS="font10bold">Useage : </SPAN>  <a name="methodrender" id="render"><!-- --></a>
904  <span class="font10bold" style="color: #FF0000">void</SPAN>&nbsp;  <div class="evenrow">
905  <span class="font10bold" style="color: #0000FF">push_js_link ( $link )</SPAN>          
906  <BR>          <div class="method-header">
907                    <span class="method-title">render</span> (line <span class="line-number">688</span>)
908  <BR>          </div>
909  <SPAN CLASS="font10bold">Description : </SPAN>          
910  <!-- ========== Info from phpDoc block ========= -->          <!-- ========== Info from phpDoc block ========= -->
911  pushes an link to an externally referenced javascript  <p class="short-description">render the page.</p>
912   file, which will get rendered in the head.          <ul class="tags">
913  <BR>                                  <li><span class="field">return:</span> the raw html output.</li>
914                            </ul>
915  <DL>          
916    <DT class="font10bold">Function Parameters:</DT>          <div class="method-signature">
917                      <span class="method-result">string</span>
918    <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">$link</SPAN></SPAN> - script tag object or $url of .js file.</DD>                  <span class="method-name">
919                              render
920                    </span>
921    <DT class="font10bold">Function Info:</DT>                                  ()
922                              </div>
923  </DL>          
924                    
925  </DIV>                  
926  <BR>                          <hr class="separator" />
927                    <div class="notes">Redefined in descendants as:</div>
928  <DIV CLASS="function">                  <ul class="redefinitions">
929  <A NAME='push_reference'><!-- --></A>                                          <li>
930  <SPAN CLASS="font12bold">push_reference</SPAN>                                  <a href="../phpHtmlLib/PageWidget.html#methodrender">PageWidget::render()</a>
931  <BR>                                                                  : This is the function that renders the HTML  for this widget.
932  <SPAN CLASS="font10bold">Useage : </SPAN>                                                          </li>
933  <span class="font10bold" style="color: #FF0000">void</SPAN>&nbsp;                                  </ul>
934  <span class="font10bold" style="color: #0000FF">push_reference ( &$content )</SPAN>          </div>
935  <BR>  <a name="methodset_body_attributes" id="set_body_attributes"><!-- --></a>
936    <div class="oddrow">
937  <BR>          
938  <SPAN CLASS="font10bold">Description : </SPAN>          <div class="method-header">
939  <!-- ========== Info from phpDoc block ========= -->                  <span class="method-title">set_body_attributes</span> (line <span class="line-number">593</span>)
940  Same as add()          </div>
941  <BR>          
942            <!-- ========== Info from phpDoc block ========= -->
943  <DL>  <p class="short-description">set attributes of body tag</p>
944    <DT class="font10bold">Function Parameters:</DT>          
945              <div class="method-signature">
946                    <span class="method-result">void</span>
947    <DT class="font10bold">Function Info:</DT>                  <span class="method-name">
948                              set_body_attributes
949    <DD CLASS="font10" STYLE="padding-bottom:5px;"><b>Deprecated</b> - - use add()</DD>                  </span>
950                                              (<span class="var-type">array</span>&nbsp;<span class="var-name">$attributes</span>)
951  </DL>                          </div>
952            
953  </DIV>                          <ul class="parameters">
954  <BR>                                          <li>
955                                    <span class="var-type">array</span>
956  <DIV CLASS="function">                                  <span class="var-name">$attributes</span><span class="var-description">: the name=&gt;value pairs</span>                        </li>
957  <A NAME='render'><!-- --></A>                                  </ul>
958  <SPAN CLASS="font12bold">render</SPAN>                  
959  <BR>                  
960  <SPAN CLASS="font10bold">Useage : </SPAN>          </div>
961  <span class="font10bold" style="color: #FF0000">string</SPAN>&nbsp;  <a name="methodset_charset" id="set_charset"><!-- --></a>
962  <span class="font10bold" style="color: #0000FF">render (  )</SPAN>  <div class="evenrow">
963  <BR>          
964  Overridden in child class(es) as: <a href="../phpHtmlLib/PageWidget.html#render">PageWidget::render()</a><br>          <div class="method-header">
965  <BR>                  <span class="method-title">set_charset</span> (line <span class="line-number">410</span>)
966  <SPAN CLASS="font10bold">Description : </SPAN>          </div>
967  <!-- ========== Info from phpDoc block ========= -->          
968  render the page.          <!-- ========== Info from phpDoc block ========= -->
969  <BR>  <p class="short-description">set the character set</p>
970            
971  <DL>          <div class="method-signature">
972    <DT class="font10bold">Function Parameters:</DT>                  <span class="method-result">void</span>
973                      <span class="method-name">
974                            set_charset
975    <DT class="font10bold">Function Info:</DT>                  </span>
976                                              (<span class="var-type">string</span>&nbsp;<span class="var-name">$charset</span>)
977    <DD CLASS="font10" STYLE="padding-bottom:5px;"><b>Return</b> - the raw html output.</DD>                          </div>
978              
979  </DL>                          <ul class="parameters">
980                                            <li>
981  </DIV>                                  <span class="var-type">string</span>
982  <BR>                                  <span class="var-name">$charset</span><span class="var-description">: - the charset for the meta tag</span>                     </li>
983                                    </ul>
984  <DIV CLASS="function">                  
985  <A NAME='set_body_attributes'><!-- --></A>                  
986  <SPAN CLASS="font12bold">set_body_attributes</SPAN>          </div>
987  <BR>  <a name="methodset_encoding" id="set_encoding"><!-- --></a>
988  <SPAN CLASS="font10bold">Useage : </SPAN>  <div class="oddrow">
989  <span class="font10bold" style="color: #FF0000">void</SPAN>&nbsp;          
990  <span class="font10bold" style="color: #0000FF">set_body_attributes ( $attributes )</SPAN>          <div class="method-header">
991  <BR>                  <span class="method-title">set_encoding</span> (line <span class="line-number">420</span>)
992            </div>
993  <BR>          
994  <SPAN CLASS="font10bold">Description : </SPAN>          <!-- ========== Info from phpDoc block ========= -->
995  <!-- ========== Info from phpDoc block ========= -->  <p class="short-description">This sets the encoding type for  XHTML documents</p>
996  set attributes of body tag          
997  <BR>          <div class="method-signature">
998                    <span class="method-result">void</span>
999  <DL>                  <span class="method-name">
1000    <DT class="font10bold">Function Parameters:</DT>                          set_encoding
1001                      </span>
1002    <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 name=&gt;value pairs</DD>                                          (<span class="var-type">string</span>&nbsp;<span class="var-name">$encoding</span>)
1003                              </div>
1004            
1005    <DT class="font10bold">Function Info:</DT>                          <ul class="parameters">
1006                                              <li>
1007  </DL>                                  <span class="var-type">string</span>
1008                                    <span class="var-name">$encoding</span><span class="var-description">: - the encoding parameter</span>                  </li>
1009  </DIV>                                  </ul>
1010  <BR>                  
1011                    
1012  <DIV CLASS="function">          </div>
1013  <A NAME='set_charset'><!-- --></A>  <a name="methodset_favicon" id="set_favicon"><!-- --></a>
1014  <SPAN CLASS="font12bold">set_charset</SPAN>  <div class="evenrow">
1015  <BR>          
1016  <SPAN CLASS="font10bold">Useage : </SPAN>          <div class="method-header">
1017  <span class="font10bold" style="color: #FF0000">void</SPAN>&nbsp;                  <span class="method-title">set_favicon</span> (line <span class="line-number">506</span>)
1018  <span class="font10bold" style="color: #0000FF">set_charset ( $charset )</SPAN>          </div>
1019  <BR>          
1020            <!-- ========== Info from phpDoc block ========= -->
1021  <BR>  <p class="short-description">This allows you to change the default url/path  for where the favicon.ico lives.</p>
1022  <SPAN CLASS="font10bold">Description : </SPAN>  <p class="description"><p>NOTE: calling this method automatically enables the        link in the head to be created.</p></p>
1023  <!-- ========== Info from phpDoc block ========= -->          
1024  set the character set          <div class="method-signature">
1025  <BR>                  <span class="method-result">void</span>
1026                    <span class="method-name">
1027  <DL>                          set_favicon
1028    <DT class="font10bold">Function Parameters:</DT>                  </span>
1029                                              (<span class="var-type">string</span>&nbsp;<span class="var-name">$path</span>, [<span class="var-type">string</span>&nbsp;<span class="var-name">$type</span> = <span class="var-default">"image/x-ico"</span>])
1030    <DD CLASS="font10" STYLE="padding-bottom:5px;"><span STYLE="font-style: italic;">- <span style="color: #FF0000;font-weight:bold;">string</SPAN> <span style="color: #0000FF;font-weight:bold">$charset</SPAN></SPAN> - the charset for the meta tag</DD>                          </div>
1031              
1032                            <ul class="parameters">
1033    <DT class="font10bold">Function Info:</DT>                                          <li>
1034                                      <span class="var-type">string</span>
1035  </DL>                                  <span class="var-name">$path</span><span class="var-description">: the url to the favicon.ico file</span>                       </li>
1036                                            <li>
1037  </DIV>                                  <span class="var-type">string</span>
1038  <BR>                                  <span class="var-name">$type</span><span class="var-description">: the type of the image.                NOTE: Default is image/x-ico</span>                    </li>
1039                                    </ul>
1040  <DIV CLASS="function">                  
1041  <A NAME='set_frameset'><!-- --></A>                  
1042  <SPAN CLASS="font12bold">set_frameset</SPAN>          </div>
1043  <BR>  <a name="methodset_favicon_flag" id="set_favicon_flag"><!-- --></a>
1044  <SPAN CLASS="font10bold">Useage : </SPAN>  <div class="oddrow">
1045  <span class="font10bold" style="color: #FF0000">void</SPAN>&nbsp;          
1046  <span class="font10bold" style="color: #0000FF">set_frameset ( $frameset )</SPAN>          <div class="method-header">
1047  <BR>                  <span class="method-title">set_favicon_flag</span> (line <span class="line-number">492</span>)
1048            </div>
1049  <BR>          
1050  <SPAN CLASS="font10bold">Description : </SPAN>          <!-- ========== Info from phpDoc block ========= -->
1051  <!-- ========== Info from phpDoc block ========= -->  <p class="short-description">This is used to enable the ability to add the  favicon link in the head of the document.</p>
1052  This function is used to set the FRAMSETtag  <p class="description"><p>By default it is off.</p></p>
1053  object for this page.          
1054  <BR>          <div class="method-signature">
1055  This automatically                  <span class="method-result">void</span>
1056  sets the output for this page object to                  <span class="method-name">
1057  be a frameset.                          set_favicon_flag
1058  <DL>                  </span>
1059    <DT class="font10bold">Function Parameters:</DT>                                          ([<span class="var-type">boolean</span>&nbsp;<span class="var-name">$flag</span> = <span class="var-default">TRUE</span>])
1060                              </div>
1061    <DD CLASS="font10" STYLE="padding-bottom:5px;"><span STYLE="font-style: italic;">- <span style="color: #FF0000;font-weight:bold;"><a href="../phpHtmlLib/FRAMESETtag.html">FRAMESETtag</a></SPAN> <span style="color: #0000FF;font-weight:bold">$frameset</SPAN></SPAN> object -</DD>          
1062                              <ul class="parameters">
1063                                            <li>
1064    <DT class="font10bold">Function Info:</DT>                                  <span class="var-type">boolean</span>
1065                                      <span class="var-name">$flag</span><span class="var-description">: TRUE = enable</span>                 </li>
1066  </DL>                                  </ul>
1067                    
1068  </DIV>                  
1069  <BR>          </div>
1070    <a name="methodset_frameset" id="set_frameset"><!-- --></a>
1071  <DIV CLASS="function">  <div class="evenrow">
1072  <A NAME='set_html_attributes'><!-- --></A>          
1073  <SPAN CLASS="font12bold">set_html_attributes</SPAN>          <div class="method-header">
1074  <BR>                  <span class="method-title">set_frameset</span> (line <span class="line-number">443</span>)
1075  <SPAN CLASS="font10bold">Useage : </SPAN>          </div>
1076  <span class="font10bold" style="color: #FF0000">void</SPAN>&nbsp;          
1077  <span class="font10bold" style="color: #0000FF">set_html_attributes ( $attributes )</SPAN>          <!-- ========== Info from phpDoc block ========= -->
1078  <BR>  <p class="short-description">This function is used to set the FRAMSETtag  object for this page.  This automatically  sets the output for this page object to  be a frameset.</p>
1079            
1080  <BR>          <div class="method-signature">
1081  <SPAN CLASS="font10bold">Description : </SPAN>                  <span class="method-result">void</span>
1082  <!-- ========== Info from phpDoc block ========= -->                  <span class="method-name">
1083  This function sets the attributes                          set_frameset
1084  for the &lt;html&gt; tag                  </span>
1085  <BR>                                          (<span class="var-type"><a href="../phpHtmlLib/FRAMESETtag.html">FRAMESETtag</a></span>&nbsp;<span class="var-name">$frameset</span>)
1086                            </div>
1087  <DL>          
1088    <DT class="font10bold">Function Parameters:</DT>                          <ul class="parameters">
1089                                              <li>
1090    <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 name=&gt;value                                  <span class="var-type"><a href="../phpHtmlLib/FRAMESETtag.html">FRAMESETtag</a></span>
1091                  pair for the                                  <span class="var-name">$frameset</span><span class="var-description">: object - $frameset</span>                        </li>
1092                 attributes</DD>                                  </ul>
1093                      
1094                    
1095    <DT class="font10bold">Function Info:</DT>          </div>
1096      <a name="methodset_html_attributes" id="set_html_attributes"><!-- --></a>
1097  </DL>  <div class="oddrow">
1098            
1099  </DIV>          <div class="method-header">
1100  <BR>                  <span class="method-title">set_html_attributes</span> (line <span class="line-number">471</span>)
1101            </div>
1102  <DIV CLASS="function">          
1103  <A NAME='set_refresh'><!-- --></A>          <!-- ========== Info from phpDoc block ========= -->
1104  <SPAN CLASS="font12bold">set_refresh</SPAN>  <p class="short-description">This function sets the attributes  for the &lt;html&gt; tag</p>
1105  <BR>          
1106  <SPAN CLASS="font10bold">Useage : </SPAN>          <div class="method-signature">
1107  <span class="font10bold" style="color: #FF0000">void</SPAN>&nbsp;                  <span class="method-result">void</span>
1108  <span class="font10bold" style="color: #0000FF">set_refresh ( $time, [$url = NULL] )</SPAN>                  <span class="method-name">
1109  <BR>                          set_html_attributes
1110                    </span>
1111  <BR>                                          (<span class="var-type">array</span>&nbsp;<span class="var-name">$attributes</span>)
1112  <SPAN CLASS="font10bold">Description : </SPAN>                          </div>
1113  <!-- ========== Info from phpDoc block ========= -->          
1114  Automatically set a page meta tag refresh                          <ul class="parameters">
1115  <BR>                                          <li>
1116                                    <span class="var-type">array</span>
1117  <DL>                                  <span class="var-name">$attributes</span><span class="var-description">: - the name=&gt;value                 pair for the                attributes</span>                     </li>
1118    <DT class="font10bold">Function Parameters:</DT>                                  </ul>
1119                      
1120    <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">$time</SPAN></SPAN> - time in seconds to refresh</DD>                  
1121              </div>
1122    <DD CLASS="font10" STYLE="padding-bottom:5px;"><span STYLE="font-style: italic;">- <span style="color: #FF0000;font-weight:bold;">string</SPAN> <span style="color: #0000FF;font-weight:bold">$url</SPAN></SPAN> - the url to go to.</DD>  <a name="methodset_language" id="set_language"><!-- --></a>
1123      <div class="evenrow">
1124            
1125    <DT class="font10bold">Function Info:</DT>          <div class="method-header">
1126                      <span class="method-title">set_language</span> (line <span class="line-number">430</span>)
1127  </DL>          </div>
1128            
1129  </DIV>          <!-- ========== Info from phpDoc block ========= -->
1130  <BR>  <p class="short-description">This method sets the lang, and xml:lang  setting in the HTML tag.</p>
1131            
1132  <DIV CLASS="function">          <div class="method-signature">
1133  <A NAME='set_text_debug'><!-- --></A>                  <span class="method-result">void</span>
1134  <SPAN CLASS="font12bold">set_text_debug</SPAN>                  <span class="method-name">
1135  <BR>                          set_language
1136  <SPAN CLASS="font10bold">Useage : </SPAN>                  </span>
1137  <span class="font10bold" style="color: #FF0000">void</SPAN>&nbsp;                                          (<span class="var-type">string</span>&nbsp;<span class="var-name">$language</span>)
1138  <span class="font10bold" style="color: #0000FF">set_text_debug ( $flag )</SPAN>                          </div>
1139  <BR>          
1140                            <ul class="parameters">
1141  <BR>                                          <li>
1142  <SPAN CLASS="font10bold">Description : </SPAN>                                  <span class="var-type">string</span>
1143  <!-- ========== Info from phpDoc block ========= -->                                  <span class="var-name">$language</span><span class="var-description">: - the language</span>                    </li>
1144  set the $_text_debug flag                                  </ul>
1145  <BR>                  
1146                    
1147  <DL>          </div>
1148    <DT class="font10bold">Function Parameters:</DT>  <a name="methodset_refresh" id="set_refresh"><!-- --></a>
1149      <div class="oddrow">
1150    <DD CLASS="font10" STYLE="padding-bottom:5px;"><span STYLE="font-style: italic;">- <span style="color: #FF0000;font-weight:bold;">$flag</SPAN> <span style="color: #0000FF;font-weight:bold">$flag</SPAN></SPAN> - boolean.</DD>          
1151              <div class="method-header">
1152                    <span class="method-title">set_refresh</span> (line <span class="line-number">398</span>)
1153    <DT class="font10bold">Function Info:</DT>          </div>
1154              
1155  </DL>          <!-- ========== Info from phpDoc block ========= -->
1156    <p class="short-description">Automatically set a page meta tag refresh</p>
1157  </DIV>          
1158  <BR>          <div class="method-signature">
1159                    <span class="method-result">void</span>
1160  <DIV CLASS="function">                  <span class="method-name">
1161  <A NAME='set_title'><!-- --></A>                          set_refresh
1162  <SPAN CLASS="font12bold">set_title</SPAN>                  </span>
1163  <BR>                                          (<span class="var-type">int</span>&nbsp;<span class="var-name">$time</span>, [<span class="var-type">string</span>&nbsp;<span class="var-name">$url</span> = <span class="var-default">NULL</span>])
1164  <SPAN CLASS="font10bold">Useage : </SPAN>                          </div>
1165  <span class="font10bold" style="color: #FF0000">void</SPAN>&nbsp;          
1166  <span class="font10bold" style="color: #0000FF">set_title ( $title )</SPAN>                          <ul class="parameters">
1167  <BR>                                          <li>
1168                                    <span class="var-type">int</span>
1169  <BR>                                  <span class="var-name">$time</span><span class="var-description">: - time in seconds to refresh</span>                  </li>
1170  <SPAN CLASS="font10bold">Description : </SPAN>                                          <li>
1171  <!-- ========== Info from phpDoc block ========= -->                                  <span class="var-type">string</span>
1172  set the title of the page output.                                  <span class="var-name">$url</span><span class="var-description">: - the url to go to.</span>                    </li>
1173  <BR>                                  </ul>
1174                    
1175  <DL>                  
1176    <DT class="font10bold">Function Parameters:</DT>          </div>
1177      <a name="methodset_text_debug" id="set_text_debug"><!-- --></a>
1178    <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">$title</SPAN></SPAN> - the title of the html page  <div class="evenrow">
1179                            can be TITLEtag object.</DD>          
1180              <div class="method-header">
1181                    <span class="method-title">set_text_debug</span> (line <span class="line-number">621</span>)
1182    <DT class="font10bold">Function Info:</DT>          </div>
1183              
1184  </DL>          <!-- ========== Info from phpDoc block ========= -->
1185    <p class="short-description">set the $_text_debug flag</p>
1186  </DIV>          
1187  <BR>          <div class="method-signature">
1188                    <span class="method-result">void</span>
1189  <DIV CLASS="function">                  <span class="method-name">
1190  <A NAME='_build_content_type_tag'><!-- --></A>                          set_text_debug
1191  <SPAN CLASS="font12bold">_build_content_type_tag</SPAN>                  </span>
1192  <BR>                                          (<span class="var-type">$flag</span>&nbsp;<span class="var-name">$flag</span>)
1193  <SPAN CLASS="font10bold">Useage : </SPAN>                          </div>
1194  <span class="font10bold" style="color: #FF0000">void</SPAN>&nbsp;          
1195  <span class="font10bold" style="color: #0000FF">_build_content_type_tag (  )</SPAN>                          <ul class="parameters">
1196  <BR>                                          <li>
1197                                    <span class="var-type">$flag</span>
1198  <BR>                                  <span class="var-name">$flag</span><span class="var-description">: - boolean.</span>                    </li>
1199  <SPAN CLASS="font10bold">Description : </SPAN>                                  </ul>
1200  <!-- ========== Info from phpDoc block ========= -->                  
1201  this builds the content type meta tag.                  
1202  <BR>          </div>
1203    <a name="methodset_title" id="set_title"><!-- --></a>
1204  <DL>  <div class="oddrow">
1205    <DT class="font10bold">Function Parameters:</DT>          
1206              <div class="method-header">
1207                    <span class="method-title">set_title</span> (line <span class="line-number">333</span>)
1208    <DT class="font10bold">Function Info:</DT>          </div>
1209              
1210  </DL>          <!-- ========== Info from phpDoc block ========= -->
1211    <p class="short-description">set the title of the page output.</p>
1212  </DIV>          
1213  <BR>          <div class="method-signature">
1214                    <span class="method-result">void</span>
1215  <DIV CLASS="function">                  <span class="method-name">
1216  <A NAME='_build_head'><!-- --></A>                          set_title
1217  <SPAN CLASS="font12bold">_build_head</SPAN>                  </span>
1218  <BR>                                          (<span class="var-type">mixed</span>&nbsp;<span class="var-name">$title</span>)
1219  <SPAN CLASS="font10bold">Useage : </SPAN>                          </div>
1220  <span class="font10bold" style="color: #FF0000">void</SPAN>&nbsp;          
1221  <span class="font10bold" style="color: #0000FF">_build_head (  )</SPAN>                          <ul class="parameters">
1222  <BR>                                          <li>
1223                                    <span class="var-type">mixed</span>
1224  <BR>                                  <span class="var-name">$title</span><span class="var-description">: - the title of the html page                           can be TITLEtag object.</span>                       </li>
1225  <SPAN CLASS="font10bold">Description : </SPAN>                                  </ul>
1226  <!-- ========== Info from phpDoc block ========= -->                  
1227  builds the head object and its content.                  
1228  <BR>          </div>
1229    <a name="method_build_content_type_tag" id="_build_content_type_tag"><!-- --></a>
1230  <DL>  <div class="evenrow">
1231    <DT class="font10bold">Function Parameters:</DT>          
1232              <div class="method-header">
1233                    <span class="method-title">_build_content_type_tag</span> (line <span class="line-number">480</span>)
1234    <DT class="font10bold">Function Info:</DT>          </div>
1235              
1236  </DL>          <!-- ========== Info from phpDoc block ========= -->
1237    <p class="short-description">this builds the content type meta tag.</p>
1238  </DIV>          
1239  <BR>          <div class="method-signature">
1240                    <span class="method-result">void</span>
1241  <DIV CLASS="function">                  <span class="method-name">
1242  <A NAME='_create_body'><!-- --></A>                          _build_content_type_tag
1243  <SPAN CLASS="font12bold">_create_body</SPAN>                  </span>
1244  <BR>                                  ()
1245  <SPAN CLASS="font10bold">Useage : </SPAN>                          </div>
1246  <span class="font10bold" style="color: #FF0000">void</SPAN>&nbsp;          
1247  <span class="font10bold" style="color: #0000FF">_create_body (  )</SPAN>                  
1248  <BR>                  
1249            </div>
1250  <BR>  <a name="method_build_head" id="_build_head"><!-- --></a>
1251  <SPAN CLASS="font10bold">Description : </SPAN>  <div class="oddrow">
1252  <!-- ========== Info from phpDoc block ========= -->          
1253  This is responsible for creating the          <div class="method-header">
1254  <BR>                  <span class="method-title">_build_head</span> (line <span class="line-number">634</span>)
1255  BODYtag object.  We only will          </div>
1256  create a new $this-&gt;_body if it doesn't          
1257  already exist.          <!-- ========== Info from phpDoc block ========= -->
1258  <DL>  <p class="short-description">builds the head object and its content.</p>
1259    <DT class="font10bold">Function Parameters:</DT>          
1260              <div class="method-signature">
1261                    <span class="method-result">void</span>
1262    <DT class="font10bold">Function Info:</DT>                  <span class="method-name">
1263                              _build_head
1264  </DL>                  </span>
1265                                    ()
1266  </DIV>                          </div>
1267  <BR>          
1268                    
1269  <DIV CLASS="function">                  
1270  <A NAME='_frameset_wrap_body'><!-- --></A>          </div>
1271  <SPAN CLASS="font12bold">_frameset_wrap_body</SPAN>  <a name="method_create_body" id="_create_body"><!-- --></a>
1272  <BR>  <div class="evenrow">
1273  <SPAN CLASS="font10bold">Useage : </SPAN>          
1274  <span class="font10bold" style="color: #FF0000"><a href="../phpHtmlLib/NOFRAMEStag.html">NOFRAMEStag</a></SPAN>&nbsp;          <div class="method-header">
1275  <span class="font10bold" style="color: #0000FF">_frameset_wrap_body (  )</SPAN>                  <span class="method-title">_create_body</span> (line <span class="line-number">581</span>)
1276  <BR>          </div>
1277            
1278  <BR>          <!-- ========== Info from phpDoc block ========= -->
1279  <SPAN CLASS="font10bold">Description : </SPAN>  <p class="short-description">This is responsible for creating the  BODYtag object.  We only will  create a new $this-&gt;_body if it doesn't  already exist.</p>
1280  <!-- ========== Info from phpDoc block ========= -->          
1281  This builds a frameset body tag          <div class="method-signature">
1282  wrapped in a &lt;noframes&gt; tag.                  <span class="method-result">void</span>
1283  <BR>                  <span class="method-name">
1284                            _create_body
1285  <DL>                  </span>
1286    <DT class="font10bold">Function Parameters:</DT>                                  ()
1287                              </div>
1288            
1289    <DT class="font10bold">Function Info:</DT>                  
1290                      
1291    <DD CLASS="font10" STYLE="padding-bottom:5px;"><b>Return</b> - object.</DD>          </div>
1292      <a name="method_frameset_wrap_body" id="_frameset_wrap_body"><!-- --></a>
1293  </DL>  <div class="oddrow">
1294            
1295  </DIV>          <div class="method-header">
1296  <BR>                  <span class="method-title">_frameset_wrap_body</span> (line <span class="line-number">674</span>)
1297            </div>
1298            
1299  <hr>          <!-- ========== Info from phpDoc block ========= -->
1300  </HTML>  <p class="short-description">This builds a frameset body tag  wrapped in a &lt;noframes&gt; tag.</p>
1301            <ul class="tags">
1302                                    <li><span class="field">return:</span> object.</li>
1303                            </ul>
1304            
1305            <div class="method-signature">
1306                    <span class="method-result"><a href="../phpHtmlLib/NOFRAMEStag.html">NOFRAMEStag</a></span>
1307                    <span class="method-name">
1308                            _frameset_wrap_body
1309                    </span>
1310                                    ()
1311                            </div>
1312            
1313                    
1314                    
1315            </div>
1316                                                    
1317                    </div>
1318            </div>
1319    
1320    
1321            <p class="notes" id="credit">
1322                    Documentation generated on Thu,  1 Apr 2004 09:38:57 -0800 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.3.0RC2</a>
1323            </p>
1324            </div></body>
1325    </html>

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

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