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

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

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

revision 1.2 by jonen, Sat Sep 20 00:36:45 2003 UTC revision 1.3 by jonen, Thu May 6 16:26:15 2004 UTC
# Line 1  Line 1 
1  <?xml version="1.0" encoding="iso-8859-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">  <!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">    <html xmlns="http://www.w3.org/1999/xhtml">
4                  <head>                  <head>
5                          <!-- template designed by Marco Von Ballmoos -->                          <!-- template designed by Marco Von Ballmoos -->
6                          <title>Docs For Class FEText</title>                          <title>Docs For Class FEText</title>
7                          <link rel="stylesheet" href="../../media/stylesheet.css" />                          <link rel="stylesheet" href="../../media/stylesheet.css" />
8                          <meta http-equiv='Content-Type' content='text/html; charset=iso-8859-1'/>                          <meta http-equiv='Content-Type' content='text/html; charset=iso-8859-1'/>
9                  </head>                  </head>
10                  <body>                  <body>
11                          <div class="page-body">                                          <div class="page-body">                
12  <h2 class="class-name">Class FEText</h2>  <h2 class="class-name">Class FEText</h2>
13    
14  <a name="sec-description"></a>  <a name="sec-description"></a>
15  <div class="info-box">  <div class="info-box">
16          <div class="info-box-title">Description</div>          <div class="info-box-title">Description</div>
17          <div class="nav-bar">          <div class="nav-bar">
18                                          <span class="disabled">Description</span> |                                          <span class="disabled">Description</span> |
19                                                          <a href="#sec-descendents">Descendents</a>                                                          <a href="#sec-descendents">Descendents</a>
20                          |                                                                                       <a href="#sec-vars">Vars</a>                          |                                                                                       <a href="#sec-vars">Vars</a>
21                                                  |                                                                                       <a href="#sec-method-summary">Methods</a> (<a href="#sec-methods">details</a>)                                                  |                                                                                       <a href="#sec-method-summary">Methods</a> (<a href="#sec-methods">details</a>)
22                                                                                                    
23                          </div>                                          </div>
24          <div class="info-box-body">          <div class="info-box-body">
25                  <!-- ========== Info from phpDoc block ========= -->                          <!-- ========== Info from phpDoc block ========= -->
26  <p class="short-description">This is the Text FormElement which builds a  text input field. It has no validation method.</p>  <p class="short-description">This is the Text FormElement which builds a  text input field. It has no validation method.</p>
27          <ul class="tags">          <ul class="tags">
28                                  <li><span class="field">copyright:</span> <p>LGPL - See LICENCE</p></li>                                  <li><span class="field">copyright:</span> LGPL - See LICENCE</li>
29                                  <li><span class="field">author:</span> <p>Suren Markossian &lt;<a href="mailto:suren@bcsweb.com">mailto:suren@bcsweb.com</a>&gt;</p></li>                                  <li><span class="field">author:</span> Walter A. Boring IV &lt;<a href="mailto:waboring@buildabetterweb.com">waboring@buildabetterweb.com</a>&gt;</li>
30                                  <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>                                  <li><span class="field">author:</span> Suren Markossian &lt;<a href="mailto:suren@bcsweb.com">suren@bcsweb.com</a>&gt;</li>
31                          </ul>                          </ul>
32                  <p class="notes">                  <p class="notes">
33                          Located in <a class="field" href="_form_form_elements_FEText_inc.html">Program_Root/form/form_elements/FEText.inc</a> (line <span class="field">29</span>)                          Located in <a class="field" href="_form_form_elements_FEText_inc.html">/form/form_elements/FEText.inc</a> (line <span class="field">29</span>)
34                  </p>                  </p>
35                                    
36                                                            
37                  <pre><a href="../../phpHtmlLib/FormProcessing/FormElement.html">FormElement</a>                  <pre><a href="../../phpHtmlLib/FormProcessing/FormElement.html">FormElement</a>
38     |     |
    --FEText</pre>  
           
                         </div>  
 </div>  
   
         <a name="sec-descendents"></a>  
         <div class="info-box">  
                 <div class="info-box-title">Direct descendents</div>  
                 <div class="nav-bar">  
                         <a href="#sec-description">Description</a> |  
                         <span class="disabled">Descendents</span>  
                         |                                                                                               <a href="#sec-vars">Vars</a>  
                                                                 |                                                                                                                       <a href="#sec-method-summary">Methods</a> (<a href="#sec-methods">details</a>)  
                                                           
                                         </div>  
                 <div class="info-box-body">  
                         <table cellpadding="2" cellspacing="0" class="class-table">  
                                 <tr>  
                                         <th class="class-table-header">Class</th>  
                                         <th class="class-table-header">Description</th>  
                                 </tr>  
                                                                 <tr>  
                                         <td style="padding-right: 2em"><a href="../../phpHtmlLib/FormProcessing/FENumber.html">FENumber</a></td>  
                                         <td>  
                                                                                         This is the FormElement which builds a  text input field that validates  It validates as is_number().  
                                                                                 </td>  
                                 </tr>  
                                                                 <tr>  
                                         <td style="padding-right: 2em"><a href="../../phpHtmlLib/FormProcessing/FENumberFloat.html">FENumberFloat</a></td>  
                                         <td>  
                                                                                         This is the float FormElement which builds a  text input field.  
                                                                                 </td>  
                                 </tr>  
                                                                 <tr>  
                                         <td style="padding-right: 2em"><a href="../../phpHtmlLib/FormProcessing/FENumberPrice.html">FENumberPrice</a></td>  
                                         <td>  
                                                                                         This is the Price FormElement which builds a  text input field.  
                                                                                 </td>  
                                 </tr>  
                                                                 <tr>  
                                         <td style="padding-right: 2em"><a href="../../phpHtmlLib/FormProcessing/FENumberInRange.html">FENumberInRange</a></td>  
                                         <td>  
                                                                                         This is the Number Range FormElement which builds a  text input field.  
                                                                                 </td>  
                                 </tr>  
                                                                 <tr>  
                                         <td style="padding-right: 2em"><a href="../../phpHtmlLib/FormProcessing/FEFile.html">FEFile</a></td>  
                                         <td>  
                                                                                         This is the FileUpload FormElement which builds a  input field of type=&quot;file&quot;.  
                                                                                 </td>  
                                 </tr>  
                                                                 <tr>  
                                         <td style="padding-right: 2em"><a href="../../phpHtmlLib/FormProcessing/FEName.html">FEName</a></td>  
                                         <td>  
                                                                                         This is the Name FormElement which builds a  text input field, and validates against the  is_name() method.  
                                                                                 </td>  
                                 </tr>  
                                                                 <tr>  
                                         <td style="padding-right: 2em"><a href="../../phpHtmlLib/FormProcessing/FEEmail.html">FEEmail</a></td>  
                                         <td>  
                                                                                         This is the Email FormElement which builds a  text input field.  
                                                                                 </td>  
                                 </tr>  
                                                                 <tr>  
                                         <td style="padding-right: 2em"><a href="../../phpHtmlLib/FormProcessing/FEEmailMany.html">FEEmailMany</a></td>  
                                         <td>  
                                                                                         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.  
                                                                                 </td>  
                                 </tr>  
                                                                 <tr>  
                                         <td style="padding-right: 2em"><a href="../../phpHtmlLib/FormProcessing/FEDomainName.html">FEDomainName</a></td>  
                                         <td>  
                                                                                         This is the DomainName FormElement which builds a  text input field.  
                                                                                 </td>  
                                 </tr>  
                                                                 <tr>  
                                         <td style="padding-right: 2em"><a href="../../phpHtmlLib/FormProcessing/FEHostNameWithPort.html">FEHostNameWithPort</a></td>  
                                         <td>  
                                                                                         This is the DomainName FormElement which builds a  text input field. It also includes a port #  It validates as is_domainname().  
                                                                                 </td>  
                                 </tr>  
                                                                 <tr>  
                                         <td style="padding-right: 2em"><a href="../../phpHtmlLib/FormProcessing/FEIPAddress.html">FEIPAddress</a></td>  
                                         <td>  
                                                                                         This is the Ip Address FormElement which builds a  text input field.  
                                                                                 </td>  
                                 </tr>  
                                                                 <tr>  
                                         <td style="padding-right: 2em"><a href="../../phpHtmlLib/FormProcessing/FEUrl.html">FEUrl</a></td>  
                                         <td>  
                                                                                         This is the URL FormElement which builds a  text input field.  
                                                                                 </td>  
                                 </tr>  
                                                                 <tr>  
                                         <td style="padding-right: 2em"><a href="../../phpHtmlLib/FormProcessing/FEUrlStrict.html">FEUrlStrict</a></td>  
                                         <td>  
                                                                                         This is the URLStrict FormElement which builds a  text input field.  
                                                                                 </td>  
                                 </tr>  
                                                                 <tr>  
                                         <td style="padding-right: 2em"><a href="../../phpHtmlLib/FormProcessing/FEPassword.html">FEPassword</a></td>  
                                         <td>  
                                                                                         This is the Password FormElement which builds a  input field of type=&quot;password&quot;.  It validates  the data as is_password().  
                                                                                 </td>  
                                 </tr>  
                                                         </table>  
                 </div>  
         </div>  
   
   
         <a name="sec-method-summary"></a>  
         <div class="info-box">  
                 <div class="info-box-title">Method Summary</span></div>  
                 <div class="nav-bar">  
                         <a href="#sec-description">Description</a> |  
                                                         <a href="#sec-descendents">Descendents</a> |  
                                                                                                                         <a href="#sec-vars">Vars</a>  
                                   
                                 |  
                                                 <span class="disabled">Methods</span> (<a href="#sec-methods">details</a>)  
                 </div>  
                 <div class="info-box-body">                      
                         <div class="method-summary">  
                                                                   
                                 <div class="method-definition">  
                                                                                         <span class="method-result">void</span>  
                                                                                 <a href="#FEText" title="details" class="method-name">FEText</a>  
                                                                                         (<span class="var-type">label</span>&nbsp;<span class="var-name">$label</span>, [<span class="var-type">bool</span>&nbsp;<span class="var-name">$required</span> = <span class="var-default">TRUE</span>], [<span class="var-type">int</span>&nbsp;<span class="var-name">$width</span> = <span class="var-default">NULL</span>], [<span class="var-type">int</span>&nbsp;<span class="var-name">$maxlength</span> = <span class="var-default">NULL</span>])  
                                                                         </div>  
                                                                   
                                 <div class="method-definition">  
                                                                                         <span class="method-result">object</span>  
                                                                                 <a href="#get_element" title="details" class="method-name">get_element</a>  
                                                                                 ()  
                                                                         </div>  
                                                         </div>  
                 </div>  
         </div>            
   
         <a name="sec-vars"></a>  
         <div class="info-box">  
                 <div class="info-box-title">Variables</div>  
                 <div class="nav-bar">  
                         <a href="#sec-description">Description</a> |  
                                                         <a href="#sec-descendents">Descendents</a> |  
                                                                                 <a href="#sec-var-summary">Vars</a> (<span class="disabled">details</span>)  
                                                   
                           
                                                         |  
                                                                         <a href="#sec-method-summary">Methods</a> (<a href="#sec-methods">details</a>)  
                                                           
                                         </div>  
                 <div class="info-box-body">  
                                                                                 <h4>Inherited Variables</h4>  
                                 <A NAME='inherited_vars'><!-- --></A>  
                                                                         <p>Inherited from <span class="classname"><a href="../../phpHtmlLib/FormProcessing/FormElement.html">FormElement</a></span></p>  
                                         <blockquote>  
                                                                                                         <span class="var-title">  
                                                                 <span class="var-name"><a href="../../phpHtmlLib/FormProcessing/FormElement.html#var$_attributes">FormElement::$_attributes</a></span><br>  
                                                         </span>  
                                                                                                         <span class="var-title">  
                                                                 <span class="var-name"><a href="../../phpHtmlLib/FormProcessing/FormElement.html#var$_element_name">FormElement::$_element_name</a></span><br>  
                                                         </span>  
                                                                                                         <span class="var-title">  
                                                                 <span class="var-name"><a href="../../phpHtmlLib/FormProcessing/FormElement.html#var$_errors">FormElement::$_errors</a></span><br>  
                                                         </span>  
                                                                                                         <span class="var-title">  
                                                                 <span class="var-name"><a href="../../phpHtmlLib/FormProcessing/FormElement.html#var$_error_message">FormElement::$_error_message</a></span><br>  
                                                         </span>  
                                                                                                         <span class="var-title">  
                                                                 <span class="var-name"><a href="../../phpHtmlLib/FormProcessing/FormElement.html#var$_form_name">FormElement::$_form_name</a></span><br>  
                                                         </span>  
                                                                                                         <span class="var-title">  
                                                                 <span class="var-name"><a href="../../phpHtmlLib/FormProcessing/FormElement.html#var$_has_error">FormElement::$_has_error</a></span><br>  
                                                         </span>  
                                                                                                         <span class="var-title">  
                                                                 <span class="var-name"><a href="../../phpHtmlLib/FormProcessing/FormElement.html#var$_is_disabled">FormElement::$_is_disabled</a></span><br>  
                                                         </span>  
                                                                                                         <span class="var-title">  
                                                                 <span class="var-name"><a href="../../phpHtmlLib/FormProcessing/FormElement.html#var$_is_required">FormElement::$_is_required</a></span><br>  
                                                         </span>  
                                                                                                         <span class="var-title">  
                                                                 <span class="var-name"><a href="../../phpHtmlLib/FormProcessing/FormElement.html#var$_label_text">FormElement::$_label_text</a></span><br>  
                                                         </span>  
                                                                                                         <span class="var-title">  
                                                                 <span class="var-name"><a href="../../phpHtmlLib/FormProcessing/FormElement.html#var$_stripslashes">FormElement::$_stripslashes</a></span><br>  
                                                         </span>  
                                                                                                         <span class="var-title">  
                                                                 <span class="var-name"><a href="../../phpHtmlLib/FormProcessing/FormElement.html#var$_style_attributes">FormElement::$_style_attributes</a></span><br>  
                                                         </span>  
                                                                                                         <span class="var-title">  
                                                                 <span class="var-name"><a href="../../phpHtmlLib/FormProcessing/FormElement.html#var$_value">FormElement::$_value</a></span><br>  
                                                         </span>  
                                                                                         </blockquote>  
                                                                                   
                 </div>  
         </div>  
           
         <a name="sec-methods"></a>  
         <div class="info-box">  
                 <div class="info-box-title">Methods</div>  
                 <div class="nav-bar">  
                         <a href="#sec-description">Description</a> |  
                                                         <a href="#sec-descendents">Descendents</a> |  
                                                                                                                         <a href="#sec-vars">Vars</a>  
                                                                                                                 <a href="#sec-method-summary">Methods</a> (<span class="disabled">details</span>)  
                                                   
                 </div>  
                 <div class="info-box-body">  
                         <A NAME='method_detail'></A>  
 <a name="methodFEText" id="FEText"><!-- --></a>  
 <div class="evenrow">  
           
         <div class="method-header">  
                 <span class="method-title">Constructor FEText</span> (line <span class="line-number">39</span>)  
         </div>  
           
         <!-- ========== Info from phpDoc block ========= -->  
 <p class="short-description">The constructor</p>  
           
         <div class="method-signature">  
                 <span class="method-result">void</span>  
                 <span class="method-name">  
                         FEText  
                 </span>  
                                         (<span class="var-type">label</span>&nbsp;<span class="var-name">$label</span>, [<span class="var-type">bool</span>&nbsp;<span class="var-name">$required</span> = <span class="var-default">TRUE</span>], [<span class="var-type">int</span>&nbsp;<span class="var-name">$width</span> = <span class="var-default">NULL</span>], [<span class="var-type">int</span>&nbsp;<span class="var-name">$maxlength</span> = <span class="var-default">NULL</span>])  
                         </div>  
           
                         <ul class="parameters">  
                                         <li>  
                                 <span class="var-type">label</span>  
                                 <span class="var-name">$label</span><span class="var-description">: <p>string - text label for the element</p></span>                   </li>  
                                         <li>  
                                 <span class="var-type">bool</span>  
                                 <span class="var-name">$required</span><span class="var-description">: <p>required - is this a required element</p></span>                      </li>  
                                         <li>  
                                 <span class="var-type">int</span>  
                                 <span class="var-name">$width</span><span class="var-description">: <p>required - element width in characters, pixels (px), percentage (%) or elements (em)</p></span>                  </li>  
                                         <li>  
                                 <span class="var-type">int</span>  
                                 <span class="var-name">$maxlength</span><span class="var-description">: <p>required - maximum number of chars allowed to type in</p></span>                     </li>  
                                 </ul>  
                   
                   
         </div>  
 <a name="methodget_element" id="get_element"><!-- --></a>  
 <div class="oddrow">  
           
         <div class="method-header">  
                 <span class="method-title">get_element</span> (line <span class="line-number">60</span>)  
         </div>  
           
         <!-- ========== Info from phpDoc block ========= -->  
 <p class="short-description">This function builds and returns the  form element object</p>  
           
         <div class="method-signature">  
                 <span class="method-result">object</span>  
                 <span class="method-name">  
                         get_element  
                 </span>  
                                 ()  
                         </div>  
           
                   
                         <hr class="separator" />  
                 <div class="notes">Redefinition of:</div>  
                 <dl>  
                         <dt><a href="../../phpHtmlLib/FormProcessing/FormElement.html#methodget_element">FormElement::get_element()</a></dt>  
                                                 <dd>This function builds and returns the  form element object</dd>  
                                         </dl>  
                   
                         <hr class="separator" />  
                 <div class="notes">Redefined in descendants as:</div>  
                 <ul class="redefinitions">  
                                         <li>  
                                 <a href="../../phpHtmlLib/FormProcessing/FEFile.html#methodget_element">FEFile::get_element()</a>  
                                                                 : This function builds and returns the  form element object  
                                                         </li>  
                                         <li>  
                                 <a href="../../phpHtmlLib/FormProcessing/FEHostNameWithPort.html#methodget_element">FEHostNameWithPort::get_element()</a>  
                                                                 : This function builds and returns the  form element object  
                                                         </li>  
                                         <li>  
                                 <a href="../../phpHtmlLib/FormProcessing/FEPassword.html#methodget_element">FEPassword::get_element()</a>  
                                                                 : This function builds and returns the  form element object  
                                                         </li>  
                                 </ul>  
         </div>  
                                                         <h4>Inherited Methods</h4>  
                                 <a name='inherited_methods'><!-- --></a>          
                                                                         <!-- =========== Summary =========== -->  
                                         <p>Inherited From <span class="classname"><a href="../../phpHtmlLib/FormProcessing/FormElement.html">FormElement</a></span></p>  
                                         <blockquote>  
                                                                                                         <span class="method-name"><a href="../../phpHtmlLib/FormProcessing/FormElement.html#methodFormElement">FormElement::FormElement()</a></span><br>  
                                                                                                         <span class="method-name"><a href="../../phpHtmlLib/FormProcessing/FormElement.html#methodcreate_element_name">FormElement::create_element_name()</a></span><br>  
                                                                                                         <span class="method-name"><a href="../../phpHtmlLib/FormProcessing/FormElement.html#methodget_attribute">FormElement::get_attribute()</a></span><br>  
                                                                                                         <span class="method-name"><a href="../../phpHtmlLib/FormProcessing/FormElement.html#methodget_element">FormElement::get_element()</a></span><br>  
                                                                                                         <span class="method-name"><a href="../../phpHtmlLib/FormProcessing/FormElement.html#methodget_element_name">FormElement::get_element_name()</a></span><br>  
                                                                                                         <span class="method-name"><a href="../../phpHtmlLib/FormProcessing/FormElement.html#methodget_errors">FormElement::get_errors()</a></span><br>  
                                                                                                         <span class="method-name"><a href="../../phpHtmlLib/FormProcessing/FormElement.html#methodget_error_message">FormElement::get_error_message()</a></span><br>  
                                                                                                         <span class="method-name"><a href="../../phpHtmlLib/FormProcessing/FormElement.html#methodget_init_value">FormElement::get_init_value()</a></span><br>  
                                                                                                         <span class="method-name"><a href="../../phpHtmlLib/FormProcessing/FormElement.html#methodget_label">FormElement::get_label()</a></span><br>  
                                                                                                         <span class="method-name"><a href="../../phpHtmlLib/FormProcessing/FormElement.html#methodget_label_text">FormElement::get_label_text()</a></span><br>  
                                                                                                         <span class="method-name"><a href="../../phpHtmlLib/FormProcessing/FormElement.html#methodget_required_symbol">FormElement::get_required_symbol()</a></span><br>  
                                                                                                         <span class="method-name"><a href="../../phpHtmlLib/FormProcessing/FormElement.html#methodget_value">FormElement::get_value()</a></span><br>  
                                                                                                         <span class="method-name"><a href="../../phpHtmlLib/FormProcessing/FormElement.html#methodget_value_text">FormElement::get_value_text()</a></span><br>  
                                                                                                         <span class="method-name"><a href="../../phpHtmlLib/FormProcessing/FormElement.html#methodhas_error">FormElement::has_error()</a></span><br>  
                                                                                                         <span class="method-name"><a href="../../phpHtmlLib/FormProcessing/FormElement.html#methodis_disabled">FormElement::is_disabled()</a></span><br>  
                                                                                                         <span class="method-name"><a href="../../phpHtmlLib/FormProcessing/FormElement.html#methodis_required">FormElement::is_required()</a></span><br>  
                                                                                                         <span class="method-name"><a href="../../phpHtmlLib/FormProcessing/FormElement.html#methodjavascript">FormElement::javascript()</a></span><br>  
                                                                                                         <span class="method-name"><a href="../../phpHtmlLib/FormProcessing/FormElement.html#methodonBlur">FormElement::onBlur()</a></span><br>  
                                                                                                         <span class="method-name"><a href="../../phpHtmlLib/FormProcessing/FormElement.html#methodonChange">FormElement::onChange()</a></span><br>  
                                                                                                         <span class="method-name"><a href="../../phpHtmlLib/FormProcessing/FormElement.html#methodonClick">FormElement::onClick()</a></span><br>  
                                                                                                         <span class="method-name"><a href="../../phpHtmlLib/FormProcessing/FormElement.html#methodonFocus">FormElement::onFocus()</a></span><br>  
                                                                                                         <span class="method-name"><a href="../../phpHtmlLib/FormProcessing/FormElement.html#methodonSubmit">FormElement::onSubmit()</a></span><br>  
                                                                                                         <span class="method-name"><a href="../../phpHtmlLib/FormProcessing/FormElement.html#methodset_attribute">FormElement::set_attribute()</a></span><br>  
                                                                                                         <span class="method-name"><a href="../../phpHtmlLib/FormProcessing/FormElement.html#methodset_disabled">FormElement::set_disabled()</a></span><br>  
                                                                                                         <span class="method-name"><a href="../../phpHtmlLib/FormProcessing/FormElement.html#methodset_error_message">FormElement::set_error_message()</a></span><br>  
                                                                                                         <span class="method-name"><a href="../../phpHtmlLib/FormProcessing/FormElement.html#methodset_form_name">FormElement::set_form_name()</a></span><br>  
                                                                                                         <span class="method-name"><a href="../../phpHtmlLib/FormProcessing/FormElement.html#methodset_label_text">FormElement::set_label_text()</a></span><br>  
                                                                                                         <span class="method-name"><a href="../../phpHtmlLib/FormProcessing/FormElement.html#methodset_required">FormElement::set_required()</a></span><br>  
                                                                                                         <span class="method-name"><a href="../../phpHtmlLib/FormProcessing/FormElement.html#methodset_stripslashes">FormElement::set_stripslashes()</a></span><br>  
                                                                                                         <span class="method-name"><a href="../../phpHtmlLib/FormProcessing/FormElement.html#methodset_style_attribute">FormElement::set_style_attribute()</a></span><br>  
                                                                                                         <span class="method-name"><a href="../../phpHtmlLib/FormProcessing/FormElement.html#methodset_title">FormElement::set_title()</a></span><br>  
                                                                                                         <span class="method-name"><a href="../../phpHtmlLib/FormProcessing/FormElement.html#methodset_value">FormElement::set_value()</a></span><br>  
                                                                                                         <span class="method-name"><a href="../../phpHtmlLib/FormProcessing/FormElement.html#methodvalidate">FormElement::validate()</a></span><br>  
                                                                                                         <span class="method-name"><a href="../../phpHtmlLib/FormProcessing/FormElement.html#method_build_element_attributes">FormElement::_build_element_attributes()</a></span><br>  
                                                                                                         <span class="method-name"><a href="../../phpHtmlLib/FormProcessing/FormElement.html#method_build_javascript">FormElement::_build_javascript()</a></span><br>  
                                                                                                         <span class="method-name"><a href="../../phpHtmlLib/FormProcessing/FormElement.html#method_do_validation">FormElement::_do_validation()</a></span><br>  
                                                                                         </blockquote>  
                                                                                   
                 </div>  
         </div>  
           
         <p class="notes" id="credit">  
                 Documention generated on Thu, 31 Jul 2003 18:32:38 -0700 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.2.0</a>  
         </p>  
         </div></body>  
 </html>  
