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

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

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

revision 1.1 by jonen, Thu Jan 30 03:29:38 2003 UTC revision 1.2 by jonen, Sat Feb 22 20:56:17 2003 UTC
# Line 1  Line 1 
1  <!DOCTYPE HTML PUBLIC '-//W3C//DTD HTML 4.0 Frameset//EN''http://www.w3.org/TR/REC-html40/frameset.dtd'>  <!DOCTYPE HTML PUBLIC '-//W3C//DTD HTML 4.0 Transitional//EN' 'http://www.w3.org/TR/REC-html40/loose.dtd'>
2  <!--NewPage-->  <!--NewPage-->
3  <HTML>  <HTML>
4  <HEAD>  <HEAD>
5          <!-- Generated by PhpDoc date: 'Mon, 25 Nov 2002 09:21:30 -0800' -->          <!-- Generated by PhpDoc date: 'Thu, 20 Feb 2003 16:22:37 -0800' -->
6          <TITLE>Docs For Class DefaultGUIDatalist</TITLE>          <TITLE>Docs For Class DefaultGUIDatalist</TITLE>
7  <LINK REL ='stylesheet' TYPE='text/css' HREF='stylesheet.css' TITLE='Style'>  <LINK REL ='stylesheet' TYPE='text/css' HREF='../media/stylesheet.css' TITLE='Style'>
8  </HEAD>  </HEAD>
9  <BODY style="background-color: #eeeeee; font-family: arial; font-size: .9em;">  <BODY style="background-color: #eeeeee; font-family: arial; font-size: .9em;">
       
   
10  <!-- Links -->  <!-- Links -->
11  <a NAME="top"></A>  <a NAME="top"></A>
12  <table WIDTH="100%" class="links">  <table WIDTH="100%" class="links">
# Line 18  Line 16 
16        <A HREF="#children_summary" class="links" title="Classes extended from DefaultGUIDatalist">Child Classes</A>        <A HREF="#children_summary" class="links" title="Classes extended from DefaultGUIDatalist">Child Classes</A>
17        <A HREF="#var_summary" class="links" title="Class Variable Summary">Variables</A>        <A HREF="#var_summary" class="links" title="Class Variable Summary">Variables</A>
18        <A HREF="#var_inherited_summary" class="links" title="Inherited Class Variable Summary">Inherited Variables</A>        <A HREF="#var_inherited_summary" class="links" title="Inherited Class Variable Summary">Inherited Variables</A>
19        <A HREF="#functions_inherited" class="links" title="Inherited Method Summary">Inerited Methods</A>        <A HREF="#functions_inherited" class="links" title="Inherited Method Summary">Inherited Methods</A>
20        <A HREF="#functions_summary" class="links" title="Method Summary">Methods</A>        <A HREF="#method_summary" class="links" title="Method Summary">Methods</A>
21        <A HREF="#variable_detail" class="links" title="Variable Detail">Variable Detail</A>        <A HREF="#variable_detail" class="links" title="Variable Detail">Variable Detail</A>
22        <A HREF="#function_detail" class="links" title="Method Detail">Method Detail</A>        <A HREF="#method_detail" class="links" title="Method Detail">Method Detail</A>
23     </TD>     </TD>
24   </TR>   </TR>
25  </TABLE>  </TABLE>
26  <BR>  <BR>
   
27  <!-- Start of Class Data -->  <!-- Start of Class Data -->
28  <H2>  <H2>
29          Class DefaultGUIDatalist          Class DefaultGUIDatalist
30  </H2>  </H2> (line <span class="linenumber">28</span>)
   
31  <pre>  <pre>
32  <pre><a href="../phpHtmlLib/Container.html">Container</a>  <a href="../phpHtmlLib/Container.html">Container</a>
33     |     |
34     --<a href="../phpHtmlLib/BaseWidget.html">BaseWidget</a>     --<a href="../phpHtmlLib/BaseWidget.html">BaseWidget</a>
35        |        |
36        --<a href="../phpHtmlLib/DataList.html">DataList</a>        --<a href="../phpHtmlLib/DataList.html">DataList</a>
37           |           |
38           --DefaultGUIDatalist</pre>           --DefaultGUIDatalist</pre>
 </pre>  
   
 <A NAME="children_summary"</A>  
 <H3>  
         Classes extended from DefaultGUIDatalist: <A HREF="#top" CLASS="links">^TOP</A>  
 </H3>  
   
39  <p>  <p>
40          <b><i>Located in File: Program_Root/widgets/data_list/DefaultGUIDataList.inc</i></b><br>          <b><i>Located in File: Program_Root/widgets/data_list/DefaultGUIDataList.inc</i></b><br>
41  </p>  </p>
42  <hr>  <hr>
43  <!-- ========== Info from phpDoc block ========= -->  This class is the Default phpHtmlLib GUI interface  child of the DataList class.  This child simply does  the job of rendering the html/layout for a DataList.
44  This class is the Default phpHtmlLib GUI interface  <br />
45  child of the DataList class.  <p>You can use this as an example of how to build your  own look/feel for your DataList.</p>
 <BR>  
 This child simply does  
 the job of rendering the html/layout for a DataList.  
 You can use this as an example of how to build your  
 own look/feel for your DataList.  
   
46  <UL>  <UL>
47                            <LI><b>author</b> - <CODE>Walter A. Boring IV &lt;<a href="mailto:waboring@buildabetterweb.com">mailto:waboring@buildabetterweb.com</a>&gt;</CODE></LI>
48          <LI><b>Package</b> - <CODE>phpHtmlLib</CODE></LI>          </UL>
           
         <LI><b>Author</b> - <CODE>Walter A. Boring IV &lt;<a href="mailto:waboring@buildabetterweb.com">waboring@buildabetterweb.com</a>&gt;</CODE></LI>  
           
 </UL>  
   
49  <hr>  <hr>
50  <!-- =========== VAR SUMMARY =========== -->  <!-- =========== VAR SUMMARY =========== -->
51  <A NAME='var_summary'><!-- --></A>  <A NAME='var_summary'><!-- --></A>
# Line 79  own look/feel for your DataList. Line 57  own look/feel for your DataList.
57                  </TD>                  </TD>
58          </TR>          </TR>
59    
60                            <!-- =========== Summary =========== -->
61  </TABLE>          <TR BGCOLOR='white' CLASS='TableRowColor'>
62                    <TD>
63                            <CODE><B><A HREF="../phpHtmlLib/DefaultGUIDatalist.html#var$_action_column">$_action_column</A></B></CODE>
64                            <BR>
65                            <blockquote> This holds the action column  settings if any. </blockquote>
66                            <blockquote> Default Value: <CODE>->array()<-</CODE> </blockquote>
67                    </TD>
68            </TR>
69                    <!-- =========== Summary =========== -->
70            <TR BGCOLOR='white' CLASS='TableRowColor'>
71                    <TD>
72                            <CODE><B><A HREF="../phpHtmlLib/DefaultGUIDatalist.html#var$_action_count">$_action_count</A></B></CODE>
73                            <BR>
74                            <blockquote> holds the cntr for the action </blockquote>
75                            <blockquote> Default Value: <CODE>->&nbsp;0<-</CODE> </blockquote>
76                    </TD>
77            </TR>
78                    <!-- =========== Summary =========== -->
79            <TR BGCOLOR='white' CLASS='TableRowColor'>
80                    <TD>
81                            <CODE><B><A HREF="../phpHtmlLib/DefaultGUIDatalist.html#var$_align">$_align</A></B></CODE>
82                            <BR>
83                            <blockquote> The overall alignment </blockquote>
84                            <blockquote> Default Value: <CODE>->&nbsp;"center"<-</CODE> </blockquote>
85                    </TD>
86            </TR>
87                    <!-- =========== Summary =========== -->
88            <TR BGCOLOR='white' CLASS='TableRowColor'>
89                    <TD>
90                            <CODE><B><A HREF="../phpHtmlLib/DefaultGUIDatalist.html#var$_allow_select_all">$_allow_select_all</A></B></CODE>
91                            <BR>
92                            <blockquote> This variable tells us whether to display select all checkbox </blockquote>
93                            <blockquote> Default Value: <CODE>->&nbsp;TRUE<-</CODE> </blockquote>
94                    </TD>
95            </TR>
96                    <!-- =========== Summary =========== -->
97            <TR BGCOLOR='white' CLASS='TableRowColor'>
98                    <TD>
99                            <CODE><B><A HREF="../phpHtmlLib/DefaultGUIDatalist.html#var$_default_checked_items">$_default_checked_items</A></B></CODE>
100                            <BR>
101                            <blockquote> This variable holds the array of default </blockquote>
102                            <blockquote> Default Value: <CODE>->array()<-</CODE> </blockquote>
103                    </TD>
104            </TR>
105                    <!-- =========== Summary =========== -->
106            <TR BGCOLOR='white' CLASS='TableRowColor'>
107                    <TD>
108                            <CODE><B><A HREF="../phpHtmlLib/DefaultGUIDatalist.html#var$_hidden_checkbox_items">$_hidden_checkbox_items</A></B></CODE>
109                            <BR>
110                            <blockquote> This array holds the list of  hidden checkbox[] items. </blockquote>
111                            <blockquote> Default Value: <CODE>->array()<-</CODE> </blockquote>
112                    </TD>
113            </TR>
114                    <!-- =========== Summary =========== -->
115            <TR BGCOLOR='white' CLASS='TableRowColor'>
116                    <TD>
117                            <CODE><B><A HREF="../phpHtmlLib/DefaultGUIDatalist.html#var$_show_actionbar">$_show_actionbar</A></B></CODE>
118                            <BR>
119                            <blockquote> Do we show action bar row? </blockquote>
120                            <blockquote> Default Value: <CODE>->&nbsp;TRUE<-</CODE> </blockquote>
121                    </TD>
122            </TR>
123                    <!-- =========== Summary =========== -->
124            <TR BGCOLOR='white' CLASS='TableRowColor'>
125                    <TD>
126                            <CODE><B><A HREF="../phpHtmlLib/DefaultGUIDatalist.html#var$_visible_checkbox_items">$_visible_checkbox_items</A></B></CODE>
127                            <BR>
128                            <blockquote> this array keeps track of the list  of rendered visible checkbox[]  items.  So we can not render the  hidden version of it. </blockquote>
129                            <blockquote> Default Value: <CODE>->array()<-</CODE> </blockquote>
130                    </TD>
131            </TR>
132            </TABLE>
133  <hr>  <hr>
134  <!-- =========== VAR INHERITED SUMMARY =========== -->  <!-- =========== VAR INHERITED SUMMARY =========== -->
135  <A NAME='var_inherited_summary'><!-- --></A>  <A NAME='var_inherited_summary'><!-- --></A>
136  <TABLE CELLPADDING='3' CELLSPACING='0' WIDTH='100%' CLASS="border">  <TABLE CELLPADDING='3' CELLSPACING='0' WIDTH='100%' CLASS="border">
137          <TR CLASS='TableHeadingColor'>          <TR BGCOLOR='#CCCCFF' CLASS='TableHeadingColor'>
138                  <TD>                  <TD>
139                          <span CLASS="font12bold">Inherited Class Variable Summary</span>                          <span CLASS="font12bold">Inherited Class Variable Summary</span>
140              <A HREF="#top" CLASS="links">^TOP</A>              <A HREF="#top" CLASS="links">^TOP</A>
141                  </TD>                  </TD>
142          </TR>          </TR>
143    
144                            <!-- =========== Summary =========== -->
         <!-- =========== Summary =========== -->  
145          <TR BGCOLOR='white'>          <TR BGCOLOR='white'>
146                  <TD>                  <TD>
147                          <span CLASS="font10bold">Inherited From Class <a href="../phpHtmlLib/DataList.html">DataList</a></span>                          <span CLASS="font10bold">Inherited From Class <a href="../phpHtmlLib/DataList.html">DataList</a></span>
# Line 104  own look/feel for your DataList. Line 151  own look/feel for your DataList.
151                                  <th>Default Value</th>                                  <th>Default Value</th>
152                                  <th>Description</th>                                  <th>Description</th>
153                          </tr>                          </tr>
154                                                                                            <tr>
155                          <tr>                                  <td CLASS="font10bold"><a href="../phpHtmlLib/DataList.html#var$alternating_row_colors">DataList::$alternating_row_colors</a></td>
156                                  <td CLASS="font10bold"><A HREF='../phpHtmlLib/DataList.html#$alternating_row_colors'>$alternating_row_colors</A></td>                                  <td CLASS="font10" STYLE="white-space: nowrap">-> TRUE<-</td>
157                                  <td CLASS="font10" STYLE="white-space: nowrap">->TRUE<-</td>                                  <td CLASS="font10">Do we want to alternate the row colors?  This helps to see each row easier.</td>
158                                  <td CLASS="font10">Do we want to alternate the row colors?                          </tr>
159  This helps to see each row easier.</td>                                                          <tr>
160                          </tr>                                  <td CLASS="font10bold"><a href="../phpHtmlLib/DataList.html#var$_advanced_search_flag">DataList::$_advanced_search_flag</a></td>
161                                                                    <td CLASS="font10" STYLE="white-space: nowrap">-> FALSE<-</td>
162                          <tr>                                  <td CLASS="font10">Flag to let us know that</td>
163                                  <td CLASS="font10bold"><A HREF='../phpHtmlLib/DataList.html#$_advanced_search_flag'>$_advanced_search_flag</A></td>                          </tr>
164                                  <td CLASS="font10" STYLE="white-space: nowrap">->FALSE<-</td>                                                          <tr>
165                                  <td CLASS="font10">Flag to let us know that                                  <td CLASS="font10bold"><a href="../phpHtmlLib/DataList.html#var$_columns">DataList::$_columns</a></td>
 advanced search is enabled</td>  
                         </tr>  
                                   
                         <tr>  
                                 <td CLASS="font10bold"><A HREF='../phpHtmlLib/DataList.html#$_columns'>$_columns</A></td>  
166                                  <td CLASS="font10" STYLE="white-space: nowrap">->array()<-</td>                                  <td CLASS="font10" STYLE="white-space: nowrap">->array()<-</td>
167                                  <td CLASS="font10">The column descriptions                                  <td CLASS="font10">The column descriptions  for the data we are working on</td>
 for the data we are working on</td>  
168                          </tr>                          </tr>
169                                                                                            <tr>
170                          <tr>                                  <td CLASS="font10bold"><a href="../phpHtmlLib/DataList.html#var$_datasource">DataList::$_datasource</a></td>
171                                  <td CLASS="font10bold"><A HREF='../phpHtmlLib/DataList.html#$_datasource'>$_datasource</A></td>                                  <td CLASS="font10" STYLE="white-space: nowrap">-> NULL<-</td>
172                                  <td CLASS="font10" STYLE="white-space: nowrap">->NULL<-</td>                                  <td CLASS="font10">Holds our reference/copy of the  DataListSource object which is used to  access the data that this object uses</td>
173                                  <td CLASS="font10">Holds our reference/copy of the</td>                          </tr>
174                          </tr>                                                          <tr>
175                                                                    <td CLASS="font10bold"><a href="../phpHtmlLib/DataList.html#var$_default_orderby">DataList::$_default_orderby</a></td>
176                          <tr>                                  <td CLASS="font10" STYLE="white-space: nowrap">-> ''<-</td>
177                                  <td CLASS="font10bold"><A HREF='../phpHtmlLib/DataList.html#$_default_orderby'>$_default_orderby</A></td>                                  <td CLASS="font10">Holds the db column name that  we want to order by default.</td>
178                                  <td CLASS="font10" STYLE="white-space: nowrap">-><-</td>                          </tr>
179                                  <td CLASS="font10">Holds the db column name that                                                          <tr>
180  we want to order by default.</td>                                  <td CLASS="font10bold"><a href="../phpHtmlLib/DataList.html#var$_default_reverseorder">DataList::$_default_reverseorder</a></td>
181                          </tr>                                  <td CLASS="font10" STYLE="white-space: nowrap">-> "false"<-</td>
                                   
                         <tr>  
                                 <td CLASS="font10bold"><A HREF='../phpHtmlLib/DataList.html#$_default_reverseorder'>$_default_reverseorder</A></td>  
                                 <td CLASS="font10" STYLE="white-space: nowrap">->false<-</td>  
182                                  <td CLASS="font10">Holds a flag to let us know to</td>                                  <td CLASS="font10">Holds a flag to let us know to</td>
183                          </tr>                          </tr>
184                                                                                            <tr>
185                          <tr>                                  <td CLASS="font10bold"><a href="../phpHtmlLib/DataList.html#var$_default_rows_per_page">DataList::$_default_rows_per_page</a></td>
186                                  <td CLASS="font10bold"><A HREF='../phpHtmlLib/DataList.html#$_default_rows_per_page'>$_default_rows_per_page</A></td>                                  <td CLASS="font10" STYLE="white-space: nowrap">-> 10<-</td>
187                                  <td CLASS="font10" STYLE="white-space: nowrap">->10<-</td>                                  <td CLASS="font10">The number of rows of data  to show per "page".</td>
188                                  <td CLASS="font10">The number of rows of data                          </tr>
189  to show per &quot;page&quot;.</td>                                                          <tr>
190                          </tr>                                  <td CLASS="font10bold"><a href="../phpHtmlLib/DataList.html#var$_form_attributes">DataList::$_form_attributes</a></td>
191                                                                    <td CLASS="font10" STYLE="white-space: nowrap">->array("method" =&gt; "GET",
192                          <tr>                                    "target" =&gt; "",
193                                  <td CLASS="font10bold"><A HREF='../phpHtmlLib/DataList.html#$_form_attributes'>$_form_attributes</A></td>                                    "action" =&gt; "",
194                                  <td CLASS="font10" STYLE="white-space: nowrap">->array(&quot;method&quot; =&gt; &quot;GET&quot;,                                    "name" =&gt; "")<-</td>
                                                                   &quot;target&quot; =&gt; &quot;&quot;,  
                                                                   &quot;action&quot; =&gt; &quot;&quot;,  
                                                                   &quot;name&quot; =&gt; &quot;&quot;)<-</td>  
195                                  <td CLASS="font10">This holds the form attributes</td>                                  <td CLASS="font10">This holds the form attributes</td>
196                          </tr>                          </tr>
197                                                                                            <tr>
198                          <tr>                                  <td CLASS="font10bold"><a href="../phpHtmlLib/DataList.html#var$_form_render_flag">DataList::$_form_render_flag</a></td>
199                                  <td CLASS="font10bold"><A HREF='../phpHtmlLib/DataList.html#$_form_render_flag'>$_form_render_flag</A></td>                                  <td CLASS="font10" STYLE="white-space: nowrap">-> FALSE<-</td>
                                 <td CLASS="font10" STYLE="white-space: nowrap">->FALSE<-</td>  
