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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.4 - (hide annotations)
Thu May 6 16:24:24 2004 UTC (20 years, 3 months ago) by jonen
Branch: MAIN
CVS Tags: HEAD
Changes since 1.3: +500 -504 lines
File MIME type: text/html
 updated all to v2.4.1 - Apr 01, 2004

1 jonen 1.4 <?xml version="1.0" encoding="iso-8859-1"?>
2     <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3     <html xmlns="http://www.w3.org/1999/xhtml">
4     <head>
5     <!-- template designed by Marco Von Ballmoos -->
6     <title>Docs For Class VerticalCSSNavTable</title>
7     <link rel="stylesheet" href="../media/stylesheet.css" />
8     <meta http-equiv='Content-Type' content='text/html; charset=iso-8859-1'/>
9     </head>
10     <body>
11     <div class="page-body">
12     <h2 class="class-name">Class VerticalCSSNavTable</h2>
13    
14     <a name="sec-description"></a>
15     <div class="info-box">
16     <div class="info-box-title">Description</div>
17     <div class="nav-bar">
18     <span class="disabled">Description</span> |
19     <a href="#sec-var-summary">Vars</a> (<a href="#sec-vars">details</a>)
20     | <a href="#sec-method-summary">Methods</a> (<a href="#sec-methods">details</a>)
21    
22     </div>
23     <div class="info-box-body">
24     <!-- ========== Info from phpDoc block ========= -->
25     <p class="short-description">This class builds a nice table that conains clickable cells.</p>
26     <p class="description"><p>--------------------- | TITLE | --------------------- | SUBTITLE | --------------------- | link 1 | --------------------- | link 2 | ---------------------</p></p>
27     <ul class="tags">
28     <li><span class="field">author:</span> Walter A. Boring IV &lt;<a href="mailto:waboring@buildabetterweb.com">waboring@buildabetterweb.com</a>&gt;</li>
29     </ul>
30     <p class="notes">
31     Located in <a class="field" href="_widgets_VerticalCSSNavTable_inc.html">/widgets/VerticalCSSNavTable.inc</a> (line <span class="field">36</span>)
32     </p>
33    
34    
35 jonen 1.3 <pre><a href="../phpHtmlLib/Container.html">Container</a>
36 jonen 1.1 |
37     --<a href="../phpHtmlLib/BaseWidget.html">BaseWidget</a>
38     |
39 jonen 1.4 --VerticalCSSNavTable</pre>
40    
41     </div>
42     </div>
43    
44    
45    
46     <a name="sec-var-summary"></a>
47     <div class="info-box">
48     <div class="info-box-title">Variable Summary</span></div>
49     <div class="nav-bar">
50     <a href="#sec-description">Description</a> |
51     <span class="disabled">Vars</span> (<a href="#sec-vars">details</a>)
52     |
53     <a href="#sec-method-summary">Methods</a> (<a href="#sec-methods">details</a>)
54    
55     </div>
56     <div class="info-box-body">
57     <div class="var-summary">
58     <div class="var-title">
59     <span class="var-type">string</span>
60     <a href="#$_subtitle" title="details" class="var-name">$_subtitle</a>
61     </div>
62     <div class="var-title">
63     <span class="var-type"><a href="../phpHtmlLib/TABLEtag.html">TABLEtag</a></span>
64     <a href="#$_table" title="details" class="var-name">$_table</a>
65     </div>
66     </div>
67     </div>
68     </div>
69    
70     <a name="sec-method-summary"></a>
71     <div class="info-box">
72     <div class="info-box-title">Method Summary</span></div>
73     <div class="nav-bar">
74     <a href="#sec-description">Description</a> |
75     <a href="#sec-var-summary">Vars</a> (<a href="#sec-vars">details</a>)
76    
77     |
78     <span class="disabled">Methods</span> (<a href="#sec-methods">details</a>)
79     </div>
80     <div class="info-box-body">
81     <div class="method-summary">
82    
83     <div class="method-definition">
84     <span class="method-result">VerticalCSSNavTable</span>
85     <a href="#VerticalCSSNavTable" title="details" class="method-name">VerticalCSSNavTable</a>
86     (<span class="var-type">mixed</span>&nbsp;<span class="var-name">$title</span>, [<span class="var-type">mixed</span>&nbsp;<span class="var-name">$subtitle</span> = <span class="var-default">""</span>], [<span class="var-type">int</span>&nbsp;<span class="var-name">$width</span> = <span class="var-default">"100%"</span>])
87     </div>
88    
89     <div class="method-definition">
90     <span class="method-result">void</span>
91     <a href="#add" title="details" class="method-name">add</a>
92     (<span class="var-type">string</span>&nbsp;<span class="var-name">$url</span>, <span class="var-type">string</span>&nbsp;<span class="var-name">$text</span>, [<span class="var-type">string</span>&nbsp;<span class="var-name">$title</span> = <span class="var-default">""</span>], [<span class="var-type">string</span>&nbsp;<span class="var-name">$target</span> = <span class="var-default">""</span>])
93     </div>
94    
95     <div class="method-definition">
96     <span class="method-result">void</span>
97     <a href="#add_text" title="details" class="method-name">add_text</a>
98     (<span class="var-type">string</span>&nbsp;<span class="var-name">$text</span>)
99     </div>
100    
101     <div class="method-definition">
102     <span class="method-result">string</span>
103     <a href="#get_subtitle" title="details" class="method-name">get_subtitle</a>
104     ()
105     </div>
106    
107     <div class="method-definition">
108     <span class="method-result">string</span>
109     <a href="#render" title="details" class="method-name">render</a>
110     ([<span class="var-type">int</span>&nbsp;<span class="var-name">$indent_level</span> = <span class="var-default">1</span>], <span class="var-type">int</span>&nbsp;<span class="var-name">$output_debug</span>)
111     </div>
112    
113     <div class="method-definition">
114     <span class="method-result">void</span>
115     <a href="#set_subtitle" title="details" class="method-name">set_subtitle</a>
116     (<span class="var-type">string</span>&nbsp;<span class="var-name">$subtitle</span>)
117     </div>
118    
119     <div class="method-definition">
120     <span class="method-result">Container</span>
121     <a href="#_build_links" title="details" class="method-name">_build_links</a>
122     ()
123     </div>
124    
125     <div class="method-definition">
126     <span class="method-result">void</span>
127     <a href="#_build_subtitle" title="details" class="method-name">_build_subtitle</a>
128     ()
129     </div>
130    
131     <div class="method-definition">
132     <span class="method-result">void</span>
133     <a href="#_build_title" title="details" class="method-name">_build_title</a>
134     ()
135     </div>
136     </div>
137     </div>
138     </div>
139    
140     <a name="sec-vars"></a>
141     <div class="info-box">
142     <div class="info-box-title">Variables</div>
143     <div class="nav-bar">
144     <a href="#sec-description">Description</a> |
145     <a href="#sec-var-summary">Vars</a> (<span class="disabled">details</span>)
146    
147    
148     |
149     <a href="#sec-method-summary">Methods</a> (<a href="#sec-methods">details</a>)
150    
151     </div>
152     <div class="info-box-body">
153     <a name="var$_subtitle" id="$_subtitle"><!-- --></A>
154     <div class="oddrow">
155    
156     <div class="var-header">
157     <span class="var-title">
158     <span class="var-type">string</span>
159     <span class="var-name">$_subtitle</span>
160     = <span class="var-default"> &quot;&quot;</span> (line <span class="line-number">43</span>)
161     </span>
162     </div>
163    
164     <!-- ========== Info from phpDoc block ========= -->
165     <p class="short-description">the subtitle if any</p>
166    
167    
168    
169    
170    
171     </div>
172     <a name="var$_table" id="$_table"><!-- --></A>
173     <div class="evenrow">
174    
175     <div class="var-header">
176     <span class="var-title">
177     <span class="var-type"><a href="../phpHtmlLib/TABLEtag.html">TABLEtag</a></span>
178     <span class="var-name">$_table</span>
179     = <span class="var-default"> NULL</span> (line <span class="line-number">51</span>)
180     </span>
181     </div>
182    
183     <!-- ========== Info from phpDoc block ========= -->
184     <p class="short-description">Holds the outer table object</p>
185     <ul class="tags">
186     <li><span class="field">var:</span> object</li>
187     </ul>
188    
189    
190    
191    
192    
193     </div>
194     <h4>Inherited Variables</h4>
195     <A NAME='inherited_vars'><!-- --></A>
196     <p>Inherited from <span class="classname"><a href="../phpHtmlLib/BaseWidget.html">BaseWidget</a></span></p>
197     <blockquote>
198     <span class="var-title">
199     <span class="var-name"><a href="../phpHtmlLib/BaseWidget.html#var$title">BaseWidget::$title</a></span><br>
200     </span>
201     <span class="var-title">
202     <span class="var-name"><a href="../phpHtmlLib/BaseWidget.html#var$width">BaseWidget::$width</a></span><br>
203     </span>
204     </blockquote>
205    
206     </div>
207     </div>
208    
209     <a name="sec-methods"></a>
210     <div class="info-box">
211     <div class="info-box-title">Methods</div>
212     <div class="nav-bar">
213     <a href="#sec-description">Description</a> |
214     <a href="#sec-var-summary">Vars</a> (<a href="#sec-vars">details</a>)
215     <a href="#sec-method-summary">Methods</a> (<span class="disabled">details</span>)
216    
217     </div>
218     <div class="info-box-body">
219     <A NAME='method_detail'></A>
220     <a name="methodVerticalCSSNavTable" id="VerticalCSSNavTable"><!-- --></a>
221     <div class="oddrow">
222    
223     <div class="method-header">
224     <span class="method-title">Constructor VerticalCSSNavTable</span> (line <span class="line-number">61</span>)
225     </div>
226    
227     <!-- ========== Info from phpDoc block ========= -->
228     <p class="short-description">Constructor for this class It just sets the width for the widget.</p>
229    
230     <div class="method-signature">
231     <span class="method-result">VerticalCSSNavTable</span>
232     <span class="method-name">
233     VerticalCSSNavTable
234     </span>
235     (<span class="var-type">mixed</span>&nbsp;<span class="var-name">$title</span>, [<span class="var-type">mixed</span>&nbsp;<span class="var-name">$subtitle</span> = <span class="var-default">""</span>], [<span class="var-type">int</span>&nbsp;<span class="var-name">$width</span> = <span class="var-default">"100%"</span>])
236     </div>
237    
238     <ul class="parameters">
239     <li>
240     <span class="var-type">int</span>
241     <span class="var-name">$width</span><span class="var-description">: - the width of the widget</span> </li>
242     </ul>
243    
244    
245     </div>
246     <a name="methodadd" id="add"><!-- --></a>
247     <div class="evenrow">
248    
249     <div class="method-header">
250     <span class="method-title">add</span> (line <span class="line-number">122</span>)
251     </div>
252    
253     <!-- ========== Info from phpDoc block ========= -->
254     <p class="short-description">this function adds a clickable link.</p>
255     <p class="description"><p>It automatically adds the link based on $url, with $text as the viewable text.</p></p>
256    
257     <div class="method-signature">
258     <span class="method-result">void</span>
259     <span class="method-name">
260     add
261     </span>
262     (<span class="var-type">string</span>&nbsp;<span class="var-name">$url</span>, <span class="var-type">string</span>&nbsp;<span class="var-name">$text</span>, [<span class="var-type">string</span>&nbsp;<span class="var-name">$title</span> = <span class="var-default">""</span>], [<span class="var-type">string</span>&nbsp;<span class="var-name">$target</span> = <span class="var-default">""</span>])
263     </div>
264    
265     <ul class="parameters">
266     <li>
267     <span class="var-type">string</span>
268     <span class="var-name">$url</span><span class="var-description">: - the url for the link</span> </li>
269     <li>
270     <span class="var-type">string</span>
271     <span class="var-name">$text</span><span class="var-description">: - the link text</span> </li>
272     <li>
273     <span class="var-type">string</span>
274     <span class="var-name">$title</span><span class="var-description">: - the title text</span> </li>
275     <li>
276     <span class="var-type">string</span>
277     <span class="var-name">$target</span><span class="var-description">: - the link target</span> </li>
278     </ul>
279    
280     <hr class="separator" />
281     <div class="notes">Redefinition of:</div>
282     <dl>
283     <dt><a href="../phpHtmlLib/Container.html#methodadd">Container::add()</a></dt>
284     <dd>add content onto content stack</dd>
285     </dl>
286    
287     </div>
288     <a name="methodadd_text" id="add_text"><!-- --></a>
289     <div class="oddrow">
290    
291     <div class="method-header">
292     <span class="method-title">add_text</span> (line <span class="line-number">133</span>)
293     </div>
294    
295     <!-- ========== Info from phpDoc block ========= -->
296     <p class="short-description">this adds a text item in the nav</p>
297    
298     <div class="method-signature">
299     <span class="method-result">void</span>
300     <span class="method-name">
301     add_text
302     </span>
303     (<span class="var-type">string</span>&nbsp;<span class="var-name">$text</span>)
304     </div>
305    
306     <ul class="parameters">
307     <li>
308     <span class="var-type">string</span>
309     <span class="var-name">$text</span><span class="var-description">: - the text to display</span> </li>
310     </ul>
311    
312    
313     </div>
314     <a name="methodget_subtitle" id="get_subtitle"><!-- --></a>
315     <div class="evenrow">
316    
317     <div class="method-header">
318     <span class="method-title">get_subtitle</span> (line <span class="line-number">105</span>)
319     </div>
320    
321     <!-- ========== Info from phpDoc block ========= -->
322     <p class="short-description">This function returns the current subtitle.</p>
323     <ul class="tags">
324     <li><span class="field">return:</span> - the subtitle</li>
325     </ul>
326    
327     <div class="method-signature">
328     <span class="method-result">string</span>
329     <span class="method-name">
330     get_subtitle
331     </span>
332     ()
333     </div>
334    
335    
336    
337     </div>
338     <a name="methodrender" id="render"><!-- --></a>
339     <div class="oddrow">
340    
341     <div class="method-header">
342     <span class="method-title">render</span> (line <span class="line-number">77</span>)
343     </div>
344    
345     <!-- ========== Info from phpDoc block ========= -->
346     <p class="short-description">function that will render the widget.</p>
347     <ul class="tags">
348     <li><span class="field">return:</span> the raw html output.</li>
349     </ul>
350    
351     <div class="method-signature">
352     <span class="method-result">string</span>
353     <span class="method-name">
354     render
355     </span>
356     ([<span class="var-type">int</span>&nbsp;<span class="var-name">$indent_level</span> = <span class="var-default">1</span>], <span class="var-type">int</span>&nbsp;<span class="var-name">$output_debug</span>)
357     </div>
358    
359     <ul class="parameters">
360     <li>
361     <span class="var-type">int</span>
362     <span class="var-name">$indent_level</span><span class="var-description">: - the indentation level for the container.</span> </li>
363     <li>
364     <span class="var-type">int</span>
365     <span class="var-name">$output_debug</span><span class="var-description">: - the output debug flag to maintain compatibility w/ the API.</span> </li>
366     </ul>
367    
368     <hr class="separator" />
369     <div class="notes">Redefinition of:</div>
370     <dl>
371     <dt><a href="../phpHtmlLib/Container.html#methodrender">Container::render()</a></dt>
372     <dd>This function is compatible with the rest of the phpHtmllib API spec.</dd>
373     </dl>
374    
375     </div>
376     <a name="methodset_subtitle" id="set_subtitle"><!-- --></a>
377     <div class="evenrow">
378    
379     <div class="method-header">
380     <span class="method-title">set_subtitle</span> (line <span class="line-number">95</span>)
381     </div>
382    
383     <!-- ========== Info from phpDoc block ========= -->
384     <p class="short-description">This sets the subtitle</p>
385    
386     <div class="method-signature">
387     <span class="method-result">void</span>
388     <span class="method-name">
389     set_subtitle
390     </span>
391     (<span class="var-type">string</span>&nbsp;<span class="var-name">$subtitle</span>)
392     </div>
393    
394     <ul class="parameters">
395     <li>
396     <span class="var-type">string</span>
397     <span class="var-name">$subtitle</span><span class="var-description">: - the subtitle</span> </li>
398     </ul>
399    
400    
401     </div>
402     <a name="method_build_links" id="_build_links"><!-- --></a>
403     <div class="oddrow">
404    
405     <div class="method-header">
406     <span class="method-title">_build_links</span> (line <span class="line-number">171</span>)
407     </div>
408    
409     <!-- ========== Info from phpDoc block ========= -->
410     <p class="short-description">This function is used to build the links to click on</p>
411    
412     <div class="method-signature">
413     <span class="method-result">Container</span>
414     <span class="method-name">
415     _build_links
416     </span>
417     ()
418     </div>
419    
420    
421    
422     </div>
423     <a name="method_build_subtitle" id="_build_subtitle"><!-- --></a>
424     <div class="evenrow">
425    
426     <div class="method-header">
427     <span class="method-title">_build_subtitle</span> (line <span class="line-number">151</span>)
428     </div>
429    
430     <!-- ========== Info from phpDoc block ========= -->
431     <p class="short-description">This function builds the subtitle if needed.</p>
432    
433     <div class="method-signature">
434     <span class="method-result">void</span>
435     <span class="method-name">
436     _build_subtitle
437     </span>
438     ()
439     </div>
440    
441    
442    
443     </div>
444     <a name="method_build_title" id="_build_title"><!-- --></a>
445     <div class="oddrow">
446    
447     <div class="method-header">
448     <span class="method-title">_build_title</span> (line <span class="line-number">142</span>)
449     </div>
450    
451     <!-- ========== Info from phpDoc block ========= -->
452     <p class="short-description">This function builds the title tr</p>
453    
454     <div class="method-signature">
455     <span class="method-result">void</span>
456     <span class="method-name">
457     _build_title
458     </span>
459     ()
460     </div>
461    
462    
463    
464     </div>
465     <h4>Inherited Methods</h4>
466     <a name='inherited_methods'><!-- --></a>
467     <!-- =========== Summary =========== -->
468     <p>Inherited From <span class="classname"><a href="../phpHtmlLib/BaseWidget.html">BaseWidget</a></span></p>
469     <blockquote>
470     <span class="method-name"><a href="../phpHtmlLib/BaseWidget.html#methodget_align">BaseWidget::get_align()</a></span><br>
471     <span class="method-name"><a href="../phpHtmlLib/BaseWidget.html#methodget_css">BaseWidget::get_css()</a></span><br>
472     <span class="method-name"><a href="../phpHtmlLib/BaseWidget.html#methodget_javascript">BaseWidget::get_javascript()</a></span><br>
473     <span class="method-name"><a href="../phpHtmlLib/BaseWidget.html#methodget_title">BaseWidget::get_title()</a></span><br>
474     <span class="method-name"><a href="../phpHtmlLib/BaseWidget.html#methodget_width">BaseWidget::get_width()</a></span><br>
475     <span class="method-name"><a href="../phpHtmlLib/BaseWidget.html#methodset_align">BaseWidget::set_align()</a></span><br>
476     <span class="method-name"><a href="../phpHtmlLib/BaseWidget.html#methodset_title">BaseWidget::set_title()</a></span><br>
477     <span class="method-name"><a href="../phpHtmlLib/BaseWidget.html#methodset_width">BaseWidget::set_width()</a></span><br>
478     </blockquote>
479     <!-- =========== Summary =========== -->
480     <p>Inherited From <span class="classname"><a href="../phpHtmlLib/Container.html">Container</a></span></p>
481     <blockquote>
482     <span class="method-name"><a href="../phpHtmlLib/Container.html#methodContainer">Container::Container()</a></span><br>
483     <span class="method-name"><a href="../phpHtmlLib/Container.html#methodadd">Container::add()</a></span><br>
484     <span class="method-name"><a href="../phpHtmlLib/Container.html#methodadd_reference">Container::add_reference()</a></span><br>
485     <span class="method-name"><a href="../phpHtmlLib/Container.html#methodcount_content">Container::count_content()</a></span><br>
486     <span class="method-name"><a href="../phpHtmlLib/Container.html#methodget_element">Container::get_element()</a></span><br>
487     <span class="method-name"><a href="../phpHtmlLib/Container.html#methodget_indent_flag">Container::get_indent_flag()</a></span><br>
488     <span class="method-name"><a href="../phpHtmlLib/Container.html#methodpush">Container::push()</a></span><br>
489     <span class="method-name"><a href="../phpHtmlLib/Container.html#methodpush_reference">Container::push_reference()</a></span><br>
490     <span class="method-name"><a href="../phpHtmlLib/Container.html#methodrender">Container::render()</a></span><br>
491     <span class="method-name"><a href="../phpHtmlLib/Container.html#methodreset_content">Container::reset_content()</a></span><br>
492     <span class="method-name"><a href="../phpHtmlLib/Container.html#methodset_collapse">Container::set_collapse()</a></span><br>
493     <span class="method-name"><a href="../phpHtmlLib/Container.html#methodset_indent_flag">Container::set_indent_flag()</a></span><br>
494     </blockquote>
495    
496     </div>
497     </div>
498    
499    
500     <p class="notes" id="credit">
501     Documentation generated on Thu, 1 Apr 2004 09:40:12 -0800 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.3.0RC2</a>
502     </p>
503     </div></body>
504     </html>

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