/[cvs]/nfo/php/libs/com.newsblob.phphtmllib/doc/phpHtmlLib/widget-examples/test.html
ViewVC logotype

Annotation of /nfo/php/libs/com.newsblob.phphtmllib/doc/phpHtmlLib/widget-examples/test.html

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (hide annotations)
Thu May 6 16:57:21 2004 UTC (20 years, 4 months ago) by jonen
Branch: MAIN
CVS Tags: HEAD
File MIME type: text/html
 updated all to v2.4.1 - Apr 01, 2004

1 jonen 1.1 <?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 test</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 test</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 class implements the Qualys Tab object.</p>
26     <ul class="tags">
27     <li><span class="field">author:</span> Walter A. Boring IV</li>
28     </ul>
29     <p class="notes">
30     Located in <a class="field" href="_examples_widget14_php.html">/examples/widget14.php</a> (line <span class="field">54</span>)
31     </p>
32    
33    
34     <pre><a href="../../phpHtmlLib/Container.html">Container</a>
35     |
36     --<a href="../../phpHtmlLib/BaseWidget.html">BaseWidget</a>
37     |
38     --<a href="../../phpHtmlLib/TabWidget.html">TabWidget</a>
39     |
40     --test</pre>
41    
42     </div>
43     </div>
44    
45    
46    
47    
48     <a name="sec-method-summary"></a>
49     <div class="info-box">
50     <div class="info-box-title">Method Summary</span></div>
51     <div class="nav-bar">
52     <a href="#sec-description">Description</a> |
53     <a href="#sec-vars">Vars</a>
54    
55     |
56     <span class="disabled">Methods</span> (<a href="#sec-methods">details</a>)
57     </div>
58     <div class="info-box-body">
59     <div class="method-summary">
60    
61     <div class="method-definition">
62     <span class="method-result">void</span>
63     <a href="#content" title="details" class="method-name">content</a>
64     ()
65     </div>
66     </div>
67     </div>
68     </div>
69    
70     <a name="sec-vars"></a>
71     <div class="info-box">
72     <div class="info-box-title">Variables</div>
73     <div class="nav-bar">
74     <a href="#sec-description">Description</a> |
75     <a href="#sec-var-summary">Vars</a> (<span class="disabled">details</span>)
76    
77    
78     |
79     <a href="#sec-method-summary">Methods</a> (<a href="#sec-methods">details</a>)
80    
81     </div>
82     <div class="info-box-body">
83     <h4>Inherited Variables</h4>
84     <A NAME='inherited_vars'><!-- --></A>
85     <p>Inherited from <span class="classname"><a href="../../phpHtmlLib/TabWidget.html">TabWidget</a></span></p>
86     <blockquote>
87     <span class="var-title">
88     <span class="var-name"><a href="../../phpHtmlLib/TabWidget.html#var$_number">TabWidget::$_number</a></span><br>
89     </span>
90     <span class="var-title">
91     <span class="var-name"><a href="../../phpHtmlLib/TabWidget.html#var$_selected">TabWidget::$_selected</a></span><br>
92     </span>
93     </blockquote>
94     <p>Inherited from <span class="classname"><a href="../../phpHtmlLib/BaseWidget.html">BaseWidget</a></span></p>
95     <blockquote>
96     <span class="var-title">
97     <span class="var-name"><a href="../../phpHtmlLib/BaseWidget.html#var$title">BaseWidget::$title</a></span><br>
98     </span>
99     <span class="var-title">
100     <span class="var-name"><a href="../../phpHtmlLib/BaseWidget.html#var$width">BaseWidget::$width</a></span><br>
101     </span>
102     </blockquote>
103    
104     </div>
105     </div>
106    
107     <a name="sec-methods"></a>
108     <div class="info-box">
109     <div class="info-box-title">Methods</div>
110     <div class="nav-bar">
111     <a href="#sec-description">Description</a> |
112     <a href="#sec-vars">Vars</a>
113     <a href="#sec-method-summary">Methods</a> (<span class="disabled">details</span>)
114    
115     </div>
116     <div class="info-box-body">
117     <A NAME='method_detail'></A>
118     <a name="methodcontent" id="content"><!-- --></a>
119     <div class="oddrow">
120    
121     <div class="method-header">
122     <span class="method-title">content</span> (line <span class="line-number">55</span>)
123     </div>
124    
125     <!-- ========== Info from phpDoc block ========= -->
126    
127     <div class="method-signature">
128     <span class="method-result">void</span>
129     <span class="method-name">
130     content
131     </span>
132     ()
133     </div>
134    
135    
136     <hr class="separator" />
137     <div class="notes">Redefinition of:</div>
138     <dl>
139     <dt><a href="../../phpHtmlLib/TabWidget.html#methodcontent">TabWidget::content()</a></dt>
140     <dd>This is the function where you can build the content for the Tab itself.</dd>
141     </dl>
142    
143     </div>
144     <h4>Inherited Methods</h4>
145     <a name='inherited_methods'><!-- --></a>
146     <!-- =========== Summary =========== -->
147     <p>Inherited From <span class="classname"><a href="../../phpHtmlLib/TabWidget.html">TabWidget</a></span></p>
148     <blockquote>
149     <span class="method-name"><a href="../../phpHtmlLib/TabWidget.html#methodTabWidget">TabWidget::TabWidget()</a></span><br>
150     <span class="method-name"><a href="../../phpHtmlLib/TabWidget.html#methodcontent">TabWidget::content()</a></span><br>
151     <span class="method-name"><a href="../../phpHtmlLib/TabWidget.html#methodname">TabWidget::name()</a></span><br>
152     <span class="method-name"><a href="../../phpHtmlLib/TabWidget.html#methodqueryvar">TabWidget::queryvar()</a></span><br>
153     </blockquote>
154     <!-- =========== Summary =========== -->
155     <p>Inherited From <span class="classname"><a href="../../phpHtmlLib/BaseWidget.html">BaseWidget</a></span></p>
156     <blockquote>
157     <span class="method-name"><a href="../../phpHtmlLib/BaseWidget.html#methodget_align">BaseWidget::get_align()</a></span><br>
158     <span class="method-name"><a href="../../phpHtmlLib/BaseWidget.html#methodget_css">BaseWidget::get_css()</a></span><br>
159     <span class="method-name"><a href="../../phpHtmlLib/BaseWidget.html#methodget_javascript">BaseWidget::get_javascript()</a></span><br>
160     <span class="method-name"><a href="../../phpHtmlLib/BaseWidget.html#methodget_title">BaseWidget::get_title()</a></span><br>
161     <span class="method-name"><a href="../../phpHtmlLib/BaseWidget.html#methodget_width">BaseWidget::get_width()</a></span><br>
162     <span class="method-name"><a href="../../phpHtmlLib/BaseWidget.html#methodset_align">BaseWidget::set_align()</a></span><br>
163     <span class="method-name"><a href="../../phpHtmlLib/BaseWidget.html#methodset_title">BaseWidget::set_title()</a></span><br>
164     <span class="method-name"><a href="../../phpHtmlLib/BaseWidget.html#methodset_width">BaseWidget::set_width()</a></span><br>
165     </blockquote>
166     <!-- =========== Summary =========== -->
167     <p>Inherited From <span class="classname"><a href="../../phpHtmlLib/Container.html">Container</a></span></p>
168     <blockquote>
169     <span class="method-name"><a href="../../phpHtmlLib/Container.html#methodContainer">Container::Container()</a></span><br>
170     <span class="method-name"><a href="../../phpHtmlLib/Container.html#methodadd">Container::add()</a></span><br>
171     <span class="method-name"><a href="../../phpHtmlLib/Container.html#methodadd_reference">Container::add_reference()</a></span><br>
172     <span class="method-name"><a href="../../phpHtmlLib/Container.html#methodcount_content">Container::count_content()</a></span><br>
173     <span class="method-name"><a href="../../phpHtmlLib/Container.html#methodget_element">Container::get_element()</a></span><br>
174     <span class="method-name"><a href="../../phpHtmlLib/Container.html#methodget_indent_flag">Container::get_indent_flag()</a></span><br>
175     <span class="method-name"><a href="../../phpHtmlLib/Container.html#methodpush">Container::push()</a></span><br>
176     <span class="method-name"><a href="../../phpHtmlLib/Container.html#methodpush_reference">Container::push_reference()</a></span><br>
177     <span class="method-name"><a href="../../phpHtmlLib/Container.html#methodrender">Container::render()</a></span><br>
178     <span class="method-name"><a href="../../phpHtmlLib/Container.html#methodreset_content">Container::reset_content()</a></span><br>
179     <span class="method-name"><a href="../../phpHtmlLib/Container.html#methodset_collapse">Container::set_collapse()</a></span><br>
180     <span class="method-name"><a href="../../phpHtmlLib/Container.html#methodset_indent_flag">Container::set_indent_flag()</a></span><br>
181     </blockquote>
182    
183     </div>
184     </div>
185    
186    
187     <p class="notes" id="credit">
188     Documentation generated on Thu, 1 Apr 2004 09:40:15 -0800 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.3.0RC2</a>
189     </p>
190     </div></body>
191     </html>

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