200                                  <td CLASS="font10">Build everything inside a form?</td>                                  <td CLASS="font10">Build everything inside a form?</td>
201                          </tr>                          </tr>
202                                                                                            <tr>
203                          <tr>                                  <td CLASS="font10bold"><a href="../phpHtmlLib/DataList.html#var$_global_prefix">DataList::$_global_prefix</a></td>
204                                  <td CLASS="font10bold"><A HREF='../phpHtmlLib/DataList.html#$_global_prefix'>$_global_prefix</A></td>                                  <td CLASS="font10" STYLE="white-space: nowrap">-> ''<-</td>
205                                  <td CLASS="font10" STYLE="white-space: nowrap">-><-</td>                                  <td CLASS="font10">prefix for all list variable  names, so we can potentially  have more then 1 list per page.</td>
206                                  <td CLASS="font10">prefix for all list variable                          </tr>
207  names, so we can potentially                                                          <tr>
208  have more then 1 list per page.</td>                                  <td CLASS="font10bold"><a href="../phpHtmlLib/DataList.html#var$_image_path">DataList::$_image_path</a></td>
209                          </tr>                                  <td CLASS="font10" STYLE="white-space: nowrap">-> "/phphtmllib/images/widgets"<-</td>
210                                                                    <td CLASS="font10">This stores the base path to where the  tool link images live.  This lets you  specify a new path to where your images  live.</td>
211                          <tr>                          </tr>
212                                  <td CLASS="font10bold"><A HREF='../phpHtmlLib/DataList.html#$_image_path'>$_image_path</A></td>                                                          <tr>
213                                  <td CLASS="font10" STYLE="white-space: nowrap">->/phphtmllib/images/widgets<-</td>                                  <td CLASS="font10bold"><a href="../phpHtmlLib/DataList.html#var$_max_rows">DataList::$_max_rows</a></td>
214                                  <td CLASS="font10">This stores the base path to where the                                  <td CLASS="font10" STYLE="white-space: nowrap">-> 200<-</td>
215  tool link images live.</td>                                  <td CLASS="font10">The max number of rows to  show when the user does the  "EXPAND" command.</td>
216                          </tr>                          </tr>
217                                                                                            <tr>
218                          <tr>                                  <td CLASS="font10bold"><a href="../phpHtmlLib/DataList.html#var$_num_columns">DataList::$_num_columns</a></td>
219                                  <td CLASS="font10bold"><A HREF='../phpHtmlLib/DataList.html#$_max_rows'>$_max_rows</A></td>                                  <td CLASS="font10" STYLE="white-space: nowrap">-> 0<-</td>
                                 <td CLASS="font10" STYLE="white-space: nowrap">->200<-</td>  
                                 <td CLASS="font10">The max number of rows to  
 show when the user does the  
 &quot;EXPAND&quot; command.</td>  
                         </tr>  
                                   
                         <tr>  
                                 <td CLASS="font10bold"><A HREF='../phpHtmlLib/DataList.html#$_numrowsVar'>$_numrowsVar</A></td>  
                                 <td CLASS="font10" STYLE="white-space: nowrap">->numrows<-</td>  
                                 <td CLASS="font10">The number of rows variable name</td>  
                         </tr>  
                                   
                         <tr>  
                                 <td CLASS="font10bold"><A HREF='../phpHtmlLib/DataList.html#$_num_columns'>$_num_columns</A></td>  
                                 <td CLASS="font10" STYLE="white-space: nowrap">->0<-</td>  
220                                  <td CLASS="font10">Keeps track of the # of columns we have</td>                                  <td CLASS="font10">Keeps track of the # of columns we have</td>
221                          </tr>                          </tr>
222                                                                                            <tr>
223                          <tr>                                  <td CLASS="font10bold"><a href="../phpHtmlLib/DataList.html#var$_num_pages">DataList::$_num_pages</a></td>
                                 <td CLASS="font10bold"><A HREF='../phpHtmlLib/DataList.html#$_num_pages'>$_num_pages</A></td>  
224                                  <td CLASS="font10" STYLE="white-space: nowrap">->1<-</td>                                  <td CLASS="font10" STYLE="white-space: nowrap">->1<-</td>
225                                  <td CLASS="font10">This value holds the number                                  <td CLASS="font10">This value holds the number  of pages of data we have  to display.</td>
226  of pages of data we have                          </tr>
227  to display.</td>                                                          <tr>
228                          </tr>                                  <td CLASS="font10bold"><a href="../phpHtmlLib/DataList.html#var$_save_vars">DataList::$_save_vars</a></td>
                                   
                         <tr>  
                                 <td CLASS="font10bold"><A HREF='../phpHtmlLib/DataList.html#$_offsetVar'>$_offsetVar</A></td>  
                                 <td CLASS="font10" STYLE="white-space: nowrap">->offset<-</td>  
                                 <td CLASS="font10">The offset variable name</td>  
                         </tr>  
                                   
                         <tr>  
                                 <td CLASS="font10bold"><A HREF='../phpHtmlLib/DataList.html#$_orderbyVar'>$_orderbyVar</A></td>  
                                 <td CLASS="font10" STYLE="white-space: nowrap">->orderby<-</td>  
                                 <td CLASS="font10">The order by variable name</td>  
                         </tr>  
                                   
                         <tr>  
                                 <td CLASS="font10bold"><A HREF='../phpHtmlLib/DataList.html#$_reverseorderVar'>$_reverseorderVar</A></td>  
                                 <td CLASS="font10" STYLE="white-space: nowrap">->reverseorder<-</td>  
                                 <td CLASS="font10">The reverseorder variable name</td>  
                         </tr>  
                                   
                         <tr>  
                                 <td CLASS="font10bold"><A HREF='../phpHtmlLib/DataList.html#$_save_vars'>$_save_vars</A></td>  
229                                  <td CLASS="font10" STYLE="white-space: nowrap">->array()<-</td>                                  <td CLASS="font10" STYLE="white-space: nowrap">->array()<-</td>
230                                  <td CLASS="font10">This holds a list of</td>                                  <td CLASS="font10">This holds a list of  name=&gt;value vars that the  caller/child wants to propogate  automatically.</td>
231                          </tr>                          </tr>
232                                                                                            <tr>
233                          <tr>                                  <td CLASS="font10bold"><a href="../phpHtmlLib/DataList.html#var$_search_flag">DataList::$_search_flag</a></td>
234                                  <td CLASS="font10bold"><A HREF='../phpHtmlLib/DataList.html#$_search_fieldVar'>$_search_fieldVar</A></td>                                  <td CLASS="font10" STYLE="white-space: nowrap">-> FALSE<-</td>
235                                  <td CLASS="font10" STYLE="white-space: nowrap">->search_field<-</td>                                  <td CLASS="font10">Flag to let us know that search  is enabled.</td>
236                                  <td CLASS="font10">The search field variable</td>                          </tr>
237                          </tr>                                                          <tr>
238                                                                    <td CLASS="font10bold"><a href="../phpHtmlLib/DataList.html#var$_search_table">DataList::$_search_table</a></td>
239                          <tr>                                  <td CLASS="font10" STYLE="white-space: nowrap">-> NULL<-</td>
                                 <td CLASS="font10bold"><A HREF='../phpHtmlLib/DataList.html#$_search_flag'>$_search_flag</A></td>  
                                 <td CLASS="font10" STYLE="white-space: nowrap">->FALSE<-</td>  
                                 <td CLASS="font10">Flag to let us know that search  
 is enabled.</td>  
                         </tr>  
                                   
                         <tr>  
                                 <td CLASS="font10bold"><A HREF='../phpHtmlLib/DataList.html#$_search_table'>$_search_table</A></td>  
                                 <td CLASS="font10" STYLE="white-space: nowrap">->NULL<-</td>  
240                                  <td CLASS="font10">Holds the object block that is the</td>                                  <td CLASS="font10">Holds the object block that is the</td>
241                          </tr>                          </tr>
242                                                                                            <tr>
243                          <tr>                                  <td CLASS="font10bold"><a href="../phpHtmlLib/DataList.html#var$_show_results_flag">DataList::$_show_results_flag</a></td>
244                                  <td CLASS="font10bold"><A HREF='../phpHtmlLib/DataList.html#$_search_typeVar'>$_search_typeVar</A></td>                                  <td CLASS="font10" STYLE="white-space: nowrap">-> TRUE<-</td>
245                                  <td CLASS="font10" STYLE="white-space: nowrap">->search_type<-</td>                                  <td CLASS="font10">flag to let us know if we want to show  the results or not.</td>
246                                  <td CLASS="font10">The type of search</td>                          </tr>
247                          </tr>                                                          <tr>
248                                                                    <td CLASS="font10bold"><a href="../phpHtmlLib/DataList.html#var$_simple_search_modifier">DataList::$_simple_search_modifier</a></td>
249                          <tr>                                  <td CLASS="font10" STYLE="white-space: nowrap">-> FALSE<-</td>
                                 <td CLASS="font10bold"><A HREF='../phpHtmlLib/DataList.html#$_search_valueVar'>$_search_valueVar</A></td>  
                                 <td CLASS="font10" STYLE="white-space: nowrap">->search_value<-</td>  
                                 <td CLASS="font10">The search value</td>  
                         </tr>  
                                   
                         <tr>  
                                 <td CLASS="font10bold"><A HREF='../phpHtmlLib/DataList.html#$_showallVar'>$_showallVar</A></td>  
                                 <td CLASS="font10" STYLE="white-space: nowrap">->showall<-</td>  
                                 <td CLASS="font10">This var to tell us to show all  
 data or not.</td>  
                         </tr>  
                                   
                         <tr>  
                                 <td CLASS="font10bold"><A HREF='../phpHtmlLib/DataList.html#$_show_results_flag'>$_show_results_flag</A></td>  
                                 <td CLASS="font10" STYLE="white-space: nowrap">->TRUE<-</td>  
                                 <td CLASS="font10">flag to let us know if we want to show  
 the results or not.</td>  
                         </tr>  
                                   
                         <tr>  
                                 <td CLASS="font10bold"><A HREF='../phpHtmlLib/DataList.html#$_simple_search_modifier'>$_simple_search_modifier</A></td>  
                                 <td CLASS="font10" STYLE="white-space: nowrap">->FALSE<-</td>  
250                                  <td CLASS="font10">Flag to enable simple search modifyer.</td>                                  <td CLASS="font10">Flag to enable simple search modifyer.</td>
251                          </tr>                          </tr>
252                                                                                            <tr>
253                          <tr>                                  <td CLASS="font10bold"><a href="../phpHtmlLib/DataList.html#var$_vars">DataList::$_vars</a></td>
254                                  <td CLASS="font10bold"><A HREF='../phpHtmlLib/DataList.html#$_simple_search_modifierVar'>$_simple_search_modifierVar</A></td>                                  <td CLASS="font10" STYLE="white-space: nowrap">->array("offsetVar" =&gt; "offset",
255                                  <td CLASS="font10" STYLE="white-space: nowrap">->simple_search_modifier<-</td>                         "orderbyVar" =&gt; "orderby",
256                                  <td CLASS="font10">The simple search modifier                         "reverseorderVar" =&gt; "reverseorder",
257  var name.</td>                         "numrowsVar" =&gt; "numrows",
258                           "showallVar" =&gt; "showall",
259                           "search_fieldVar" =&gt; "search_field",
260                           "search_valueVar" =&gt; "search_value",
261                           "search_typeVar" =&gt; "search_type",
262                           "simple_search_modifierVar" =&gt; "simple_search_modifier")<-</td>
263                                    <td CLASS="font10">Holds an array of all the  form vars we need for this  class to work.</td>
264                          </tr>                          </tr>
265                                                                                            </table>
                         </table>  
266              <BR>              <BR>
267          </TD>          </TD>
268          </TR>          </TR>
269                            <!-- =========== Summary =========== -->
         <!-- =========== Summary =========== -->  
270          <TR BGCOLOR='white'>          <TR BGCOLOR='white'>
271                  <TD>                  <TD>
272                          <span CLASS="font10bold">Inherited From Class <a href="../phpHtmlLib/BaseWidget.html">BaseWidget</a></span>                          <span CLASS="font10bold">Inherited From Class <a href="../phpHtmlLib/BaseWidget.html">BaseWidget</a></span>
# Line 307  var name.</td> Line 276  var name.</td>
276                                  <th>Default Value</th>                                  <th>Default Value</th>
277                                  <th>Description</th>                                  <th>Description</th>
278                          </tr>                          </tr>
279                                                                                            <tr>
280                          <tr>                                  <td CLASS="font10bold"><a href="../phpHtmlLib/BaseWidget.html#var$title">BaseWidget::$title</a></td>
281                                  <td CLASS="font10bold"><A HREF='../phpHtmlLib/BaseWidget.html#$title'>$title</A></td>                                  <td CLASS="font10" STYLE="white-space: nowrap">->''<-</td>
                                 <td CLASS="font10" STYLE="white-space: nowrap">-><-</td>  
282                                  <td CLASS="font10">The title of the table.</td>                                  <td CLASS="font10">The title of the table.</td>
283                          </tr>                          </tr>
284                                                                                            <tr>
285                          <tr>                                  <td CLASS="font10bold"><a href="../phpHtmlLib/BaseWidget.html#var$width">BaseWidget::$width</a></td>
286                                  <td CLASS="font10bold"><A HREF='../phpHtmlLib/BaseWidget.html#$width'>$width</A></td>                                  <td CLASS="font10" STYLE="white-space: nowrap">->"100%"<-</td>
                                 <td CLASS="font10" STYLE="white-space: nowrap">->100%<-</td>  
287                                  <td CLASS="font10">the width of the widget</td>                                  <td CLASS="font10">the width of the widget</td>
288                          </tr>                          </tr>
289                                                                                            </table>
                         </table>  
290              <BR>              <BR>
291          </TD>          </TD>
292          </TR>          </TR>
293                            <!-- =========== Summary =========== -->
         <!-- =========== Summary =========== -->  
294          <TR BGCOLOR='white'>          <TR BGCOLOR='white'>
295                  <TD>                  <TD>
296                          <span CLASS="font10bold">Inherited From Class <a href="../phpHtmlLib/Container.html">Container</a></span>                          <span CLASS="font10bold">Inherited From Class <a href="../phpHtmlLib/Container.html">Container</a></span>
# Line 335  var name.</td> Line 300  var name.</td>
300                                  <th>Default Value</th>                                  <th>Default Value</th>
301                                  <th>Description</th>                                  <th>Description</th>
302                          </tr>                          </tr>
303                                                                                            <tr>
304                          <tr>                                  <td CLASS="font10bold"><a href="../phpHtmlLib/Container.html#var$_flags">Container::$_flags</a></td>
305                                  <td CLASS="font10bold"><A HREF='../phpHtmlLib/Container.html#$indent_flag'>$indent_flag</A></td>                                  <td CLASS="font10" STYLE="white-space: nowrap">-> _NEWLINEAFTERCONTENT<-</td>
306                                  <td CLASS="font10" STYLE="white-space: nowrap">->TRUE<-</td>                                  <td CLASS="font10">The flags that tell us</td>
                                 <td CLASS="font10">Flag for pretty (indented) output</td>  
                         </tr>  
                                   
                         <tr>  
                                 <td CLASS="font10bold"><A HREF='../phpHtmlLib/Container.html#$_newline_after_content_flag'>$_newline_after_content_flag</A></td>  
                                 <td CLASS="font10" STYLE="white-space: nowrap">->TRUE<-</td>  
                                 <td CLASS="font10">Do we render a newline after the  
 contents has been rendered?</td>  
307                          </tr>                          </tr>
308                                                                                            </table>
                         </table>  
309              <BR>              <BR>
310          </TD>          </TD>
311          </TR>          </TR>
312                    </TABLE>
 </TABLE>  
313    
314  <hr>  <hr>
315  <!-- =========== INHERITED METHOD SUMMARY =========== -->  <!-- =========== METHOD SUMMARY =========== -->
316  <A NAME='functions_inherited'><!-- --></A>  <A NAME='method_summary'><!-- --></A>
317  <TABLE CELLPADDING='3' CELLSPACING='0' WIDTH='100%' CLASS="border">  <TABLE CELLPADDING='3' CELLSPACING='0' WIDTH='100%' Class="border">
318          <TR CLASS='TableHeadingColor'>          <TR BGCOLOR='#CCCCFF' CLASS='TableHeadingColor'>
319                  <TD>                  <TD>
320                          <span CLASS="font12bold">Inherited Method Summary</span>                          <span class="font12bold">Method Summary</span>
321              <A HREF="#top" CLASS="links">^TOP</A>              <A HREF="#top" CLASS="links">^TOP</A>
322                  </TD>                  </TD>
323          </TR>          </TR>
324    
325                            <!-- =========== Summary =========== -->
         <!-- =========== Summary =========== -->  
