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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.2 - (hide annotations)
Sat Sep 20 00:24:03 2003 UTC (20 years, 11 months ago) by jonen
Branch: MAIN
Changes since 1.1: +273 -377 lines
File MIME type: text/html
+ updated whole phphtmllib to v2.3.0

1 jonen 1.2 <?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 RoundTitleTable</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 RoundTitleTable</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-vars">Vars</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 builds a table widget that has a nice rounded title, a subtitle area and any amount of data.</p>
26     <ul class="tags">
27     <li><span class="field">author:</span> <p>Walter A. Boring IV &lt;<a href="mailto:waboring@buildabetterweb.com">mailto:waboring@buildabetterweb.com</a>&gt;</p></li>
28     </ul>
29     <p class="notes">
30     Located in <a class="field" href="_widgets_RoundTitleTable_inc.html">Program_Root/widgets/RoundTitleTable.inc</a> (line <span class="field">25</span>)
31     </p>
32    
33    
34     <pre><a href="../phpHtmlLib/Container.html">Container</a>
35 jonen 1.1 |
36     --<a href="../phpHtmlLib/BaseWidget.html">BaseWidget</a>
37     |
38     --RoundTitleTable</pre>
39 jonen 1.2
40     </div>
41     </div>
42 jonen 1.1
43    
44    
45 jonen 1.2 <a name="sec-method-summary"></a>
46     <div class="info-box">
47     <div class="info-box-title">Method Summary</span></div>
48     <div class="nav-bar">
49     <a href="#sec-description">Description</a> |
50     <a href="#sec-vars">Vars</a>
51    
52     |
53     <span class="disabled">Methods</span> (<a href="#sec-methods">details</a>)
54     </div>
55     <div class="info-box-body">
56     <div class="method-summary">
57    
58     <div class="method-definition">
59     <span class="method-result">void</span>
60     <a href="#RoundTitleTable" title="details" class="method-name">RoundTitleTable</a>
61     (<span class="var-type">string</span>&nbsp;<span class="var-name">$title</span>, [<span class="var-type">string</span>&nbsp;<span class="var-name">$subtitle</span> = <span class="var-default">NULL</span>], [<span class="var-type">mixed</span>&nbsp;<span class="var-name">$width</span> = <span class="var-default">"100%"</span>])
62     </div>
63    
64     <div class="method-definition">
65     <span class="method-result">string</span>
66     <a href="#render" title="details" class="method-name">render</a>
67     ([<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>)
68     </div>
69    
70     <div class="method-definition">
71     <span class="method-result">void</span>
72     <a href="#set_subtitle" title="details" class="method-name">set_subtitle</a>
73     (<span class="var-type">mixed</span>&nbsp;<span class="var-name">$subtitle</span>)
74     </div>
75    
76     <div class="method-definition">
77     <span class="method-result"><a href="../phpHtmlLib/TDtag.html">TDtag</a></span>
78     <a href="#_build_subtitle" title="details" class="method-name">_build_subtitle</a>
79     ()
80     </div>
81     </div>
82     </div>
83     </div>
84    
85     <a name="sec-vars"></a>
86     <div class="info-box">
87     <div class="info-box-title">Variables</div>
88     <div class="nav-bar">
89     <a href="#sec-description">Description</a> |
90     <a href="#sec-var-summary">Vars</a> (<span class="disabled">details</span>)
91    
92    
93     |
94     <a href="#sec-method-summary">Methods</a> (<a href="#sec-methods">details</a>)
95    
96     </div>
97     <div class="info-box-body">
98     <h4>Inherited Variables</h4>
99     <A NAME='inherited_vars'><!-- --></A>
100     <p>Inherited from <span class="classname"><a href="../phpHtmlLib/BaseWidget.html">BaseWidget</a></span></p>
101     <blockquote>
102     <span class="var-title">
103     <span class="var-name"><a href="../phpHtmlLib/BaseWidget.html#var$title">BaseWidget::$title</a></span><br>
104     </span>
105     <span class="var-title">
106     <span class="var-name"><a href="../phpHtmlLib/BaseWidget.html#var$width">BaseWidget::$width</a></span><br>
107     </span>
108     </blockquote>
109     <p>Inherited from <span class="classname"><a href="../phpHtmlLib/Container.html">Container</a></span></p>
110     <blockquote>
111     <span class="var-title">
112     <span class="var-name"><a href="../phpHtmlLib/Container.html#var$_flags">Container::$_flags</a></span><br>
113     </span>
114     </blockquote>
115    
116     </div>
117     </div>
118    
119     <a name="sec-methods"></a>
120     <div class="info-box">
121     <div class="info-box-title">Methods</div>
122     <div class="nav-bar">
123     <a href="#sec-description">Description</a> |
124     <a href="#sec-vars">Vars</a>
125     <a href="#sec-method-summary">Methods</a> (<span class="disabled">details</span>)
126    
127     </div>
128     <div class="info-box-body">
129     <A NAME='method_detail'></A>
130     <a name="methodRoundTitleTable" id="RoundTitleTable"><!-- --></a>
131     <div class="evenrow">
132    
133     <div class="method-header">
134     <span class="method-title">Constructor RoundTitleTable</span> (line <span class="line-number">35</span>)
135     </div>
136    
137     <!-- ========== Info from phpDoc block ========= -->
138     <p class="short-description">the constructor for this class.</p>
139    
140     <div class="method-signature">
141     <span class="method-result">void</span>
142     <span class="method-name">
143     RoundTitleTable
144     </span>
145     (<span class="var-type">string</span>&nbsp;<span class="var-name">$title</span>, [<span class="var-type">string</span>&nbsp;<span class="var-name">$subtitle</span> = <span class="var-default">NULL</span>], [<span class="var-type">mixed</span>&nbsp;<span class="var-name">$width</span> = <span class="var-default">"100%"</span>])
146     </div>
147    
148     <ul class="parameters">
149     <li>
150     <span class="var-type">string</span>
151     <span class="var-name">$title</span><span class="var-description">: <p>- the title for the widget.</p></span> </li>
152     <li>
153     <span class="var-type">string</span>
154     <span class="var-name">$subtitle</span><span class="var-description">: <p>- the subtitle if any.</p></span> </li>
155     <li>
156     <span class="var-type">mixed</span>
157     <span class="var-name">$width</span><span class="var-description">: <p>- the width of the widget. can be a % or an int.</p></span> </li>
158     </ul>
159    
160    
161     </div>
162     <a name="methodrender" id="render"><!-- --></a>
163     <div class="oddrow">
164    
165     <div class="method-header">
166     <span class="method-title">render</span> (line <span class="line-number">98</span>)
167     </div>
168    
169     <!-- ========== Info from phpDoc block ========= -->
170     <p class="short-description">Render the Navtable and its content.</p>
171     <ul class="tags">
172     <li><span class="field">return:</span> <p>the raw html output.</p></li>
173     </ul>
174    
175     <div class="method-signature">
176     <span class="method-result">string</span>
177     <span class="method-name">
178     render
179     </span>
180     ([<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>)
181     </div>
182    
183     <ul class="parameters">
184     <li>
185     <span class="var-type">int</span>
186     <span class="var-name">$indent_level</span><span class="var-description">: <p>- the indentation level for the container.</p></span> </li>
187     <li>
188     <span class="var-type">int</span>
189     <span class="var-name">$output_debug</span><span class="var-description">: <p>- the output debug flag to maintain compatibility w/ the API.</p></span> </li>
190     </ul>
191    
192     <hr class="separator" />
193     <div class="notes">Redefinition of:</div>
194     <dl>
195     <dt><a href="../phpHtmlLib/Container.html#methodrender">Container::render()</a></dt>
196     <dd>This function is compatible with the rest of the phpHtmllib API spec.</dd>
197     </dl>
198    
199     </div>
200     <a name="methodset_subtitle" id="set_subtitle"><!-- --></a>
201     <div class="evenrow">
202    
203     <div class="method-header">
204     <span class="method-title">set_subtitle</span> (line <span class="line-number">43</span>)
205     </div>
206    
207     <!-- ========== Info from phpDoc block ========= -->
208    
209     <div class="method-signature">
210     <span class="method-result">void</span>
211     <span class="method-name">
212     set_subtitle
213     </span>
214     (<span class="var-type">mixed</span>&nbsp;<span class="var-name">$subtitle</span>)
215     </div>
216    
217    
218    
219     </div>
220     <a name="method_build_subtitle" id="_build_subtitle"><!-- --></a>
221     <div class="oddrow">
222    
223     <div class="method-header">
224     <span class="method-title">_build_subtitle</span> (line <span class="line-number">80</span>)
225     </div>
226    
227     <!-- ========== Info from phpDoc block ========= -->
228     <p class="short-description">this function builds the subtitle td to hold the...subtitle!</p>
229     <ul class="tags">
230     <li><span class="field">return:</span> <p>object</p></li>
231     </ul>
232    
233     <div class="method-signature">
234     <span class="method-result"><a href="../phpHtmlLib/TDtag.html">TDtag</a></span>
235     <span class="method-name">
236     _build_subtitle
237     </span>
238     ()
239     </div>
240    
241    
242    
243     </div>
244     <h4>Inherited Methods</h4>
245     <a name='inherited_methods'><!-- --></a>
246     <!-- =========== Summary =========== -->
247     <p>Inherited From <span class="classname"><a href="../phpHtmlLib/BaseWidget.html">BaseWidget</a></span></p>
248     <blockquote>
249     <span class="method-name"><a href="../phpHtmlLib/BaseWidget.html#methodget_align">BaseWidget::get_align()</a></span><br>
250     <span class="method-name"><a href="../phpHtmlLib/BaseWidget.html#methodget_css">BaseWidget::get_css()</a></span><br>
251     <span class="method-name"><a href="../phpHtmlLib/BaseWidget.html#methodget_javascript">BaseWidget::get_javascript()</a></span><br>
252     <span class="method-name"><a href="../phpHtmlLib/BaseWidget.html#methodget_title">BaseWidget::get_title()</a></span><br>
253     <span class="method-name"><a href="../phpHtmlLib/BaseWidget.html#methodget_width">BaseWidget::get_width()</a></span><br>
254     <span class="method-name"><a href="../phpHtmlLib/BaseWidget.html#methodset_align">BaseWidget::set_align()</a></span><br>
255     <span class="method-name"><a href="../phpHtmlLib/BaseWidget.html#methodset_title">BaseWidget::set_title()</a></span><br>
256     <span class="method-name"><a href="../phpHtmlLib/BaseWidget.html#methodset_width">BaseWidget::set_width()</a></span><br>
257     </blockquote>
258     <!-- =========== Summary =========== -->
259     <p>Inherited From <span class="classname"><a href="../phpHtmlLib/Container.html">Container</a></span></p>
260     <blockquote>
261     <span class="method-name"><a href="../phpHtmlLib/Container.html#methodContainer">Container::Container()</a></span><br>
262     <span class="method-name"><a href="../phpHtmlLib/Container.html#methodadd">Container::add()</a></span><br>
263     <span class="method-name"><a href="../phpHtmlLib/Container.html#methodadd_reference">Container::add_reference()</a></span><br>
264     <span class="method-name"><a href="../phpHtmlLib/Container.html#methodcount_content">Container::count_content()</a></span><br>
265     <span class="method-name"><a href="../phpHtmlLib/Container.html#methodget_indent_flag">Container::get_indent_flag()</a></span><br>
266     <span class="method-name"><a href="../phpHtmlLib/Container.html#methodpush">Container::push()</a></span><br>
267     <span class="method-name"><a href="../phpHtmlLib/Container.html#methodpush_reference">Container::push_reference()</a></span><br>
268     <span class="method-name"><a href="../phpHtmlLib/Container.html#methodrender">Container::render()</a></span><br>
269     <span class="method-name"><a href="../phpHtmlLib/Container.html#methodreset_content">Container::reset_content()</a></span><br>
270     <span class="method-name"><a href="../phpHtmlLib/Container.html#methodset_collapse">Container::set_collapse()</a></span><br>
271     <span class="method-name"><a href="../phpHtmlLib/Container.html#methodset_indent_flag">Container::set_indent_flag()</a></span><br>
272     <span class="method-name"><a href="../phpHtmlLib/Container.html#method_set_flags">Container::_set_flags()</a></span><br>
273     </blockquote>
274    
275     </div>
276 jonen 1.1 </div>
277 jonen 1.2
278     <p class="notes" id="credit">
279     Documention generated on Thu, 31 Jul 2003 18:32:58 -0700 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.2.0</a>
280     </p>
281     </div></body>
282 jonen 1.1 </html>

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