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

Annotation of /nfo/php/libs/com.newsblob.phphtmllib/doc/phpHtmlLib/form-examples/_examples_form4_php.html

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (hide annotations)
Thu May 6 16:57:19 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 page form4.php</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="file-name">/examples/form4.php</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-classes">Classes</a>
20     | <a href="#sec-includes">Includes</a>
21     </div>
22     <div class="info-box-body">
23     <!-- ========== Info from phpDoc block ========= -->
24     <p class="short-description">This example illustrates the use of the master slave element</p>
25     <p class="description"><p>$Id: _examples_form4_php.html,v 1.1 2004/04/01 17:39:05 hemna Exp $</p></p>
26     <ul class="tags">
27     <li><span class="field">version:</span> 2.2.0</li>
28     <li><span class="field">author:</span> Sumedh Thakar &lt;<a href="mailto:sumedh_thakar@yahoo.com">sumedh_thakar@yahoo.com</a>&gt;</li>
29     </ul>
30    
31     </div>
32     </div>
33    
34     <a name="sec-classes"></a>
35     <div class="info-box">
36     <div class="info-box-title">Classes</div>
37     <div class="nav-bar">
38     <a href="#sec-description">Description</a> |
39     <span class="disabled">Classes</span>
40     | <a href="#sec-includes">Includes</a>
41     </div>
42     <div class="info-box-body">
43     <table cellpadding="2" cellspacing="0" class="class-table">
44     <tr>
45     <th class="class-table-header">Class</th>
46     <th class="class-table-header">Description</th>
47     </tr>
48     <tr>
49     <td style="padding-right: 2em; vertical-align: top">
50     <a href="../../phpHtmlLib/form-examples/FECountryListMaster.html">FECountryListMaster</a>
51     </td>
52     <td>
53     A simple class to be the master. It contains a list of countries and the acceptable states for each county.
54     </td>
55     </tr>
56     <tr>
57     <td style="padding-right: 2em; vertical-align: top">
58     <a href="../../phpHtmlLib/form-examples/Form4Page.html">Form4Page</a>
59     </td>
60     <td>
61     This demonstrates the power of the master-slave relationship between two list elements
62     </td>
63     </tr>
64     <tr>
65     <td style="padding-right: 2em; vertical-align: top">
66     <a href="../../phpHtmlLib/form-examples/MasterSlaveForm.html">MasterSlaveForm</a>
67     </td>
68     <td>
69     This is the Class that handles the building of the Form itself. It creates the Form Elements inside the form_init_elements() method.
70     </td>
71     </tr>
72     </table>
73     </div>
74     </div>
75    
76     <a name="sec-includes"></a>
77     <div class="info-box">
78     <div class="info-box-title">Includes</div>
79     <div class="nav-bar">
80     <a href="#sec-description">Description</a> |
81     <a href="#sec-classes">Classes</a>
82     | <span class="disabled">Includes</span>
83     </div>
84     <div class="info-box-body">
85     <a name="_includes_inc"><!-- --></a>
86     <div class="evenrow">
87    
88     <div>
89     <span class="include-title">
90     <span class="include-type">include</span>
91     (<span class="include-name">"includes.inc"</span>)
92     (line <span class="line-number">20</span>)
93     </span>
94     </div>
95    
96     <!-- ========== Info from phpDoc block ========= -->
97     <p class="short-description">Include the phphtmllib libraries</p>
98    
99     </div>
100     <a name="_$phphtmllib_/form/includes_inc"><!-- --></a>
101     <div class="oddrow">
102    
103     <div>
104     <span class="include-title">
105     <span class="include-type">include_once</span>
106     (<span class="include-name">$phphtmllib."/form/includes.inc"</span>)
107     (line <span class="line-number">26</span>)
108     </span>
109     </div>
110    
111     <!-- ========== Info from phpDoc block ========= -->
112     <p class="short-description">Include the Form Processing objects</p>
113    
114     </div>
115     <a name="_MyLayoutPage_inc"><!-- --></a>
116     <div class="evenrow">
117    
118     <div>
119     <span class="include-title">
120     <span class="include-type">include_once</span>
121     (<span class="include-name"><a href="../../phpHtmlLib/examples/_examples_MyLayoutPage_inc.html">"MyLayoutPage.inc"</a></span>)
122     (line <span class="line-number">31</span>)
123     </span>
124     </div>
125    
126     <!-- ========== Info from phpDoc block ========= -->
127    
128     </div>
129     </div>
130     </div>
131    
132    
133    
134    
135     <p class="notes" id="credit">
136     Documentation generated on Thu, 1 Apr 2004 09:38:47 -0800 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.3.0RC2</a>
137     </p>
138     </div></body>
139     </html>

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