265 lines
		
	
	
	
		
			9 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
		
		
			
		
	
	
			265 lines
		
	
	
	
		
			9 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
|  | <!doctype html public "-//W3C//DTD HTML 4.0 Frameset//EN""http://www.w3.org/TR/REC-html40/frameset.dtd"> | ||
|  | <html> | ||
|  | <head> | ||
|  | <title> | ||
|  | Jala 1.3 Overview | ||
|  | </title> | ||
|  | <link rel ="stylesheet" type="text/css" href="stylesheet.css" title="Style"> | ||
|  | <script> | ||
|  | function asd() { | ||
|  | 	 | ||
|  | 		parent.document.title="Form.js Overview"; | ||
|  | 	 | ||
|  | } | ||
|  | </script> | ||
|  | </head> | ||
|  | <body bgcolor="white" onload="asd();"> | ||
|  | 
 | ||
|  | <!-- ========== START OF NAVBAR ========== --> | ||
|  | <a name="navbar_top"><!-- --></a> | ||
|  | <table border="0" width="100%" cellpadding="1" cellspacing="0"> | ||
|  | <tr> | ||
|  | <td colspan=2 bgcolor="#EEEEFF" class="NavBarCell1"> | ||
|  | <a name="navbar_top_firstrow"><!-- --></a> | ||
|  | <table border="0" cellpadding="0" cellspacing="3"> | ||
|  |   <tr align="center" valign="top"> | ||
|  |    | ||
|  |    | ||
|  |   <td bgcolor="#EEEEFF" class="NavBarCell1">    <a href="overview-summary.html"><font class="NavBarFont1"><b>Overview</b></font></a> </td> | ||
|  |   <td bgcolor="#FFFFFF" class="NavBarCell1Rev">	 <font class="NavBarFont1Rev"><b>File</b></font> </td> | ||
|  |    | ||
|  | 
 | ||
|  |   <td bgcolor="#FFFFFF" class="NavBarCell1"> 	<font class="NavBarFont1">Class</font> </td> | ||
|  |   <td bgcolor="#EEEEFF" class="NavBarCell1">    <a href="overview-tree.html"><font class="NavBarFont1"><b>Tree</b></font></a> </td> | ||
|  |   <td bgcolor="#EEEEFF" class="NavBarCell1">    <a href="index-all.html"--><font class="NavBarFont1"><b>Index</b></font></a> </td> | ||
|  |   <td bgcolor="#EEEEFF" class="NavBarCell1">    <a href="help-doc.html"><font class="NavBarFont1"><b>Help</b></font></a> </td> | ||
|  |   </tr> | ||
|  | </table> | ||
|  | </td> | ||
|  | <td bgcolor="#EEEEFF" align="right" valign="top"> | ||
|  | <em> | ||
|  | <b>Jala 1.3</b></em> | ||
|  | </td> | ||
|  | </tr> | ||
|  | 
 | ||
|  | <tr> | ||
|  | <td bgcolor="white" class="NavBarCell2"><font size="-2"> | ||
|  |  PREV  | ||
|  |  NEXT</font></td> | ||
|  | <td bgcolor="white" class="NavBarCell2"><font size="-2"> | ||
|  |   <a href="index.html" target="_top"><b>FRAMES</b></a>    | ||
|  |  <a href="overview-summary.html" target="_top"><b>NO FRAMES</b></a> | ||
|  |    | ||
|  | <script> | ||
|  |   <!--
 | ||
|  |   if(window==top) { | ||
|  |     document.writeln('<A HREF="allclasses-noframe.html" TARGET=""><B>All Classes</B></A>'); | ||
|  |   } | ||
|  |   //--> | ||
|  | </script> | ||
|  | <noscript> | ||
|  | <a href="allclasses-noframe.html" target=""><b>All Classes</b></a> | ||
|  | </noscript> | ||
|  | </font></td> | ||
|  | </tr> | ||
|  | </table> | ||
|  | <!-- =========== END OF NAVBAR =========== --> | ||
|  | 
 | ||
|  | <hr> | ||
|  | <center> | ||
|  | 	 | ||
|  | 	   <h2>Form.js</h2> | ||
|  | 	 | ||
|  | </center> | ||
|  | 
 | ||
|  | 	 | ||
|  | 
 | ||
|  | 
 | ||
|  | <h4>Summary</h4> | ||
|  | <p> | ||
|  | 	 | ||
|  | 		This class can be used to render forms and to validate | ||
|  |  and store user submits. Further types of form components can be added | ||
|  |  by subclassing jala.Form.Component.Input.<BR/><BR/> | ||
|  | 	 | ||
|  | </p> | ||
|  | 
 | ||
|  | <hr> | ||
|  | 
 | ||
|  | 
 | ||
