soo_txp_obj API Documentation

soo_html_select Class Reference

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

List of all members.

Public Member Functions

 __construct ($atts=array(), $content=array())
 Constructor.

Protected Attributes

(X)HTML attributes

 $multiple = ''
 $size = ''
 $onchange = ''

Detailed Description

Class for (X)HTML select elements.

Definition at line 1236 of file soo_txp_obj.php.


Constructor & Destructor Documentation

soo_html_select::__construct ( atts = array(),
content = array() 
)

Constructor.

If $content is an array, each item will be added as a soo_html_option element (assumes value=>text array)

Parameters:
atts Attributes (array of name=>value pairs)
content Element content (soo_html_option objects)

Definition at line 1251 of file soo_txp_obj.php.


The documentation for this class was generated from the following file:
 All Classes Functions Variables