Class cHTMLSelectElement
cHTMLSelectElement class represents a select element.
- cHTML
- 
			 cHTMLFormElement cHTMLFormElement
- 
			 cHTMLSelectElement cHTMLSelectElement
Direct known subclasses
cHTMLInputSelectElement
		
		
		
		Package: Core\GUI\HTML
Copyright: four for business AG <www.4fb.de>
License: http://www.contenido.org/license/LIZENZ.txt
Author: Simon Sprankel
Located at classes/html/class.html.selectelement.php
	
	Copyright: four for business AG <www.4fb.de>
License: http://www.contenido.org/license/LIZENZ.txt
Author: Simon Sprankel
Located at classes/html/class.html.selectelement.php
| 
			 public 
			
			
			 | 
		#
		 __construct( string $name, integer $width = '', string $id = '', boolean $disabled = false, string $tabindex = NULL, string $accesskey = '', string $class = '' )Constructor. Creates an HTML select field (aka "DropDown"). | 
| 
			 public 
			 | |
| 
			 public 
			 | 
		#
		 addOptionElement( string $index, Adds an cHTMLOptionElement to the number of choices at the specified position. | 
| 
			 public 
			 | 
		#
		 appendOptionElement( Appends a cHTMLOptionElement to the number of choices. | 
| 
			 public 
			 | |
| 
			 public 
			 | |
| 
			 public 
			 | |
| 
			 public 
			string
			
			 | |
| 
			 public 
			 | |
| 
			 public 
			string
			
			 | 
| 
			setAccessKey(), 
			setDisabled(), 
			setTabindex()
		 | 
| 
			protected  
			array
		 | $_options All cHTMLOptionElements | 
				#
				 array() | 
| 
			$_attributes, 
			$_content, 
			$_contentlessTag, 
			$_eventDefinitions, 
			$_generateXHTML, 
			$_idCounter, 
			$_requiredScripts, 
			$_skeletonClose, 
			$_skeletonOpen, 
			$_skeletonSingle, 
			$_styleDefinitions, 
			$_styleDefs, 
			$_tag
		 |