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

Diff of /nfo/php/libs/com.newsblob.phphtmllib/doc/phpHtmlLib/_tag_utils_divtag_utils_inc.html

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1.1.1 by jonen, Thu Jan 30 03:29:26 2003 UTC revision 1.4 by jonen, Thu May 6 16:24:31 2004 UTC
# Line 1  Line 1 
1  <!DOCTYPE HTML PUBLIC '-//W3C//DTD HTML 4.0 Frameset//EN''http://www.w3.org/TR/REC-html40/frameset.dtd'>  <?xml version="1.0" encoding="iso-8859-1"?>
2  <!--NewPage-->  <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3  <HTML>    <html xmlns="http://www.w3.org/1999/xhtml">
4  <HEAD>                  <head>
5          <!-- Generated by PhpDoc date: 'Mon, 25 Nov 2002 09:21:31 -0800' -->                          <!-- template designed by Marco Von Ballmoos -->
6          <TITLE>Docs for page divtag_utils.inc</TITLE>                          <title>Docs for page divtag_utils.inc</title>
7  <LINK REL ='stylesheet' TYPE='text/css' HREF='stylesheet.css' TITLE='Style'>                          <link rel="stylesheet" href="../media/stylesheet.css" />
8  </HEAD>                          <meta http-equiv='Content-Type' content='text/html; charset=iso-8859-1'/>
9  <BODY style="background-color: #eeeeee; font-family: arial; font-size: .9em;">                  </head>
10                        <body>
11                            <div class="page-body">                
12  <!-- Links -->  <h2 class="file-name">/tag_utils/divtag_utils.inc</h2>
13  <a NAME="top"></A>  
14  <table WIDTH="100%" class="links">  <a name="sec-description"></a>
15   <TR>  <div class="info-box">
16     <TD class="font10">          <div class="info-box-title">Description</div>
17        Links:          <div class="nav-bar">
18        <A HREF="#classes_summary" class="links" title="Classes created in this file">Classes</A>                                          <span class="disabled">Description</span> |
19        <A HREF="#includes_summary" class="links" title="Include Statements Summary">Includes</A>                                                                          <a href="#sec-includes">Includes</a>
20        <A HREF="#globals_summary" class="links" title="Global Variable Summary">Globals</A>                          |                                                                                       <a href="#sec-functions">Functions</a>
21        <A HREF="#constant_summary" class="links" title="Constant Summary">Constants</A>                          </div>
22        <A HREF="#functions_summary" class="links" title="Function Summary">Functions</A>          <div class="info-box-body">    
23        <A HREF="#includes_detail" class="links" title="Include Statements Detail">Includes Detail</A>                  <!-- ========== Info from phpDoc block ========= -->
24        <A HREF="#global_detail" class="links" title="Global Variable Detail">Globals Detail</A>  <p class="short-description">this file holds special DIVtag rendering functions.</p>
25        <A HREF="#constant_detail" class="links" title="Constant Detail">Constants Detail</A>  <p class="description"><p>Since the &lt;div&gt; is commonly used for special things  we automate some common used &lt;div&gt; content &lt;/div&gt;  rendering functions.</p><p>$Id$</p></p>
26        <A HREF="#function_detail" class="links" title="Function Detail">Functions Detail</A>          <ul class="tags">
27     </TD>                                  <li><span class="field">author:</span> Walter A. Boring IV &lt;<a href="mailto:waboring@buildabetterweb.com">waboring@buildabetterweb.com</a>&gt;</li>
28   </TR>                          </ul>
29  </TABLE>                  
30  <BR>                          </div>
31    </div>
32  <h2>File: Program_Root/tag_utils/divtag_utils.inc</h2>                  
33  <!-- ========== Info from phpDoc block ========= -->  
34  this file holds special DIVtag rendering functions.          <a name="sec-includes"></a>    
35  <BR>          <div class="info-box">
36  Since the &lt;div&gt; is commonly used for special things                  <div class="info-box-title">Includes</div>
37  we automate some common used &lt;div&gt; content &lt;/div&gt;                  <div class="nav-bar">
38  rendering functions.                          <a href="#sec-description">Description</a> |
39                                                    <span class="disabled">Includes</span>
40  $Id$                          |                                                                                                       <a href="#sec-functions">Functions</a>
41                                            </div>
42  <UL>                  <div class="info-box-body">    
43                                    <a name="_$phphtmllib/tag_utils/html_utils_inc"><!-- --></a>
44          <LI><b>Package</b> - <CODE>phpHtmlLib</CODE></LI>  <div class="oddrow">
45                    
46          <LI><b>Author</b> - <CODE>Walter A. Boring IV &lt;<a href="mailto:waboring@buildabetterweb.com">waboring@buildabetterweb.com</a>&gt;</CODE></LI>          <div>
47                            <span class="include-title">
48  </UL>                          <span class="include-type">require_once</span>
49                            (<span class="include-name">"$phphtmllib/tag_utils/html_utils.inc"</span>)
50  <br>                          (line <span class="line-number">20</span>)
51  <!-- =========== Used Classes =========== -->                  </span>
52  <A NAME='classes_summary'><!-- --></A>          </div>
53  <TABLE CELLPADDING='3' CELLSPACING='0' WIDTH='100%' CLASS="bordernobottom">  
54          <TR CLASS='TableHeadingColor'>          <!-- ========== Info from phpDoc block ========= -->
55                  <TD>  <p class="short-description">make sure we include the required functions</p>
56                          <span class="font12bold">Classes defined in this file</span>          
57              <A HREF="#top" CLASS="links">^TOP</A>  </div>
58                  </TD>                  </div>
59          </TR>          </div>
60  </TABLE>          
61  <TABLE CELLPADDING='3' CELLSPACING='0' WIDTH='100%' CLASS="border">          
62          <THEAD>          
63                  <TR><TD STYLE="width:20%"><h4>CLASS NAME</h4></TD><TD STYLE="width: 80%"><h4>DESCRIPTION</h4></TD></TR>          <a name="sec-functions"></a>    
64          </THEAD>          <div class="info-box">
65          <TBODY>                  <div class="info-box-title">Functions</div>
66                                    <div class="nav-bar">
67          </TBODY>                          <a href="#sec-description">Description</a> |
68  </TABLE>                                                                                  <a href="#sec-includes">Includes</a>
69  <br>                                  |                                                                                               <span class="disabled">Functions</span>
70  <br>                  </div>
71  <!-- =========== Includes SUMMARY =========== -->                  <div class="info-box-body">    
72  <A NAME='includes_summary'><!-- --></A>                          <a name="functiondiv_build_spacergif_tag" id="functiondiv_build_spacergif_tag"><!-- --></a>
73  <TABLE CELLPADDING='3' CELLSPACING='0' WIDTH='100%' CLASS="bordernobottom">  <div class="evenrow">
74          <TR BGCOLOR='#CCCCFF' CLASS='TableHeadingColor'>          
75                  <TD>          <div>
76                          <span CLASS="font12bold">Include Statements Summary</span>                  <span class="method-title">div_build_spacergif_tag</span> (line <span class="line-number">33</span>)
77              <A HREF="#top" CLASS="links">^TOP</A>          </div>
78                  </TD>  
79          </TR>          <!-- ========== Info from phpDoc block ========= -->
80  </TABLE>  <p class="short-description">Render a div w/ a spacer give as its content.</p>
81  <TABLE CELLPADDING='3' CELLSPACING='0' WIDTH='100%' CLASS="border">          <ul class="tags">
82          <THEAD>                                  <li><span class="field">return:</span> object.</li>
83                  <TR><TH>INCLUDE TYPE</TH><TH>INCLUDED FILENAME</TH><TH>DESCRIPTION</TH></TR>                                  <li><span class="field">author:</span> Walter A. Boring IV</li>
84          </THEAD>                          </ul>
85          <TBODY>          
86                            <div class="method-signature">
87                  <TR BGCOLOR='white' CLASS='TableRowColor'>                  <span class="method-result"><a href="../phpHtmlLib/DIVtag.html">DIVtag</a></span>
88                          <TD><A HREF='_tag_utils_divtag_utils_inc.html#_$phphtmllib/tag_utils/html_utils_inc'>require_once</A></TD>                  <span class="method-name">
89                          <TD>"$phphtmllib/tag_utils/html_utils.inc"</TD>                          div_build_spacergif_tag
90                          <TD>make sure we include the required functions</TD>                  </span>
91                  </TR>                                          (<span class="var-type">int</span>&nbsp;<span class="var-name">$width</span>, <span class="var-type">int</span>&nbsp;<span class="var-name">$height</span>)
92                                            </div>
93          </TBODY>  
94  </TABLE>                          <ul class="parameters">
95  <br>                                          <li>
96                                    <span class="var-type">int</span>
97  <br>                                  <span class="var-name">$width</span><span class="var-description">: - the width of the img                        ( DEFAULT : 1)</span>                 </li>
98  <!-- =========== CONSTANT SUMMARY =========== -->                                          <li>
99  <A NAME='global_summary'><!-- --></A>                                  <span class="var-type">int</span>
100  <TABLE CELLPADDING='3' CELLSPACING='0' WIDTH='100%' CLASS="bordernobottom">                                  <span class="var-name">$height</span><span class="var-description">: - the height of the img                        ( DEFAULT : 1)</span>                       </li>
101          <TR BGCOLOR='#CCCCFF' CLASS='TableHeadingColor'>                                  </ul>
102                  <TD>                  
103                          <FONT SIZE='+2'><B>Global Variable Summary</B></FONT>          
104              <A HREF="#top" CLASS="links">^TOP</A>  </div>
105                  </TD>  <a name="functionhtml_div" id="functionhtml_div"><!-- --></a>
106          </TR>  <div class="oddrow">
107  </TABLE>          
108  <TABLE CELLPADDING='3' CELLSPACING='0' WIDTH='100%' CLASS="border">          <div>
109          <THEAD>                  <span class="method-title">html_div</span> (line <span class="line-number">69</span>)
110                  <TR><TH>VARIABLE NAME</TH><TH>VARIABLE VALUE</TH><TH>DESCRIPTION</TH></TR>          </div>
111          </THEAD>  
112          <TBODY>          <!-- ========== Info from phpDoc block ========= -->
113                    <p class="short-description">build a new div tag with content</p>
114          </TBODY>          <ul class="tags">
115  </TABLE>                                  <li><span class="field">return:</span> object.</li>
116  <br>                                  <li><span class="field">author:</span> Walter A. Boring IV</li>
117                            </ul>
118            
119  <br>          <div class="method-signature">
120  <!-- =========== CONSTANT SUMMARY =========== -->                  <span class="method-result"><a href="../phpHtmlLib/DIVtag.html">DIVtag</a></span>
121  <A NAME='constant_summary'><!-- --></A>                  <span class="method-name">
122  <TABLE CELLPADDING='3' CELLSPACING='0' WIDTH='100%' CLASS="bordernobottom">                          html_div
123          <TR CLASS='TableHeadingColor'>                  </span>
124                  <TD>                                          ([<span class="var-type">string</span>&nbsp;<span class="var-name">$class</span> = <span class="var-default">""</span>], <span class="var-type">mixed</span>&nbsp;<span class="var-name">1</span>)
125                          <span CLASS="font12bold">Constant Summary</span>                          </div>
126              <A HREF="#top" CLASS="links">^TOP</A>  
127                  </TD>                          <ul class="parameters">
128          </TR>                                          <li>
129  </TABLE>                                  <span class="var-type">string</span>
130  <TABLE CELLPADDING='3' CELLSPACING='0' WIDTH='100%' CLASS="border">                                  <span class="var-name">$class</span><span class="var-description">: - the css class for the div</span>                  </li>
131          <THEAD>                                          <li>
132                  <TR><TH>CONSTANT NAME</TH><TH>CONSTANT VALUE</TH><TH>DESCRIPTION</TH></TR>                                  <span class="var-type">mixed</span>
133          </THEAD>                                  <span class="var-name">1</span><span class="var-description">: - any # of arguments                 that will live in the &lt;div&gt;&lt;/div&gt;</span>                        </li>
134          <TBODY>                                  </ul>
135                                    
136          </TBODY>          
137  </TABLE>  </div>
138  <br>  <a name="functionhtml_div_center" id="functionhtml_div_center"><!-- --></a>
139    <div class="evenrow">
140  <br>          
141  <!-- =========== Function SUMMARY =========== -->          <div>
142  <A NAME='Function_summary'><!-- --></A>                  <span class="method-title">html_div_center</span> (line <span class="line-number">49</span>)
143  <TABLE CELLPADDING='3' CELLSPACING='0' WIDTH='100%' Class="border">          </div>
144          <TR BGCOLOR='#CCCCFF' CLASS='TableHeadingColor'>  
145                  <TD>          <!-- ========== Info from phpDoc block ========= -->
146                          <span class="font12bold">Function Summary</span>  <p class="short-description">build a new div tag with default attributes of  &quot;align=center&quot;</p>
147              <A HREF="#top" CLASS="links">^TOP</A>          <ul class="tags">
148                  </TD>                                  <li><span class="field">return:</span> object.</li>
149          </TR>                                  <li><span class="field">author:</span> Walter A. Boring IV</li>
150                            </ul>
151                    
152          <!-- =========== Summary =========== -->          <div class="method-signature">
153          <TR BGCOLOR='white' CLASS='TableRowColor'>                  <span class="method-result"><a href="../phpHtmlLib/DIVtag.html">DIVtag</a></span>
154                  <TD>                  <span class="method-name">
155                          <CODE><B><A HREF='_tag_utils_divtag_utils_inc.html#div_build_spacergif_tag'>DIVtag div_build_spacergif_tag ( $width, $height )</A></B></CODE>                          html_div_center
156                          <BR>                  </span>
157                          <blockquote> Render a div w/ a spacer give as its content. </blockquote>                                          ([<span class="var-type">mixed</span>&nbsp;<span class="var-name">0</span> = <span class="var-default">- any # of arguments                 that will live in the <div></div></span>])
158                  </TD>                          </div>
159          </TR>  
160                                    <ul class="parameters">
161          <!-- =========== Summary =========== -->                                          <li>
162          <TR BGCOLOR='white' CLASS='TableRowColor'>                                  <span class="var-type">mixed</span>
163                  <TD>                                  <span class="var-name">0</span><span class="var-description">: - any # of arguments                 that will live in the &lt;div&gt;&lt;/div&gt;</span>                        </li>
164                          <CODE><B><A HREF='_tag_utils_divtag_utils_inc.html#html_div'>DIVtag html_div ( $class )</A></B></CODE>                                  </ul>
165                          <BR>                  
166                          <blockquote> build a new div tag with content </blockquote>          
167                  </TD>  </div>
168          </TR>  <a name="functionhtml_div_small" id="functionhtml_div_small"><!-- --></a>
169            <div class="oddrow">
170          <!-- =========== Summary =========== -->          
171          <TR BGCOLOR='white' CLASS='TableRowColor'>          <div>
172                  <TD>                  <span class="method-title">html_div_small</span> (line <span class="line-number">93</span>)
173                          <CODE><B><A HREF='_tag_utils_divtag_utils_inc.html#html_div_center'>DIVtag html_div_center ( [0 = - any # of arguments          </div>
174                  that will live in the <div></div>] )</A></B></CODE>  
175                          <BR>          <!-- ========== Info from phpDoc block ========= -->
176                          <blockquote> build a new div tag with default attributes of  <p class="short-description">This builds the 1px font size  DIVtag object, which can  be used anywhere</p>
177  &quot;align=center&quot; </blockquote>          <ul class="tags">
178                  </TD>                                  <li><span class="field">return:</span> object.</li>
179          </TR>                          </ul>
180                    
181          <!-- =========== Summary =========== -->          <div class="method-signature">
182          <TR BGCOLOR='white' CLASS='TableRowColor'>                  <span class="method-result"><a href="../phpHtmlLib/DIVtag.html">DIVtag</a></span>
183                  <TD>                  <span class="method-name">
184                          <CODE><B><A HREF='_tag_utils_divtag_utils_inc.html#html_div_small'>DIVtag html_div_small ( [0 = - any # of arguments                          html_div_small
185                  that will live in the <div></div>] )</A></B></CODE>                  </span>
186                          <BR>                                          ([<span class="var-type">mixed</span>&nbsp;<span class="var-name">0</span> = <span class="var-default">- any # of arguments                 that will live in the <div></div></span>])
187                          <blockquote> This builds the 1px font size </blockquote>                          </div>
188                  </TD>  
189          </TR>                          <ul class="parameters">
190                                                    <li>
191  </TABLE>                                  <span class="var-type">mixed</span>
192                                    <span class="var-name">0</span><span class="var-description">: - any # of arguments                 that will live in the &lt;div&gt;&lt;/div&gt;</span>                        </li>
193  <br>                                  </ul>
194  <!-- ============ Includes DETAIL =========== -->                  
195            
196  <A NAME='includes_detail'></A>  </div>
197  <TABLE CELLPADDING='3' CELLSPACING='0' WIDTH='100%' CLASS="border">                  </div>
198          <TR BGCOLOR='#CCCCFF' CLASS='TableHeadingColor'>          </div>
199                  <TD>          
200                          <span CLASS="font12bold">Include Statements Detail</span>          <p class="notes" id="credit">
201              <A HREF="#top" CLASS="links">^TOP</A>                  Documentation generated on Thu,  1 Apr 2004 09:38:17 -0800 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.3.0RC2</a>
202                  </TD>          </p>
203          </TR>          </div></body>
204  </TABLE>  </html>
   
   
 <DIV CLASS="function">  
 <A NAME='_$phphtmllib/tag_utils/html_utils_inc'><!-- --></A>  
 <span class="font10bold">Include Type : </span>require_once  
 <BR>  
 <span class="font10bold">Include File : </span>"$phphtmllib/tag_utils/html_utils.inc"  
 <BR>  
 <!-- ========== Info from phpDoc block ========= -->  
 make sure we include the required functions  
 <BR>  
   
   
 <UL>  
           
 </UL>  
   
 </DIV>  
   
   
 <br>  
 <!-- ============ GLOBALS DETAIL =========== -->  
   
 <A NAME='global_detail'></A>  
 <TABLE CELLPADDING='3' CELLSPACING='0' WIDTH='100%' CLASS="border">  
         <TR BGCOLOR='#CCCCFF' CLASS='TableHeadingColor'>  
                 <TD>  
                         <span CLASS="font12bold">Global Variable Detail</span>  
             <A HREF="#top" CLASS="links">^TOP</A>  
                 </TD>  
         </TR>  
 </TABLE>  
   
   
   
 <br>  
 <!-- ============ CONSTANT DETAIL =========== -->  
   
 <A NAME='constant_detail'></A>  
 <TABLE CELLPADDING='3' CELLSPACING='0' WIDTH='100%' CLASS="border">  
         <TR CLASS='TableHeadingColor'>  
                 <TD>  
                         <span CLASS="font12bold">Constant Detail</span>  
             <A HREF="#top" CLASS="links">^TOP</A>  
                 </TD>  
         </TR>  
 </TABLE>  
   
   
   
 <br>  
 <!-- ============ FUNCTION DETAIL =========== -->  
   
 <A NAME='function_detail'></A>  
 <TABLE CELLPADDING='3' CELLSPACING='0' WIDTH='100%' CLASS="border">  
         <TR BGCOLOR='#CCCCFF' CLASS='TableHeadingColor'>  
                 <TD>  
                         <span class="font12bold">Function Detail</span>  
             <A HREF="#top" CLASS="links">^TOP</A>  
                 </TD>  
         </TR>  
 </TABLE>  
 <BR>  
   
 <DIV CLASS="function">  
 <A NAME='div_build_spacergif_tag'><!-- --></A>  
 <SPAN CLASS="font12bold">div_build_spacergif_tag</SPAN>  
 <BR>  
 <SPAN CLASS="font10bold">Useage : </SPAN>  
 <span class="font10bold" style="color: #FF0000"><a href="../phpHtmlLib/DIVtag.html">DIVtag</a></SPAN>&nbsp;  
 <span class="font10bold" style="color: #0000FF">div_build_spacergif_tag ( $width, $height )</SPAN>  
 <BR>  
   
 <BR>  
 <SPAN CLASS="font10bold">Description : </SPAN>  
 <!-- ========== Info from phpDoc block ========= -->  
 Render a div w/ a spacer give as its content.  
 <BR>  
   
 <DL>  
   <DT class="font10bold">Function Parameters:</DT>  
     
   <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 img  
                        ( DEFAULT : 1)</DD>  
     
   <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">$height</SPAN></SPAN> - the height of the img  
                        ( DEFAULT : 1)</DD>  
     
   
   <DT class="font10bold">Function Info:</DT>  
     
   <DD CLASS="font10" STYLE="padding-bottom:5px;"><b>Return</b> - object.</DD>  
     
   <DD CLASS="font10" STYLE="padding-bottom:5px;"><b>Author</b> - Walter A. Boring IV</DD>  
     
 </DL>  
   
 </DIV>  
 <BR>  
   
 <DIV CLASS="function">  
 <A NAME='html_div'><!-- --></A>  
 <SPAN CLASS="font12bold">html_div</SPAN>  
 <BR>  
 <SPAN CLASS="font10bold">Useage : </SPAN>  
 <span class="font10bold" style="color: #FF0000"><a href="../phpHtmlLib/DIVtag.html">DIVtag</a></SPAN>&nbsp;  
 <span class="font10bold" style="color: #0000FF">html_div ( $class )</SPAN>  
 <BR>  
   
 <BR>  
 <SPAN CLASS="font10bold">Description : </SPAN>  
 <!-- ========== Info from phpDoc block ========= -->  
 build a new div tag with content  
 <BR>  
   
 <DL>  
   <DT class="font10bold">Function Parameters:</DT>  
     
   <DD CLASS="font10" STYLE="padding-bottom:5px;"><span STYLE="font-style: italic;">- <span style="color: #FF0000;font-weight:bold;">mixed</SPAN> <span style="color: #0000FF;font-weight:bold">$class</SPAN></SPAN> - any # of arguments  
                 that will live in the &lt;div&gt;&lt;/div&gt;</DD>  
     
   
   <DT class="font10bold">Function Info:</DT>  
     
   <DD CLASS="font10" STYLE="padding-bottom:5px;"><b>Return</b> - object.</DD>  
     
   <DD CLASS="font10" STYLE="padding-bottom:5px;"><b>Author</b> - Walter A. Boring IV</DD>  
     
 </DL>  
   
 </DIV>  
 <BR>  
   
 <DIV CLASS="function">  
 <A NAME='html_div_center'><!-- --></A>  
 <SPAN CLASS="font12bold">html_div_center</SPAN>  
 <BR>  
 <SPAN CLASS="font10bold">Useage : </SPAN>  
 <span class="font10bold" style="color: #FF0000"><a href="../phpHtmlLib/DIVtag.html">DIVtag</a></SPAN>&nbsp;  
 <span class="font10bold" style="color: #0000FF">html_div_center ( [0 = - any # of arguments  
                 that will live in the <div></div>] )</SPAN>  
 <BR>  
   
 <BR>  
 <SPAN CLASS="font10bold">Description : </SPAN>  
 <!-- ========== Info from phpDoc block ========= -->  
 build a new div tag with default attributes of  
 &quot;align=center&quot;  
 <BR>  
   
 <DL>  
   <DT class="font10bold">Function Parameters:</DT>  
     
   <DD CLASS="font10" STYLE="padding-bottom:5px;"><span STYLE="font-style: italic;">- <span style="color: #FF0000;font-weight:bold;">mixed</SPAN> <span style="color: #0000FF;font-weight:bold">0</SPAN></SPAN> - any # of arguments  
                 that will live in the &lt;div&gt;&lt;/div&gt;</DD>  
     
   
   <DT class="font10bold">Function Info:</DT>  
     
   <DD CLASS="font10" STYLE="padding-bottom:5px;"><b>Return</b> - object.</DD>  
     
   <DD CLASS="font10" STYLE="padding-bottom:5px;"><b>Author</b> - Walter A. Boring IV</DD>  
     
 </DL>  
   
 </DIV>  
 <BR>  
   
 <DIV CLASS="function">  
 <A NAME='html_div_small'><!-- --></A>  
 <SPAN CLASS="font12bold">html_div_small</SPAN>  
 <BR>  
 <SPAN CLASS="font10bold">Useage : </SPAN>  
 <span class="font10bold" style="color: #FF0000"><a href="../phpHtmlLib/DIVtag.html">DIVtag</a></SPAN>&nbsp;  
 <span class="font10bold" style="color: #0000FF">html_div_small ( [0 = - any # of arguments  
                 that will live in the <div></div>] )</SPAN>  
 <BR>  
   
 <BR>  
 <SPAN CLASS="font10bold">Description : </SPAN>  
 <!-- ========== Info from phpDoc block ========= -->  
 This builds the 1px font size  
 <BR>  
 DIVtag object, which can  
 be used anywhere  
 <DL>  
   <DT class="font10bold">Function Parameters:</DT>  
     
   <DD CLASS="font10" STYLE="padding-bottom:5px;"><span STYLE="font-style: italic;">- <span style="color: #FF0000;font-weight:bold;">mixed</SPAN> <span style="color: #0000FF;font-weight:bold">0</SPAN></SPAN> - any # of arguments  
                 that will live in the &lt;div&gt;&lt;/div&gt;</DD>  
     
   
   <DT class="font10bold">Function Info:</DT>  
     
   <DD CLASS="font10" STYLE="padding-bottom:5px;"><b>Return</b> - object.</DD>  
     
 </DL>  
   
 </DIV>  
 <BR>  
   
   
 <br>  
 </HTML>  

Legend:
Removed from v.1.1.1.1  
changed lines
  Added in v.1.4

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