|  |     <table border="1" cellpadding="3" cellspacing="0" width="100%"> | ||
|  |     <tr bgcolor="#CCCCFF" class="TableHeadingColor"> | ||
|  |     <td colspan=2><font size="+2"> | ||
|  |      | ||
|  |         <b>Class Summary</b> | ||
|  |      | ||
|  |     </font></td> | ||
|  |     </tr> | ||
|  |      | ||
|  |     <tr bgcolor="white" class="TableRowColor"> | ||
|  |     <td width="15%"><b><a href="jala.Form.html">jala.Form</a></b></td> | ||
|  |     <td>A class that renders forms, validates submitted form data and | ||
|  |  stores the data in a specified object.</td> | ||
|  |     </tr> | ||
|  |      | ||
|  |     <tr bgcolor="white" class="TableRowColor"> | ||
|  |     <td width="15%"><b><a href="jala.Form.Component.html">jala.Form.Component</a></b></td> | ||
|  |     <td> </td> | ||
|  |     </tr> | ||
|  |      | ||
|  |     <tr bgcolor="white" class="TableRowColor"> | ||
|  |     <td width="15%"><b><a href="jala.Form.Component.Button.html">jala.Form.Component.Button</a></b></td> | ||
|  |     <td>Subclass of jala.Form.Component.Input which renders a button.</td> | ||
|  |     </tr> | ||
|  |      | ||
|  |     <tr bgcolor="white" class="TableRowColor"> | ||
|  |     <td width="15%"><b><a href="jala.Form.Component.Checkbox.html">jala.Form.Component.Checkbox</a></b></td> | ||
|  |     <td>Subclass of jala.Form.Component.Input which renders and validates a | ||
|  |  checkbox.</td> | ||
|  |     </tr> | ||
|  |      | ||
|  |     <tr bgcolor="white" class="TableRowColor"> | ||
|  |     <td width="15%"><b><a href="jala.Form.Component.Date.html">jala.Form.Component.Date</a></b></td> | ||
|  |     <td>Subclass of jala.Form.Component.Input which renders and validates a | ||
|  |  date editor.</td> | ||
|  |     </tr> | ||
|  |      | ||
|  |     <tr bgcolor="white" class="TableRowColor"> | ||
|  |     <td width="15%"><b><a href="jala.Form.Component.Fieldset.html">jala.Form.Component.Fieldset</a></b></td> | ||
|  |     <td>Instances of this class represent a form fieldset containing | ||
|  |  numerous form components | ||
|  |  </td> | ||
|  |     </tr> | ||
|  |      | ||
|  |     <tr bgcolor="white" class="TableRowColor"> | ||
|  |     <td width="15%"><b><a href="jala.Form.Component.File.html">jala.Form.Component.File</a></b></td> | ||
|  |     <td>Subclass of jala.Form.Component.Input which renders and validates a | ||
|  |  file upload.</td> | ||
|  |     </tr> | ||
|  |      | ||
|  |     <tr bgcolor="white" class="TableRowColor"> | ||
|  |     <td width="15%"><b><a href="jala.Form.Component.Hidden.html">jala.Form.Component.Hidden</a></b></td> | ||
|  |     <td>Subclass of jala.Form.Component.Input which renders and validates a | ||
|  |  hidden input tag.</td> | ||
|  |     </tr> | ||
|  |      | ||
|  |     <tr bgcolor="white" class="TableRowColor"> | ||
|  |     <td width="15%"><b><a href="jala.Form.Component.Image.html">jala.Form.Component.Image</a></b></td> | ||
|  |     <td>Subclass of jala.Form.Component.File which renders a file upload | ||
|  |  and validates uploaded files as images.</td> | ||
|  |     </tr> | ||
|  |      | ||
|  |     <tr bgcolor="white" class="TableRowColor"> | ||
|  |     <td width="15%"><b><a href="jala.Form.Component.Input.html">jala.Form.Component.Input</a></b></td> | ||
|  |     <td>Instances of this class represent a single form input field.</td> | ||
|  |     </tr> | ||
|  |      | ||
|  |     <tr bgcolor="white" class="TableRowColor"> | ||
|  |     <td width="15%"><b><a href="jala.Form.Component.Password.html">jala.Form.Component.Password</a></b></td> | ||
|  |     <td>Subclass of jala.Form.Component.Input which renders and validates a | ||
|  |  password input tag.</td> | ||
|  |     </tr> | ||
|  |      | ||
|  |     <tr bgcolor="white" class="TableRowColor"> | ||
|  |     <td width="15%"><b><a href="jala.Form.Component.Radio.html">jala.Form.Component.Radio</a></b></td> | ||
|  |     <td>Subclass of jala.Form.Component.Input which renders and validates a | ||
|  |  set of radio buttons.</td> | ||
|  |     </tr> | ||
|  |      | ||
|  |     <tr bgcolor="white" class="TableRowColor"> | ||
|  |     <td width="15%"><b><a href="jala.Form.Component.Select.html">jala.Form.Component.Select</a></b></td> | ||
|  |     <td>Subclass of jala.Form.Component.Input which renders and validates a | ||
|  |  dropdown element.</td> | ||
|  |     </tr> | ||
|  |      | ||
|  |     <tr bgcolor="white" class="TableRowColor"> | ||
|  |     <td width="15%"><b><a href="jala.Form.Component.Skin.html">jala.Form.Component.Skin</a></b></td> | ||
|  |     <td>Subclass of jala.Form.Component that allows rendering a skin | ||
|  |  within a form.</td> | ||
|  |     </tr> | ||
|  |      | ||
|  |     <tr bgcolor="white" class="TableRowColor"> | ||
|  |     <td width="15%"><b><a href="jala.Form.Component.Submit.html">jala.Form.Component.Submit</a></b></td> | ||
|  |     <td>Subclass of jala.Form.Component.Button which renders a submit button.</td> | ||
|  |     </tr> | ||
|  |      | ||
|  |     <tr bgcolor="white" class="TableRowColor"> | ||
|  |     <td width="15%"><b><a href="jala.Form.Component.Textarea.html">jala.Form.Component.Textarea</a></b></td> | ||
|  |     <td>Subclass of jala.Form.Component.Input which renders and validates a | ||
|  |  textarea input field.</td> | ||
|  |     </tr> | ||
|  |      | ||
|  |     <tr bgcolor="white" class="TableRowColor"> | ||
|  |     <td width="15%"><b><a href="jala.Form.Tracker.html">jala.Form.Tracker</a></b></td> | ||
|  |     <td>Instances of this class can contain error-messages and values | ||
|  |  </td> | ||
|  |     </tr> | ||
|  |      | ||
|  |     </table> | ||
|  |     <hr/>  | ||
|  | 
 | ||
