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

Annotation of /nfo/php/libs/com.newsblob.phphtmllib/doc/phpHtmlLib/TreeNav.html

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.2 - (hide annotations)
Sat Feb 22 20:56:37 2003 UTC (21 years, 6 months ago) by jonen
Branch: MAIN
Changes since 1.1: +263 -393 lines
File MIME type: text/html
+ updated whole lib to version 2.2.1 (new FormProcessing since 2.2.0!)

1 jonen 1.2 <!DOCTYPE HTML PUBLIC '-//W3C//DTD HTML 4.0 Transitional//EN' 'http://www.w3.org/TR/REC-html40/loose.dtd'>
2 jonen 1.1 <!--NewPage-->
3     <HTML>
4     <HEAD>
5 jonen 1.2 <!-- Generated by PhpDoc date: 'Thu, 20 Feb 2003 16:23:51 -0800' -->
6 jonen 1.1 <TITLE>Docs For Class TreeNav</TITLE>
7 jonen 1.2 <LINK REL ='stylesheet' TYPE='text/css' HREF='../media/stylesheet.css' TITLE='Style'>
8 jonen 1.1 </HEAD>
9     <BODY style="background-color: #eeeeee; font-family: arial; font-size: .9em;">
10     <!-- Links -->
11     <a NAME="top"></A>
12     <table WIDTH="100%" class="links">
13     <TR>
14     <TD class="font10">
15     Links:
16     <A HREF="#children_summary" class="links" title="Classes extended from TreeNav">Child Classes</A>
17     <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>
19 jonen 1.2 <A HREF="#functions_inherited" class="links" title="Inherited Method Summary">Inherited Methods</A>
20     <A HREF="#method_summary" class="links" title="Method Summary">Methods</A>
21 jonen 1.1 <A HREF="#variable_detail" class="links" title="Variable Detail">Variable Detail</A>
22 jonen 1.2 <A HREF="#method_detail" class="links" title="Method Detail">Method Detail</A>
23 jonen 1.1 </TD>
24     </TR>
25     </TABLE>
26     <BR>
27     <!-- Start of Class Data -->
28     <H2>
29     Class TreeNav
30 jonen 1.2 </H2> (line <span class="linenumber">25</span>)
31 jonen 1.1 <pre>
32 jonen 1.2 <a href="../phpHtmlLib/Container.html">Container</a>
33 jonen 1.1 |
34     --<a href="../phpHtmlLib/BaseWidget.html">BaseWidget</a>
35     |
36     --TreeNav</pre>
37     <p>
38     <b><i>Located in File: Program_Root/widgets/TreeNav.inc</i></b><br>
39     </p>
40     <hr>
41 jonen 1.2 This class tries to build a tree navigational widget.
42     <br />
43     <p>definetly not done.</p>
44 jonen 1.1 <UL>
45 jonen 1.2 <LI><b>author</b> - <CODE>Walter A. Boring IV &lt;<a href="mailto:waboring@buildabetterweb.com">mailto:waboring@buildabetterweb.com</a>&gt;</CODE></LI>
46     </UL>
47 jonen 1.1 <hr>
48     <!-- =========== VAR SUMMARY =========== -->
49     <A NAME='var_summary'><!-- --></A>
50     <TABLE CELLPADDING='3' CELLSPACING='0' WIDTH='100%' CLASS="border">
51     <TR BGCOLOR='#CCCCFF' CLASS='TableHeadingColor'>
52     <TD>
53     <span CLASS="font12bold">Class Variable Summary</span>
54     <A HREF="#top" CLASS="links">^TOP</A>
55     </TD>
56     </TR>
57    
58 jonen 1.2 </TABLE>
59 jonen 1.1 <hr>
60     <!-- =========== VAR INHERITED SUMMARY =========== -->
61     <A NAME='var_inherited_summary'><!-- --></A>
62     <TABLE CELLPADDING='3' CELLSPACING='0' WIDTH='100%' CLASS="border">
63 jonen 1.2 <TR BGCOLOR='#CCCCFF' CLASS='TableHeadingColor'>
64 jonen 1.1 <TD>
65     <span CLASS="font12bold">Inherited Class Variable Summary</span>
66     <A HREF="#top" CLASS="links">^TOP</A>
67     </TD>
68     </TR>
69    
70 jonen 1.2 <!-- =========== Summary =========== -->
71 jonen 1.1 <TR BGCOLOR='white'>
72     <TD>
73     <span CLASS="font10bold">Inherited From Class <a href="../phpHtmlLib/BaseWidget.html">BaseWidget</a></span>
74     <table CELLPADDING='3' CELLSPACING='0' WIDTH='95%' CLASS="border" ALIGN="center">
75     <tr CLASS="tableheadingcolor">
76     <th>Variable</th>
77     <th>Default Value</th>
78     <th>Description</th>
79     </tr>
80 jonen 1.2 <tr>
81     <td CLASS="font10bold"><a href="../phpHtmlLib/BaseWidget.html#var$title">BaseWidget::$title</a></td>
82     <td CLASS="font10" STYLE="white-space: nowrap">->''<-</td>
83 jonen 1.1 <td CLASS="font10">The title of the table.</td>
84     </tr>
85 jonen 1.2 <tr>
86     <td CLASS="font10bold"><a href="../phpHtmlLib/BaseWidget.html#var$width">BaseWidget::$width</a></td>
87     <td CLASS="font10" STYLE="white-space: nowrap">->"100%"<-</td>
88 jonen 1.1 <td CLASS="font10">the width of the widget</td>
89     </tr>
90 jonen 1.2 </table>
91 jonen 1.1 <BR>
92     </TD>
93     </TR>
94 jonen 1.2 <!-- =========== Summary =========== -->
95 jonen 1.1 <TR BGCOLOR='white'>
96     <TD>
97     <span CLASS="font10bold">Inherited From Class <a href="../phpHtmlLib/Container.html">Container</a></span>
98     <table CELLPADDING='3' CELLSPACING='0' WIDTH='95%' CLASS="border" ALIGN="center">
99     <tr CLASS="tableheadingcolor">
100     <th>Variable</th>
101     <th>Default Value</th>
102     <th>Description</th>
103     </tr>
104 jonen 1.2 <tr>
105     <td CLASS="font10bold"><a href="../phpHtmlLib/Container.html#var$_flags">Container::$_flags</a></td>
106     <td CLASS="font10" STYLE="white-space: nowrap">-> _NEWLINEAFTERCONTENT<-</td>
107     <td CLASS="font10">The flags that tell us</td>
108 jonen 1.1 </tr>
109 jonen 1.2 </table>
110 jonen 1.1 <BR>
111     </TD>
112     </TR>
113 jonen 1.2 </TABLE>
114 jonen 1.1
115     <hr>
116 jonen 1.2 <!-- =========== METHOD SUMMARY =========== -->
117     <A NAME='method_summary'><!-- --></A>
118 jonen 1.1 <TABLE CELLPADDING='3' CELLSPACING='0' WIDTH='100%' Class="border">
119     <TR BGCOLOR='#CCCCFF' CLASS='TableHeadingColor'>
120     <TD>
121     <span class="font12bold">Method Summary</span>
122     <A HREF="#top" CLASS="links">^TOP</A>
123     </TD>
124     </TR>
125    
126 jonen 1.2 <!-- =========== Summary =========== -->
127 jonen 1.1 <TR BGCOLOR='white' CLASS='TableRowColor'>
128     <TD>
129 jonen 1.2 <CODE><B><A HREF='../phpHtmlLib/TreeNav.html#methodTreeNav'>void constructor TreeNav ( [$width = 760] )</A></B></CODE>
130 jonen 1.1 <BR>
131 jonen 1.2 <blockquote> Constructor for this class It just sets the width for the widget. </blockquote>
132 jonen 1.1 </TD>
133     </TR>
134 jonen 1.2 <!-- =========== Summary =========== -->
135 jonen 1.1 <TR BGCOLOR='white' CLASS='TableRowColor'>
136     <TD>
137 jonen 1.2 <CODE><B><A HREF='../phpHtmlLib/TreeNav.html#methodbuild_img_td'>void build_img_td ( )</A></B></CODE>
138 jonen 1.1 <BR>
139     <blockquote> build the image seperator td </blockquote>
140     </TD>
141     </TR>
142 jonen 1.2 <!-- =========== Summary =========== -->
143 jonen 1.1 <TR BGCOLOR='white' CLASS='TableRowColor'>
144     <TD>
145 jonen 1.2 <CODE><B><A HREF='../phpHtmlLib/TreeNav.html#methodbuild_innertable'>void build_innertable ( )</A></B></CODE>
146 jonen 1.1 <BR>
147     <blockquote> build all of the idividual nav elements. </blockquote>
148     </TD>
149     </TR>
150 jonen 1.2 <!-- =========== Summary =========== -->
151 jonen 1.1 <TR BGCOLOR='white' CLASS='TableRowColor'>
152     <TD>
153 jonen 1.2 <CODE><B><A HREF='../phpHtmlLib/TreeNav.html#methodbuild_link_td'>void build_link_td ( $nav )</A></B></CODE>
154 jonen 1.1 <BR>
155     <blockquote> build the link td. </blockquote>
156     </TD>
157     </TR>
158 jonen 1.2 <!-- =========== Summary =========== -->
159 jonen 1.1 <TR BGCOLOR='white' CLASS='TableRowColor'>
160     <TD>
161 jonen 1.2 <CODE><B><A HREF='../phpHtmlLib/TreeNav.html#methodbuild_spacer_td'>void build_spacer_td ( )</A></B></CODE>
162 jonen 1.1 <BR>
163     <blockquote> build a spacer td. </blockquote>
164     </TD>
165     </TR>
166 jonen 1.2 <!-- =========== Summary =========== -->
167 jonen 1.1 <TR BGCOLOR='white' CLASS='TableRowColor'>
168     <TD>
169 jonen 1.2 <CODE><B><A HREF='../phpHtmlLib/TreeNav.html#methodpush'>void push ( $url, $text, [$selected = FALSE] )</A></B></CODE>
170 jonen 1.1 <BR>
171     <blockquote> </blockquote>
172     </TD>
173     </TR>
174 jonen 1.2 <!-- =========== Summary =========== -->
175 jonen 1.1 <TR BGCOLOR='white' CLASS='TableRowColor'>
176     <TD>
177 jonen 1.2 <CODE><B><A HREF='../phpHtmlLib/TreeNav.html#methodpush_blank'>void push_blank ( [$num = 1] )</A></B></CODE>
178 jonen 1.1 <BR>
179     <blockquote> </blockquote>
180     </TD>
181     </TR>
182 jonen 1.2 <!-- =========== Summary =========== -->
183 jonen 1.1 <TR BGCOLOR='white' CLASS='TableRowColor'>
184     <TD>
185 jonen 1.2 <CODE><B><A HREF='../phpHtmlLib/TreeNav.html#methodpush_text'>void push_text ( $text, [$selected = FALSE] )</A></B></CODE>
186 jonen 1.1 <BR>
187     <blockquote> </blockquote>
188     </TD>
189     </TR>
190 jonen 1.2 <!-- =========== Summary =========== -->
191 jonen 1.1 <TR BGCOLOR='white' CLASS='TableRowColor'>
192     <TD>
193 jonen 1.2 <CODE><B><A HREF='../phpHtmlLib/TreeNav.html#methodrender'>string render ( [$indent_level = 1], [$output_debug = 0] )</A></B></CODE>
194 jonen 1.1 <BR>
195     <blockquote> function that will render the widget. </blockquote>
196     </TD>
197     </TR>
198 jonen 1.2 <!-- =========== Summary =========== -->
199 jonen 1.1 <TR BGCOLOR='white' CLASS='TableRowColor'>
200     <TD>
201 jonen 1.2 <CODE><B><A HREF='../phpHtmlLib/TreeNav.html#methodset_selected'>void set_selected ( $text )</A></B></CODE>
202 jonen 1.1 <BR>
203 jonen 1.2 <blockquote> Set this text as the selected item </blockquote>
204     </TD>
205     </TR>
206     </TABLE>
207     <!-- =========== INHERITED METHOD SUMMARY =========== -->
208     <A NAME='functions_inherited'><!-- --></A>
209     <TABLE CELLPADDING='3' CELLSPACING='0' WIDTH='100%' CLASS="border">
210     <TR BGCOLOR='#CCCCFF' CLASS='TableHeadingColor'>
211     <TD>
212     <span CLASS="font12bold">Inherited Method Summary</span>
213     <A HREF="#top" CLASS="links">^TOP</A>
214 jonen 1.1 </TD>
215     </TR>
216    
217 jonen 1.2 <!-- =========== Summary =========== -->
218     <TR BGCOLOR='white' CLASS='TableRowColor'>
219     <TD>
220     <span CLASS="font10bold">Inherited From Class <a href="../phpHtmlLib/BaseWidget.html">BaseWidget</a></span>
221     <TABLE CELLPADDING='3' CELLSPACING='0' WIDTH='95%' CLASS="border" ALIGN="center">
222     <tr CLASS="tableheadingcolor">
223     <th>Function</th>
224     <th>Description</th>
225     </tr>
226     <tr>
227     <td CLASS="font10bold"><a href="../phpHtmlLib/BaseWidget.html#methodget_align">BaseWidget::get_align()</a></td>
228     <td CLASS="font10">This gets the alignment value for the outer table</td>
229     <tr>
230     <td CLASS="font10bold"><a href="../phpHtmlLib/BaseWidget.html#methodget_css">BaseWidget::get_css()</a></td>
231     <td CLASS="font10">This function provides the mechanism to build and return the css needed by this widget</td>
232     <tr>
233     <td CLASS="font10bold"><a href="../phpHtmlLib/BaseWidget.html#methodget_javascript">BaseWidget::get_javascript()</a></td>
234     <td CLASS="font10">Function for returning the raw javascript that is required for this widget.</td>
235     <tr>
236     <td CLASS="font10bold"><a href="../phpHtmlLib/BaseWidget.html#methodget_title">BaseWidget::get_title()</a></td>
237     <td CLASS="font10">Function for accessing the title of this widget</td>
238     <tr>
239     <td CLASS="font10bold"><a href="../phpHtmlLib/BaseWidget.html#methodget_width">BaseWidget::get_width()</a></td>
240     <td CLASS="font10">Function for getting the current widget width setting.</td>
241     <tr>
242     <td CLASS="font10bold"><a href="../phpHtmlLib/BaseWidget.html#methodset_align">BaseWidget::set_align()</a></td>
243     <td CLASS="font10">This function sets the align attribute for the outer table.</td>
244     <tr>
245     <td CLASS="font10bold"><a href="../phpHtmlLib/BaseWidget.html#methodset_title">BaseWidget::set_title()</a></td>
246     <td CLASS="font10">Set the title for the widget.</td>
247     <tr>
248     <td CLASS="font10bold"><a href="../phpHtmlLib/BaseWidget.html#methodset_width">BaseWidget::set_width()</a></td>
249     <td CLASS="font10">Set the width for the widget.</td>
250     </table>
251     <br>
252     </TD>
253     </TR>
254     <!-- =========== Summary =========== -->
255     <TR BGCOLOR='white' CLASS='TableRowColor'>
256     <TD>
257     <span CLASS="font10bold">Inherited From Class <a href="../phpHtmlLib/Container.html">Container</a></span>
258     <TABLE CELLPADDING='3' CELLSPACING='0' WIDTH='95%' CLASS="border" ALIGN="center">
259     <tr CLASS="tableheadingcolor">
260     <th>Function</th>
261     <th>Description</th>
262     </tr>
263     <tr>
264     <td CLASS="font10bold"><a href="../phpHtmlLib/Container.html#methodContainer">Container::Container()</a></td>
265     <td CLASS="font10">The constructor.</td>
266     <tr>
267     <td CLASS="font10bold"><a href="../phpHtmlLib/Container.html#methodadd">Container::add()</a></td>
268     <td CLASS="font10">add content onto content stack</td>
269     <tr>
270     <td CLASS="font10bold"><a href="../phpHtmlLib/Container.html#methodadd_reference">Container::add_reference()</a></td>
271     <td CLASS="font10">Add content onto content stack so you can change the item later.</td>
272     <tr>
273     <td CLASS="font10bold"><a href="../phpHtmlLib/Container.html#methodcount_content">Container::count_content()</a></td>
274     <td CLASS="font10">counts the number of content objects</td>
275     <tr>
276     <td CLASS="font10bold"><a href="../phpHtmlLib/Container.html#methodget_indent_flag">Container::get_indent_flag()</a></td>
277     <td CLASS="font10">This flag gets the current value of the indent flag</td>
278     <tr>
279     <td CLASS="font10bold"><a href="../phpHtmlLib/Container.html#methodpush">Container::push()</a></td>
280     <td CLASS="font10">Same as add().</td>
281     <tr>
282     <td CLASS="font10bold"><a href="../phpHtmlLib/Container.html#methodpush_reference">Container::push_reference()</a></td>
283     <td CLASS="font10">Same as add_reference NOTE : only exists for compatibility with 1.1.x</td>
284     <tr>
285     <td CLASS="font10bold"><a href="../phpHtmlLib/Container.html#methodrender">Container::render()</a></td>
286     <td CLASS="font10">This function is compatible with the rest of the phpHtmllib API spec.</td>
287     <tr>
288     <td CLASS="font10bold"><a href="../phpHtmlLib/Container.html#methodreset_content">Container::reset_content()</a></td>
289     <td CLASS="font10">destroy existing content and start with new content.</td>
290     <tr>
291     <td CLASS="font10bold"><a href="../phpHtmlLib/Container.html#methodset_collapse">Container::set_collapse()</a></td>
292     <td CLASS="font10">This function turns on the collapse flag</td>
293     <tr>
294     <td CLASS="font10bold"><a href="../phpHtmlLib/Container.html#methodset_indent_flag">Container::set_indent_flag()</a></td>
295     <td CLASS="font10">function to set the indent flag</td>
296     <tr>
297     <td CLASS="font10bold"><a href="../phpHtmlLib/Container.html#method_set_flags">Container::_set_flags()</a></td>
298     <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>
299     </table>
300     <br>
301     </TD>
302     </TR>
303     </TABLE>
304 jonen 1.1 <hr>
305     <!-- ============ VARIABLE DETAIL =========== -->
306    
307     <A NAME='variable_detail'></A>
308     <TABLE CELLPADDING='3' CELLSPACING='0' WIDTH='100%' CLASS="border">
309     <TR BGCOLOR='#CCCCFF' CLASS='TableHeadingColor'>
310     <TD>
311     <span CLASS="font12bold">Variable Detail</span>
312     <A HREF="#top" CLASS="links">^TOP</A>
313     </TD>
314     </TR>
315     </TABLE>
316    
317     <hr>
318 jonen 1.2 <!-- ============ METHOD DETAIL =========== -->
319 jonen 1.1
320 jonen 1.2 <A NAME='method_detail'></A>
321 jonen 1.1 <TABLE CELLPADDING='3' CELLSPACING='0' WIDTH='100%' CLASS="border">
322     <TR BGCOLOR='#CCCCFF' CLASS='TableHeadingColor'>
323     <TD>
324     <span class="font12bold">Method Detail</span>
325     <A HREF="#top" CLASS="links">^TOP</A>
326     </TD>
327     </TR>
328     </TABLE>
329     <BR>
330     <DIV CLASS="function">
331 jonen 1.2 <A NAME='methodTreeNav'><!-- --></A>
332     <SPAN CLASS="font12bold">Constructor TreeNav</SPAN> (line <span class="linenumber">34</span>)
333 jonen 1.1 <BR>
334 jonen 1.2 <SPAN CLASS="font10bold">Usage : </SPAN>
335 jonen 1.1 <span class="font10bold" style="color: #FF0000">void</SPAN>&nbsp;
336 jonen 1.2 <span class="font10bold" style="color: #0000FF">TreeNav(
337     [int
338     $width = 760])</SPAN>
339 jonen 1.1 <BR>
340    
341     <BR>
342     <SPAN CLASS="font10bold">Description : </SPAN>
343 jonen 1.2 Constructor for this class It just sets the width for the widget.
344     <br />
345 jonen 1.1
346     <DL>
347 jonen 1.2 <DT class="font10bold">Function Parameters:</DT>
348     <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">$width</SPAN></SPAN> - the width of the widget</DD>
349    
350     <DT class="font10bold">Function Info:</DT>
351     </DL>
352 jonen 1.1 </DIV>
353     <BR>
354     <DIV CLASS="function">
355 jonen 1.2 <A NAME='methodbuild_img_td'><!-- --></A>
356     <SPAN CLASS="font12bold">build_img_td</SPAN> (line <span class="linenumber">70</span>)
357 jonen 1.1 <BR>
358 jonen 1.2 <SPAN CLASS="font10bold">Usage : </SPAN>
359 jonen 1.1 <span class="font10bold" style="color: #FF0000">void</SPAN>&nbsp;
360 jonen 1.2 <span class="font10bold" style="color: #0000FF">build_img_td(
361     )</SPAN>
362 jonen 1.1 <BR>
363    
364     <BR>
365     <SPAN CLASS="font10bold">Description : </SPAN>
366     build the image seperator td
367 jonen 1.2 <br />
368 jonen 1.1
369     <DL>
370    
371 jonen 1.2 <DT class="font10bold">Function Info:</DT>
372     </DL>
373 jonen 1.1 </DIV>
374     <BR>
375     <DIV CLASS="function">
376 jonen 1.2 <A NAME='methodbuild_innertable'><!-- --></A>
377     <SPAN CLASS="font12bold">build_innertable</SPAN> (line <span class="linenumber">121</span>)
378 jonen 1.1 <BR>
379 jonen 1.2 <SPAN CLASS="font10bold">Usage : </SPAN>
380 jonen 1.1 <span class="font10bold" style="color: #FF0000">void</SPAN>&nbsp;
381 jonen 1.2 <span class="font10bold" style="color: #0000FF">build_innertable(
382     )</SPAN>
383 jonen 1.1 <BR>
384    
385     <BR>
386     <SPAN CLASS="font10bold">Description : </SPAN>
387     build all of the idividual nav elements.
388 jonen 1.2 <br />
389 jonen 1.1
390     <DL>
391    
392 jonen 1.2 <DT class="font10bold">Function Info:</DT>
393     </DL>
394 jonen 1.1 </DIV>
395     <BR>
396     <DIV CLASS="function">
397 jonen 1.2 <A NAME='methodbuild_link_td'><!-- --></A>
398     <SPAN CLASS="font12bold">build_link_td</SPAN> (line <span class="linenumber">86</span>)
399 jonen 1.1 <BR>
400 jonen 1.2 <SPAN CLASS="font10bold">Usage : </SPAN>
401 jonen 1.1 <span class="font10bold" style="color: #FF0000">void</SPAN>&nbsp;
402 jonen 1.2 <span class="font10bold" style="color: #0000FF">build_link_td(
403     mixed
404     $nav)</SPAN>
405 jonen 1.1 <BR>
406    
407     <BR>
408     <SPAN CLASS="font10bold">Description : </SPAN>
409     build the link td.
410 jonen 1.2 <br />
411 jonen 1.1
412     <DL>
413    
414 jonen 1.2 <DT class="font10bold">Function Info:</DT>
415     </DL>
416 jonen 1.1 </DIV>
417     <BR>
418     <DIV CLASS="function">
419 jonen 1.2 <A NAME='methodbuild_spacer_td'><!-- --></A>
420     <SPAN CLASS="font12bold">build_spacer_td</SPAN> (line <span class="linenumber">103</span>)
421 jonen 1.1 <BR>
422 jonen 1.2 <SPAN CLASS="font10bold">Usage : </SPAN>
423 jonen 1.1 <span class="font10bold" style="color: #FF0000">void</SPAN>&nbsp;
424 jonen 1.2 <span class="font10bold" style="color: #0000FF">build_spacer_td(
425     )</SPAN>
426 jonen 1.1 <BR>
427    
428     <BR>
429     <SPAN CLASS="font10bold">Description : </SPAN>
430     build a spacer td.
431 jonen 1.2 <br />
432 jonen 1.1
433     <DL>
434    
435 jonen 1.2 <DT class="font10bold">Function Info:</DT>
436     </DL>
437 jonen 1.1 </DIV>
438     <BR>
439     <DIV CLASS="function">
440 jonen 1.2 <A NAME='methodpush'><!-- --></A>
441     <SPAN CLASS="font12bold">push</SPAN> (line <span class="linenumber">41</span>)
442 jonen 1.1 <BR>
443 jonen 1.2 <SPAN CLASS="font10bold">Usage : </SPAN>
444 jonen 1.1 <span class="font10bold" style="color: #FF0000">void</SPAN>&nbsp;
445 jonen 1.2 <span class="font10bold" style="color: #0000FF">push(
446     mixed
447     $url, mixed
448     $text, [mixed
449     $selected = FALSE])</SPAN>
450 jonen 1.1 <BR>
451    
452     <BR>
453     <SPAN CLASS="font10bold">Description : </SPAN>
454    
455 jonen 1.2 <br />
456 jonen 1.1
457     <DL>
458    
459 jonen 1.2 <DT class="font10bold">Function Info:</DT>
460     </DL>
461 jonen 1.1 </DIV>
462     <BR>
463     <DIV CLASS="function">
464 jonen 1.2 <A NAME='methodpush_blank'><!-- --></A>
465     <SPAN CLASS="font12bold">push_blank</SPAN> (line <span class="linenumber">46</span>)
466 jonen 1.1 <BR>
467 jonen 1.2 <SPAN CLASS="font10bold">Usage : </SPAN>
468 jonen 1.1 <span class="font10bold" style="color: #FF0000">void</SPAN>&nbsp;
469 jonen 1.2 <span class="font10bold" style="color: #0000FF">push_blank(
470     [mixed
471     $num = 1])</SPAN>
472 jonen 1.1 <BR>
473    
474     <BR>
475     <SPAN CLASS="font10bold">Description : </SPAN>
476    
477 jonen 1.2 <br />
478 jonen 1.1
479     <DL>
480    
481 jonen 1.2 <DT class="font10bold">Function Info:</DT>
482     </DL>
483 jonen 1.1 </DIV>
484     <BR>
485     <DIV CLASS="function">
486 jonen 1.2 <A NAME='methodpush_text'><!-- --></A>
487     <SPAN CLASS="font12bold">push_text</SPAN> (line <span class="linenumber">51</span>)
488 jonen 1.1 <BR>
489 jonen 1.2 <SPAN CLASS="font10bold">Usage : </SPAN>
490 jonen 1.1 <span class="font10bold" style="color: #FF0000">void</SPAN>&nbsp;
491 jonen 1.2 <span class="font10bold" style="color: #0000FF">push_text(
492     mixed
493     $text, [mixed
494     $selected = FALSE])</SPAN>
495 jonen 1.1 <BR>
496    
497     <BR>
498     <SPAN CLASS="font10bold">Description : </SPAN>
499    
500 jonen 1.2 <br />
501 jonen 1.1
502     <DL>
503    
504 jonen 1.2 <DT class="font10bold">Function Info:</DT>
505     </DL>
506 jonen 1.1 </DIV>
507     <BR>
508     <DIV CLASS="function">
509 jonen 1.2 <A NAME='methodrender'><!-- --></A>
510     <SPAN CLASS="font12bold">render</SPAN> (line <span class="linenumber">156</span>)
511 jonen 1.1 <BR>
512 jonen 1.2 <SPAN CLASS="font10bold">Usage : </SPAN>
513 jonen 1.1 <span class="font10bold" style="color: #FF0000">string</SPAN>&nbsp;
514 jonen 1.2 <span class="font10bold" style="color: #0000FF">render(
515     [int
516     $indent_level = 1], int
517     $output_debug)</SPAN>
518 jonen 1.1 <BR>
519    
520     <BR>
521     <SPAN CLASS="font10bold">Description : </SPAN>
522     function that will render the widget.
523 jonen 1.2 <br />
524 jonen 1.1
525     <DL>
526 jonen 1.2 <DT class="font10bold">Function Parameters:</DT>
527     <DD CLASS="font10" STYLE="padding-bottom:5px;"><span STYLE="font-style: italic;">- <span style="color: #FF0000;font-weight:bold;">int</SPAN> <span style="color: #0000FF;font-weight:bold">$indent_level</SPAN></SPAN> - the indentation level for the container.</DD>
528     <DD CLASS="font10" STYLE="padding-bottom:5px;"><span STYLE="font-style: italic;">- <span style="color: #FF0000;font-weight:bold;">int</SPAN> <span style="color: #0000FF;font-weight:bold">$output_debug</SPAN></SPAN> - the output debug flag to maintain compatibility w/ the API.</DD>
529    
530     <DT class="font10bold">Function Info:</DT>
531     <DD CLASS="font10" STYLE="padding-bottom:5px;"><b>return</b> - the raw html output.</DD>
532     </DL>
533 jonen 1.1 </DIV>
534     <BR>
535     <DIV CLASS="function">
536 jonen 1.2 <A NAME='methodset_selected'><!-- --></A>
537     <SPAN CLASS="font12bold">set_selected</SPAN> (line <span class="linenumber">62</span>)
538 jonen 1.1 <BR>
539 jonen 1.2 <SPAN CLASS="font10bold">Usage : </SPAN>
540 jonen 1.1 <span class="font10bold" style="color: #FF0000">void</SPAN>&nbsp;
541 jonen 1.2 <span class="font10bold" style="color: #0000FF">set_selected(
542     string
543     $text)</SPAN>
544 jonen 1.1 <BR>
545    
546     <BR>
547     <SPAN CLASS="font10bold">Description : </SPAN>
548 jonen 1.2 Set this text as the selected item
549     <br />
550 jonen 1.1
551     <DL>
552 jonen 1.2 <DT class="font10bold">Function Parameters:</DT>
553     <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">$text</SPAN></SPAN> - the text item selected.</DD>
554    
555     <DT class="font10bold">Function Info:</DT>
556     </DL>
557 jonen 1.1 </DIV>
558     <BR>
559 jonen 1.2 <div id="credit">
560     <hr>
561     Documention generated on Thu, 20 Feb 2003 16:23:51 -0800 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.2.0rc1</a>
562     </div>
563     </body>
564     </html>

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