326          <TR BGCOLOR='white' CLASS='TableRowColor'>          <TR BGCOLOR='white' CLASS='TableRowColor'>
327                  <TD>                  <TD>
328                          <span CLASS="font10bold">Inherited From Class <a href="../phpHtmlLib/DataList.html">DataList</a></span>                          <CODE><B><A HREF='../phpHtmlLib/DefaultGUIDatalist.html#methodactionbar_cell'><a href="../phpHtmlLib/ContainerWidget.html">ContainerWidget</a> actionbar_cell (  )</A></B></CODE>
329              <TABLE CELLPADDING='3' CELLSPACING='0' WIDTH='95%' CLASS="border" ALIGN="center">                          <BR>
330                                  <tr CLASS="tableheadingcolor">                          <blockquote> this is the method that builds  the contents for the middle actionbar  td cell. </blockquote>
                                         <th>Function</th>  
                                         <th>Description</th>  
                                 </tr>  
                                   
                                 <tr>  
                                         <td CLASS="font10bold"><A HREF='../phpHtmlLib/DataList.html#constructor DataList'>constructor DataList ( [$title = ], [$width = "100%"], [$default_orderby = ''], [$default_reverseorder = FALSE] )</A></td>  
                                         <td CLASS="font10">The constructor</td>  
                                   
                                 <tr>  
                                         <td CLASS="font10bold"><A HREF='../phpHtmlLib/DataList.html#add_header_item'>add_header_item ( $label, [$size = 100], [$data_name = NULL], [$sortable = FALSE], [$searchable = FALSE], [$align = "left"], $sortorder, [$max_text_length = ""NULL] )</A></td>  
                                         <td CLASS="font10">This function adds a header item to the column headers  
 from a list of parameters.</td>  
                                   
                                 <tr>  
                                         <td CLASS="font10bold"><A HREF='../phpHtmlLib/DataList.html#advanced_search_disable'>advanced_search_disable (  )</A></td>  
                                         <td CLASS="font10">Disable the advanced search  
 capability</td>  
                                   
                                 <tr>  
                                         <td CLASS="font10bold"><A HREF='../phpHtmlLib/DataList.html#advanced_search_enable'>advanced_search_enable (  )</A></td>  
                                         <td CLASS="font10">Enable the advanced search</td>  
                                   
                                 <tr>  
                                         <td CLASS="font10bold"><A HREF='../phpHtmlLib/DataList.html#build_base_url'>build_base_url (  )</A></td>  
                                         <td CLASS="font10">This builds the base url used  
 by the column headers as well  
 as the page tool links.</td>  
                                   
                                 <tr>  
                                         <td CLASS="font10bold"><A HREF='../phpHtmlLib/DataList.html#build_column_item'>build_column_item ( $row_data, $col_name )</A></td>  
                                         <td CLASS="font10">This is the basic function for letting us  
 do a mapping between the column name in  
 the header, to the value found in the DB.</td>  
                                   
                                 <tr>  
                                         <td CLASS="font10bold"><A HREF='../phpHtmlLib/DataList.html#build_column_item'>build_column_item ( $row_data, $col_name )</A></td>  
                                         <td CLASS="font10">This is the basic function for letting us  
 do a mapping between the column name in  
 the header, to the value found in the DB.</td>  
                                   
                                 <tr>  
                                         <td CLASS="font10bold"><A HREF='../phpHtmlLib/DataList.html#build_column_url'>build_column_url ( $col_name )</A></td>  
                                         <td CLASS="font10">This builds a url for a particular  
 column header.</td>  
                                   
                                 <tr>  
                                         <td CLASS="font10bold"><A HREF='../phpHtmlLib/DataList.html#build_gui'>build_gui (  )</A></td>  
                                         <td CLASS="font10">This function is responsible for calling the child</td>  
                                   
                                 <tr>  
                                         <td CLASS="font10bold"><A HREF='../phpHtmlLib/DataList.html#build_orderby_querystring'>build_orderby_querystring (  )</A></td>  
                                         <td CLASS="font10">This builds a query string var for the  
 orderby value.</td>  
                                   
                                 <tr>  
                                         <td CLASS="font10bold"><A HREF='../phpHtmlLib/DataList.html#build_reverseorder_querystring'>build_reverseorder_querystring (  )</A></td>  
                                         <td CLASS="font10">This builds a query string var for the  
 reverseorder value.</td>  
                                   
                                 <tr>  
                                         <td CLASS="font10bold"><A HREF='../phpHtmlLib/DataList.html#build_searchfield_querystring'>build_searchfield_querystring (  )</A></td>  
                                         <td CLASS="font10">This builds a query string var for the  
 searchfield value.</td>  
                                   
                                 <tr>  
                                         <td CLASS="font10bold"><A HREF='../phpHtmlLib/DataList.html#build_searchvalue_querystring'>build_searchvalue_querystring (  )</A></td>  
                                         <td CLASS="font10">This builds a query string var for the  
 searchfield value.</td>  
                                   
                                 <tr>  
                                         <td CLASS="font10bold"><A HREF='../phpHtmlLib/DataList.html#build_state_vars_query_string'>build_state_vars_query_string ( $offset, [$showall_flag = FALSE], [$showall_value = 0] )</A></td>  
                                         <td CLASS="font10">this function is used to build a sub query string  
 of all of the query string vars to save the  
 state of the DBItemList.</td>  
                                   
                                 <tr>  
                                         <td CLASS="font10bold"><A HREF='../phpHtmlLib/DataList.html#build_tool_link'>build_tool_link ( $which )</A></td>  
                                         <td CLASS="font10">This function builds the 'tool' images that  
 allow  you to walk through the data list itself.</td>  
                                   
                                 <tr>  
                                         <td CLASS="font10bold"><A HREF='../phpHtmlLib/DataList.html#child_add_row_cell'>child_add_row_cell ( $obj, $col_name, $last_in_row_flag )</A></td>  
                                         <td CLASS="font10">This method is supposed to be written by</td>  
                                   
                                 <tr>  
                                         <td CLASS="font10bold"><A HREF='../phpHtmlLib/DataList.html#child_build_column_header'>child_build_column_header ( $title, $col_data, $col_count )</A></td>  
                                         <td CLASS="font10">This method is supposed to be written by</td>  
                                   
                                 <tr>  
                                         <td CLASS="font10bold"><A HREF='../phpHtmlLib/DataList.html#child_build_search_table'>child_build_search_table (  )</A></td>  
                                         <td CLASS="font10">This function builds the search  
 block that lives above the results</td>  
                                   
                                 <tr>  
                                         <td CLASS="font10bold"><A HREF='../phpHtmlLib/DataList.html#child_get_gui'>child_get_gui (  )</A></td>  
                                         <td CLASS="font10">This function is called after all of the data has  
 been added to the UI object.</td>  
                                   
                                 <tr>  
                                         <td CLASS="font10bold"><A HREF='../phpHtmlLib/DataList.html#data_prefetch'>data_prefetch (  )</A></td>  
                                         <td CLASS="font10">This function is used to set up any</td>  
                                   
                                 <tr>  
                                         <td CLASS="font10bold"><A HREF='../phpHtmlLib/DataList.html#filter_column_string'>filter_column_string ( $data )</A></td>  
                                         <td CLASS="font10">This does some magic filtering on the data  
 that we display in a column.</td>  
                                   
                                 <tr>  
                                         <td CLASS="font10bold"><A HREF='../phpHtmlLib/DataList.html#get_current_page'>get_current_page (  )</A></td>  
                                         <td CLASS="font10">This function returns the current  
 page that the item list is on.</td>  
                                   
                                 <tr>  
                                         <td CLASS="font10bold"><A HREF='../phpHtmlLib/DataList.html#get_data_source'>get_data_source (  )</A></td>  
                                         <td CLASS="font10">This function is called automatically by  
 the DataList constructor.</td>  
                                   
                                 <tr>  
                                         <td CLASS="font10bold"><A HREF='../phpHtmlLib/DataList.html#get_default_num_rows'>get_default_num_rows (  )</A></td>  
                                         <td CLASS="font10">This function gets the current default  
 number of rows to display setting.</td>  
                                   
                                 <tr>  
                                         <td CLASS="font10bold"><A HREF='../phpHtmlLib/DataList.html#get_form_action'>get_form_action (  )</A></td>  
                                         <td CLASS="font10">This function is used to get  
 the form action</td>  
                                   
                                 <tr>  
                                         <td CLASS="font10bold"><A HREF='../phpHtmlLib/DataList.html#get_form_method'>get_form_method (  )</A></td>  
                                         <td CLASS="font10">This function is used to get  
 the form method</td>  
                                   
                                 <tr>  
                                         <td CLASS="font10bold"><A HREF='../phpHtmlLib/DataList.html#get_form_name'>get_form_name (  )</A></td>  
                                         <td CLASS="font10">This function is used to get  
 the form name</td>  
                                   
                                 <tr>  
                                         <td CLASS="font10bold"><A HREF='../phpHtmlLib/DataList.html#get_form_render'>get_form_render (  )</A></td>  
                                         <td CLASS="font10">Return the state of the form render</td>  
                                   
                                 <tr>  
                                         <td CLASS="font10bold"><A HREF='../phpHtmlLib/DataList.html#get_form_target'>get_form_target (  )</A></td>  
                                         <td CLASS="font10">This function is used to get  
 the form target</td>  
                                   
                                 <tr>  
                                         <td CLASS="font10bold"><A HREF='../phpHtmlLib/DataList.html#get_global_prefix'>get_global_prefix (  )</A></td>  
                                         <td CLASS="font10">returns the current variable prefix  
 string being used.</td>  
                                   
                                 <tr>  
                                         <td CLASS="font10bold"><A HREF='../phpHtmlLib/DataList.html#get_image_path'>get_image_path (  )</A></td>  
                                         <td CLASS="font10">This function returns the path to the  
 images used in this class</td>  
                                   
                                 <tr>  
                                         <td CLASS="font10bold"><A HREF='../phpHtmlLib/DataList.html#get_last_page'>get_last_page (  )</A></td>  
                                         <td CLASS="font10">This calculates the last page #  
 for this list of items</td>  
                                   
                                 <tr>  
                                         <td CLASS="font10bold"><A HREF='../phpHtmlLib/DataList.html#get_max_rows'>get_max_rows (  )</A></td>  
                                         <td CLASS="font10">This returns the Maximum # of rows to  
 display when in expand mode</td>  
                                   
                                 <tr>  
                                         <td CLASS="font10bold"><A HREF='../phpHtmlLib/DataList.html#get_num_pages'>get_num_pages (  )</A></td>  
                                         <td CLASS="font10">This function returns the #  
 of pages that are available  
 for this list of items.</td>  
                                   
                                 <tr>  
                                         <td CLASS="font10bold"><A HREF='../phpHtmlLib/DataList.html#get_page_info'>get_page_info (  )</A></td>  
                                         <td CLASS="font10">This function builds the string</td>  
                                   
                                 <tr>  
                                         <td CLASS="font10bold"><A HREF='../phpHtmlLib/DataList.html#get_simple_search_modifier'>get_simple_search_modifier (  )</A></td>  
                                         <td CLASS="font10">gets the value of the search modifier  
 flag.</td>  
                                   
                                 <tr>  
                                         <td CLASS="font10bold"><A HREF='../phpHtmlLib/DataList.html#gui_init'>gui_init (  )</A></td>  
                                         <td CLASS="font10">A subclass can override this function  
 to setup the class variables after  
 the constructor.</td>  
                                   
                                 <tr>  
                                         <td CLASS="font10bold"><A HREF='../phpHtmlLib/DataList.html#is_advanced_search_enabled'>is_advanced_search_enabled (  )</A></td>  
                                         <td CLASS="font10">This returns the status of the  
 advanced search flag.</td>  
                                   
                                 <tr>  
                                         <td CLASS="font10bold"><A HREF='../phpHtmlLib/DataList.html#is_search_enabled'>is_search_enabled (  )</A></td>  
                                         <td CLASS="font10">get the status of the search  
 ability.</td>  
                                   
                                 <tr>  
                                         <td CLASS="font10bold"><A HREF='../phpHtmlLib/DataList.html#numrows'>numrows (  )</A></td>  
                                         <td CLASS="font10">This function returns the number of rows  
 that the query found.</td>  
                                   
                                 <tr>  
                                         <td CLASS="font10bold"><A HREF='../phpHtmlLib/DataList.html#offset'>offset (  )</A></td>  
                                         <td CLASS="font10">This function returns the current value  
 of the offset variable.</td>  
                                   
                                 <tr>  
                                         <td CLASS="font10bold"><A HREF='../phpHtmlLib/DataList.html#orderby'>orderby (  )</A></td>  
                                         <td CLASS="font10">This function returns the value of the  
 current orderby variable.</td>  
                                   
                                 <tr>  
                                         <td CLASS="font10bold"><A HREF='../phpHtmlLib/DataList.html#render'>render ( $indent_level, $output_debug )</A></td>  
                                         <td CLASS="font10">This function renders the final  
 widget</td>  
                                   
                                 <tr>  
                                         <td CLASS="font10bold"><A HREF='../phpHtmlLib/DataList.html#reverseorder'>reverseorder (  )</A></td>  
                                         <td CLASS="font10">This function returns the current value of  
 the reverse order member variable.</td>  
                                   
                                 <tr>  
                                         <td CLASS="font10bold"><A HREF='../phpHtmlLib/DataList.html#search_disable'>search_disable (  )</A></td>  
                                         <td CLASS="font10">Disable the search ability.</td>  
                                   
                                 <tr>  
                                         <td CLASS="font10bold"><A HREF='../phpHtmlLib/DataList.html#search_enable'>search_enable (  )</A></td>  
                                         <td CLASS="font10">Enable the search ability.</td>  
                                   
                                 <tr>  
                                         <td CLASS="font10bold"><A HREF='../phpHtmlLib/DataList.html#search_field'>search_field (  )</A></td>  
                                         <td CLASS="font10">returns the current value of  
 the search field name</td>  
                                   
                                 <tr>  
                                         <td CLASS="font10bold"><A HREF='../phpHtmlLib/DataList.html#search_type'>search_type (  )</A></td>  
                                         <td CLASS="font10">returns the type of search being used</td>  
                                   
                                 <tr>  
                                         <td CLASS="font10bold"><A HREF='../phpHtmlLib/DataList.html#search_value'>search_value (  )</A></td>  
                                         <td CLASS="font10">returns the current value of  
 te search field value.</td>  
                                   
                                 <tr>  
                                         <td CLASS="font10bold"><A HREF='../phpHtmlLib/DataList.html#search_value_filter'>search_value_filter ( $value )</A></td>  
                                         <td CLASS="font10">This function is used to make safe  
 any query string value that is used</td>  
                                   
                                 <tr>  
                                         <td CLASS="font10bold"><A HREF='../phpHtmlLib/DataList.html#setup_columns'>setup_columns (  )</A></td>  
                                         <td CLASS="font10"></td>  
                                   
                                 <tr>  
                                         <td CLASS="font10bold"><A HREF='../phpHtmlLib/DataList.html#set_data_source'>set_data_source ( $datasource )</A></td>  
                                         <td CLASS="font10">This function is used to set the  
 DataListSource object for this instance</td>  
                                   
                                 <tr>  
                                         <td CLASS="font10bold"><A HREF='../phpHtmlLib/DataList.html#set_default_num_rows'>set_default_num_rows ( $num_rows )</A></td>  
                                         <td CLASS="font10">This function sets the default # of rows  
 per page to display.</td>  
                                   
                                 <tr>  
                                         <td CLASS="font10bold"><A HREF='../phpHtmlLib/DataList.html#set_form_action'>set_form_action ( $action )</A></td>  
                                         <td CLASS="font10">Sets the form action</td>  
                                   
                                 <tr>  
                                         <td CLASS="font10bold"><A HREF='../phpHtmlLib/DataList.html#set_form_method'>set_form_method ( $method )</A></td>  
                                         <td CLASS="font10">This function is used to set the  
 form method</td>  
                                   
                                 <tr>  
                                         <td CLASS="font10bold"><A HREF='../phpHtmlLib/DataList.html#set_form_name'>set_form_name ( $name )</A></td>  
                                         <td CLASS="font10">This function is used to set the  
 form name</td>  
                                   
                                 <tr>  
                                         <td CLASS="font10bold"><A HREF='../phpHtmlLib/DataList.html#set_form_render'>set_form_render ( $flag )</A></td>  
                                         <td CLASS="font10">Sets whether to the output into a form</td>  
                                   
                                 <tr>  
                                         <td CLASS="font10bold"><A HREF='../phpHtmlLib/DataList.html#set_form_target'>set_form_target ( $target )</A></td>  
                                         <td CLASS="font10">This function is used to set the  
 form target</td>  
                                   
                                 <tr>  
                                         <td CLASS="font10bold"><A HREF='../phpHtmlLib/DataList.html#set_global_prefix'>set_global_prefix ( $prefix )</A></td>  
                                         <td CLASS="font10">This function sets a prefix for all  
 variables that are used in the item list  
 table on a page.</td>  
                                   
                                 <tr>  
                                         <td CLASS="font10bold"><A HREF='../phpHtmlLib/DataList.html#set_image_path'>set_image_path ( $path )</A></td>  
                                         <td CLASS="font10">This function returns the path to the  
 images used in this class</td>  
                                   
                                 <tr>  
                                         <td CLASS="font10bold"><A HREF='../phpHtmlLib/DataList.html#set_max_rows'>set_max_rows ( $max )</A></td>  
                                         <td CLASS="font10">This sets the maximum # of rows to  
 display when in expand mode</td>  
                                   
                                 <tr>  
                                         <td CLASS="font10bold"><A HREF='../phpHtmlLib/DataList.html#set_not_found_message'>set_not_found_message ( $mesg )</A></td>  
                                         <td CLASS="font10">This function is used to set the  
 message displayed when no data is found</td>  
                                   
                                 <tr>  
                                         <td CLASS="font10bold"><A HREF='../phpHtmlLib/DataList.html#set_numrows'>set_numrows ( $new_numrows )</A></td>  
                                         <td CLASS="font10">This function sets the # of rows to display  
 per page.</td>  
                                   
                                 <tr>  
                                         <td CLASS="font10bold"><A HREF='../phpHtmlLib/DataList.html#set_offset'>set_offset ( $new_offset )</A></td>  
                                         <td CLASS="font10">This function is used to set/change  
 the offset for this list.</td>  
                                   
                                 <tr>  
                                         <td CLASS="font10bold"><A HREF='../phpHtmlLib/DataList.html#set_reverseorder'>set_reverseorder ( $new_value )</A></td>  
                                         <td CLASS="font10">This function sets the reverse order flag  
 to a new value.</td>  
                                   
                                 <tr>  
                                         <td CLASS="font10bold"><A HREF='../phpHtmlLib/DataList.html#set_save_vars'>set_save_vars ( $vars )</A></td>  
                                         <td CLASS="font10">This function sets the save variables</td>  
                                   
                                 <tr>  
                                         <td CLASS="font10bold"><A HREF='../phpHtmlLib/DataList.html#set_save_vars'>set_save_vars ( $vars )</A></td>  
                                         <td CLASS="font10">This function sets the save variables</td>  
                                   
                                 <tr>  
                                         <td CLASS="font10bold"><A HREF='../phpHtmlLib/DataList.html#set_search_type'>set_search_type ( $type )</A></td>  
                                         <td CLASS="font10">This function sets the search type</td>  
                                   
                                 <tr>  
                                         <td CLASS="font10bold"><A HREF='../phpHtmlLib/DataList.html#set_show_results'>set_show_results ( [$flag = TRUE] )</A></td>  
                                         <td CLASS="font10">This function is used to set the value  
 of the _show_results_flag</td>  
                                   
                                 <tr>  
                                         <td CLASS="font10bold"><A HREF='../phpHtmlLib/DataList.html#set_simple_search_modifier'>set_simple_search_modifier ( [$modifier = SEARCH_ALL] )</A></td>  
                                         <td CLASS="font10">Set the simple search modifyer</td>  
                                   
                                 <tr>  
                                         <td CLASS="font10bold"><A HREF='../phpHtmlLib/DataList.html#showall'>showall (  )</A></td>  
                                         <td CLASS="font10">returns the current value of the showall  
 flag.</td>  
                                   
                                 <tr>  
                                         <td CLASS="font10bold"><A HREF='../phpHtmlLib/DataList.html#simple_search_modifier_value'>simple_search_modifier_value (  )</A></td>  
                                         <td CLASS="font10">returns the current value of the  
 simple search modifier</td>  
                                   
                                 <tr>  
                                         <td CLASS="font10bold"><A HREF='../phpHtmlLib/DataList.html#user_setup'>user_setup (  )</A></td>  
                                         <td CLASS="font10">A subclass can override this function  
 to setup the class variables after  
 the constructor.</td>  
                                   
                                 <tr>  
                                         <td CLASS="font10bold"><A HREF='../phpHtmlLib/DataList.html#_build_save_vars'>_build_save_vars (  )</A></td>  
                                         <td CLASS="font10">this method builds some hidden  
 form fields to automatically  
 be placed inside the form.</td>  
                                   
                                 <tr>  
                                         <td CLASS="font10bold"><A HREF='../phpHtmlLib/DataList.html#_build_simple_search_modifier'>_build_simple_search_modifier (  )</A></td>  
                                         <td CLASS="font10">This builds the simple search modifier  
 select box.</td>  
                                   
                                 <tr>  
                                         <td CLASS="font10bold"><A HREF='../phpHtmlLib/DataList.html#_build_tool_url'>_build_tool_url ( $offset, [$showall_flag = FALSE], [$showall_value = 0] )</A></td>  
                                         <td CLASS="font10">This function is used to build the url  
 for a tool link.</td>  
                                   
                                 <tr>  
                                         <td CLASS="font10bold"><A HREF='../phpHtmlLib/DataList.html#_check_datasource'>_check_datasource ( $function_name )</A></td>  
                                         <td CLASS="font10">general DataListSource object checker.</td>  
                                   
                                 <tr>  
                                         <td CLASS="font10bold"><A HREF='../phpHtmlLib/DataList.html#_clean_string'>_clean_string ( $obj, $col_name )</A></td>  
                                         <td CLASS="font10">This function is used to make sure that the string we are  
 placing in a cell has been &quot;cleaned&quot;</td>  
                                   
                                 <tr>  
                                         <td CLASS="font10bold"><A HREF='../phpHtmlLib/DataList.html#_filter_column_string'>_filter_column_string ( $data )</A></td>  
                                         <td CLASS="font10">This does some magic filtering on the data  
 that we display in a column.</td>  
                                   
                                 <tr>  
                                         <td CLASS="font10bold"><A HREF='../phpHtmlLib/DataList.html#_get_searchable_fields'>_get_searchable_fields (  )</A></td>  
                                         <td CLASS="font10">This method gets the array of  
 searchable header fields (columns)</td>  
                                   
                                 <tr>  
                                         <td CLASS="font10bold"><A HREF='../phpHtmlLib/DataList.html#_javascript'>_javascript (  )</A></td>  
                                         <td CLASS="font10">This function provides a way to automatically  
 add javascript to this object.</td>  
                                   
                                 <tr>  
                                         <td CLASS="font10bold"><A HREF='../phpHtmlLib/DataList.html#_save_mozilla_nav_link'>_save_mozilla_nav_link ( $which, $url )</A></td>  
                                         <td CLASS="font10">This function stores the url for each of the tool  
 urls, so we can push these out for mozilla.</td>  
                                   
                                 <tr>  
                                         <td CLASS="font10bold"><A HREF='../phpHtmlLib/DataList.html#_show_results'>_show_results (  )</A></td>  
                                         <td CLASS="font10">This function is used to let render() know  
 that we should show the results or not.</td>  
                                   
                         </table>  
             <br>                          
331                  </TD>                  </TD>
332          </TR>          </TR>
333                            <!-- =========== Summary =========== -->
         <!-- =========== Summary =========== -->  
