soo_txp_obj API Documentation
soo_html_input Class Reference
Class for (X)HTML input elements. More...
Public Member Functions | |
| __construct ($type= 'text', $atts=array()) | |
| Constructor. | |
Protected Attributes | |
(X)HTML attributes | |
| $type = '' | |
| $value = '' | |
| $checked = '' | |
| $size = '' | |
| $maxlength = '' | |
| $src = '' | |
| $alt = '' | |
| $usemap = '' | |
| $readonly = '' | |
| $accept = '' | |
| $onselect = '' | |
| $onchange = '' | |
Detailed Description
Class for (X)HTML input elements.
Definition at line 1205 of file soo_txp_obj.php.
Constructor & Destructor Documentation
| soo_html_input::__construct | ( | $ | type = 'text', |
|
| $ | atts = array() | |||
| ) |
Constructor.
- Parameters:
-
type Input type (text|checkbox|radio etc.) atts Attributes (array of name=>value pairs)
Definition at line 1228 of file soo_txp_obj.php.
The documentation for this class was generated from the following file:
Generated on Fri Jan 7 2011 14:35:01 for soo_txp_obj by Doxygen 1.7.1








