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 CSSContainer</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 CSSContainer</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 is a container for CSSBuilder objects. It is meant to make the theming of many CSSBuilder objects easy to manage.</p> |
26 |
<ul class="tags"> |
27 |
<li><span class="field">author:</span> <p>Walter A. Boring IV <<a href="mailto:waboring@buildabetterweb.com">mailto:waboring@buildabetterweb.com</a>></p></li> |
28 |
</ul> |
29 |
<p class="notes"> |
30 |
Located in <a class="field" href="_widgets_CSSContainer_inc.html">Program_Root/widgets/CSSContainer.inc</a> (line <span class="field">22</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 |
--CSSContainer</pre> |
39 |
|
40 |
</div> |
41 |
</div> |
42 |
|
43 |
|
44 |
|
45 |
<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="#add" title="details" class="method-name">add</a> |
61 |
() |
62 |
</div> |
63 |
|
64 |
<div class="method-definition"> |
65 |
<span class="method-result">void</span> |
66 |
<a href="#update_all_values" title="details" class="method-name">update_all_values</a> |
67 |
(<span class="var-type">string</span> <span class="var-name">$property</span>, <span class="var-type">string</span> <span class="var-name">$search</span>, <span class="var-type">string</span> <span class="var-name">$value</span>) |
68 |
</div> |
69 |
</div> |
70 |
</div> |
71 |
</div> |
72 |
|
73 |
<a name="sec-vars"></a> |
74 |
<div class="info-box"> |
75 |
<div class="info-box-title">Variables</div> |
76 |
<div class="nav-bar"> |
77 |
<a href="#sec-description">Description</a> | |
78 |
<a href="#sec-var-summary">Vars</a> (<span class="disabled">details</span>) |
79 |
|
80 |
|
81 |
| |
82 |
<a href="#sec-method-summary">Methods</a> (<a href="#sec-methods">details</a>) |
83 |
|
84 |
</div> |
85 |
<div class="info-box-body"> |
86 |
<h4>Inherited Variables</h4> |
87 |
<A NAME='inherited_vars'><!-- --></A> |
88 |
<p>Inherited from <span class="classname"><a href="../phpHtmlLib/BaseWidget.html">BaseWidget</a></span></p> |
89 |
<blockquote> |
90 |
<span class="var-title"> |
91 |
<span class="var-name"><a href="../phpHtmlLib/BaseWidget.html#var$title">BaseWidget::$title</a></span><br> |
92 |
</span> |
93 |
<span class="var-title"> |
94 |
<span class="var-name"><a href="../phpHtmlLib/BaseWidget.html#var$width">BaseWidget::$width</a></span><br> |
95 |
</span> |
96 |
</blockquote> |
97 |
<p>Inherited from <span class="classname"><a href="../phpHtmlLib/Container.html">Container</a></span></p> |
98 |
<blockquote> |
99 |
<span class="var-title"> |
100 |
<span class="var-name"><a href="../phpHtmlLib/Container.html#var$_flags">Container::$_flags</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="methodadd" id="add"><!-- --></a> |
119 |
<div class="oddrow"> |
120 |
|
121 |
<div class="method-header"> |
122 |
<span class="method-title">add</span> (line <span class="line-number">29</span>) |
123 |
</div> |
124 |
|
125 |
<!-- ========== Info from phpDoc block ========= --> |
126 |
<p class="short-description">Only allow the adding of CSSBuilder</p> |
127 |
<p class="description"><p>child classes</p></p> |
128 |
|
129 |
<div class="method-signature"> |
130 |
<span class="method-result">void</span> |
131 |
<span class="method-name"> |
132 |
add |
133 |
</span> |
134 |
() |
135 |
</div> |
136 |
|
137 |
|
138 |
<hr class="separator" /> |
139 |
<div class="notes">Redefinition of:</div> |
140 |
<dl> |
141 |
<dt><a href="../phpHtmlLib/Container.html#methodadd">Container::add()</a></dt> |
142 |
<dd>add content onto content stack</dd> |
143 |
</dl> |
144 |
|
145 |
</div> |
146 |
<a name="methodupdate_all_values" id="update_all_values"><!-- --></a> |
147 |
<div class="evenrow"> |
148 |
|
149 |
<div class="method-header"> |
150 |
<span class="method-title">update_all_values</span> (line <span class="line-number">52</span>) |
151 |
</div> |
152 |
|
153 |
<!-- ========== Info from phpDoc block ========= --> |
154 |
<p class="short-description">This walks all of the CSSBuilder objects and calls their respective update_all_values method.</p> |
155 |
<p class="description"><p>NOTE: This must be called AFTER all the classes have been added.</p></p> |
156 |
|
157 |
<div class="method-signature"> |
158 |
<span class="method-result">void</span> |
159 |
<span class="method-name"> |
160 |
update_all_values |
161 |
</span> |
162 |
(<span class="var-type">string</span> <span class="var-name">$property</span>, <span class="var-type">string</span> <span class="var-name">$search</span>, <span class="var-type">string</span> <span class="var-name">$value</span>) |
163 |
</div> |
164 |
|
165 |
<ul class="parameters"> |
166 |
<li> |
167 |
<span class="var-type">string</span> |
168 |
<span class="var-name">$property</span><span class="var-description">: <p>- the property that the search lives in</p></span> </li> |
169 |
<li> |
170 |
<span class="var-type">string</span> |
171 |
<span class="var-name">$search</span><span class="var-description">: <p>- the original value to find</p></span> </li> |
172 |
<li> |
173 |
<span class="var-type">string</span> |
174 |
<span class="var-name">$value</span><span class="var-description">: <p>- the new value</p></span> </li> |
175 |
</ul> |
176 |
|
177 |
|
178 |
</div> |
179 |
<h4>Inherited Methods</h4> |
180 |
<a name='inherited_methods'><!-- --></a> |
181 |
<!-- =========== Summary =========== --> |
182 |
<p>Inherited From <span class="classname"><a href="../phpHtmlLib/BaseWidget.html">BaseWidget</a></span></p> |
183 |
<blockquote> |
184 |
<span class="method-name"><a href="../phpHtmlLib/BaseWidget.html#methodget_align">BaseWidget::get_align()</a></span><br> |
185 |
<span class="method-name"><a href="../phpHtmlLib/BaseWidget.html#methodget_css">BaseWidget::get_css()</a></span><br> |
186 |
<span class="method-name"><a href="../phpHtmlLib/BaseWidget.html#methodget_javascript">BaseWidget::get_javascript()</a></span><br> |
187 |
<span class="method-name"><a href="../phpHtmlLib/BaseWidget.html#methodget_title">BaseWidget::get_title()</a></span><br> |
188 |
<span class="method-name"><a href="../phpHtmlLib/BaseWidget.html#methodget_width">BaseWidget::get_width()</a></span><br> |
189 |
<span class="method-name"><a href="../phpHtmlLib/BaseWidget.html#methodset_align">BaseWidget::set_align()</a></span><br> |
190 |
<span class="method-name"><a href="../phpHtmlLib/BaseWidget.html#methodset_title">BaseWidget::set_title()</a></span><br> |
191 |
<span class="method-name"><a href="../phpHtmlLib/BaseWidget.html#methodset_width">BaseWidget::set_width()</a></span><br> |
192 |
</blockquote> |
193 |
<!-- =========== Summary =========== --> |
194 |
<p>Inherited From <span class="classname"><a href="../phpHtmlLib/Container.html">Container</a></span></p> |
195 |
<blockquote> |
196 |
<span class="method-name"><a href="../phpHtmlLib/Container.html#methodContainer">Container::Container()</a></span><br> |
197 |
<span class="method-name"><a href="../phpHtmlLib/Container.html#methodadd">Container::add()</a></span><br> |
198 |
<span class="method-name"><a href="../phpHtmlLib/Container.html#methodadd_reference">Container::add_reference()</a></span><br> |
199 |
<span class="method-name"><a href="../phpHtmlLib/Container.html#methodcount_content">Container::count_content()</a></span><br> |
200 |
<span class="method-name"><a href="../phpHtmlLib/Container.html#methodget_indent_flag">Container::get_indent_flag()</a></span><br> |
201 |
<span class="method-name"><a href="../phpHtmlLib/Container.html#methodpush">Container::push()</a></span><br> |
202 |
<span class="method-name"><a href="../phpHtmlLib/Container.html#methodpush_reference">Container::push_reference()</a></span><br> |
203 |
<span class="method-name"><a href="../phpHtmlLib/Container.html#methodrender">Container::render()</a></span><br> |
204 |
<span class="method-name"><a href="../phpHtmlLib/Container.html#methodreset_content">Container::reset_content()</a></span><br> |
205 |
<span class="method-name"><a href="../phpHtmlLib/Container.html#methodset_collapse">Container::set_collapse()</a></span><br> |
206 |
<span class="method-name"><a href="../phpHtmlLib/Container.html#methodset_indent_flag">Container::set_indent_flag()</a></span><br> |
207 |
<span class="method-name"><a href="../phpHtmlLib/Container.html#method_set_flags">Container::_set_flags()</a></span><br> |
208 |
</blockquote> |
209 |
|
210 |
</div> |
211 |
</div> |
212 |
|
213 |
<p class="notes" id="credit"> |
214 |
Documention generated on Thu, 31 Jul 2003 18:32:20 -0700 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.2.0</a> |
215 |
</p> |
216 |
</div></body> |
217 |
</html> |