334          <TR BGCOLOR='white' CLASS='TableRowColor'>          <TR BGCOLOR='white' CLASS='TableRowColor'>
335                  <TD>                  <TD>
336                          <span CLASS="font10bold">Inherited From Class <a href="../phpHtmlLib/BaseWidget.html">BaseWidget</a></span>                          <CODE><B><A HREF='../phpHtmlLib/DefaultGUIDatalist.html#methodaction_button'><a href="../phpHtmlLib/INPUTtag.html">INPUTtag</a> action_button ( $name, $action )</A></B></CODE>
337              <TABLE CELLPADDING='3' CELLSPACING='0' WIDTH='95%' CLASS="border" ALIGN="center">                          <BR>
338                                  <tr CLASS="tableheadingcolor">                          <blockquote> This function builds an action button that will  modify the form action, to post to a different  script to handle the data </blockquote>
                                         <th>Function</th>  
                                         <th>Description</th>  
                                 </tr>  
                                   
                                 <tr>  
                                         <td CLASS="font10bold"><A HREF='../phpHtmlLib/BaseWidget.html#get_align'>get_align (  )</A></td>  
                                         <td CLASS="font10">This gets the alignment value  
 for the outer table</td>  
                                   
                                 <tr>  
                                         <td CLASS="font10bold"><A HREF='../phpHtmlLib/BaseWidget.html#get_css'>get_css (  )</A></td>  
                                         <td CLASS="font10">This function provides the</td>  
                                   
                                 <tr>  
                                         <td CLASS="font10bold"><A HREF='../phpHtmlLib/BaseWidget.html#get_javascript'>get_javascript (  )</A></td>  
                                         <td CLASS="font10">Function for returning the raw javascript  
 that is required for this widget.</td>  
                                   
                                 <tr>  
                                         <td CLASS="font10bold"><A HREF='../phpHtmlLib/BaseWidget.html#get_title'>get_title (  )</A></td>  
                                         <td CLASS="font10">Function for accessing the  
 title of this widget</td>  
                                   
                                 <tr>  
                                         <td CLASS="font10bold"><A HREF='../phpHtmlLib/BaseWidget.html#get_width'>get_width (  )</A></td>  
                                         <td CLASS="font10">Function for getting the current  
 widget width setting.</td>  
                                   
                                 <tr>  
                                         <td CLASS="font10bold"><A HREF='../phpHtmlLib/BaseWidget.html#set_align'>set_align ( $align )</A></td>  
                                         <td CLASS="font10">This function sets the align attribute  
 for the outer table.</td>  
                                   
                                 <tr>  
                                         <td CLASS="font10bold"><A HREF='../phpHtmlLib/BaseWidget.html#set_title'>set_title ( [$title = ] )</A></td>  
                                         <td CLASS="font10">Set the title for the widget.</td>  
                                   
                                 <tr>  
                                         <td CLASS="font10bold"><A HREF='../phpHtmlLib/BaseWidget.html#set_width'>set_width ( $width )</A></td>  
                                         <td CLASS="font10">Set the width for the widget.</td>  
                                   
                         </table>  
             <br>                          
339                  </TD>                  </TD>
340          </TR>          </TR>
341                            <!-- =========== Summary =========== -->
         <!-- =========== Summary =========== -->  
342          <TR BGCOLOR='white' CLASS='TableRowColor'>          <TR BGCOLOR='white' CLASS='TableRowColor'>
343                  <TD>                  <TD>
344                          <span CLASS="font10bold">Inherited From Class <a href="../phpHtmlLib/Container.html">Container</a></span>                          <CODE><B><A HREF='../phpHtmlLib/DefaultGUIDatalist.html#methodadd_action_column'>void add_action_column ( $type, $col, $db_field, [$title = NULL] )</A></B></CODE>
345              <TABLE CELLPADDING='3' CELLSPACING='0' WIDTH='95%' CLASS="border" ALIGN="center">                          <BR>
346                                  <tr CLASS="tableheadingcolor">                          <blockquote> This function adds an action column.  This  adds a column of either checkboxes or radio  buttons. </blockquote>
                                         <th>Function</th>  
                                         <th>Description</th>  
                                 </tr>  
                                   
                                 <tr>  
                                         <td CLASS="font10bold"><A HREF='../phpHtmlLib/Container.html#constructor Container'>constructor Container (  )</A></td>  
                                         <td CLASS="font10">The constructor.</td>  
                                   
                                 <tr>  
                                         <td CLASS="font10bold"><A HREF='../phpHtmlLib/Container.html#add'>add (  )</A></td>  
                                         <td CLASS="font10">add content onto content stack</td>  
                                   
                                 <tr>  
                                         <td CLASS="font10bold"><A HREF='../phpHtmlLib/Container.html#add_reference'>add_reference ( &$content )</A></td>  
                                         <td CLASS="font10">Add content onto content stack  
 so you can change the item later.</td>  
                                   
                                 <tr>  
                                         <td CLASS="font10bold"><A HREF='../phpHtmlLib/Container.html#count_content'>count_content (  )</A></td>  
                                         <td CLASS="font10">counts the number of content objects</td>  
                                   
                                 <tr>  
                                         <td CLASS="font10bold"><A HREF='../phpHtmlLib/Container.html#get_indent_flag'>get_indent_flag (  )</A></td>  
                                         <td CLASS="font10">This flag gets the current value  
 of the indent flag</td>  
                                   
                                 <tr>  
                                         <td CLASS="font10bold"><A HREF='../phpHtmlLib/Container.html#push'>push (  )</A></td>  
                                         <td CLASS="font10">Same as add().</td>  
                                   
                                 <tr>  
                                         <td CLASS="font10bold"><A HREF='../phpHtmlLib/Container.html#push_reference'>push_reference ( &$content )</A></td>  
                                         <td CLASS="font10">Same as add_reference  
 NOTE : only exists for compatibility with 1.1.x</td>  
                                   
                                 <tr>  
                                         <td CLASS="font10bold"><A HREF='../phpHtmlLib/Container.html#render'>render ( [$indent_level = 1], [$output_debug = 0] )</A></td>  
                                         <td CLASS="font10">This function is compatible with the  
 rest of the phpHtmllib API spec.</td>  
                                   
                                 <tr>  
                                         <td CLASS="font10bold"><A HREF='../phpHtmlLib/Container.html#reset_content'>reset_content (  )</A></td>  
                                         <td CLASS="font10">destroy existing content and start with new content.</td>  
                                   
                                 <tr>  
                                         <td CLASS="font10bold"><A HREF='../phpHtmlLib/Container.html#set_collapse'>set_collapse ( [$collapse = TRUE], [$indent = TRUE] )</A></td>  
                                         <td CLASS="font10">This function turns on the collapse flag</td>  
                                   
                                 <tr>  
                                         <td CLASS="font10bold"><A HREF='../phpHtmlLib/Container.html#set_indent_flag'>set_indent_flag ( $flag )</A></td>  
                                         <td CLASS="font10">function to set the indent flag</td>  
                                   
                         </table>  
             <br>                          
347                  </TD>                  </TD>
348          </TR>          </TR>
349                            <!-- =========== Summary =========== -->
350  </TABLE>          <TR BGCOLOR='white' CLASS='TableRowColor'>
   
 <hr>  
 <!-- should have constructor at some point -->  
 <!-- =========== Method SUMMARY =========== -->  
 <A NAME='Method_summary'><!-- --></A>  
 <TABLE CELLPADDING='3' CELLSPACING='0' WIDTH='100%' Class="border">  
         <TR BGCOLOR='#CCCCFF' CLASS='TableHeadingColor'>  
351                  <TD>                  <TD>
352                          <span class="font12bold">Method Summary</span>                          <CODE><B><A HREF='../phpHtmlLib/DefaultGUIDatalist.html#methodallow_select_all'>void allow_select_all ( $flag )</A></B></CODE>
353              <A HREF="#top" CLASS="links">^TOP</A>                          <BR>
354                            <blockquote> Sets the flag for rendering the select all checkbox </blockquote>
355                  </TD>                  </TD>
356          </TR>          </TR>
357                    <!-- =========== Summary =========== -->
           
         <!-- =========== Summary =========== -->  
358          <TR BGCOLOR='white' CLASS='TableRowColor'>          <TR BGCOLOR='white' CLASS='TableRowColor'>
359                  <TD>                  <TD>
360                          <CODE><B><A HREF='DefaultGUIDatalist.html#build_column_header'>mixed build_column_header ( $col_name, $col_data, $col_num )</A></B></CODE>                          <CODE><B><A HREF='../phpHtmlLib/DefaultGUIDatalist.html#methodbuild_column_header'>mixed build_column_header ( $col_name, $col_data, $col_num )</A></B></CODE>
361                          <BR>                          <BR>
362                          <blockquote> This function builds the object/text                          <blockquote> This function builds the object/text </blockquote>
 to be used for a column header. </blockquote>  
363                  </TD>                  </TD>
364          </TR>          </TR>
365                            <!-- =========== Summary =========== -->
         <!-- =========== Summary =========== -->  
366          <TR BGCOLOR='white' CLASS='TableRowColor'>          <TR BGCOLOR='white' CLASS='TableRowColor'>
367                  <TD>                  <TD>
368                          <CODE><B><A HREF='DefaultGUIDatalist.html#child_add_row_cell'>void child_add_row_cell ( $obj, $col_name, $last_in_row_flag )</A></B></CODE>                          <CODE><B><A HREF='../phpHtmlLib/DefaultGUIDatalist.html#methodchild_add_row_cell'>void child_add_row_cell ( $obj, $col_name, $last_in_row_flag, $row_data )</A></B></CODE>
369                          <BR>                          <BR>
370                          <blockquote>  </blockquote>                          <blockquote>  </blockquote>
371                  </TD>                  </TD>
372          </TR>          </TR>
373                            <!-- =========== Summary =========== -->
         <!-- =========== Summary =========== -->  
374          <TR BGCOLOR='white' CLASS='TableRowColor'>          <TR BGCOLOR='white' CLASS='TableRowColor'>
375                  <TD>                  <TD>
376                          <CODE><B><A HREF='DefaultGUIDatalist.html#child_build_column_header'>void child_build_column_header ( $name, $col, $cnt )</A></B></CODE>                          <CODE><B><A HREF='../phpHtmlLib/DefaultGUIDatalist.html#methodchild_build_column_header'>void child_build_column_header ( $name, $col, $cnt )</A></B></CODE>
377                          <BR>                          <BR>
378                          <blockquote>  </blockquote>                          <blockquote>  </blockquote>
379                  </TD>                  </TD>
380          </TR>          </TR>
381                            <!-- =========== Summary =========== -->
         <!-- =========== Summary =========== -->  
382          <TR BGCOLOR='white' CLASS='TableRowColor'>          <TR BGCOLOR='white' CLASS='TableRowColor'>
383                  <TD>                  <TD>
384                          <CODE><B><A HREF='DefaultGUIDatalist.html#child_build_search_table'><a href="../phpHtmlLib/TABLEtag.html">TABLEtag</a> child_build_search_table (  )</A></B></CODE>                          <CODE><B><A HREF='../phpHtmlLib/DefaultGUIDatalist.html#methodchild_build_search_table'><a href="../phpHtmlLib/TABLEtag.html">TABLEtag</a> child_build_search_table (  )</A></B></CODE>
385                          <BR>                          <BR>
386                          <blockquote> This builds the table that holds the search                          <blockquote> This builds the table that holds the search  capability. </blockquote>
 capability. </blockquote>  
387                  </TD>                  </TD>
388          </TR>          </TR>
389                            <!-- =========== Summary =========== -->
         <!-- =========== Summary =========== -->  
390          <TR BGCOLOR='white' CLASS='TableRowColor'>          <TR BGCOLOR='white' CLASS='TableRowColor'>
391                  <TD>                  <TD>
392                          <CODE><B><A HREF='DefaultGUIDatalist.html#child_get_gui'>void child_get_gui (  )</A></B></CODE>                          <CODE><B><A HREF='../phpHtmlLib/DefaultGUIDatalist.html#methodchild_get_gui'>void child_get_gui (  )</A></B></CODE>
393                          <BR>                          <BR>
394                          <blockquote>  </blockquote>                          <blockquote>  </blockquote>
395                  </TD>                  </TD>
396          </TR>          </TR>
397                            <!-- =========== Summary =========== -->
         <!-- =========== Summary =========== -->  
398          <TR BGCOLOR='white' CLASS='TableRowColor'>          <TR BGCOLOR='white' CLASS='TableRowColor'>
399                  <TD>                  <TD>
400                          <CODE><B><A HREF='DefaultGUIDatalist.html#gui_init'>void gui_init (  )</A></B></CODE>                          <CODE><B><A HREF='../phpHtmlLib/DefaultGUIDatalist.html#methodget_default_checked_items'>array get_default_checked_items (  )</A></B></CODE>
401                            <BR>
402                            <blockquote> This function returns the array of default  checked items to be marked as checked in  the checkbox action column </blockquote>
403                    </TD>
404            </TR>
405                    <!-- =========== Summary =========== -->
406            <TR BGCOLOR='white' CLASS='TableRowColor'>
407                    <TD>
408                            <CODE><B><A HREF='../phpHtmlLib/DefaultGUIDatalist.html#methodgui_init'>void gui_init (  )</A></B></CODE>
409                          <BR>                          <BR>
410                          <blockquote>  </blockquote>                          <blockquote>  </blockquote>
411                  </TD>                  </TD>
412          </TR>          </TR>
413                            <!-- =========== Summary =========== -->
         <!-- =========== Summary =========== -->  
414          <TR BGCOLOR='white' CLASS='TableRowColor'>          <TR BGCOLOR='white' CLASS='TableRowColor'>
415                  <TD>                  <TD>
416                          <CODE><B><A HREF='DefaultGUIDatalist.html#wrap_column_item'><a href="../phpHtmlLib/TDtag.html">TDtag</a> wrap_column_item ( $obj, $col_name )</A></B></CODE>                          <CODE><B><A HREF='../phpHtmlLib/DefaultGUIDatalist.html#methodis_action_checked'>boolean is_action_checked ( $value, $row_data )</A></B></CODE>
417                          <BR>                          <BR>
418                          <blockquote> This function ensures that the data we place                          <blockquote> This function is provided to give the child class  the ability to precheck/select a particular  column. </blockquote>
 in a column is aligned according to what the  
 user wants. </blockquote>  
419                  </TD>                  </TD>
420          </TR>          </TR>
421                            <!-- =========== Summary =========== -->
422          <!-- =========== Summary =========== -->          <TR BGCOLOR='white' CLASS='TableRowColor'>
423                    <TD>
424                            <CODE><B><A HREF='../phpHtmlLib/DefaultGUIDatalist.html#methodis_action_enabled'>boolean is_action_enabled ( $value, $row_data )</A></B></CODE>
425                            <BR>
426                            <blockquote> This function is provided to give the child  class the ability to enable/disable a particular  checkbox. </blockquote>
427                    </TD>
428            </TR>
429                    <!-- =========== Summary =========== -->
430            <TR BGCOLOR='white' CLASS='TableRowColor'>
431                    <TD>
432                            <CODE><B><A HREF='../phpHtmlLib/DefaultGUIDatalist.html#methodsave_checked_items'>void save_checked_items (  )</A></B></CODE>
433                            <BR>
434                            <blockquote> set the flag to tell the object to </blockquote>
435                    </TD>
436            </TR>
437                    <!-- =========== Summary =========== -->
438            <TR BGCOLOR='white' CLASS='TableRowColor'>
439                    <TD>
440                            <CODE><B><A HREF='../phpHtmlLib/DefaultGUIDatalist.html#methodset_actionbar'>void set_actionbar ( [$flag = TRUE] )</A></B></CODE>
441                            <BR>
442                            <blockquote> This allows the caller to  turn on/off the rendering of  the bottom action bar row </blockquote>
443                    </TD>
444            </TR>
445                    <!-- =========== Summary =========== -->
446            <TR BGCOLOR='white' CLASS='TableRowColor'>
447                    <TD>
448                            <CODE><B><A HREF='../phpHtmlLib/DefaultGUIDatalist.html#methodset_align'>void set_align ( $align )</A></B></CODE>
449                            <BR>
450                            <blockquote> this function is used to set the overall alignment  of the widget </blockquote>
451                    </TD>
452            </TR>
453                    <!-- =========== Summary =========== -->
454            <TR BGCOLOR='white' CLASS='TableRowColor'>
455                    <TD>
456                            <CODE><B><A HREF='../phpHtmlLib/DefaultGUIDatalist.html#methodset_default_checked_items'>void set_default_checked_items ( $items )</A></B></CODE>
457                            <BR>
458                            <blockquote> This function is used to set the default list </blockquote>
459                    </TD>
460            </TR>
461                    <!-- =========== Summary =========== -->
462            <TR BGCOLOR='white' CLASS='TableRowColor'>
463                    <TD>
464                            <CODE><B><A HREF='../phpHtmlLib/DefaultGUIDatalist.html#methodset_global_prefix'>void set_global_prefix ( $prefix )</A></B></CODE>
465                            <BR>
466                            <blockquote> This function sets a prefix for all  variables that are used in the item list  table on a page.  This allows you to have  multiple itemlists on a single html page. </blockquote>
467                    </TD>
468            </TR>
469                    <!-- =========== Summary =========== -->
470            <TR BGCOLOR='white' CLASS='TableRowColor'>
471                    <TD>
472                            <CODE><B><A HREF='../phpHtmlLib/DefaultGUIDatalist.html#methodshow_actionbar'>boolean show_actionbar (  )</A></B></CODE>
473                            <BR>
474                            <blockquote> This function gets the current value  of the show actionbar flag setting. </blockquote>
475                    </TD>
476            </TR>
477                    <!-- =========== Summary =========== -->
478            <TR BGCOLOR='white' CLASS='TableRowColor'>
479                    <TD>
480                            <CODE><B><A HREF='../phpHtmlLib/DefaultGUIDatalist.html#methodwrap_column_item'><a href="../phpHtmlLib/TDtag.html">TDtag</a> wrap_column_item ( $obj, $col_name )</A></B></CODE>
481                            <BR>
482                            <blockquote> This function ensures that the data we place  in a column is aligned according to what the  user wants. </blockquote>
483                    </TD>
484            </TR>
485                    <!-- =========== Summary =========== -->
486            <TR BGCOLOR='white' CLASS='TableRowColor'>
487                    <TD>
488                            <CODE><B><A HREF='../phpHtmlLib/DefaultGUIDatalist.html#method_build_actionbar'><a href="../phpHtmlLib/TABLEtag.html">TABLEtag</a> _build_actionbar (  )</A></B></CODE>
489                            <BR>
490                            <blockquote> This function renders the action bar at the bottom  of the data list. </blockquote>
491                    </TD>
492            </TR>
493                    <!-- =========== Summary =========== -->
494            <TR BGCOLOR='white' CLASS='TableRowColor'>
495                    <TD>
496                            <CODE><B><A HREF='../phpHtmlLib/DefaultGUIDatalist.html#method_build_actionbar_arrow_cell'><a href="../phpHtmlLib/TDtag.html">TDtag</a> _build_actionbar_arrow_cell ( $col )</A></B></CODE>
497                            <BR>
498                            <blockquote> This function builds a TD with the  appropriate action arrow. </blockquote>
499                    </TD>
500            </TR>
501                    <!-- =========== Summary =========== -->
502          <TR BGCOLOR='white' CLASS='TableRowColor'>          <TR BGCOLOR='white' CLASS='TableRowColor'>
503                  <TD>                  <TD>
504                          <CODE><B><A HREF='DefaultGUIDatalist.html#_build_search_title'><a href="../phpHtmlLib/TABLEtag.html">TABLEtag</a> _build_search_title (  )</A></B></CODE>                          <CODE><B><A HREF='../phpHtmlLib/DefaultGUIDatalist.html#method_build_actionbar_data_cell'>TDtag; _build_actionbar_data_cell (  )</A></B></CODE>
505                            <BR>
506                            <blockquote> This function builds the user's data cell </blockquote>
507                    </TD>
508            </TR>
509                    <!-- =========== Summary =========== -->
510            <TR BGCOLOR='white' CLASS='TableRowColor'>
511                    <TD>
512                            <CODE><B><A HREF='../phpHtmlLib/DefaultGUIDatalist.html#method_build_action_column'>HTMLTag _build_action_column ( $col, [$header_flag = FALSE], [$row_data = NULL] )</A></B></CODE>
513                            <BR>
514                            <blockquote> This builds an action column cell </blockquote>
515                    </TD>
516            </TR>
517                    <!-- =========== Summary =========== -->
518            <TR BGCOLOR='white' CLASS='TableRowColor'>
519                    <TD>
520                            <CODE><B><A HREF='../phpHtmlLib/DefaultGUIDatalist.html#method_build_search_title'><a href="../phpHtmlLib/TABLEtag.html">TABLEtag</a> _build_search_title (  )</A></B></CODE>
521                          <BR>                          <BR>
522                          <blockquote> This function builds the search title table </blockquote>                          <blockquote> This function builds the search title table </blockquote>
523                  </TD>                  </TD>
524          </TR>          </TR>
525                            <!-- =========== Summary =========== -->
         <!-- =========== Summary =========== -->  
