Class NTextArea
	
	
Multiline text input control.
	 
	
		- 
			NObject
			
			
			
		
 
		- 
			
			NComponent
			
			 implements 
				IComponent
			
			
		 
		- 
			
			NFormControl
			
			 implements 
				IFormControl
			
			
		 
		- 
			
			NTextBase
			
			
			
		 
		- 
			
NTextArea			
			
			
		 
	
	
	
	Methods summary
	
		
			 public 
			
			
			
		 | 
		
		#
		__construct( string $label = NULL, integer $cols = NULL, integer $rows = NULL )
		
			
		 
		
			
				Parameters
				
					- $label
 
					string label 
					- $cols
 
					integer width of the control 
					- $rows
 
					integer height of the control in text lines 
				  
				Overrides
				
		 
		  | 
	
	
		
			 public 
			NHtml
			
			
		 | 
		
		#
		getControl( )
		
			
Generates control's HTML element. 
		 
		
			
Generates control's HTML element. 
				Returns
				
				Overrides
				
		 
		  | 
	
	
	
	Methods inherited from NTextBase
	
		
			addFilter(), 
			addRule(), 
			getEmptyValue(), 
			getValue(), 
			sanitize(), 
			setEmptyValue(), 
			setValue(), 
			validateEmail(), 
			validateLength(), 
			validateRange(), 
			validateRegexp(), 
			validateUrl()
		 | 
	
	
	
	Methods inherited from NFormControl
	
		
			addCondition(), 
			addConditionOn(), 
			addError(), 
			attached(), 
			cleanErrors(), 
			exportRules(), 
			getControlPrototype(), 
			getErrors(), 
			getForm(), 
			getHtmlId(), 
			getHtmlName(), 
			getLabel(), 
			getLabelPrototype(), 
			getOption(), 
			getOptions(), 
			getRules(), 
			getTranslator(), 
			hasErrors(), 
			isDisabled(), 
			isFilled(), 
			isRequired(), 
			loadHttpData(), 
			setAttribute(), 
			setDefaultValue(), 
			setDisabled(), 
			setHtmlId(), 
			setOption(), 
			setRequired(), 
			setTranslator(), 
			translate()
		 | 
	
	
	
	Methods inherited from NComponent
	
		
			__clone(), 
			__sleep(), 
			__wakeup(), 
			detached(), 
			getName(), 
			getParent(), 
			lookup(), 
			lookupPath(), 
			monitor(), 
			unmonitor(), 
			validateParent()
		 | 
	
	
	
	
	
	
	
	
	
	Magic properties inherited from NFormControl
	
		
			$control, 
			$controlPrototype, 
			$defaultValue, 
			$disabled, 
			$errors, 
			$filled, 
			$form, 
			$htmlId, 
			$htmlName, 
			$label, 
			$labelPrototype, 
			$options, 
			$required, 
			$rules, 
			$translator, 
			$value
		 |