nullable TextField with Vtype of email

  1. #1

    nullable TextField with Vtype of email

    I have a TextField for get email address and this is optional field. I set the VType to email.
    But when I leave the value of TextField to null value, validation error appears.

    <ext:TextField ID="txtEmail" runat="server" FieldLabel="Email"  AnchorHorizontal="95%" Vtype="email" MsgTarget="Side" AllowBlank="true" />
    Last edited by geoffrey.mcgill; Sep 08, 2010 at 3:50 AM. Reason: please use [CODE] tags
  2. #2
    Hi,

    I tested with latest code and all works fine (text field is valid if value is empty)

Similar Threads

  1. Nullable Parameters
    By Zdenek in forum 1.x Help
    Replies: 1
    Last Post: Mar 16, 2012, 6:54 PM
  2. Replies: 1
    Last Post: Mar 12, 2010, 6:18 PM
  3. How to see the possible values that can take vtype?
    By flormariafr in forum 1.x Help
    Replies: 3
    Last Post: Jan 22, 2010, 9:44 AM
  4. [CLOSED] Vtype email restricting hyphen...
    By shahidmughal in forum 1.x Legacy Premium Help
    Replies: 2
    Last Post: Jan 11, 2010, 6:06 PM
  5. eMail/Calendar
    By mmiocev in forum Open Discussions
    Replies: 0
    Last Post: Dec 01, 2009, 9:24 AM

Tags for this Thread

Posting Permissions