526          <TR BGCOLOR='white' CLASS='TableRowColor'>          <TR BGCOLOR='white' CLASS='TableRowColor'>
527                  <TD>                  <TD>
528                          <CODE><B><A HREF='DefaultGUIDatalist.html#_build_simple_search_form'><a href="../phpHtmlLib/ContainerWidget.html">ContainerWidget</a> _build_simple_search_form (  )</A></B></CODE>                          <CODE><B><A HREF='../phpHtmlLib/DefaultGUIDatalist.html#method_build_simple_search_form'><a href="../phpHtmlLib/ContainerWidget.html">ContainerWidget</a> _build_simple_search_form (  )</A></B></CODE>
529                          <BR>                          <BR>
530                          <blockquote> This function builds the simple search TD </blockquote>                          <blockquote> This function builds the simple search TD </blockquote>
531                  </TD>                  </TD>
532          </TR>          </TR>
533                            <!-- =========== Summary =========== -->
534  </TABLE>          <TR BGCOLOR='white' CLASS='TableRowColor'>
535                    <TD>
536                            <CODE><B><A HREF='../phpHtmlLib/DefaultGUIDatalist.html#method_checkbox_javascript'><a href="../phpHtmlLib/SCRIPTtag.html">SCRIPTtag</a> _checkbox_javascript (  )</A></B></CODE>
537                            <BR>
538                            <blockquote> This function builds the JS needed for the checkbox  action column </blockquote>
539                    </TD>
540            </TR>
541                    <!-- =========== Summary =========== -->
542            <TR BGCOLOR='white' CLASS='TableRowColor'>
543                    <TD>
544                            <CODE><B><A HREF='../phpHtmlLib/DefaultGUIDatalist.html#method_has_action_column'>boolean _has_action_column ( $col )</A></B></CODE>
545                            <BR>
546                            <blockquote> This function tests to see if the child  wants to render an action column </blockquote>
547                    </TD>
548            </TR>
549                    <!-- =========== Summary =========== -->
550            <TR BGCOLOR='white' CLASS='TableRowColor'>
551                    <TD>
552                            <CODE><B><A HREF='../phpHtmlLib/DefaultGUIDatalist.html#method_is_col_checked'>boolean. _is_col_checked ( $value, $row_data )</A></B></CODE>
553                            <BR>
554                            <blockquote> This method checks to see if a  particular row has been checked  in the action column </blockquote>
555                    </TD>
556            </TR>
557                    <!-- =========== Summary =========== -->
558            <TR BGCOLOR='white' CLASS='TableRowColor'>
559                    <TD>
560                            <CODE><B><A HREF='../phpHtmlLib/DefaultGUIDatalist.html#method_javascript'>mixed _javascript (  )</A></B></CODE>
561                            <BR>
562                            <blockquote> This function returns any Javascript required  for this widget </blockquote>
563                    </TD>
564            </TR>
565                    <!-- =========== Summary =========== -->
566            <TR BGCOLOR='white' CLASS='TableRowColor'>
567                    <TD>
568                            <CODE><B><A HREF='../phpHtmlLib/DefaultGUIDatalist.html#method_save_checked_items_enabled'>boolean _save_checked_items_enabled (  )</A></B></CODE>
569                            <BR>
570                            <blockquote> This tests the object flag to </blockquote>
571                    </TD>
572            </TR>
573            </TABLE>
574    <!-- =========== INHERITED METHOD SUMMARY =========== -->
575    <A NAME='functions_inherited'><!-- --></A>
576    <TABLE CELLPADDING='3' CELLSPACING='0' WIDTH='100%' CLASS="border">
577            <TR BGCOLOR='#CCCCFF' CLASS='TableHeadingColor'>
578                    <TD>
579                            <span CLASS="font12bold">Inherited Method Summary</span>
580                <A HREF="#top" CLASS="links">^TOP</A>
581                    </TD>
582            </TR>
583    
584                    <!-- =========== Summary =========== -->
585            <TR BGCOLOR='white' CLASS='TableRowColor'>
586                    <TD>
587                            <span CLASS="font10bold">Inherited From Class <a href="../phpHtmlLib/DataList.html">DataList</a></span>
588                <TABLE CELLPADDING='3' CELLSPACING='0' WIDTH='95%' CLASS="border" ALIGN="center">
589                                    <tr CLASS="tableheadingcolor">
590                                            <th>Function</th>
591                                            <th>Description</th>
592                                    </tr>
593                                                                    <tr>
594                                            <td CLASS="font10bold"><a href="../phpHtmlLib/DataList.html#methodDataList">DataList::DataList()</a></td>
595                                            <td CLASS="font10">The constructor</td>
596                                                                    <tr>
597                                            <td CLASS="font10bold"><a href="../phpHtmlLib/DataList.html#methodadd_header_item">DataList::add_header_item()</a></td>
598                                            <td CLASS="font10">This function adds a header item to the column headers  from a list of parameters.</td>
599                                                                    <tr>
600                                            <td CLASS="font10bold"><a href="../phpHtmlLib/DataList.html#methodadvanced_search_disable">DataList::advanced_search_disable()</a></td>
601                                            <td CLASS="font10">Disable the advanced search</td>
602                                                                    <tr>
603                                            <td CLASS="font10bold"><a href="../phpHtmlLib/DataList.html#methodadvanced_search_enable">DataList::advanced_search_enable()</a></td>
604                                            <td CLASS="font10">Enable the advanced search</td>
605                                                                    <tr>
606                                            <td CLASS="font10bold"><a href="../phpHtmlLib/DataList.html#methodbuild_base_url">DataList::build_base_url()</a></td>
607                                            <td CLASS="font10">This builds the base url used  by the column headers as well  as the page tool links.</td>
608                                                                    <tr>
609                                            <td CLASS="font10bold"><a href="../phpHtmlLib/DataList.html#methodbuild_column_item">DataList::build_column_item()</a></td>
610                                            <td CLASS="font10">This is the basic function for letting us  do a mapping between the column name in  the header, to the value found in the DB.</td>
611                                                                    <tr>
612                                            <td CLASS="font10bold"><a href="../phpHtmlLib/DataList.html#methodbuild_column_url">DataList::build_column_url()</a></td>
613                                            <td CLASS="font10">This builds a url for a particular  column header.</td>
614                                                                    <tr>
615                                            <td CLASS="font10bold"><a href="../phpHtmlLib/DataList.html#methodbuild_gui">DataList::build_gui()</a></td>
616                                            <td CLASS="font10">This function is responsible for calling the child  class's methods for building the GUI container.</td>
617                                                                    <tr>
618                                            <td CLASS="font10bold"><a href="../phpHtmlLib/DataList.html#methodbuild_orderby_querystring">DataList::build_orderby_querystring()</a></td>
619                                            <td CLASS="font10">This builds a query string var for the  orderby value.</td>
620                                                                    <tr>
621                                            <td CLASS="font10bold"><a href="../phpHtmlLib/DataList.html#methodbuild_reverseorder_querystring">DataList::build_reverseorder_querystring()</a></td>
622                                            <td CLASS="font10">This builds a query string var for the  reverseorder value.</td>
623                                                                    <tr>
624                                            <td CLASS="font10bold"><a href="../phpHtmlLib/DataList.html#methodbuild_searchfield_querystring">DataList::build_searchfield_querystring()</a></td>
625                                            <td CLASS="font10">This builds a query string var for the  searchfield value.</td>
626                                                                    <tr>
627                                            <td CLASS="font10bold"><a href="../phpHtmlLib/DataList.html#methodbuild_searchvalue_querystring">DataList::build_searchvalue_querystring()</a></td>
628                                            <td CLASS="font10">This builds a query string var for the  searchfield value.</td>
629                                                                    <tr>
630                                            <td CLASS="font10bold"><a href="../phpHtmlLib/DataList.html#methodbuild_state_vars_query_string">DataList::build_state_vars_query_string()</a></td>
631                                            <td CLASS="font10">this function is used to build a sub query string</td>
632                                                                    <tr>
633                                            <td CLASS="font10bold"><a href="../phpHtmlLib/DataList.html#methodbuild_tool_link">DataList::build_tool_link()</a></td>
634                                            <td CLASS="font10">This function builds the 'tool' images that  allow  you to walk through the data list itself.</td>
635                                                                    <tr>
636                                            <td CLASS="font10bold"><a href="../phpHtmlLib/DataList.html#methodchild_add_row_cell">DataList::child_add_row_cell()</a></td>
637                                            <td CLASS="font10">This method is supposed to be written by  the child class to add the cell data to the  current row in the UI</td>
638                                                                    <tr>
639                                            <td CLASS="font10bold"><a href="../phpHtmlLib/DataList.html#methodchild_build_column_header">DataList::child_build_column_header()</a></td>
640                                            <td CLASS="font10">This method is supposed to be written by  the child class to build and add the column  title to the UI</td>
641                                                                    <tr>
642                                            <td CLASS="font10bold"><a href="../phpHtmlLib/DataList.html#methodchild_build_search_table">DataList::child_build_search_table()</a></td>
643                                            <td CLASS="font10">This function builds the search  block that lives above the results</td>
644                                                                    <tr>
645                                            <td CLASS="font10bold"><a href="../phpHtmlLib/DataList.html#methodchild_get_gui">DataList::child_get_gui()</a></td>
646                                            <td CLASS="font10">This function is called after all of the data has  been added to the UI object.  It just returns the  container that is the entire UI for the DataList</td>
647                                                                    <tr>
648                                            <td CLASS="font10bold"><a href="../phpHtmlLib/DataList.html#methoddata_prefetch">DataList::data_prefetch()</a></td>
649                                            <td CLASS="font10">This function is used to set up any</td>
650                                                                    <tr>
651                                            <td CLASS="font10bold"><a href="../phpHtmlLib/DataList.html#methodfilter_column_string">DataList::filter_column_string()</a></td>
652                                            <td CLASS="font10">This does some magic filtering on the data  that we display in a column.  This helps  to prevent nast data that may have html  tags in it.</td>
653                                                                    <tr>
654                                            <td CLASS="font10bold"><a href="../phpHtmlLib/DataList.html#methodget_current_page">DataList::get_current_page()</a></td>
655                                            <td CLASS="font10">This function returns the current  page that the item list is on.</td>
656                                                                    <tr>
657                                            <td CLASS="font10bold"><a href="../phpHtmlLib/DataList.html#methodget_data_source">DataList::get_data_source()</a></td>
658                                            <td CLASS="font10">This function is called automatically by  the DataList constructor.  It must be  extended by the child class to actually  set the DataListSource object.</td>
659                                                                    <tr>
660                                            <td CLASS="font10bold"><a href="../phpHtmlLib/DataList.html#methodget_default_num_rows">DataList::get_default_num_rows()</a></td>
661                                            <td CLASS="font10">This function gets the current default  number of rows to display setting.</td>
662                                                                    <tr>
663                                            <td CLASS="font10bold"><a href="../phpHtmlLib/DataList.html#methodget_form_action">DataList::get_form_action()</a></td>
664                                            <td CLASS="font10">This function is used to get  the form action</td>
665                                                                    <tr>
666                                            <td CLASS="font10bold"><a href="../phpHtmlLib/DataList.html#methodget_form_method">DataList::get_form_method()</a></td>
667                                            <td CLASS="font10">This function is used to get  the form method</td>
668                                                                    <tr>
669                                            <td CLASS="font10bold"><a href="../phpHtmlLib/DataList.html#methodget_form_name">DataList::get_form_name()</a></td>
670                                            <td CLASS="font10">This function is used to get  the form name</td>
671                                                                    <tr>
672                                            <td CLASS="font10bold"><a href="../phpHtmlLib/DataList.html#methodget_form_render">DataList::get_form_render()</a></td>
673                                            <td CLASS="font10">Return the state of the form render</td>
674                                                                    <tr>
675                                            <td CLASS="font10bold"><a href="../phpHtmlLib/DataList.html#methodget_form_target">DataList::get_form_target()</a></td>
676                                            <td CLASS="font10">This function is used to get  the form target</td>
677                                                                    <tr>
678                                            <td CLASS="font10bold"><a href="../phpHtmlLib/DataList.html#methodget_global_prefix">DataList::get_global_prefix()</a></td>
679                                            <td CLASS="font10">returns the current variable prefix  string being used.</td>
680                                                                    <tr>
681                                            <td CLASS="font10bold"><a href="../phpHtmlLib/DataList.html#methodget_image_path">DataList::get_image_path()</a></td>
682                                            <td CLASS="font10">This function returns the path to the  images used in this class</td>
683                                                                    <tr>
684                                            <td CLASS="font10bold"><a href="../phpHtmlLib/DataList.html#methodget_last_page">DataList::get_last_page()</a></td>
685                                            <td CLASS="font10">This calculates the last page #  for this list of items</td>
686                                                                    <tr>
687                                            <td CLASS="font10bold"><a href="../phpHtmlLib/DataList.html#methodget_max_rows">DataList::get_max_rows()</a></td>
688                                            <td CLASS="font10">This returns the Maximum # of rows to  display when in expand mode</td>
689                                                                    <tr>
690                                            <td CLASS="font10bold"><a href="../phpHtmlLib/DataList.html#methodget_num_pages">DataList::get_num_pages()</a></td>
691                                            <td CLASS="font10">This function returns the #  of pages that are available  for this list of items.</td>
692                                                                    <tr>
693                                            <td CLASS="font10bold"><a href="../phpHtmlLib/DataList.html#methodget_page_info">DataList::get_page_info()</a></td>
694                                            <td CLASS="font10">This function builds the string  that describes the current page  out of n pages the list is showing</td>
695                                                                    <tr>
696                                            <td CLASS="font10bold"><a href="../phpHtmlLib/DataList.html#methodget_simple_search_modifier">DataList::get_simple_search_modifier()</a></td>
697                                            <td CLASS="font10">gets the value of the search modifier  flag.</td>
698                                                                    <tr>
699                                            <td CLASS="font10bold"><a href="../phpHtmlLib/DataList.html#methodgui_init">DataList::gui_init()</a></td>
700                                            <td CLASS="font10">A subclass can override this function  to setup the class variables after  the constructor.  The constructor  automatically calls this function.</td>
701                                                                    <tr>
702                                            <td CLASS="font10bold"><a href="../phpHtmlLib/DataList.html#methodis_advanced_search_enabled">DataList::is_advanced_search_enabled()</a></td>
703                                            <td CLASS="font10">This returns the status of the  advanced search flag.</td>
704                                                                    <tr>
705                                            <td CLASS="font10bold"><a href="../phpHtmlLib/DataList.html#methodis_search_enabled">DataList::is_search_enabled()</a></td>
706                                            <td CLASS="font10">get the status of the search  ability.</td>
707                                                                    <tr>
708                                            <td CLASS="font10bold"><a href="../phpHtmlLib/DataList.html#methodnumrows">DataList::numrows()</a></td>
709                                            <td CLASS="font10">This function returns the number of rows  that the query found.</td>
710                                                                    <tr>
711                                            <td CLASS="font10bold"><a href="../phpHtmlLib/DataList.html#methodoffset">DataList::offset()</a></td>
712                                            <td CLASS="font10">This function returns the current value  of the offset variable. This is an offset  into the query return data set.</td>
713                                                                    <tr>
714                                            <td CLASS="font10bold"><a href="../phpHtmlLib/DataList.html#methodorderby">DataList::orderby()</a></td>
715                                            <td CLASS="font10">This function returns the value of the  current orderby variable.</td>
716                                                                    <tr>
717                                            <td CLASS="font10bold"><a href="../phpHtmlLib/DataList.html#methodrender">DataList::render()</a></td>
718                                            <td CLASS="font10">This function renders the final</td>
719                                                                    <tr>
720                                            <td CLASS="font10bold"><a href="../phpHtmlLib/DataList.html#methodreverseorder">DataList::reverseorder()</a></td>
721                                            <td CLASS="font10">This function returns the current value of  the reverse order member variable.</td>
722                                                                    <tr>
723                                            <td CLASS="font10bold"><a href="../phpHtmlLib/DataList.html#methodsearch_disable">DataList::search_disable()</a></td>
724                                            <td CLASS="font10">Disable the search ability.</td>
725                                                                    <tr>
726                                            <td CLASS="font10bold"><a href="../phpHtmlLib/DataList.html#methodsearch_enable">DataList::search_enable()</a></td>
727                                            <td CLASS="font10">Enable the search ability.</td>
728                                                                    <tr>
729                                            <td CLASS="font10bold"><a href="../phpHtmlLib/DataList.html#methodsearch_field">DataList::search_field()</a></td>
730                                            <td CLASS="font10">returns the current value of  the search field name</td>
731                                                                    <tr>
732                                            <td CLASS="font10bold"><a href="../phpHtmlLib/DataList.html#methodsearch_type">DataList::search_type()</a></td>
733                                            <td CLASS="font10">returns the type of search being used</td>
734                                                                    <tr>
735                                            <td CLASS="font10bold"><a href="../phpHtmlLib/DataList.html#methodsearch_value">DataList::search_value()</a></td>
736                                            <td CLASS="font10">returns the current value of  te search field value.</td>
737                                                                    <tr>
738                                            <td CLASS="font10bold"><a href="../phpHtmlLib/DataList.html#methodsearch_value_filter">DataList::search_value_filter()</a></td>
739                                            <td CLASS="font10">This function is used to make safe  any query string value that is used</td>
740                                                                    <tr>
741                                            <td CLASS="font10bold"><a href="../phpHtmlLib/DataList.html#methodsetup_columns">DataList::setup_columns()</a></td>
742                                            <td CLASS="font10"></td>
743                                                                    <tr>
744                                            <td CLASS="font10bold"><a href="../phpHtmlLib/DataList.html#methodset_data_source">DataList::set_data_source()</a></td>
745                                            <td CLASS="font10">This function is used to set the  DataListSource object for this instance</td>
746                                                                    <tr>
747                                            <td CLASS="font10bold"><a href="../phpHtmlLib/DataList.html#methodset_default_num_rows">DataList::set_default_num_rows()</a></td>
748                                            <td CLASS="font10">This function sets the default # of rows  per page to display.  By default its 10.</td>
749                                                                    <tr>
750                                            <td CLASS="font10bold"><a href="../phpHtmlLib/DataList.html#methodset_form_action">DataList::set_form_action()</a></td>
751                                            <td CLASS="font10">Sets the form action</td>
752                                                                    <tr>
753                                            <td CLASS="font10bold"><a href="../phpHtmlLib/DataList.html#methodset_form_method">DataList::set_form_method()</a></td>
754                                            <td CLASS="font10">This function is used to set the  form method</td>
755                                                                    <tr>
756                                            <td CLASS="font10bold"><a href="../phpHtmlLib/DataList.html#methodset_form_name">DataList::set_form_name()</a></td>
757                                            <td CLASS="font10">This function is used to set the  form name</td>
758                                                                    <tr>
759                                            <td CLASS="font10bold"><a href="../phpHtmlLib/DataList.html#methodset_form_render">DataList::set_form_render()</a></td>
760                                            <td CLASS="font10">Sets whether to the output into a form</td>
761                                                                    <tr>
762                                            <td CLASS="font10bold"><a href="../phpHtmlLib/DataList.html#methodset_form_target">DataList::set_form_target()</a></td>
763                                            <td CLASS="font10">This function is used to set the  form target</td>
764                                                                    <tr>
765                                            <td CLASS="font10bold"><a href="../phpHtmlLib/DataList.html#methodset_global_prefix">DataList::set_global_prefix()</a></td>
766                                            <td CLASS="font10">This function sets a prefix for all  variables that are used in the item list  table on a page.  This allows you to have  multiple itemlists on a single html page.</td>
767                                                                    <tr>
768                                            <td CLASS="font10bold"><a href="../phpHtmlLib/DataList.html#methodset_image_path">DataList::set_image_path()</a></td>
769                                            <td CLASS="font10">This function returns the path to the  images used in this class</td>
770                                                                    <tr>
771                                            <td CLASS="font10bold"><a href="../phpHtmlLib/DataList.html#methodset_max_rows">DataList::set_max_rows()</a></td>
772                                            <td CLASS="font10">This sets the maximum # of rows to  display when in expand mode</td>
773                                                                    <tr>
774                                            <td CLASS="font10bold"><a href="../phpHtmlLib/DataList.html#methodset_not_found_message">DataList::set_not_found_message()</a></td>
775                                            <td CLASS="font10">This function is used to set the  message displayed when no data is found</td>
776                                                                    <tr>
777                                            <td CLASS="font10bold"><a href="../phpHtmlLib/DataList.html#methodset_numrows">DataList::set_numrows()</a></td>
778                                            <td CLASS="font10">This function sets the # of rows to display  per page.</td>
779                                                                    <tr>
780                                            <td CLASS="font10bold"><a href="../phpHtmlLib/DataList.html#methodset_offset">DataList::set_offset()</a></td>
781                                            <td CLASS="font10">This function is used to set/change  the offset for this list.</td>
782                                                                    <tr>
783                                            <td CLASS="font10bold"><a href="../phpHtmlLib/DataList.html#methodset_reverseorder">DataList::set_reverseorder()</a></td>
784                                            <td CLASS="font10">This function sets the reverse order flag  to a new value.</td>
785                                                                    <tr>
786                                            <td CLASS="font10bold"><a href="../phpHtmlLib/DataList.html#methodset_save_vars">DataList::set_save_vars()</a></td>
787                                            <td CLASS="font10">This function sets the save variables  that the user/child wants to automatically  propogate</td>
788                                                                    <tr>
789                                            <td CLASS="font10bold"><a href="../phpHtmlLib/DataList.html#methodset_search_type">DataList::set_search_type()</a></td>
790                                            <td CLASS="font10">This function sets the search type</td>
791                                                                    <tr>
792                                            <td CLASS="font10bold"><a href="../phpHtmlLib/DataList.html#methodset_show_results">DataList::set_show_results()</a></td>
793                                            <td CLASS="font10">This function is used to set the value  of the _show_results_flag</td>
794                                                                    <tr>
795                                            <td CLASS="font10bold"><a href="../phpHtmlLib/DataList.html#methodset_simple_search_modifier">DataList::set_simple_search_modifier()</a></td>
796                                            <td CLASS="font10">Set the simple search modifyer  flag.</td>
797                                                                    <tr>
798                                            <td CLASS="font10bold"><a href="../phpHtmlLib/DataList.html#methodshowall">DataList::showall()</a></td>
799                                            <td CLASS="font10">returns the current value of the showall  flag.  This tells us if they want the entire  list of data back from the DB.</td>
800                                                                    <tr>
801                                            <td CLASS="font10bold"><a href="../phpHtmlLib/DataList.html#methodsimple_search_modifier_value">DataList::simple_search_modifier_value()</a></td>
802                                            <td CLASS="font10">returns the current value of the  simple search modifier</td>
803                                                                    <tr>
804                                            <td CLASS="font10bold"><a href="../phpHtmlLib/DataList.html#methoduser_setup">DataList::user_setup()</a></td>
805                                            <td CLASS="font10">A subclass can override this function  to setup the class variables after  the constructor.  The constructor  automatically calls this function.</td>
806                                                                    <tr>
807                                            <td CLASS="font10bold"><a href="../phpHtmlLib/DataList.html#method_build_default_vars">DataList::_build_default_vars()</a></td>
808                                            <td CLASS="font10">This function builds the list of</td>
809                                                                    <tr>
810                                            <td CLASS="font10bold"><a href="../phpHtmlLib/DataList.html#method_build_save_vars">DataList::_build_save_vars()</a></td>
811                                            <td CLASS="font10">this method builds some hidden  form fields to automatically  be placed inside the form.</td>
812                                                                    <tr>
813                                            <td CLASS="font10bold"><a href="../phpHtmlLib/DataList.html#method_build_simple_search_modifier">DataList::_build_simple_search_modifier()</a></td>
814                                            <td CLASS="font10">This builds the simple search modifier  select box.</td>
815                                                                    <tr>
816                                            <td CLASS="font10bold"><a href="../phpHtmlLib/DataList.html#method_build_tool_url">DataList::_build_tool_url()</a></td>
817                                            <td CLASS="font10">This function is used to build the url  for a tool link.</td>
818                                                                    <tr>
819                                            <td CLASS="font10bold"><a href="../phpHtmlLib/DataList.html#method_check_datasource">DataList::_check_datasource()</a></td>
820                                            <td CLASS="font10">general DataListSource object checker.</td>
821                                                                    <tr>
822                                            <td CLASS="font10bold"><a href="../phpHtmlLib/DataList.html#method_clean_string">DataList::_clean_string()</a></td>
823                                            <td CLASS="font10">This function is used to make sure that the string we are  placing in a cell has been "cleaned"</td>
824                                                                    <tr>
825                                            <td CLASS="font10bold"><a href="../phpHtmlLib/DataList.html#method_filter_column_string">DataList::_filter_column_string()</a></td>
826                                            <td CLASS="font10">This does some magic filtering on the data  that we display in a column.  This helps  to prevent nast data that may have html  tags in it.</td>
827                                                                    <tr>
828                                            <td CLASS="font10bold"><a href="../phpHtmlLib/DataList.html#method_get">DataList::_get()</a></td>
829                                            <td CLASS="font10">Function used to get the current  value of one of the control vars  for this class</td>
830                                                                    <tr>
831                                            <td CLASS="font10bold"><a href="../phpHtmlLib/DataList.html#method_get_searchable_fields">DataList::_get_searchable_fields()</a></td>
832                                            <td CLASS="font10">This method gets the array of  searchable header fields (columns)</td>
833                                                                    <tr>
834                                            <td CLASS="font10bold"><a href="../phpHtmlLib/DataList.html#method_javascript">DataList::_javascript()</a></td>
835                                            <td CLASS="font10">This function provides a way to automatically  add javascript to this object.</td>
836                                                                    <tr>
837                                            <td CLASS="font10bold"><a href="../phpHtmlLib/DataList.html#method_save_mozilla_nav_link">DataList::_save_mozilla_nav_link()</a></td>
838                                            <td CLASS="font10">This function stores the url for each of the tool  urls, so we can push these out for mozilla.</td>
839                                                                    <tr>
840                                            <td CLASS="font10bold"><a href="../phpHtmlLib/DataList.html#method_set">DataList::_set()</a></td>
841                                            <td CLASS="font10">This function is used to set the  value of the control var</td>
842                                                                    <tr>
843                                            <td CLASS="font10bold"><a href="../phpHtmlLib/DataList.html#method_show_results">DataList::_show_results()</a></td>
844                                            <td CLASS="font10">This function is used to let render() know  that we should show the results or not.</td>
845                                                            </table>
846                <br>                        
847                    </TD>
848            </TR>
849                    <!-- =========== Summary =========== -->
850            <TR BGCOLOR='white' CLASS='TableRowColor'>
851                    <TD>
852                            <span CLASS="font10bold">Inherited From Class <a href="../phpHtmlLib/BaseWidget.html">BaseWidget</a></span>
853                <TABLE CELLPADDING='3' CELLSPACING='0' WIDTH='95%' CLASS="border" ALIGN="center">
854                                    <tr CLASS="tableheadingcolor">
855                                            <th>Function</th>
856                                            <th>Description</th>
857                                    </tr>
858                                                                    <tr>
859                                            <td CLASS="font10bold"><a href="../phpHtmlLib/BaseWidget.html#methodget_align">BaseWidget::get_align()</a></td>
860                                            <td CLASS="font10">This gets the alignment value  for the outer table</td>
861                                                                    <tr>
862                                            <td CLASS="font10bold"><a href="../phpHtmlLib/BaseWidget.html#methodget_css">BaseWidget::get_css()</a></td>
863                                            <td CLASS="font10">This function provides the  mechanism to build and return  the css needed by this widget</td>
864                                                                    <tr>
865                                            <td CLASS="font10bold"><a href="../phpHtmlLib/BaseWidget.html#methodget_javascript">BaseWidget::get_javascript()</a></td>
866                                            <td CLASS="font10">Function for returning the raw javascript  that is required for this widget.</td>
867                                                                    <tr>
868                                            <td CLASS="font10bold"><a href="../phpHtmlLib/BaseWidget.html#methodget_title">BaseWidget::get_title()</a></td>
869                                            <td CLASS="font10">Function for accessing the  title of this widget</td>
870                                                                    <tr>
871                                            <td CLASS="font10bold"><a href="../phpHtmlLib/BaseWidget.html#methodget_width">BaseWidget::get_width()</a></td>
872                                            <td CLASS="font10">Function for getting the current  widget width setting.</td>
873                                                                    <tr>
874                                            <td CLASS="font10bold"><a href="../phpHtmlLib/BaseWidget.html#methodset_align">BaseWidget::set_align()</a></td>
875                                            <td CLASS="font10">This function sets the align attribute  for the outer table.</td>
876                                                                    <tr>
877                                            <td CLASS="font10bold"><a href="../phpHtmlLib/BaseWidget.html#methodset_title">BaseWidget::set_title()</a></td>
878                                            <td CLASS="font10">Set the title for the widget.</td>
879                                                                    <tr>
880                                            <td CLASS="font10bold"><a href="../phpHtmlLib/BaseWidget.html#methodset_width">BaseWidget::set_width()</a></td>
881                                            <td CLASS="font10">Set the width for the widget.</td>
882                                                            </table>
883                <br>                        
884                    </TD>
885            </TR>
886                    <!-- =========== Summary =========== -->
887            <TR BGCOLOR='white' CLASS='TableRowColor'>
888                    <TD>
889                            <span CLASS="font10bold">Inherited From Class <a href="../phpHtmlLib/Container.html">Container</a></span>
890                <TABLE CELLPADDING='3' CELLSPACING='0' WIDTH='95%' CLASS="border" ALIGN="center">
891                                    <tr CLASS="tableheadingcolor">
892                                            <th>Function</th>
893                                            <th>Description</th>
894                                    </tr>
895                                                                    <tr>
896                                            <td CLASS="font10bold"><a href="../phpHtmlLib/Container.html#methodContainer">Container::Container()</a></td>
897                                            <td CLASS="font10">The constructor.</td>
898                                                                    <tr>
899                                            <td CLASS="font10bold"><a href="../phpHtmlLib/Container.html#methodadd">Container::add()</a></td>
900                                            <td CLASS="font10">add content onto content stack</td>
901                                                                    <tr>
902                                            <td CLASS="font10bold"><a href="../phpHtmlLib/Container.html#methodadd_reference">Container::add_reference()</a></td>
903                                            <td CLASS="font10">Add content onto content stack  so you can change the item later.</td>
904                                                                    <tr>
905                                            <td CLASS="font10bold"><a href="../phpHtmlLib/Container.html#methodcount_content">Container::count_content()</a></td>
906                                            <td CLASS="font10">counts the number of content objects</td>
907                                                                    <tr>
908                                            <td CLASS="font10bold"><a href="../phpHtmlLib/Container.html#methodget_indent_flag">Container::get_indent_flag()</a></td>
909                                            <td CLASS="font10">This flag gets the current value  of the indent flag</td>
910                                                                    <tr>
911                                            <td CLASS="font10bold"><a href="../phpHtmlLib/Container.html#methodpush">Container::push()</a></td>
912                                            <td CLASS="font10">Same as add().</td>
913                                                                    <tr>
914                                            <td CLASS="font10bold"><a href="../phpHtmlLib/Container.html#methodpush_reference">Container::push_reference()</a></td>
915                                            <td CLASS="font10">Same as add_reference  NOTE : only exists for compatibility with 1.1.x</td>
916                                                                    <tr>
917                                            <td CLASS="font10bold"><a href="../phpHtmlLib/Container.html#methodrender">Container::render()</a></td>
918                                            <td CLASS="font10">This function is compatible with the  rest of the phpHtmllib API spec.</td>
919                                                                    <tr>
920                                            <td CLASS="font10bold"><a href="../phpHtmlLib/Container.html#methodreset_content">Container::reset_content()</a></td>
921                                            <td CLASS="font10">destroy existing content and start with new content.</td>
922                                                                    <tr>
923                                            <td CLASS="font10bold"><a href="../phpHtmlLib/Container.html#methodset_collapse">Container::set_collapse()</a></td>
924                                            <td CLASS="font10">This function turns on the collapse flag</td>
925                                                                    <tr>
926                                            <td CLASS="font10bold"><a href="../phpHtmlLib/Container.html#methodset_indent_flag">Container::set_indent_flag()</a></td>
927                                            <td CLASS="font10">function to set the indent flag</td>
928                                                                    <tr>
929                                            <td CLASS="font10bold"><a href="../phpHtmlLib/Container.html#method_set_flags">Container::_set_flags()</a></td>
930                                            <td CLASS="font10">This method is used to set the bitmask  flags for this tag.  It tells the  class how to render the tag.</td>
931                                                            </table>
932                <br>                        
933                    </TD>
934            </TR>
935            </TABLE>
936  <hr>  <hr>
937  <!-- ============ VARIABLE DETAIL =========== -->  <!-- ============ VARIABLE DETAIL =========== -->
938    
# Line 1018  user wants. </blockquote> Line 946  user wants. </blockquote>
946          </TR>          </TR>
947  </TABLE>  </TABLE>
948    
949    <A NAME='var$_action_column'><!-- --></A><H3>$_action_column</H3> (line <span class="linenumber">42</span>)<br />
950    <b>Data type:</b> mixed<br>This holds the action column  settings if any.
951    <br />
952    
953    <UL>
954            </UL>
955    <HR>
956    <A NAME='var$_action_count'><!-- --></A><H3>$_action_count</H3> (line <span class="linenumber">48</span>)<br />
957    <b>Data type:</b> mixed<br>holds the cntr for the action
958    <br />
959    <p>checkbox name</p>
960    <UL>
961            </UL>
962    <HR>
963    <A NAME='var$_align'><!-- --></A><H3>$_align</H3> (line <span class="linenumber">36</span>)<br />
964    <b>Data type:</b> mixed<br>The overall alignment
965    <br />
966    <p>DEFAULT: "center"</p>
967    <UL>
968            </UL>
969    <HR>
970    <A NAME='var$_allow_select_all'><!-- --></A><H3>$_allow_select_all</H3> (line <span class="linenumber">85</span>)<br />
971    <b>Data type:</b> mixed<br>This variable tells us whether to display select all checkbox
972    <br />
973    
974    <UL>
975            </UL>
976    <HR>
977    <A NAME='var$_default_checked_items'><!-- --></A><H3>$_default_checked_items</H3> (line <span class="linenumber">74</span>)<br />
978    <b>Data type:</b> mixed<br>This variable holds the array of default
979    <br />
980    <p>selected items.  This is populated  inside the user_setup() function  to pre-populate the list of selected  items for a the checkbox action column.</p>
981    <UL>
982            </UL>
983    <HR>
984    <A NAME='var$_hidden_checkbox_items'><!-- --></A><H3>$_hidden_checkbox_items</H3> (line <span class="linenumber">55</span>)<br />
985    <b>Data type:</b> mixed<br>This array holds the list of  hidden checkbox[] items.
986    <br />
987    
988    <UL>
989            </UL>
990    <HR>
991    <A NAME='var$_show_actionbar'><!-- --></A><H3>$_show_actionbar</H3> (line <span class="linenumber">80</span>)<br />
992    <b>Data type:</b> mixed<br>Do we show action bar row?
993    <br />
994    
995    <UL>
996            </UL>
997    <HR>
998    <A NAME='var$_visible_checkbox_items'><!-- --></A><H3>$_visible_checkbox_items</H3> (line <span class="linenumber">63</span>)<br />
999    <b>Data type:</b> mixed<br>this array keeps track of the list  of rendered visible checkbox[]  items.  So we can not render the  hidden version of it.
1000    <br />
1001    
1002    <UL>
1003            </UL>
1004    <HR>
1005  <hr>  <hr>
1006  <!-- ============ FUNCTION DETAIL =========== -->  <!-- ============ METHOD DETAIL =========== -->
1007    
1008  <A NAME='function_detail'></A>  <A NAME='method_detail'></A>
1009  <TABLE CELLPADDING='3' CELLSPACING='0' WIDTH='100%' CLASS="border">  <TABLE CELLPADDING='3' CELLSPACING='0' WIDTH='100%' CLASS="border">
1010          <TR BGCOLOR='#CCCCFF' CLASS='TableHeadingColor'>          <TR BGCOLOR='#CCCCFF' CLASS='TableHeadingColor'>
1011                  <TD>                  <TD>
# Line 1033  user wants. </blockquote> Line 1015  user wants. </blockquote>
1015          </TR>          </TR>
1016  </TABLE>  </TABLE>
1017  <BR>  <BR>
   
