Start
Index
Search
Class
ONEGEEK.forms.EmailField
Extends
ONEGEEK.forms.AbstractFormField
class
ONEGEEK.forms.EmailField
Email Field. Validate an email address. RFC characters are allowed but for easy validation for 99% of emails, this will work
See also:
RFC 2822 : http://tools.ietf.org/html/rfc2822 for more details
Defined in
ONEGEEK.forms
Variables inherited from
ONEGEEK.forms.AbstractFormField
className
,
contextMsg
,
emptyMsg
,
errorMsg
,
field
,
fieldStatus
,
form
,
isRequired
,
modified
,
msgSpan
,
state
,
statusImg
,
statusLink
,
successMsg
Functions inherited from
ONEGEEK.forms.AbstractFormField
addPopupToggle
,
applyContextInformation
,
applyFieldModification
,
applyFieldValidation
,
clean
,
createFieldStatusIcon
,
createRequiredSpan
,
getDOMElement
,
getModified
,
getMsgSpan
,
highlight
,
isRequiredField
,
reset
,
setClassName
,
setForm
,
setLabel
,
setLang
,
setModified
,
setOptions
,
setState
,
setup
,
validate