Class CC_EmailField
- CC_HTMLElement
- 
			 CC_Field CC_Field
- 
			 CC_TextField CC_TextField
- 
			 CC_EmailField CC_EmailField
		
		
		
		Package: CT-Form
Author: rr
See:
See:
Located at system/churchcore/classes/CTForm.class.php
	
		Author: rr
See:
CC_TextFieldSee:
CC_FieldLocated at system/churchcore/classes/CTForm.class.php
Methods summary
| 
				 public 
				
				
				 | 
			#
			 __construct( string $name, string $label, string $required = false, string $fieldWidth = false, string $class = '', string $autofocus = false, string $append = false ) | 
| 
				 public 
				
				
				 | |
| 
				 public 
				string
				
				 | 
Methods inherited from CC_TextField
Methods inherited from CC_Field
				formLabel(), 
				getError(), 
				getFieldId(), 
				getFieldName(), 
				getFieldType(), 
				getLabel(), 
				hasError(), 
				hasHint(), 
				helpText(), 
				helpTextOnError(), 
				isRequired(), 
				setError(), 
				setHint(), 
				setValue()
			
Methods inherited from CC_HTMLElement
				__toString(), 
				getBootstrapClasses(), 
				getClass(), 
				getForm(), 
				getName(), 
				getValue(), 
				setForm(), 
				setName(), 
				wrapInput(), 
				wrapRow()