1018  <DIV CLASS="function">  <DIV CLASS="function">
1019  <A NAME='build_column_header'><!-- --></A>  <A NAME='methodactionbar_cell'><!-- --></A>
1020  <SPAN CLASS="font12bold">build_column_header</SPAN>  <SPAN CLASS="font12bold">actionbar_cell</SPAN> (line <span class="linenumber">827</span>)
1021  <BR>  <BR>
1022  <SPAN CLASS="font10bold">Useage : </SPAN>  <SPAN CLASS="font10bold">Usage : </SPAN>
1023  <span class="font10bold" style="color: #FF0000">mixed</SPAN>&nbsp;  <span class="font10bold" style="color: #FF0000"><a href="../phpHtmlLib/ContainerWidget.html">ContainerWidget</a></SPAN>&nbsp;
1024  <span class="font10bold" style="color: #0000FF">build_column_header ( $col_name, $col_data, $col_num )</SPAN>  <span class="font10bold" style="color: #0000FF">actionbar_cell(
1025    )</SPAN>
1026  <BR>  <BR>
1027    
1028  <BR>  <BR>
1029  <SPAN CLASS="font10bold">Description : </SPAN>  <SPAN CLASS="font10bold">Description : </SPAN>
1030  <!-- ========== Info from phpDoc block ========= -->  this is the method that builds  the contents for the middle actionbar  td cell.
1031  This function builds the object/text  <br />
1032  to be used for a column header.  <p>NOTE this function is meant to be overriden       by the child class.</p>
 <BR>  
 It can  
 either be an href because its sortable,  
 or it can just be text, because its not  
 sortable.  
1033  <DL>  <DL>
   <DT class="font10bold">Function Parameters:</DT>  
     
   <DD CLASS="font10" STYLE="padding-bottom:5px;"><span STYLE="font-style: italic;">- <span style="color: #FF0000;font-weight:bold;">int</SPAN> <span style="color: #0000FF;font-weight:bold">$col_name</SPAN></SPAN> the column # we are working on.</DD>  
     
   <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">$col_data</SPAN></SPAN> - the column's data.</DD>  
     
