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

Annotation of /nfo/php/libs/com.newsblob.phphtmllib/doc/phpHtmlLib/FormProcessing/_form_form_elements_FEText_inc.html

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.3 - (hide annotations)
Thu May 6 16:26:27 2004 UTC (20 years, 4 months ago) by jonen
Branch: MAIN
CVS Tags: HEAD
Changes since 1.2: +155 -139 lines
File MIME type: text/html
 updated all to v2.4.1 - Apr 01, 2004

1 jonen 1.3 <?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 FEText.inc</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">/form/form_elements/FEText.inc</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     </div>
21     <div class="info-box-body">
22     <!-- ========== Info from phpDoc block ========= -->
23     <p class="short-description">This file contains the FEText, FEName, FEEmail, FEDomainName classes</p>
24     <p class="description"><p>$Id: _form_form_elements_FEText_inc.html,v 1.19 2004/04/01 17:35:47 hemna Exp $</p></p>
25     <ul class="tags">
26     <li><span class="field">copyright:</span> LGPL - See LICENCE</li>
27     <li><span class="field">author:</span> Walter A. Boring IV &lt;<a href="mailto:waboring@buildabetterweb.com">waboring@buildabetterweb.com</a>&gt;</li>
28     <li><span class="field">author:</span> Suren Markosyan &lt;<a href="mailto:suren@bcsweb.com">suren@bcsweb.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     </div>
41     <div class="info-box-body">
42     <table cellpadding="2" cellspacing="0" class="class-table">
43     <tr>
44     <th class="class-table-header">Class</th>
45     <th class="class-table-header">Description</th>
46     </tr>
47     <tr>
48     <td style="padding-right: 2em; vertical-align: top">
49     <a href="../../phpHtmlLib/FormProcessing/FEText.html">FEText</a>
50     </td>
51     <td>
52     This is the Text FormElement which builds a text input field. It has no validation method.
53     </td>
54     </tr>
55     <tr>
56     <td style="padding-right: 2em; vertical-align: top">
57     <a href="../../phpHtmlLib/FormProcessing/FEName.html">FEName</a>
58     </td>
59     <td>
60     This is the Name FormElement which builds a text input field, and validates against the is_name() method.
61     </td>
62     </tr>
63     <tr>
64     <td style="padding-right: 2em; vertical-align: top">
65     <a href="../../phpHtmlLib/FormProcessing/FEEmail.html">FEEmail</a>
66     </td>
67     <td>
68     This is the Email FormElement which builds a text input field.
69     </td>
70     </tr>
71     <tr>
72     <td style="padding-right: 2em; vertical-align: top">
73     <a href="../../phpHtmlLib/FormProcessing/FEEmailMany.html">FEEmailMany</a>
74     </td>
75     <td>
76     This is the EmailMany FormElement which builds a text input field. This allows for multiple email addresses in 1 text input field seperated by commas.
77     </td>
78     </tr>
79     <tr>
80     <td style="padding-right: 2em; vertical-align: top">
81     <a href="../../phpHtmlLib/FormProcessing/FEDomainName.html">FEDomainName</a>
82     </td>
83     <td>
84     This is the DomainName FormElement which builds a text input field.
85     </td>
86     </tr>
87     <tr>
88     <td style="padding-right: 2em; vertical-align: top">
89     <a href="../../phpHtmlLib/FormProcessing/FEHostNameWithPort.html">FEHostNameWithPort</a>
90     </td>
91     <td>
92     This is the DomainName FormElement which builds a text input field. It also includes a port # It validates as is_domainname().
93     </td>
94     </tr>
95     <tr>
96     <td style="padding-right: 2em; vertical-align: top">
97     <a href="../../phpHtmlLib/FormProcessing/FEIPAddress.html">FEIPAddress</a>
98     </td>
99     <td>
100     This is the Ip Address FormElement which builds a text input field.
101     </td>
102     </tr>
103     <tr>
104     <td style="padding-right: 2em; vertical-align: top">
105     <a href="../../phpHtmlLib/FormProcessing/FEIPAddressWithPort.html">FEIPAddressWithPort</a>
106     </td>
107     <td>
108     This is the Ip Address FormElement which builds a text input field.
109     </td>
110     </tr>
111     <tr>
112     <td style="padding-right: 2em; vertical-align: top">
113     <a href="../../phpHtmlLib/FormProcessing/FEUrl.html">FEUrl</a>
114     </td>
115     <td>
116     This is the URL FormElement which builds a text input field.
117     </td>
118     </tr>
119     <tr>
120     <td style="padding-right: 2em; vertical-align: top">
121     <a href="../../phpHtmlLib/FormProcessing/FEUrlStrict.html">FEUrlStrict</a>
122     </td>
123     <td>
124     This is the URLStrict FormElement which builds a text input field.
125     </td>
126     </tr>
127     <tr>
128     <td style="padding-right: 2em; vertical-align: top">
129     <a href="../../phpHtmlLib/FormProcessing/FEZipcode.html">FEZipcode</a>
130     </td>
131     <td>
132     This is the FEZipcode class.
133     </td>
134     </tr>
135     <tr>
136     <td style="padding-right: 2em; vertical-align: top">
137     <a href="../../phpHtmlLib/FormProcessing/FERegEx.html">FERegEx</a>
138     </td>
139     <td>
140     This is the RegEx FormElement which builds a text input field, and validates against the is_regex() method.
141     </td>
142     </tr>
143     </table>
144     </div>
145     </div>
146    
147    
148    
149    
150    
151     <p class="notes" id="credit">
152     Documentation generated on Thu, 1 Apr 2004 09:38:36 -0800 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.3.0RC2</a>
153     </p>
154     </div></body>
155     </html>

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