inputEx-library

inputEx  0.7.1

inputEx-library > inputEx > inputEx.EmailField
Search:
 
Filters

Class inputEx.EmailField - extends inputEx.StringField

Field that adds the email regexp for validation. Result is always lower case.

Constructor

inputEx.EmailField ( options )
Parameters:
options <Object> inputEx.Field options object

Properties inherited from inputEx.Field:

Methods

getValue

String getValue ( )
Set the value to lower case since email have no case
Returns: String
The email string

setOptions

void setOptions ( options )
Set the email regexp and invalid message
Parameters:
options <Object> Options object as passed to the constructor

Events inherited from inputEx.Field:


Copyright © 2011 Eric Abouaf All rights reserved.