1034    
1035    <DT class="font10bold">Function Info:</DT>          <DT class="font10bold">Function Info:</DT>
1036                      <DD CLASS="font10" STYLE="padding-bottom:5px;"><b>return</b> - object</DD>
1037    <DD CLASS="font10" STYLE="padding-bottom:5px;"><b>Return</b> - - either an Atag object or          </DL>
1038                   raw text.</DD>  </DIV>
1039      <BR>
1040  </DL>  <DIV CLASS="function">
1041    <A NAME='methodaction_button'><!-- --></A>
1042    <SPAN CLASS="font12bold">action_button</SPAN> (line <span class="linenumber">840</span>)
1043    <BR>
1044    <SPAN CLASS="font10bold">Usage : </SPAN>
1045    <span class="font10bold" style="color: #FF0000"><a href="../phpHtmlLib/INPUTtag.html">INPUTtag</a></SPAN>&nbsp;
1046    <span class="font10bold" style="color: #0000FF">action_button(
1047    string
1048    $name, string
1049    $action)</SPAN>
1050    <BR>
1051    
1052    <BR>
1053    <SPAN CLASS="font10bold">Description : </SPAN>
1054    This function builds an action button that will  modify the form action, to post to a different  script to handle the data
1055    <br />
1056    
1057    <DL>
1058            <DT class="font10bold">Function Parameters:</DT>
1059                    <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">$name</SPAN></SPAN> - the button name</DD>
1060                    <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">$action</SPAN></SPAN> - the script that gets called.</DD>
1061            
1062            <DT class="font10bold">Function Info:</DT>
1063                    <DD CLASS="font10" STYLE="padding-bottom:5px;"><b>return</b> - object</DD>
1064            </DL>
1065  </DIV>  </DIV>
1066  <BR>  <BR>
1067    <DIV CLASS="function">
1068    <A NAME='methodadd_action_column'><!-- --></A>
1069    <SPAN CLASS="font12bold">add_action_column</SPAN> (line <span class="linenumber">467</span>)
1070    <BR>
1071    <SPAN CLASS="font10bold">Usage : </SPAN>
1072    <span class="font10bold" style="color: #FF0000">void</SPAN>&nbsp;
1073    <span class="font10bold" style="color: #0000FF">add_action_column(
1074    string
1075    $type, string
1076    $col, string
1077    $db_field, [string
1078    $title = NULL])</SPAN>
1079    <BR>
1080    
1081    <BR>
1082    <SPAN CLASS="font10bold">Description : </SPAN>
1083    This function adds an action column.  This  adds a column of either checkboxes or radio  buttons.
1084    <br />
1085    
1086    <DL>
1087            <DT class="font10bold">Function Parameters:</DT>
1088                    <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">$type</SPAN></SPAN> - type of column 'checkbox' or 'radio'</DD>
1089                    <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">$col</SPAN></SPAN> - which column it lives in 'FIRST' or 'LAST'</DD>
1090                    <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">$db_field</SPAN></SPAN> - which db field is associated with this.</DD>
1091                    <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> - the title to use for the column. NOTE: if this is set, then there will NOT be a global checkbox that can be used to select/deslect all at once.</DD>
1092            
1093            <DT class="font10bold">Function Info:</DT>
1094            </DL>
1095    </DIV>
1096    <BR>
1097  <DIV CLASS="function">  <DIV CLASS="function">
1098  <A NAME='child_add_row_cell'><!-- --></A>  <A NAME='methodallow_select_all'><!-- --></A>
1099  <SPAN CLASS="font12bold">child_add_row_cell</SPAN>  <SPAN CLASS="font12bold">allow_select_all</SPAN> (line <span class="linenumber">561</span>)
1100  <BR>  <BR>
1101  <SPAN CLASS="font10bold">Useage : </SPAN>  <SPAN CLASS="font10bold">Usage : </SPAN>
1102  <span class="font10bold" style="color: #FF0000">void</SPAN>&nbsp;  <span class="font10bold" style="color: #FF0000">void</SPAN>&nbsp;
1103  <span class="font10bold" style="color: #0000FF">child_add_row_cell ( $obj, $col_name, $last_in_row_flag )</SPAN>  <span class="font10bold" style="color: #0000FF">allow_select_all(
1104    bool
1105    $flag)</SPAN>
1106  <BR>  <BR>
1107  <span class="font10bold" style="padding-left: 10px;">Overrides :</span> <a href="../phpHtmlLib/DataList.html#child_add_row_cell">DataList::child_add_row_cell()</a>  
1108  <BR>  <BR>
1109  <SPAN CLASS="font10bold">Description : </SPAN>  <SPAN CLASS="font10bold">Description : </SPAN>
1110  <!-- ========== Info from phpDoc block ========= -->  Sets the flag for rendering the select all checkbox
1111    <br />
1112    
1113    <DL>
1114            <DT class="font10bold">Function Parameters:</DT>
1115                    <DD CLASS="font10" STYLE="padding-bottom:5px;"><span STYLE="font-style: italic;">- <span style="color: #FF0000;font-weight:bold;">bool</SPAN> <span style="color: #0000FF;font-weight:bold">$flag</SPAN></SPAN> flag</DD>
1116            
1117            <DT class="font10bold">Function Info:</DT>
1118            </DL>
1119    </DIV>
1120    <BR>
1121    <DIV CLASS="function">
1122    <A NAME='methodbuild_column_header'><!-- --></A>
1123    <SPAN CLASS="font12bold">build_column_header</SPAN> (line <span class="linenumber">255</span>)
1124    <BR>
1125    <SPAN CLASS="font10bold">Usage : </SPAN>
1126    <span class="font10bold" style="color: #FF0000">mixed</SPAN>&nbsp;
1127    <span class="font10bold" style="color: #0000FF">build_column_header(
1128    string
1129    $col_name, array
1130    $col_data, int
1131    $col_num)</SPAN>
1132  <BR>  <BR>
1133    
1134    <BR>
1135    <SPAN CLASS="font10bold">Description : </SPAN>
1136    This function builds the object/text
1137    <br />
1138    <p>to be used for a column header. It can  either be an href because its sortable,  or it can just be text, because its not  sortable.</p>
1139  <DL>  <DL>
1140    <DT class="font10bold">Function Parameters:</DT>          <DT class="font10bold">Function Parameters:</DT>
1141                      <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">$col_name</SPAN></SPAN> - the column name to build from the headers.</DD>
1142                    <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">$col_data</SPAN></SPAN> - the column's data.</DD>
1143                    <DD CLASS="font10" STYLE="padding-bottom:5px;"><span STYLE="font-style: italic;">- <span style="color: #FF0000;font-weight:bold;">int</SPAN> <span style="color: #0000FF;font-weight:bold">$col_num</SPAN></SPAN> the column # we are working on.</DD>
1144            
1145            <DT class="font10bold">Function Info:</DT>
1146                    <DD CLASS="font10" STYLE="padding-bottom:5px;"><b>return</b> - - either an Atag object or raw text.</DD>
1147            </DL>
1148    </DIV>
1149    <BR>
1150    <DIV CLASS="function">
1151    <A NAME='methodchild_add_row_cell'><!-- --></A>
1152    <SPAN CLASS="font12bold">child_add_row_cell</SPAN> (line <span class="linenumber">197</span>)
1153    <BR>
1154    <SPAN CLASS="font10bold">Usage : </SPAN>
1155    <span class="font10bold" style="color: #FF0000">void</SPAN>&nbsp;
1156    <span class="font10bold" style="color: #0000FF">child_add_row_cell(
1157    mixed
1158    $obj, mixed
1159    $col_name, mixed
1160    $last_in_row_flag, mixed
1161    $row_data)</SPAN>
1162    <BR>
1163    
1164    <span class="font10bold" style="padding-left: 10px;">Overrides :</span> <a href="../phpHtmlLib/DataList.html#methodchild_add_row_cell">DataList::child_add_row_cell()</a> This method is supposed to be written by  the child class to add the cell data to the  current row in the UI
1165    <BR>
1166    <SPAN CLASS="font10bold">Description : </SPAN>
1167    
1168    <DT class="font10bold">Function Info:</DT>  <br />
     
 </DL>  
1169    
1170    <DL>
1171    
1172            <DT class="font10bold">Function Info:</DT>
1173            </DL>
1174  </DIV>  </DIV>
1175  <BR>  <BR>
   
1176  <DIV CLASS="function">  <DIV CLASS="function">
1177  <A NAME='child_build_column_header'><!-- --></A>  <A NAME='methodchild_build_column_header'><!-- --></A>
1178  <SPAN CLASS="font12bold">child_build_column_header</SPAN>  <SPAN CLASS="font12bold">child_build_column_header</SPAN> (line <span class="linenumber">164</span>)
1179  <BR>  <BR>
1180  <SPAN CLASS="font10bold">Useage : </SPAN>  <SPAN CLASS="font10bold">Usage : </SPAN>
1181  <span class="font10bold" style="color: #FF0000">void</SPAN>&nbsp;  <span class="font10bold" style="color: #FF0000">void</SPAN>&nbsp;
1182  <span class="font10bold" style="color: #0000FF">child_build_column_header ( $name, $col, $cnt )</SPAN>  <span class="font10bold" style="color: #0000FF">child_build_column_header(
1183    mixed
1184    $name, mixed
1185    $col, mixed
1186    $cnt)</SPAN>
1187  <BR>  <BR>
1188  <span class="font10bold" style="padding-left: 10px;">Overrides :</span> <a href="../phpHtmlLib/DataList.html#child_build_column_header">DataList::child_build_column_header()</a>  
1189    <span class="font10bold" style="padding-left: 10px;">Overrides :</span> <a href="../phpHtmlLib/DataList.html#methodchild_build_column_header">DataList::child_build_column_header()</a> This method is supposed to be written by  the child class to build and add the column  title to the UI
1190  <BR>  <BR>
1191  <SPAN CLASS="font10bold">Description : </SPAN>  <SPAN CLASS="font10bold">Description : </SPAN>
 <!-- ========== Info from phpDoc block ========= -->  
1192    
1193  <BR>  <br />
1194    
1195  <DL>  <DL>
   <DT class="font10bold">Function Parameters:</DT>  
     
1196    
1197    <DT class="font10bold">Function Info:</DT>          <DT class="font10bold">Function Info:</DT>
1198              </DL>
1199  </DL>  </DIV>
1200    <BR>
1201    <DIV CLASS="function">
1202    <A NAME='methodchild_build_search_table'><!-- --></A>
1203    <SPAN CLASS="font12bold">child_build_search_table</SPAN> (line <span class="linenumber">355</span>)
1204    <BR>
1205    <SPAN CLASS="font10bold">Usage : </SPAN>
1206    <span class="font10bold" style="color: #FF0000"><a href="../phpHtmlLib/TABLEtag.html">TABLEtag</a></SPAN>&nbsp;
1207    <span class="font10bold" style="color: #0000FF">child_build_search_table(
1208    )</SPAN>
1209    <BR>
1210    
1211    <span class="font10bold" style="padding-left: 10px;">Overrides :</span> <a href="../phpHtmlLib/DataList.html#methodchild_build_search_table">DataList::child_build_search_table()</a> This function builds the search  block that lives above the results
1212    <BR>
1213    <SPAN CLASS="font10bold">Description : </SPAN>
1214    This builds the table that holds the search  capability.
1215    <br />
1216    
1217    <DL>
1218    
1219            <DT class="font10bold">Function Info:</DT>
1220                    <DD CLASS="font10" STYLE="padding-bottom:5px;"><b>return</b> - object.</DD>
1221            </DL>
1222  </DIV>  </DIV>
1223  <BR>  <BR>
1224    <DIV CLASS="function">
1225    <A NAME='methodchild_get_gui'><!-- --></A>
1226    <SPAN CLASS="font12bold">child_get_gui</SPAN> (line <span class="linenumber">235</span>)
1227    <BR>
1228    <SPAN CLASS="font10bold">Usage : </SPAN>
1229    <span class="font10bold" style="color: #FF0000">void</SPAN>&nbsp;
1230    <span class="font10bold" style="color: #0000FF">child_get_gui(
1231    )</SPAN>
1232    <BR>
1233    
1234    <span class="font10bold" style="padding-left: 10px;">Overrides :</span> <a href="../phpHtmlLib/DataList.html#methodchild_get_gui">DataList::child_get_gui()</a> This function is called after all of the data has  been added to the UI object.  It just returns the  container that is the entire UI for the DataList
1235    <BR>
1236    <SPAN CLASS="font10bold">Description : </SPAN>
1237    
1238    <br />
1239    
1240    <DL>
1241    
1242            <DT class="font10bold">Function Info:</DT>
1243            </DL>
1244    </DIV>
1245    <BR>
1246  <DIV CLASS="function">  <DIV CLASS="function">
1247  <A NAME='child_build_search_table'><!-- --></A>  <A NAME='methodget_default_checked_items'><!-- --></A>
1248  <SPAN CLASS="font12bold">child_build_search_table</SPAN>  <SPAN CLASS="font12bold">get_default_checked_items</SPAN> (line <span class="linenumber">493</span>)
1249  <BR>  <BR>
1250  <SPAN CLASS="font10bold">Useage : </SPAN>  <SPAN CLASS="font10bold">Usage : </SPAN>
1251  <span class="font10bold" style="color: #FF0000"><a href="../phpHtmlLib/TABLEtag.html">TABLEtag</a></SPAN>&nbsp;  <span class="font10bold" style="color: #FF0000">array</SPAN>&nbsp;
1252  <span class="font10bold" style="color: #0000FF">child_build_search_table (  )</SPAN>  <span class="font10bold" style="color: #0000FF">get_default_checked_items(
1253    )</SPAN>
1254  <BR>  <BR>
1255  <span class="font10bold" style="padding-left: 10px;">Overrides :</span> <a href="../phpHtmlLib/DataList.html#child_build_search_table">DataList::child_build_search_table()</a>  
1256  <BR>  <BR>
1257  <SPAN CLASS="font10bold">Description : </SPAN>  <SPAN CLASS="font10bold">Description : </SPAN>
1258  <!-- ========== Info from phpDoc block ========= -->  This function returns the array of default  checked items to be marked as checked in  the checkbox action column
1259  This builds the table that holds the search  <br />
1260  capability.  
1261    <DL>
1262    
1263            <DT class="font10bold">Function Info:</DT>
1264            </DL>
1265    </DIV>
1266    <BR>
1267    <DIV CLASS="function">
1268    <A NAME='methodgui_init'><!-- --></A>
1269    <SPAN CLASS="font12bold">gui_init</SPAN> (line <span class="linenumber">103</span>)
1270    <BR>
1271    <SPAN CLASS="font10bold">Usage : </SPAN>
1272    <span class="font10bold" style="color: #FF0000">void</SPAN>&nbsp;
1273    <span class="font10bold" style="color: #0000FF">gui_init(
1274    )</SPAN>
1275  <BR>  <BR>
1276    
1277    <span class="font10bold" style="padding-left: 10px;">Overrides :</span> <a href="../phpHtmlLib/DataList.html#methodgui_init">DataList::gui_init()</a> A subclass can override this function  to setup the class variables after  the constructor.  The constructor  automatically calls this function.
1278    <BR>
1279    <SPAN CLASS="font10bold">Description : </SPAN>
1280    
1281    <br />
1282    
1283  <DL>  <DL>
   <DT class="font10bold">Function Parameters:</DT>  
     
1284    
1285    <DT class="font10bold">Function Info:</DT>          <DT class="font10bold">Function Info:</DT>
1286              </DL>
1287    <DD CLASS="font10" STYLE="padding-bottom:5px;"><b>Return</b> - object.</DD>  </DIV>
1288      <BR>
1289  </DL>  <DIV CLASS="function">
1290    <A NAME='methodis_action_checked'><!-- --></A>
1291    <SPAN CLASS="font12bold">is_action_checked</SPAN> (line <span class="linenumber">698</span>)
1292    <BR>
1293    <SPAN CLASS="font10bold">Usage : </SPAN>
1294    <span class="font10bold" style="color: #FF0000">boolean</SPAN>&nbsp;
1295    <span class="font10bold" style="color: #0000FF">is_action_checked(
1296    string
1297    $value, array
1298    $row_data)</SPAN>
1299    <BR>
1300    
1301    <BR>
1302    <SPAN CLASS="font10bold">Description : </SPAN>
1303    This function is provided to give the child class  the ability to precheck/select a particular  column.
1304    <br />
1305    
1306    <DL>
1307            <DT class="font10bold">Function Parameters:</DT>
1308                    <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">$value</SPAN></SPAN> - the item to look for.</DD>
1309                    <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">$row_data</SPAN></SPAN> - the row's data.</DD>
1310            
1311            <DT class="font10bold">Function Info:</DT>
1312            </DL>
1313  </DIV>  </DIV>
1314  <BR>  <BR>
1315    <DIV CLASS="function">
1316    <A NAME='methodis_action_enabled'><!-- --></A>
1317    <SPAN CLASS="font12bold">is_action_enabled</SPAN> (line <span class="linenumber">711</span>)
1318    <BR>
1319    <SPAN CLASS="font10bold">Usage : </SPAN>
1320    <span class="font10bold" style="color: #FF0000">boolean</SPAN>&nbsp;
1321    <span class="font10bold" style="color: #0000FF">is_action_enabled(
1322    string
1323    $value, array
1324    $row_data)</SPAN>
1325    <BR>
1326    
1327    <BR>
1328    <SPAN CLASS="font10bold">Description : </SPAN>
1329    This function is provided to give the child  class the ability to enable/disable a particular  checkbox.
1330    <br />
1331    
1332    <DL>
1333            <DT class="font10bold">Function Parameters:</DT>
1334                    <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">$value</SPAN></SPAN> - the item to look for.</DD>
1335                    <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">$row_data</SPAN></SPAN> - the row's data.</DD>
1336            
1337            <DT class="font10bold">Function Info:</DT>
1338            </DL>
1339    </DIV>
1340    <BR>
1341  <DIV CLASS="function">  <DIV CLASS="function">
1342  <A NAME='child_get_gui'><!-- --></A>  <A NAME='methodsave_checked_items'><!-- --></A>
1343  <SPAN CLASS="font12bold">child_get_gui</SPAN>  <SPAN CLASS="font12bold">save_checked_items</SPAN> (line <span class="linenumber">502</span>)
1344  <BR>  <BR>
1345  <SPAN CLASS="font10bold">Useage : </SPAN>  <SPAN CLASS="font10bold">Usage : </SPAN>
1346  <span class="font10bold" style="color: #FF0000">void</SPAN>&nbsp;  <span class="font10bold" style="color: #FF0000">void</SPAN>&nbsp;
1347  <span class="font10bold" style="color: #0000FF">child_get_gui (  )</SPAN>  <span class="font10bold" style="color: #0000FF">save_checked_items(
1348    )</SPAN>
1349  <BR>  <BR>
1350  <span class="font10bold" style="padding-left: 10px;">Overrides :</span> <a href="../phpHtmlLib/DataList.html#child_get_gui">DataList::child_get_gui()</a>  
1351  <BR>  <BR>
1352  <SPAN CLASS="font10bold">Description : </SPAN>  <SPAN CLASS="font10bold">Description : </SPAN>
1353  <!-- ========== Info from phpDoc block ========= -->  set the flag to tell the object to
1354    <br />
1355    <p>save the checked items</p>
1356    <DL>
1357    
1358            <DT class="font10bold">Function Info:</DT>
1359            </DL>
1360    </DIV>
1361  <BR>  <BR>
1362    <DIV CLASS="function">
1363    <A NAME='methodset_actionbar'><!-- --></A>
1364    <SPAN CLASS="font12bold">set_actionbar</SPAN> (line <span class="linenumber">542</span>)
1365    <BR>
1366    <SPAN CLASS="font10bold">Usage : </SPAN>
1367    <span class="font10bold" style="color: #FF0000">void</SPAN>&nbsp;
1368    <span class="font10bold" style="color: #0000FF">set_actionbar(
1369    [boolean
1370    $flag = TRUE])</SPAN>
1371    <BR>
1372    
1373    <BR>
1374    <SPAN CLASS="font10bold">Description : </SPAN>
1375    This allows the caller to  turn on/off the rendering of  the bottom action bar row
1376    <br />
1377    
1378  <DL>  <DL>
1379    <DT class="font10bold">Function Parameters:</DT>          <DT class="font10bold">Function Parameters:</DT>
1380                      <DD CLASS="font10" STYLE="padding-bottom:5px;"><span STYLE="font-style: italic;">- <span style="color: #FF0000;font-weight:bold;">boolean</SPAN> <span style="color: #0000FF;font-weight:bold">$flag</SPAN></SPAN> - TRUE = on FALSE = off</DD>
1381            
1382            <DT class="font10bold">Function Info:</DT>
1383            </DL>
1384    </DIV>
1385    <BR>
1386    <DIV CLASS="function">
1387    <A NAME='methodset_align'><!-- --></A>
1388    <SPAN CLASS="font12bold">set_align</SPAN> (line <span class="linenumber">160</span>)
1389    <BR>
1390    <SPAN CLASS="font10bold">Usage : </SPAN>
1391    <span class="font10bold" style="color: #FF0000">void</SPAN>&nbsp;
1392    <span class="font10bold" style="color: #0000FF">set_align(
1393    string
1394    $align)</SPAN>
1395    <BR>
1396    
1397    <DT class="font10bold">Function Info:</DT>  <BR>
1398      <SPAN CLASS="font10bold">Description : </SPAN>
1399  </DL>  this function is used to set the overall alignment  of the widget
1400    <br />
1401    
1402    <DL>
1403            <DT class="font10bold">Function Parameters:</DT>
1404                    <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">$align</SPAN></SPAN> - the align value</DD>
1405            
1406            <DT class="font10bold">Function Info:</DT>
1407            </DL>
1408  </DIV>  </DIV>
1409  <BR>  <BR>
1410    <DIV CLASS="function">
1411    <A NAME='methodset_default_checked_items'><!-- --></A>
1412    <SPAN CLASS="font12bold">set_default_checked_items</SPAN> (line <span class="linenumber">482</span>)
1413    <BR>
1414    <SPAN CLASS="font10bold">Usage : </SPAN>
1415    <span class="font10bold" style="color: #FF0000">void</SPAN>&nbsp;
1416    <span class="font10bold" style="color: #0000FF">set_default_checked_items(
1417    array
1418    $items)</SPAN>
1419    <BR>
1420    
1421    <BR>
1422    <SPAN CLASS="font10bold">Description : </SPAN>
1423    This function is used to set the default list
1424    <br />
1425    <p>of selected checkbox items.  This is used so  the user can pre-populate the list of  checked items in the checkbox action column</p>
1426    <DL>
1427            <DT class="font10bold">Function Parameters:</DT>
1428                    <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">$items</SPAN></SPAN> - the array of checked items</DD>
1429            
1430            <DT class="font10bold">Function Info:</DT>
1431            </DL>
1432    </DIV>
1433    <BR>
1434  <DIV CLASS="function">  <DIV CLASS="function">
1435  <A NAME='gui_init'><!-- --></A>  <A NAME='methodset_global_prefix'><!-- --></A>
1436  <SPAN CLASS="font12bold">gui_init</SPAN>  <SPAN CLASS="font12bold">set_global_prefix</SPAN> (line <span class="linenumber">96</span>)
1437  <BR>  <BR>
1438  <SPAN CLASS="font10bold">Useage : </SPAN>  <SPAN CLASS="font10bold">Usage : </SPAN>
1439  <span class="font10bold" style="color: #FF0000">void</SPAN>&nbsp;  <span class="font10bold" style="color: #FF0000">void</SPAN>&nbsp;
1440  <span class="font10bold" style="color: #0000FF">gui_init (  )</SPAN>  <span class="font10bold" style="color: #0000FF">set_global_prefix(
1441    string
1442    $prefix)</SPAN>
1443  <BR>  <BR>
1444  <span class="font10bold" style="padding-left: 10px;">Overrides :</span> <a href="../phpHtmlLib/DataList.html#gui_init">DataList::gui_init()</a>  
1445    <span class="font10bold" style="padding-left: 10px;">Overrides :</span> <a href="../phpHtmlLib/DataList.html#methodset_global_prefix">DataList::set_global_prefix()</a> This function sets a prefix for all  variables that are used in the item list  table on a page.  This allows you to have  multiple itemlists on a single html page.
1446  <BR>  <BR>
1447  <SPAN CLASS="font10bold">Description : </SPAN>  <SPAN CLASS="font10bold">Description : </SPAN>
1448  <!-- ========== Info from phpDoc block ========= -->  This function sets a prefix for all  variables that are used in the item list  table on a page.  This allows you to have  multiple itemlists on a single html page.
1449    <br />
1450    
1451    <DL>
1452            <DT class="font10bold">Function Parameters:</DT>
1453                    <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">$prefix</SPAN></SPAN> - the prefix for all vars.</DD>
1454            
1455            <DT class="font10bold">Function Info:</DT>
1456            </DL>
1457    </DIV>
1458    <BR>
1459    <DIV CLASS="function">
1460    <A NAME='methodshow_actionbar'><!-- --></A>
1461    <SPAN CLASS="font12bold">show_actionbar</SPAN> (line <span class="linenumber">552</span>)
1462    <BR>
1463    <SPAN CLASS="font10bold">Usage : </SPAN>
1464    <span class="font10bold" style="color: #FF0000">boolean</SPAN>&nbsp;
1465    <span class="font10bold" style="color: #0000FF">show_actionbar(
1466    )</SPAN>
1467    <BR>
1468    
1469  <BR>  <BR>
1470    <SPAN CLASS="font10bold">Description : </SPAN>
1471    This function gets the current value  of the show actionbar flag setting.
1472    <br />
1473    
1474  <DL>  <DL>
   <DT class="font10bold">Function Parameters:</DT>  
     
