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

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

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

revision 1.2 by jonen, Sat Feb 22 20:56:38 2003 UTC revision 1.3 by jonen, Sat Sep 20 00:24:12 2003 UTC
# Line 1  Line 1 
1  <!DOCTYPE HTML PUBLIC '-//W3C//DTD HTML 4.0 Transitional//EN' 'http://www.w3.org/TR/REC-html40/loose.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: 'Thu, 20 Feb 2003 16:22:58 -0800' -->                          <!-- template designed by Marco Von Ballmoos -->
6          <TITLE>Docs for page frame_utils.inc</TITLE>                          <title>Docs for page frame_utils.inc</title>
7  <LINK REL ='stylesheet' TYPE='text/css' HREF='../media/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  <!-- Links -->                  <body>
11  <a NAME="top"></A>                          <div class="page-body">                
12  <table WIDTH="100%" class="links">  <h2 class="file-name">Program_Root/tag_utils/frame_utils.inc</h2>
13   <TR>  
14     <TD class="font10">  <a name="sec-description"></a>
15        Links:  <div class="info-box">
16        <A HREF="#classes_summary" class="links" title="Classes created in this file">Classes</A>          <div class="info-box-title">Description</div>
17        <A HREF="#includes_summary" class="links" title="Include Statements Summary">Includes</A>          <div class="nav-bar">
18        <A HREF="#global_summary" class="links" title="Global Variable Summary">Globals</A>                                          <span class="disabled">Description</span> |
19        <A HREF="#constant_summary" class="links" title="Constant Summary">Constants</A>                                                                                                                          <a href="#sec-functions">Functions</a>
20        <A HREF="#function_summary" class="links" title="Function Summary">Functions</A>                          </div>
21        <A HREF="#includes_detail" class="links" title="Include Statements Detail">Includes Detail</A>          <div class="info-box-body">    
22        <A HREF="#global_detail" class="links" title="Global Variable Detail">Globals Detail</A>                  <!-- ========== Info from phpDoc block ========= -->
23        <A HREF="#constant_detail" class="links" title="Constant Detail">Constants Detail</A>  <p class="short-description">This file contains helper functions related  to framesets and frames</p>
24        <A HREF="#function_detail" class="links" title="Function Detail">Functions Detail</A>  <p class="description"><p>$Id$</p></p>
25     </TD>          <ul class="tags">
26   </TR>                                  <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>
27  </TABLE>                          </ul>
28  <BR>                  
29  <h2>File: Program_Root/tag_utils/frame_utils.inc</h2>                          </div>
30  This file contains helper functions related  to framesets and frames  </div>
31  <br />                  
32  <p>$Id$</p>  
33  <UL>          
34                  <LI><b>author</b> - <CODE>Walter A. Boring IV &lt;<a href="mailto:waboring@buildabetterweb.com">mailto:waboring@buildabetterweb.com</a>&gt;</CODE></LI>          
35          </UL>          
36  <!-- =========== Used Classes =========== -->          <a name="sec-functions"></a>    
37  <A NAME='classes_summary'><!-- --></A>          <div class="info-box">
38  <TABLE CELLPADDING='3' CELLSPACING='0' WIDTH='100%' Class="bordernobottom">                  <div class="info-box-title">Functions</div>
39          <TR BGCOLOR='#CCCCFF' CLASS='TableHeadingColor'>                  <div class="nav-bar">
40                  <TD>                          <a href="#sec-description">Description</a> |
41                          <span class="font12bold">Classes defined in this file</span>                                                                                                                          <span class="disabled">Functions</span>
42              <A HREF="#top" CLASS="links">^TOP</A>                  </div>
43                  </TD>                  <div class="info-box-body">    
44          </TR>                          <a name="functionhtml_frame" id="functionhtml_frame"><!-- --></a>
45  </TABLE>  <div class="evenrow">
46  <TABLE CELLPADDING='3' CELLSPACING='0' WIDTH='100%' CLASS="border">          
47          <THEAD>          <div>
48                  <TR><TD STYLE="width:20%"><h4>CLASS NAME</h4></TD><TD STYLE="width: 80%"><h4>DESCRIPTION</h4></TD></TR>                  <span class="method-title">html_frame</span> (line <span class="line-number">62</span>)
49          </THEAD>          </div>
50          <TBODY>  
51                          </TBODY>          <!-- ========== Info from phpDoc block ========= -->
52  </TABLE>  <p class="short-description">This function is used to build a  FRAMEtag object with some common attributes  already set.</p>
53  <br>  <p class="description"><p>NOT: this comes with the following attribtes       defaulted to:       marginwidth = &quot;0&quot;       marginheight = &quot;0&quot;       noresize       frameborder = &quot;0&quot;</p></p>
54  <!-- =========== Includes SUMMARY =========== -->          <ul class="tags">
55  <A NAME='includes_summary'><!-- --></A>                                  <li><span class="field">return:</span> <p>object.</p></li>
56  <TABLE CELLPADDING='3' CELLSPACING='0' WIDTH='100%' CLASS="bordernobottom">                          </ul>
57          <TR BGCOLOR='#CCCCFF' CLASS='TableHeadingColor'>          
58                  <TD>          <div class="method-signature">
59                          <span CLASS="font12bold">Include Statements Summary</span>                  <span class="method-result"><a href="../phpHtmlLib/FRAMEtag.html">FRAMEtag</a></span>
60              <A HREF="#top" CLASS="links">^TOP</A>                  <span class="method-name">
61                  </TD>                          html_frame
62          </TR>                  </span>
63  </TABLE>                                          (<span class="var-type">string</span>&nbsp;<span class="var-name">$name</span>, <span class="var-type">string</span>&nbsp;<span class="var-name">$src</span>, [<span class="var-type">string</span>&nbsp;<span class="var-name">$scrolling</span> = <span class="var-default">"no"</span>])
64  <TABLE CELLPADDING='3' CELLSPACING='0' WIDTH='100%' CLASS="border">                          </div>
65          <THEAD>  
66                  <TR><TH>INCLUDE TYPE</TH><TH>INCLUDED FILENAME</TH><TH>DESCRIPTION</TH></TR>                          <ul class="parameters">
67          </THEAD>                                          <li>
68          <TBODY>                                  <span class="var-type">string</span>
69                          </TBODY>                                  <span class="var-name">$name</span><span class="var-description">: <p>- $name - the &quot;name&quot; attribute</p></span>                       </li>
70  </TABLE>                                          <li>
71  <br>                                  <span class="var-type">string</span>
72  <br>                                  <span class="var-name">$src</span><span class="var-description">: <p>- $src  - the &quot;src&quot; atribute</p></span>                  </li>
73  <!-- =========== GLOBAL VARIABLE SUMMARY =========== -->                                          <li>
74  <A NAME='global_summary'><!-- --></A>                                  <span class="var-type">string</span>
75  <TABLE CELLPADDING='3' CELLSPACING='0' WIDTH='100%' CLASS="bordernobottom">                                  <span class="var-name">$scrolling</span><span class="var-description">: <p>- $scrolling - the &quot;scrolling&quot; attribute</p></span>                        </li>
76          <TR BGCOLOR='#CCCCFF' CLASS='TableHeadingColor'>                                  </ul>
77                  <TD>                  
78                          <span CLASS="font12bold">Global Variable Summary</span>          
79              <A HREF="#top" CLASS="links">^TOP</A>  </div>
80                  </TD>  <a name="functionhtml_frameset" id="functionhtml_frameset"><!-- --></a>
81          </TR>  <div class="oddrow">
82  </TABLE>          
83  <TABLE CELLPADDING='3' CELLSPACING='0' WIDTH='100%' CLASS="border">          <div>
84          <THEAD>                  <span class="method-title">html_frameset</span> (line <span class="line-number">29</span>)
85                  <TR><TH>VARIABLE NAME</TH><TH>VARIABLE VALUE</TH><TH>DESCRIPTION</TH></TR>          </div>
86          </THEAD>  
87          <TBODY>          <!-- ========== Info from phpDoc block ========= -->
88                          </TBODY>  <p class="short-description">This function is used to build a  FRAMESETtag object with the most  common attributes.</p>
89  </TABLE>  <p class="description"><p>NOTE: It comes with the following attributes        defaulted to:        framespacing = &quot;0&quot;        frameborder = &quot;no&quot;</p></p>
90  <br>          <ul class="tags">
91  <br>                                  <li><span class="field">return:</span> <p>object</p></li>
92  <!-- =========== CONSTANT SUMMARY =========== -->                          </ul>
93  <A NAME='constant_summary'><!-- --></A>          
94  <TABLE CELLPADDING='3' CELLSPACING='0' WIDTH='100%' Class="bordernobottom">          <div class="method-signature">
95          <TR BGCOLOR='#CCCCFF' CLASS='TableHeadingColor'>                  <span class="method-result"><a href="../phpHtmlLib/FRAMESETtag.html">FRAMESETtag</a></span>
96                  <TD>                  <span class="method-name">
97                          <span class="font12bold">Constant Summary</span>                          html_frameset
98              <A HREF="#top" CLASS="links">^TOP</A>                  </span>
99                  </TD>                                          ([<span class="var-type">string</span>&nbsp;<span class="var-name">$rows</span> = <span class="var-default">NULL</span>], [<span class="var-type">string</span>&nbsp;<span class="var-name">$cols</span> = <span class="var-default">NULL</span>], [<span class="var-type">int</span>&nbsp;<span class="var-name">$border</span> = <span class="var-default">"0"</span>])
100          </TR>                          </div>
101  </TABLE>  
102  <TABLE CELLPADDING='3' CELLSPACING='0' WIDTH='100%' CLASS="border">                          <ul class="parameters">
103          <THEAD>                                          <li>
104                  <TR><TH>CONSTANT NAME</TH><TH>CONSTANT VALUE</TH><TH>DESCRIPTION</TH></TR>                                  <span class="var-type">string</span>
105          </THEAD>                                  <span class="var-name">$rows</span><span class="var-description">: <p>- $rows - the rows attribute</p></span>                   </li>
106          <TBODY>                                          <li>
107                          </TBODY>                                  <span class="var-type">string</span>
108  </TABLE>                                  <span class="var-name">$cols</span><span class="var-description">: <p>- $cols - the cols attribute</p></span>                   </li>
109  <br>                                          <li>
110  <br>                                  <span class="var-type">int</span>
111  <!-- =========== FUNCTION SUMMARY =========== -->                                  <span class="var-name">$border</span><span class="var-description">: <p>- $border - the border attribute</p></span>                     </li>
112  <A NAME='function_summary'><!-- --></A>                                  </ul>
113  <TABLE CELLPADDING='3' CELLSPACING='0' WIDTH='100%' Class="bordernobottom">                  
114          <TR BGCOLOR='#CCCCFF' CLASS='TableHeadingColor'>          
115                  <TD>  </div>
116                          <span class="font12bold">Function Summary</span>                  </div>
             <A HREF="#top" CLASS="links">^TOP</A>  
                 </TD>  
         </TR>  
   
                 <!-- =========== Summary =========== -->  
         <TR BGCOLOR='white' CLASS='TableRowColor'>  
                 <TD>  
                         <CODE><B><A HREF="../phpHtmlLib/_tag_utils_frame_utils_inc.html#functionhtml_frame"><a href="../phpHtmlLib/FRAMEtag.html">FRAMEtag</a> html_frame ( $name, $src, [$scrolling = "no"] )</A></B></CODE>  
                         <BR>  
                         <blockquote> This function is used to build a  FRAMEtag object with some common attributes  already set. </blockquote>  
                 </TD>  
         </TR>  
                 <!-- =========== Summary =========== -->  
         <TR BGCOLOR='white' CLASS='TableRowColor'>  
                 <TD>  
                         <CODE><B><A HREF="../phpHtmlLib/_tag_utils_frame_utils_inc.html#functionhtml_frameset"><a href="../phpHtmlLib/FRAMESETtag.html">FRAMESETtag</a> html_frameset ( [$rows = NULL], [$cols = NULL], [$border = "0"] )</A></B></CODE>  
                         <BR>  
                         <blockquote> This function is used to build a  FRAMESETtag object with the most  common attributes. </blockquote>  
                 </TD>  
         </TR>  
         </TABLE>  
 <br>  
 <!-- ============ Includes DETAIL =========== -->  
   
 <A NAME='includes_detail'></A>  
 <TABLE CELLPADDING='3' CELLSPACING='0' WIDTH='100%' CLASS="border">  
         <TR BGCOLOR='#CCCCFF' CLASS='TableHeadingColor'>  
                 <TD>  
                         <span CLASS="font12bold">Include Statements Detail</span>  
             <A HREF="#top" CLASS="links">^TOP</A>  
                 </TD>  
         </TR>  
 </TABLE>  
   
 <br>  
 <!-- ============ GLOBALS DETAIL =========== -->  
   
 <A NAME='global_detail'></A>  
 <TABLE CELLPADDING='3' CELLSPACING='0' WIDTH='100%' CLASS="bordernobottom">  
         <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="bordernobottom">  
         <TR BGCOLOR='#CCCCFF' 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="bordernobottom">  
         <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="functionhtml_frame"><!-- --></A>  
 <SPAN CLASS="font12bold">html_frame</SPAN> (line <span class="linenumber">62</span>)  
 <BR>  
 <SPAN CLASS="font10bold">Usage : </SPAN>  
 <span class="font10bold" style="color: #FF0000"><a href="../phpHtmlLib/FRAMEtag.html">FRAMEtag</a></SPAN>&nbsp;  
 <span class="font10bold" style="color: #0000FF">html_frame(  
 string $name, string $src, [string $scrolling = "no"])</SPAN>  
 <BR>  
 <BR>  
 <SPAN CLASS="font10bold">Description : </SPAN>  
 This function is used to build a  FRAMEtag object with some common attributes  already set.  
 <br />  
 <p>NOT: this comes with the following attribtes       defaulted to:       marginwidth = "0"       marginheight = "0"       noresize       frameborder = "0"</p>  
 <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;">string</SPAN> <span style="color: #0000FF;font-weight:bold">$name</SPAN></SPAN> - $name - the "name" attribute</DD>  
                 <DD CLASS="font10" STYLE="padding-bottom:5px;"><span STYLE="font-style: italic;">- <span style="color: #FF0000;font-weight:bold;">string</SPAN> <span style="color: #0000FF;font-weight:bold">$src</SPAN></SPAN> - $src  - the "src" atribute</DD>  
                 <DD CLASS="font10" STYLE="padding-bottom:5px;"><span STYLE="font-style: italic;">- <span style="color: #FF0000;font-weight:bold;">string</SPAN> <span style="color: #0000FF;font-weight:bold">$scrolling</SPAN></SPAN> - $scrolling - the "scrolling" attribute</DD>  
           
         <DT class="font10bold">Function Info:</DT>  
                 <DD CLASS="font10" STYLE="padding-bottom:5px;"><b>return</b> - object.</DD>  
         </DL>  
 </DIV>  
 <BR>  
   
 <DIV CLASS="function">  
 <A NAME="functionhtml_frameset"><!-- --></A>  
 <SPAN CLASS="font12bold">html_frameset</SPAN> (line <span class="linenumber">29</span>)  
 <BR>  
 <SPAN CLASS="font10bold">Usage : </SPAN>  
 <span class="font10bold" style="color: #FF0000"><a href="../phpHtmlLib/FRAMESETtag.html">FRAMESETtag</a></SPAN>&nbsp;  
 <span class="font10bold" style="color: #0000FF">html_frameset(  
 [string $rows = NULL], [string $cols = NULL], [int $border = "0"])</SPAN>  
 <BR>  
 <BR>  
 <SPAN CLASS="font10bold">Description : </SPAN>  
 This function is used to build a  FRAMESETtag object with the most  common attributes.  
 <br />  
 <p>NOTE: It comes with the following attributes        defaulted to:        framespacing = "0"        frameborder = "no"</p>  
 <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;">string</SPAN> <span style="color: #0000FF;font-weight:bold">$rows</SPAN></SPAN> - $rows - the rows attribute</DD>  
                 <DD CLASS="font10" STYLE="padding-bottom:5px;"><span STYLE="font-style: italic;">- <span style="color: #FF0000;font-weight:bold;">string</SPAN> <span style="color: #0000FF;font-weight:bold">$cols</SPAN></SPAN> - $cols - the cols attribute</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">$border</SPAN></SPAN> - $border - the border attribute</DD>  
           
         <DT class="font10bold">Function Info:</DT>  
                 <DD CLASS="font10" STYLE="padding-bottom:5px;"><b>return</b> - object</DD>  
         </DL>  
 </DIV>  
 <BR>  
 <br>  
         <div id="credit">  
                 <hr>  
                 Documention generated on Thu, 20 Feb 2003 16:22:58 -0800 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.2.0rc1</a>  
117          </div>          </div>
 </body>  
 </html>  
 </HTML>  
118            
119            <p class="notes" id="credit">
120                    Documention generated on Thu, 31 Jul 2003 18:32:48 -0700 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.2.0</a>
121            </p>
122            </div></body>
123    </html>

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

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