Hi All,
            I would like to do Email validation in .page file. My code in
.page file for email is given below:
 
<component id="emailAddress" type="TextField">
        <binding name="validators" value="validators:required/>
         <binding name="value" value="emailAddress"/>
        <binding name="displayName" value="literal:Email Address"/>
    </component>
 
 
where do I need give emailValidator and its binding in my .page file?
 
Thanks in Advance,
Anjali

Reply via email to