39       --FEText</pre>
40            
41                            </div>
42    </div>
43    
44            <a name="sec-descendents"></a>
45            <div class="info-box">
46                    <div class="info-box-title">Direct descendents</div>
47                    <div class="nav-bar">
48                            <a href="#sec-description">Description</a> |
49                            <span class="disabled">Descendents</span>
50                            |                                                                                               <a href="#sec-vars">Vars</a>
51                                                                    |                                                                                                                       <a href="#sec-method-summary">Methods</a> (<a href="#sec-methods">details</a>)
52                                                            
53                                                                    </div>
54                    <div class="info-box-body">
55                            <table cellpadding="2" cellspacing="0" class="class-table">
56                                    <tr>
57                                            <th class="class-table-header">Class</th>
58                                            <th class="class-table-header">Description</th>
59                                    </tr>
60                                                                    <tr>
61                                            <td style="padding-right: 2em"><a href="../../phpHtmlLib/FormProcessing/FEFile.html">FEFile</a></td>
62                                            <td>
63                                                                                            This is the FileUpload FormElement which builds a  input field of type=&quot;file&quot;.  This automagically  handles the case of a confirmation page.
64                                                                                    </td>
65                                    </tr>
66                                                                    <tr>
67                                            <td style="padding-right: 2em"><a href="../../phpHtmlLib/FormProcessing/FENumber.html">FENumber</a></td>
68                                            <td>
69                                                                                            This is the FormElement which builds a  text input field that validates  It validates as is_number().
70                                                                                    </td>
71                                    </tr>
72                                                                    <tr>
73                                            <td style="padding-right: 2em"><a href="../../phpHtmlLib/FormProcessing/FENumberFloat.html">FENumberFloat</a></td>
74                                            <td>
75                                                                                            This is the float FormElement which builds a  text input field.
76                                                                                    </td>
77                                    </tr>
78                                                                    <tr>
79                                            <td style="padding-right: 2em"><a href="../../phpHtmlLib/FormProcessing/FENumberPrice.html">FENumberPrice</a></td>
80                                            <td>
81                                                                                            This is the Price FormElement which builds a  text input field.
82                                                                                    </td>
83                                    </tr>
84                                                                    <tr>
85                                            <td style="padding-right: 2em"><a href="../../phpHtmlLib/FormProcessing/FENumberInRange.html">FENumberInRange</a></td>
86                                            <td>
87                                                                                            This is the Number Range FormElement which builds a  text input field.
88                                                                                    </td>
89                                    </tr>
90                                                                    <tr>
91                                            <td style="padding-right: 2em"><a href="../../phpHtmlLib/FormProcessing/FEPassword.html">FEPassword</a></td>
92                                            <td>
93                                                                                            This is the Password FormElement which builds a  input field of type=&quot;password&quot;.  It validates  the data as is_password().
94                                                                                    </td>
95                                    </tr>
96                                                                    <tr>
97                                            <td style="padding-right: 2em"><a href="../../phpHtmlLib/FormProcessing/FEName.html">FEName</a></td>
98                                            <td>
99                                                                                            This is the Name FormElement which builds a  text input field, and validates against the  is_name() method.
100                                                                                    </td>
101                                    </tr>
102                                                                    <tr>
103                                            <td style="padding-right: 2em"><a href="../../phpHtmlLib/FormProcessing/FEEmail.html">FEEmail</a></td>
104                                            <td>
105                                                                                            This is the Email FormElement which builds a  text input field.
106                                                                                    </td>
107                                    </tr>
108                                                                    <tr>
109                                            <td style="padding-right: 2em"><a href="../../phpHtmlLib/FormProcessing/FEEmailMany.html">FEEmailMany</a></td>
110                                            <td>
111                                                                                            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.
112                                                                                    </td>
113                                    </tr>
114                                                                    <tr>
115                                            <td style="padding-right: 2em"><a href="../../phpHtmlLib/FormProcessing/FEDomainName.html">FEDomainName</a></td>
116                                            <td>
117                                                                                            This is the DomainName FormElement which builds a  text input field.
118                                                                                    </td>
119                                    </tr>
120                                                                    <tr>
121                                            <td style="padding-right: 2em"><a href="../../phpHtmlLib/FormProcessing/FEHostNameWithPort.html">FEHostNameWithPort</a></td>
122                                            <td>
123                                                                                            This is the DomainName FormElement which builds a  text input field. It also includes a port #  It validates as is_domainname().
124                                                                                    </td>
125                                    </tr>
126                                                                    <tr>
127                                            <td style="padding-right: 2em"><a href="../../phpHtmlLib/FormProcessing/FEIPAddress.html">FEIPAddress</a></td>
128                                            <td>
129                                                                                            This is the Ip Address FormElement which builds a  text input field.
130                                                                                    </td>
131                                    </tr>
132                                                                    <tr>
133                                            <td style="padding-right: 2em"><a href="../../phpHtmlLib/FormProcessing/FEUrl.html">FEUrl</a></td>
134                                            <td>
135                                                                                            This is the URL FormElement which builds a  text input field.
136                                                                                    </td>
137                                    </tr>
138                                                                    <tr>
139                                            <td style="padding-right: 2em"><a href="../../phpHtmlLib/FormProcessing/FEUrlStrict.html">FEUrlStrict</a></td>
140                                            <td>
141                                                                                            This is the URLStrict FormElement which builds a  text input field.
142                                                                                    </td>
143                                    </tr>
144                                                                    <tr>
145                                            <td style="padding-right: 2em"><a href="../../phpHtmlLib/FormProcessing/FEZipcode.html">FEZipcode</a></td>
146                                            <td>
147                                                                                            This is the FEZipcode class.
148                                                                                    </td>
149                                    </tr>
150                                                                    <tr>
151                                            <td style="padding-right: 2em"><a href="../../phpHtmlLib/FormProcessing/FERegEx.html">FERegEx</a></td>
152                                            <td>
153                                                                                            This is the RegEx FormElement which builds a  text input field, and validates against the  is_regex() method.
154                                                                                    </td>
155                                    </tr>
156                                                            </table>
157                    </div>
158            </div>
159    
160    
161    
162            <a name="sec-method-summary"></a>
163            <div class="info-box">
164                    <div class="info-box-title">Method Summary</span></div>
165                    <div class="nav-bar">
166                            <a href="#sec-description">Description</a> |
167                                                            <a href="#sec-descendents">Descendents</a> |
168                                                                                                                                                    <a href="#sec-vars">Vars</a>
169                                    
170                                    |
171                                                    <span class="disabled">Methods</span> (<a href="#sec-methods">details</a>)
172                    </div>
173                    <div class="info-box-body">                    
174                            <div class="method-summary">
175                                                                    
176                                    <div class="method-definition">
177                                                                                            <span class="method-result">FEText</span>
178                                                                                    <a href="#FEText" title="details" class="method-name">FEText</a>
179                                                                                            (<span class="var-type">label</span>&nbsp;<span class="var-name">$label</span>, [<span class="var-type">bool</span>&nbsp;<span class="var-name">$required</span> = <span class="var-default">FALSE</span>], [<span class="var-type">int</span>&nbsp;<span class="var-name">$width</span> = <span class="var-default">NULL</span>], [<span class="var-type">int</span>&nbsp;<span class="var-name">$maxlength</span> = <span class="var-default">NULL</span>])
180                                                                            </div>
181                                                                    
182                                    <div class="method-definition">
183                                                                                            <span class="method-result">object</span>
184                                                                                    <a href="#get_element" title="details" class="method-name">get_element</a>
185                                                                                    ()
186                                                                            </div>
187                                                            </div>
188                    </div>
189            </div>          
190    
191            <a name="sec-vars"></a>
192            <div class="info-box">
193                    <div class="info-box-title">Variables</div>
194                    <div class="nav-bar">
195                            <a href="#sec-description">Description</a> |
196                                                            <a href="#sec-descendents">Descendents</a> |
197                                                                                    <a href="#sec-var-summary">Vars</a> (<span class="disabled">details</span>)
198                                                    
199                            
200                                                                                    |
201                                                                            <a href="#sec-method-summary">Methods</a> (<a href="#sec-methods">details</a>)
202                                                            
203                                            </div>
204                    <div class="info-box-body">
205                                                                                    <h4>Inherited Variables</h4>
206                                    <A NAME='inherited_vars'><!-- --></A>
207                                                                            <p>Inherited from <span class="classname"><a href="../../phpHtmlLib/FormProcessing/FormElement.html">FormElement</a></span></p>
208                                            <blockquote>
209                                                                                                            <span class="var-title">
210                                                                    <span class="var-name"><a href="../../phpHtmlLib/FormProcessing/FormElement.html#var$_attributes">FormElement::$_attributes</a></span><br>
211                                                            </span>
212                                                                                                            <span class="var-title">
213                                                                    <span class="var-name"><a href="../../phpHtmlLib/FormProcessing/FormElement.html#var$_element_name">FormElement::$_element_name</a></span><br>
214                                                            </span>
215                                                                                                            <span class="var-title">
216                                                                    <span class="var-name"><a href="../../phpHtmlLib/FormProcessing/FormElement.html#var$_errors">FormElement::$_errors</a></span><br>
217                                                            </span>
218                                                                                                            <span class="var-title">
219                                                                    <span class="var-name"><a href="../../phpHtmlLib/FormProcessing/FormElement.html#var$_error_message">FormElement::$_error_message</a></span><br>
220                                                            </span>
221                                                                                                            <span class="var-title">
222                                                                    <span class="var-name"><a href="../../phpHtmlLib/FormProcessing/FormElement.html#var$_form_name">FormElement::$_form_name</a></span><br>
223                                                            </span>
224                                                                                                            <span class="var-title">
225                                                                    <span class="var-name"><a href="../../phpHtmlLib/FormProcessing/FormElement.html#var$_has_error">FormElement::$_has_error</a></span><br>
226                                                            </span>
227                                                                                                            <span class="var-title">
228                                                                    <span class="var-name"><a href="../../phpHtmlLib/FormProcessing/FormElement.html#var$_has_form_on_submit">FormElement::$_has_form_on_submit</a></span><br>
229                                                            </span>
230                                                                                                            <span class="var-title">
231                                                                    <span class="var-name"><a href="../../phpHtmlLib/FormProcessing/FormElement.html#var$_is_disabled">FormElement::$_is_disabled</a></span><br>
232                                                            </span>
233                                                                                                            <span class="var-title">
234                                                                    <span class="var-name"><a href="../../phpHtmlLib/FormProcessing/FormElement.html#var$_is_required">FormElement::$_is_required</a></span><br>
235                                                            </span>
236                                                                                                            <span class="var-title">
237                                                                    <span class="var-name"><a href="../../phpHtmlLib/FormProcessing/FormElement.html#var$_label_text">FormElement::$_label_text</a></span><br>
238                                                            </span>
239                                                                                                            <span class="var-title">
240                                                                    <span class="var-name"><a href="../../phpHtmlLib/FormProcessing/FormElement.html#var$_required_field_marker">FormElement::$_required_field_marker</a></span><br>
241                                                            </span>
242                                                                                                            <span class="var-title">
243                                                                    <span class="var-name"><a href="../../phpHtmlLib/FormProcessing/FormElement.html#var$_slave_elements">FormElement::$_slave_elements</a></span><br>
244                                                            </span>
245                                                                                                            <span class="var-title">
246                                                                    <span class="var-name"><a href="../../phpHtmlLib/FormProcessing/FormElement.html#var$_stripslashes">FormElement::$_stripslashes</a></span><br>
247                                                            </span>
248                                                                                                            <span class="var-title">
249                                                                    <span class="var-name"><a href="../../phpHtmlLib/FormProcessing/FormElement.html#var$_style_attributes">FormElement::$_style_attributes</a></span><br>
250                                                            </span>
251                                                                                                            <span class="var-title">
252                                                                    <span class="var-name"><a href="../../phpHtmlLib/FormProcessing/FormElement.html#var$_value">FormElement::$_value</a></span><br>
253                                                            </span>
254                                                                                            </blockquote>
255                                                                                    
256                    </div>
257            </div>
258            
259            <a name="sec-methods"></a>
260            <div class="info-box">
261                    <div class="info-box-title">Methods</div>
262                    <div class="nav-bar">
263                            <a href="#sec-description">Description</a> |
264                                                            <a href="#sec-descendents">Descendents</a> |
265                                                                                                                            <a href="#sec-vars">Vars</a>
266                                                                                                                                            <a href="#sec-method-summary">Methods</a> (<span class="disabled">details</span>)
267                                                    
268                    </div>
269                    <div class="info-box-body">
270                            <A NAME='method_detail'></A>
271    <a name="methodFEText" id="FEText"><!-- --></a>
272    <div class="oddrow">
273            
274            <div class="method-header">
275                    <span class="method-title">Constructor FEText</span> (line <span class="line-number">39</span>)
276            </div>
277            
278            <!-- ========== Info from phpDoc block ========= -->
279    <p class="short-description">The constructor</p>
280            
281            <div class="method-signature">
282                    <span class="method-result">FEText</span>
283                    <span class="method-name">
284                            FEText
285                    </span>
286                                            (<span class="var-type">label</span>&nbsp;<span class="var-name">$label</span>, [<span class="var-type">bool</span>&nbsp;<span class="var-name">$required</span> = <span class="var-default">FALSE</span>], [<span class="var-type">int</span>&nbsp;<span class="var-name">$width</span> = <span class="var-default">NULL</span>], [<span class="var-type">int</span>&nbsp;<span class="var-name">$maxlength</span> = <span class="var-default">NULL</span>])
287                            </div>
288            
289                            <ul class="parameters">
290                                            <li>
291                                    <span class="var-type">label</span>
292                                    <span class="var-name">$label</span><span class="var-description">: string - text label for the element</span>                  </li>
293                                            <li>
294                                    <span class="var-type">bool</span>
295                                    <span class="var-name">$required</span><span class="var-description">: required - is this a required element</span>                     </li>
296                                            <li>
297                                    <span class="var-type">int</span>
298                                    <span class="var-name">$width</span><span class="var-description">: required - element width in characters, pixels (px), percentage (%) or elements (em)</span>                 </li>
299                                            <li>
300                                    <span class="var-type">int</span>
301                                    <span class="var-name">$maxlength</span><span class="var-description">: required - maximum number of chars allowed to type in</span>                    </li>
302                                    </ul>
303                    
304                    
305            </div>
306    <a name="methodget_element" id="get_element"><!-- --></a>
307    <div class="evenrow">
308            
309            <div class="method-header">
310                    <span class="method-title">get_element</span> (line <span class="line-number">60</span>)
311            </div>
312            
313            <!-- ========== Info from phpDoc block ========= -->
314    <p class="short-description">This function builds and returns the  form element object</p>
315            
316            <div class="method-signature">
317                    <span class="method-result">object</span>
318                    <span class="method-name">
319                            get_element
320                    </span>
321                                    ()
322                            </div>
323            
324                    
325                            <hr class="separator" />
326                    <div class="notes">Redefinition of:</div>
327                    <dl>
328                            <dt><a href="../../phpHtmlLib/FormProcessing/FormElement.html#methodget_element">FormElement::get_element()</a></dt>
329                                                    <dd>This function builds and returns the  form element object</dd>
330                                            </dl>
331                    
332                            <hr class="separator" />
333                    <div class="notes">Redefined in descendants as:</div>
334                    <ul class="redefinitions">
335                                            <li>
336                                    <a href="../../phpHtmlLib/FormProcessing/FEFile.html#methodget_element">FEFile::get_element()</a>
337                                                                    : This function builds and returns the  form element object
338                                                            </li>
339                                            <li>
340                                    <a href="../../phpHtmlLib/FormProcessing/FEPassword.html#methodget_element">FEPassword::get_element()</a>
341                                                                    : This function builds and returns the  form element object
342                                                            </li>
343                                            <li>
344                                    <a href="../../phpHtmlLib/FormProcessing/FEHostNameWithPort.html#methodget_element">FEHostNameWithPort::get_element()</a>
345                                                                    : This function builds and returns the  form element object
346                                                            </li>
347                                    </ul>
348            </div>
349                                                            <h4>Inherited Methods</h4>
350                                    <a name='inherited_methods'><!-- --></a>        
351                                                                            <!-- =========== Summary =========== -->
352                                            <p>Inherited From <span class="classname"><a href="../../phpHtmlLib/FormProcessing/FormElement.html">FormElement</a></span></p>
353                                            <blockquote>
354                                                                                                            <span class="method-name"><a href="../../phpHtmlLib/FormProcessing/FormElement.html#methodFormElement">FormElement::FormElement()</a></span><br>
355                                                                                                            <span class="method-name"><a href="../../phpHtmlLib/FormProcessing/FormElement.html#methodcreate_element_name">FormElement::create_element_name()</a></span><br>
356                                                                                                            <span class="method-name"><a href="../../phpHtmlLib/FormProcessing/FormElement.html#methodform_tag_onsubmit">FormElement::form_tag_onsubmit()</a></span><br>
357                                                                                                            <span class="method-name"><a href="../../phpHtmlLib/FormProcessing/FormElement.html#methodget_attribute">FormElement::get_attribute()</a></span><br>
358                                                                                                            <span class="method-name"><a href="../../phpHtmlLib/FormProcessing/FormElement.html#methodget_confirm_element">FormElement::get_confirm_element()</a></span><br>
359                                                                                                            <span class="method-name"><a href="../../phpHtmlLib/FormProcessing/FormElement.html#methodget_element">FormElement::get_element()</a></span><br>
360                                                                                                            <span class="method-name"><a href="../../phpHtmlLib/FormProcessing/FormElement.html#methodget_element_name">FormElement::get_element_name()</a></span><br>
361                                                                                                            <span class="method-name"><a href="../../phpHtmlLib/FormProcessing/FormElement.html#methodget_errors">FormElement::get_errors()</a></span><br>
362                                                                                                            <span class="method-name"><a href="../../phpHtmlLib/FormProcessing/FormElement.html#methodget_error_message">FormElement::get_error_message()</a></span><br>
363                                                                                                            <span class="method-name"><a href="../../phpHtmlLib/FormProcessing/FormElement.html#methodget_init_value">FormElement::get_init_value()</a></span><br>
364                                                                                                            <span class="method-name"><a href="../../phpHtmlLib/FormProcessing/FormElement.html#methodget_label">FormElement::get_label()</a></span><br>
365                                                                                                            <span class="method-name"><a href="../../phpHtmlLib/FormProcessing/FormElement.html#methodget_label_text">FormElement::get_label_text()</a></span><br>
366                                                                                                            <span class="method-name"><a href="../../phpHtmlLib/FormProcessing/FormElement.html#methodget_required_symbol">FormElement::get_required_symbol()</a></span><br>
367                                                                                                            <span class="method-name"><a href="../../phpHtmlLib/FormProcessing/FormElement.html#methodget_slave_elements">FormElement::get_slave_elements()</a></span><br>
368                                                                                                            <span class="method-name"><a href="../../phpHtmlLib/FormProcessing/FormElement.html#methodget_tabindex">FormElement::get_tabindex()</a></span><br>
369                                                                                                            <span class="method-name"><a href="../../phpHtmlLib/FormProcessing/FormElement.html#methodget_value">FormElement::get_value()</a></span><br>
370                                                                                                            <span class="method-name"><a href="../../phpHtmlLib/FormProcessing/FormElement.html#methodget_value_text">FormElement::get_value_text()</a></span><br>
371                                                                                                            <span class="method-name"><a href="../../phpHtmlLib/FormProcessing/FormElement.html#methodhas_error">FormElement::has_error()</a></span><br>
372                                                                                                            <span class="method-name"><a href="../../phpHtmlLib/FormProcessing/FormElement.html#methodis_disabled">FormElement::is_disabled()</a></span><br>
373                                                                                                            <span class="method-name"><a href="../../phpHtmlLib/FormProcessing/FormElement.html#methodis_required">FormElement::is_required()</a></span><br>
374                                                                                                            <span class="method-name"><a href="../../phpHtmlLib/FormProcessing/FormElement.html#methodjavascript">FormElement::javascript()</a></span><br>
375                                                                                                            <span class="method-name"><a href="../../phpHtmlLib/FormProcessing/FormElement.html#methodonBlur">FormElement::onBlur()</a></span><br>
376                                                                                                            <span class="method-name"><a href="../../phpHtmlLib/FormProcessing/FormElement.html#methodonChange">FormElement::onChange()</a></span><br>
377                                                                                                            <span class="method-name"><a href="../../phpHtmlLib/FormProcessing/FormElement.html#methodonClick">FormElement::onClick()</a></span><br>
378                                                                                                            <span class="method-name"><a href="../../phpHtmlLib/FormProcessing/FormElement.html#methodonFocus">FormElement::onFocus()</a></span><br>
379                                                                                                            <span class="method-name"><a href="../../phpHtmlLib/FormProcessing/FormElement.html#methodonSubmit">FormElement::onSubmit()</a></span><br>
380                                                                                                            <span class="method-name"><a href="../../phpHtmlLib/FormProcessing/FormElement.html#methodset_attribute">FormElement::set_attribute()</a></span><br>
381                                                                                                            <span class="method-name"><a href="../../phpHtmlLib/FormProcessing/FormElement.html#methodset_data_all_slaves">FormElement::set_data_all_slaves()</a></span><br>
382                                                                                                            <span class="method-name"><a href="../../phpHtmlLib/FormProcessing/FormElement.html#methodset_disabled">FormElement::set_disabled()</a></span><br>
383                                                                                                            <span class="method-name"><a href="../../phpHtmlLib/FormProcessing/FormElement.html#methodset_element_name">FormElement::set_element_name()</a></span><br>
384                                                                                                            <span class="method-name"><a href="../../phpHtmlLib/FormProcessing/FormElement.html#methodset_error_message">FormElement::set_error_message()</a></span><br>
385                                                                                                            <span class="method-name"><a href="../../phpHtmlLib/FormProcessing/FormElement.html#methodset_form_name">FormElement::set_form_name()</a></span><br>
386                                                                                                            <span class="method-name"><a href="../../phpHtmlLib/FormProcessing/FormElement.html#methodset_label_text">FormElement::set_label_text()</a></span><br>
387                                                                                                            <span class="method-name"><a href="../../phpHtmlLib/FormProcessing/FormElement.html#methodset_required">FormElement::set_required()</a></span><br>
388                                                                                                            <span class="method-name"><a href="../../phpHtmlLib/FormProcessing/FormElement.html#methodset_required_symbol">FormElement::set_required_symbol()</a></span><br>
389                                                                                                            <span class="method-name"><a href="../../phpHtmlLib/FormProcessing/FormElement.html#methodset_slave_data">FormElement::set_slave_data()</a></span><br>
390                                                                                                            <span class="method-name"><a href="../../phpHtmlLib/FormProcessing/FormElement.html#methodset_slave_elements">FormElement::set_slave_elements()</a></span><br>
391                                                                                                            <span class="method-name"><a href="../../phpHtmlLib/FormProcessing/FormElement.html#methodset_stripslashes">FormElement::set_stripslashes()</a></span><br>
392                                                                                                            <span class="method-name"><a href="../../phpHtmlLib/FormProcessing/FormElement.html#methodset_style_attribute">FormElement::set_style_attribute()</a></span><br>
393                                                                                                            <span class="method-name"><a href="../../phpHtmlLib/FormProcessing/FormElement.html#methodset_tabindex">FormElement::set_tabindex()</a></span><br>
394                                                                                                            <span class="method-name"><a href="../../phpHtmlLib/FormProcessing/FormElement.html#methodset_title">FormElement::set_title()</a></span><br>
395                                                                                                            <span class="method-name"><a href="../../phpHtmlLib/FormProcessing/FormElement.html#methodset_value">FormElement::set_value()</a></span><br>
396                                                                                                            <span class="method-name"><a href="../../phpHtmlLib/FormProcessing/FormElement.html#methodvalidate">FormElement::validate()</a></span><br>
397                                                                                                            <span class="method-name"><a href="../../phpHtmlLib/FormProcessing/FormElement.html#method_build_element_attributes">FormElement::_build_element_attributes()</a></span><br>
398                                                                                                            <span class="method-name"><a href="../../phpHtmlLib/FormProcessing/FormElement.html#method_build_javascript">FormElement::_build_javascript()</a></span><br>
399                                                                                                            <span class="method-name"><a href="../../phpHtmlLib/FormProcessing/FormElement.html#method_do_validation">FormElement::_do_validation()</a></span><br>
400                                                                                            </blockquote>
401                                                                                    
402                    </div>
403            </div>
404    
405    
406            <p class="notes" id="credit">
407                    Documentation generated on Thu,  1 Apr 2004 09:38:40 -0800 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.3.0RC2</a>
408            </p>
409            </div></body>
410    </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