Public Attributes | |
| $node_name = 'select' | |
| The name of this node, depending on its type. | |
Protected Attributes | |
| $allowed_elements = array('option', 'optgroup') | |
| List of allowed child element names. | |
| $allows_text = false | |
| Whether this node can have text content. | |
Definition at line 75 of file forms.lib.php.
| AnewtXHTMLSelect::$node_name = 'select' |
The name of this node, depending on its type.
Reimplemented from AnewtXMLDomNode.
Definition at line 77 of file forms.lib.php.
1.5.9