1475    
1476    <DT class="font10bold">Function Info:</DT>          <DT class="font10bold">Function Info:</DT>
1477              </DL>
1478  </DL>  </DIV>
1479    <BR>
1480    <DIV CLASS="function">
1481    <A NAME='methodwrap_column_item'><!-- --></A>
1482    <SPAN CLASS="font12bold">wrap_column_item</SPAN> (line <span class="linenumber">318</span>)
1483    <BR>
1484    <SPAN CLASS="font10bold">Usage : </SPAN>
1485    <span class="font10bold" style="color: #FF0000"><a href="../phpHtmlLib/TDtag.html">TDtag</a></SPAN>&nbsp;
1486    <span class="font10bold" style="color: #0000FF">wrap_column_item(
1487    mixed
1488    $obj, string
1489    $col_name, int
1490    2, int
1491    3)</SPAN>
1492    <BR>
1493    
1494    <BR>
1495    <SPAN CLASS="font10bold">Description : </SPAN>
1496    This function ensures that the data we place  in a column is aligned according to what the  user wants.
1497    <br />
1498    
1499    <DL>
1500            <DT class="font10bold">Function Parameters:</DT>
1501                    <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">2</SPAN></SPAN> - $odd_row - tells us if this cell lives in an odd # row (for alternating row colors)</DD>
1502                    <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">3</SPAN></SPAN> - the column # we are working on.</DD>
1503                    <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">$obj</SPAN></SPAN> - $obj - the data for the td.</DD>
1504                    <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">$col_name</SPAN></SPAN> - $col_name - the name of the column header for this row to render.</DD>
1505            
1506            <DT class="font10bold">Function Info:</DT>
1507                    <DD CLASS="font10" STYLE="padding-bottom:5px;"><b>return</b> - object</DD>
1508            </DL>
1509  </DIV>  </DIV>
1510  <BR>  <BR>
1511    <DIV CLASS="function">
1512    <A NAME='method_build_actionbar'><!-- --></A>
1513    <SPAN CLASS="font12bold">_build_actionbar</SPAN> (line <span class="linenumber">721</span>)
1514    <BR>
1515    <SPAN CLASS="font10bold">Usage : </SPAN>
1516    <span class="font10bold" style="color: #FF0000"><a href="../phpHtmlLib/TABLEtag.html">TABLEtag</a></SPAN>&nbsp;
1517    <span class="font10bold" style="color: #0000FF">_build_actionbar(
1518    )</SPAN>
1519    <BR>
1520    
1521    <BR>
1522    <SPAN CLASS="font10bold">Description : </SPAN>
1523    This function renders the action bar at the bottom  of the data list.
1524    <br />
1525    
1526    <DL>
1527    
1528            <DT class="font10bold">Function Info:</DT>
1529                    <DD CLASS="font10" STYLE="padding-bottom:5px;"><b>return</b> - object</DD>
1530            </DL>
1531    </DIV>
1532    <BR>
1533  <DIV CLASS="function">  <DIV CLASS="function">
1534  <A NAME='wrap_column_item'><!-- --></A>  <A NAME='method_build_actionbar_arrow_cell'><!-- --></A>
1535  <SPAN CLASS="font12bold">wrap_column_item</SPAN>  <SPAN CLASS="font12bold">_build_actionbar_arrow_cell</SPAN> (line <span class="linenumber">757</span>)
1536  <BR>  <BR>
1537  <SPAN CLASS="font10bold">Useage : </SPAN>  <SPAN CLASS="font10bold">Usage : </SPAN>
1538  <span class="font10bold" style="color: #FF0000"><a href="../phpHtmlLib/TDtag.html">TDtag</a></SPAN>&nbsp;  <span class="font10bold" style="color: #FF0000"><a href="../phpHtmlLib/TDtag.html">TDtag</a></SPAN>&nbsp;
1539  <span class="font10bold" style="color: #0000FF">wrap_column_item ( $obj, $col_name )</SPAN>  <span class="font10bold" style="color: #0000FF">_build_actionbar_arrow_cell(
1540    string
1541    $col)</SPAN>
1542  <BR>  <BR>
1543    
1544  <BR>  <BR>
1545  <SPAN CLASS="font10bold">Description : </SPAN>  <SPAN CLASS="font10bold">Description : </SPAN>
1546  <!-- ========== Info from phpDoc block ========= -->  This function builds a TD with the  appropriate action arrow.
1547  This function ensures that the data we place  <br />
 in a column is aligned according to what the  
 user wants.  
 <BR>  
1548    
1549  <DL>  <DL>
1550    <DT class="font10bold">Function Parameters:</DT>          <DT class="font10bold">Function Parameters:</DT>
1551                      <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">$col</SPAN></SPAN> - FIRST or LAST</DD>
1552    <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">$obj</SPAN></SPAN> - the column # we are working on.</DD>          
1553              <DT class="font10bold">Function Info:</DT>
1554    <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">$col_name</SPAN></SPAN> -  - the name of the column header          </DL>
1555                               for this row to render.</DD>  </DIV>
1556      <BR>
1557    <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">$odd_row</SPAN></SPAN> -  - tells us if this cell lives in  <DIV CLASS="function">
1558                           an odd # row (for alternating row colors)</DD>  <A NAME='method_build_actionbar_data_cell'><!-- --></A>
1559      <SPAN CLASS="font12bold">_build_actionbar_data_cell</SPAN> (line <span class="linenumber">792</span>)
1560    <BR>
1561    <SPAN CLASS="font10bold">Usage : </SPAN>
1562    <span class="font10bold" style="color: #FF0000">TDtag;</SPAN>&nbsp;
1563    <span class="font10bold" style="color: #0000FF">_build_actionbar_data_cell(
1564    )</SPAN>
1565    <BR>
1566    
1567    <DT class="font10bold">Function Info:</DT>  <BR>
1568      <SPAN CLASS="font10bold">Description : </SPAN>
1569    <DD CLASS="font10" STYLE="padding-bottom:5px;"><b>Return</b> - object</DD>  This function builds the user's data cell
1570      <br />
 </DL>  
1571    
1572    <DL>
1573    
1574            <DT class="font10bold">Function Info:</DT>
1575            </DL>
1576  </DIV>  </DIV>
1577  <BR>  <BR>
1578    <DIV CLASS="function">
1579    <A NAME='method_build_action_column'><!-- --></A>
1580    <SPAN CLASS="font12bold">_build_action_column</SPAN> (line <span class="linenumber">576</span>)
1581    <BR>
1582    <SPAN CLASS="font10bold">Usage : </SPAN>
1583    <span class="font10bold" style="color: #FF0000">HTMLTag</SPAN>&nbsp;
1584    <span class="font10bold" style="color: #0000FF">_build_action_column(
1585    string
1586    $col, [boolean
1587    $header_flag = FALSE], [array
1588    $row_data = NULL])</SPAN>
1589    <BR>
1590    
1591    <BR>
1592    <SPAN CLASS="font10bold">Description : </SPAN>
1593    This builds an action column cell
1594    <br />
1595    
1596    <DL>
1597            <DT class="font10bold">Function Parameters:</DT>
1598                    <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">$col</SPAN></SPAN> - the column to test for FIRST or LAST</DD>
1599                    <DD CLASS="font10" STYLE="padding-bottom:5px;"><span STYLE="font-style: italic;">- <span style="color: #FF0000;font-weight:bold;">boolean</SPAN> <span style="color: #0000FF;font-weight:bold">$header_flag</SPAN></SPAN> - lets us know this is for the header or a cell.</DD>
1600                    <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">$row_data</SPAN></SPAN> - the row's data.</DD>
1601            
1602            <DT class="font10bold">Function Info:</DT>
1603                    <DD CLASS="font10" STYLE="padding-bottom:5px;"><b>return</b> - object</DD>
1604            </DL>
1605    </DIV>
1606    <BR>
1607  <DIV CLASS="function">  <DIV CLASS="function">
1608  <A NAME='_build_search_title'><!-- --></A>  <A NAME='method_build_search_title'><!-- --></A>
1609  <SPAN CLASS="font12bold">_build_search_title</SPAN>  <SPAN CLASS="font12bold">_build_search_title</SPAN> (line <span class="linenumber">387</span>)
1610  <BR>  <BR>
1611  <SPAN CLASS="font10bold">Useage : </SPAN>  <SPAN CLASS="font10bold">Usage : </SPAN>
1612  <span class="font10bold" style="color: #FF0000"><a href="../phpHtmlLib/TABLEtag.html">TABLEtag</a></SPAN>&nbsp;  <span class="font10bold" style="color: #FF0000"><a href="../phpHtmlLib/TABLEtag.html">TABLEtag</a></SPAN>&nbsp;
1613  <span class="font10bold" style="color: #0000FF">_build_search_title (  )</SPAN>  <span class="font10bold" style="color: #0000FF">_build_search_title(
1614    )</SPAN>
1615  <BR>  <BR>
1616    
1617  <BR>  <BR>
1618  <SPAN CLASS="font10bold">Description : </SPAN>  <SPAN CLASS="font10bold">Description : </SPAN>
 <!-- ========== Info from phpDoc block ========= -->  
1619  This function builds the search title table  This function builds the search title table
1620  <BR>  <br />
1621    
1622  <DL>  <DL>
   <DT class="font10bold">Function Parameters:</DT>  
     
   
   <DT class="font10bold">Function Info:</DT>  
     
   <DD CLASS="font10" STYLE="padding-bottom:5px;"><b>Return</b> - object</DD>  
     
 </DL>  
1623    
1624            <DT class="font10bold">Function Info:</DT>
1625                    <DD CLASS="font10" STYLE="padding-bottom:5px;"><b>return</b> - object</DD>
1626            </DL>
1627  </DIV>  </DIV>
1628  <BR>  <BR>
   
1629  <DIV CLASS="function">  <DIV CLASS="function">
1630  <A NAME='_build_simple_search_form'><!-- --></A>  <A NAME='method_build_simple_search_form'><!-- --></A>
1631  <SPAN CLASS="font12bold">_build_simple_search_form</SPAN>  <SPAN CLASS="font12bold">_build_simple_search_form</SPAN> (line <span class="linenumber">406</span>)
1632  <BR>  <BR>
1633  <SPAN CLASS="font10bold">Useage : </SPAN>  <SPAN CLASS="font10bold">Usage : </SPAN>
1634  <span class="font10bold" style="color: #FF0000"><a href="../phpHtmlLib/ContainerWidget.html">ContainerWidget</a></SPAN>&nbsp;  <span class="font10bold" style="color: #FF0000"><a href="../phpHtmlLib/ContainerWidget.html">ContainerWidget</a></SPAN>&nbsp;
1635  <span class="font10bold" style="color: #0000FF">_build_simple_search_form (  )</SPAN>  <span class="font10bold" style="color: #0000FF">_build_simple_search_form(
1636    )</SPAN>
1637  <BR>  <BR>
1638    
1639  <BR>  <BR>
1640  <SPAN CLASS="font10bold">Description : </SPAN>  <SPAN CLASS="font10bold">Description : </SPAN>
 <!-- ========== Info from phpDoc block ========= -->  
1641  This function builds the simple search TD  This function builds the simple search TD
1642    <br />
1643    
1644    <DL>
1645    
1646            <DT class="font10bold">Function Info:</DT>
1647            </DL>
1648    </DIV>
1649    <BR>
1650    <DIV CLASS="function">
1651    <A NAME='method_checkbox_javascript'><!-- --></A>
1652    <SPAN CLASS="font12bold">_checkbox_javascript</SPAN> (line <span class="linenumber">880</span>)
1653    <BR>
1654    <SPAN CLASS="font10bold">Usage : </SPAN>
1655    <span class="font10bold" style="color: #FF0000"><a href="../phpHtmlLib/SCRIPTtag.html">SCRIPTtag</a></SPAN>&nbsp;
1656    <span class="font10bold" style="color: #0000FF">_checkbox_javascript(
1657    )</SPAN>
1658    <BR>
1659    
1660    <BR>
1661    <SPAN CLASS="font10bold">Description : </SPAN>
1662    This function builds the JS needed for the checkbox  action column
1663    <br />
1664    
1665    <DL>
1666    
1667            <DT class="font10bold">Function Info:</DT>
1668            </DL>
1669    </DIV>
1670    <BR>
1671    <DIV CLASS="function">
1672    <A NAME='method_has_action_column'><!-- --></A>
1673    <SPAN CLASS="font12bold">_has_action_column</SPAN> (line <span class="linenumber">526</span>)
1674    <BR>
1675    <SPAN CLASS="font10bold">Usage : </SPAN>
1676    <span class="font10bold" style="color: #FF0000">boolean</SPAN>&nbsp;
1677    <span class="font10bold" style="color: #0000FF">_has_action_column(
1678    string
1679    $col)</SPAN>
1680  <BR>  <BR>
1681    
1682    <BR>
1683    <SPAN CLASS="font10bold">Description : </SPAN>
1684    This function tests to see if the child  wants to render an action column
1685    <br />
1686    
1687  <DL>  <DL>
1688    <DT class="font10bold">Function Parameters:</DT>          <DT class="font10bold">Function Parameters:</DT>
1689                      <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">$col</SPAN></SPAN> - the column to test for FIRST or LAST</DD>
1690            
1691            <DT class="font10bold">Function Info:</DT>
1692            </DL>
1693    </DIV>
1694    <BR>
1695    <DIV CLASS="function">
1696    <A NAME='method_is_col_checked'><!-- --></A>
1697    <SPAN CLASS="font12bold">_is_col_checked</SPAN> (line <span class="linenumber">667</span>)
1698    <BR>
1699    <SPAN CLASS="font10bold">Usage : </SPAN>
1700    <span class="font10bold" style="color: #FF0000">boolean.</SPAN>&nbsp;
1701    <span class="font10bold" style="color: #0000FF">_is_col_checked(
1702    string
1703    $value, array
1704    $row_data)</SPAN>
1705    <BR>
1706    
1707    <BR>
1708    <SPAN CLASS="font10bold">Description : </SPAN>
1709    This method checks to see if a  particular row has been checked  in the action column
1710    <br />
1711    
1712    <DL>
1713            <DT class="font10bold">Function Parameters:</DT>
1714                    <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">$value</SPAN></SPAN> - the item to look for</DD>
1715                    <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">$row_data</SPAN></SPAN> - the row's data.</DD>
1716            
1717            <DT class="font10bold">Function Info:</DT>
1718            </DL>
1719    </DIV>
1720    <BR>
1721    <DIV CLASS="function">
1722    <A NAME='method_javascript'><!-- --></A>
1723    <SPAN CLASS="font12bold">_javascript</SPAN> (line <span class="linenumber">861</span>)
1724    <BR>
1725    <SPAN CLASS="font10bold">Usage : </SPAN>
1726    <span class="font10bold" style="color: #FF0000">mixed</SPAN>&nbsp;
1727    <span class="font10bold" style="color: #0000FF">_javascript(
1728    )</SPAN>
1729    <BR>
1730    
1731    <DT class="font10bold">Function Info:</DT>  <span class="font10bold" style="padding-left: 10px;">Overrides :</span> <a href="../phpHtmlLib/DataList.html#method_javascript">DataList::_javascript()</a> This function provides a way to automatically  add javascript to this object.
1732      <BR>
1733  </DL>  <SPAN CLASS="font10bold">Description : </SPAN>
1734    This function returns any Javascript required  for this widget
1735    <br />
1736    
1737    <DL>
1738    
1739            <DT class="font10bold">Function Info:</DT>
1740            </DL>
1741  </DIV>  </DIV>
1742  <BR>  <BR>
1743    <DIV CLASS="function">
1744    <A NAME='method_save_checked_items_enabled'><!-- --></A>
1745    <SPAN CLASS="font12bold">_save_checked_items_enabled</SPAN> (line <span class="linenumber">514</span>)
1746    <BR>
1747    <SPAN CLASS="font10bold">Usage : </SPAN>
1748    <span class="font10bold" style="color: #FF0000">boolean</SPAN>&nbsp;
1749    <span class="font10bold" style="color: #0000FF">_save_checked_items_enabled(
1750    )</SPAN>
1751    <BR>
1752    
1753    <BR>
1754    <SPAN CLASS="font10bold">Description : </SPAN>
1755    This tests the object flag to
1756    <br />
1757    <p>see if the child class wants to  automatically save the checked  items</p>
1758    <DL>
1759    
1760  <hr>          <DT class="font10bold">Function Info:</DT>
1761  </HTML>          </DL>
1762    </DIV>
1763    <BR>
1764            <div id="credit">
1765                    <hr>
1766                    Documention generated on Thu, 20 Feb 2003 16:22:37 -0800 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.2.0rc1</a>
1767            </div>
1768    </body>
1769    </html>

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

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