soo_txp_obj API Documentation

soo_html_input Class Reference

Class for (X)HTML input elements. More...

List of all members.

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:
 All Classes Functions Variables