|  | 
 | ||
|  | <!-- ========== METHOD SUMMARY =========== --> | ||
|  | 
 | ||
|  | <!-- ========== END METHOD SUMMARY =========== --> | ||
|  | 
 | ||
|  | 
 | ||
|  | 
 | ||
|  | 
 | ||
|  | <!-- ========== START OF NAVBAR ========== --> | ||
|  | <a name="navbar_top"><!-- --></a> | ||
|  | <table border="0" width="100%" cellpadding="1" cellspacing="0"> | ||
|  | <tr> | ||
|  | <td colspan=2 bgcolor="#EEEEFF" class="NavBarCell1"> | ||
|  | <a name="navbar_top_firstrow"><!-- --></a> | ||
|  | <table border="0" cellpadding="0" cellspacing="3"> | ||
|  |   <tr align="center" valign="top"> | ||
|  |    | ||
|  |    | ||
|  |   <td bgcolor="#EEEEFF" class="NavBarCell1">    <a href="overview-summary.html"><font class="NavBarFont1"><b>Overview</b></font></a> </td> | ||
|  |   <td bgcolor="#FFFFFF" class="NavBarCell1Rev">	 <font class="NavBarFont1Rev"><b>File</b></font> </td> | ||
|  |    | ||
|  | 
 | ||
|  |   <td bgcolor="#FFFFFF" class="NavBarCell1"> <font class="NavBarFont1">Class</font> </td> | ||
|  |   <td bgcolor="#EEEEFF" class="NavBarCell1">    <a href="overview-tree.html"><font class="NavBarFont1"><b>Tree</b></font></a> </td> | ||
|  |   <td bgcolor="#EEEEFF" class="NavBarCell1">    <a href="index-all.html"--><font class="NavBarFont1"><b>Index</b></font></a> </td> | ||
|  |   <td bgcolor="#EEEEFF" class="NavBarCell1">    <a href="help-doc.html"><font class="NavBarFont1"><b>Help</b></font></a> </td> | ||
|  |   </tr> | ||
|  | </table> | ||
|  | </td> | ||
|  | <td bgcolor="#EEEEFF" align="right" valign="top"><em> | ||
|  | <b>Jala 1.3</b></em> | ||
|  | </td> | ||
|  | </tr> | ||
|  | 
 | ||
|  | <tr> | ||
|  | <td bgcolor="white" class="NavBarCell2"><font size="-2"> | ||
|  |  PREV  | ||
|  |  NEXT</font></td> | ||
|  | <td bgcolor="white" class="NavBarCell2"><font size="-2"> | ||
|  |   <a href="index.html" target="_top"><b>FRAMES</b></a>    | ||
|  |  <a href="overview-summary.html" target="_top"><b>NO FRAMES</b></a> | ||
|  |    | ||
|  | <script> | ||
|  |   <!--
 | ||
|  |   if(window==top) { | ||
|  |     document.writeln('<A HREF="allclasses-noframe.html" TARGET=""><B>All Classes</B></A>'); | ||
|  |   } | ||
|  |   //--> | ||
|  | </script> | ||
|  | <noscript> | ||
|  | <a href="allclasses-noframe.html" target=""><b>All Classes</b></a> | ||
|  | </noscript> | ||
|  | </font></td> | ||
|  | </tr> | ||
|  | </table> | ||
|  | <!-- =========== END OF NAVBAR =========== --> | ||
|  | 
 | ||
|  | <hr> | ||
|  | <font size="-1"> | ||
|  | 
 | ||
|  | </font> | ||
|  | <div class="jsdoc_ctime">Documentation generated by <a href="http://jsdoc.sourceforge.net/" target="_parent">JSDoc</a> on Tue Jan  8 15:45:31 2008</div> | ||
|  | </body> | ||
|  | </html> |