Rock Mobile Docs

Please login to access all of the features of the Community Site.

Email Box

Inherits from TextBox

The Email Box view provides an input box for the user to enter an e-mail address. It ensures the value is a somewhat valid address during validation. This does not sure it is a working e-mail address, only that it matches a basic syntax format.

Properties

See TextBox for available properties.

Example

<Rock:FieldContainer>
    <Rock:EmailBox Label="Rock Email Box"
                   IsRequired="false"
                   Text="ted@rocksolidchurchdemo.com" />
</Rock:FieldContainer>