Development

Changeset 11176

You must first sign up to be able to contribute.

Changeset 11176

Show
Ignore:
Timestamp:
08/26/08 22:58:14 (3 months ago)
Author:
dwhittle
Message:

doc: fixed wording in chapter 10 (closes #4265)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • doc/branches/1.0/book/10-Forms.txt

    r9529 r11176  
    10671067### Executing a Validator on an Empty Field 
    10681068 
    1069 You may need to execute a validator on a field that is not required, on an empty value. For instance, this happens with a form where the user can (but may not) want to change his password, and in this case, a confirmation password must be entered. See the example in Listing 10-35. 
     1069You may need to execute a validator on a field that is not required, on an empty value. For instance, this happens with a form where the user can change their password (but may not want to), and in this case, a confirmation password must be entered. See the example in Listing 10-35. 
    10701070 
    10711071Listing 10-35 - Sample Validation File for a Form with Two Password Fields 
  • doc/branches/1.1/book/10-Forms.txt

    r9881 r11176  
    10951095### Executing a Validator on an Empty Field 
    10961096 
    1097 You may need to execute a validator on a field that is not required, on an empty value. For instance, this happens with a form where the user can (but may not) want to change his password, and in this case, a confirmation password must be entered. See the example in Listing 10-36. 
     1097You may need to execute a validator on a field that is not required, on an empty value. For instance, this happens with a form where the user can change their password (but may not want to), and in this case, a confirmation password must be entered. See the example in Listing 10-36. 
    10981098 
    10991099Listing 10-36 - Sample Validation File for a Form with Two Password Fields 
  • doc/branches/1.2/book/10-Forms.txt

    r9881 r11176  
    10951095### Executing a Validator on an Empty Field 
    10961096 
    1097 You may need to execute a validator on a field that is not required, on an empty value. For instance, this happens with a form where the user can (but may not) want to change his password, and in this case, a confirmation password must be entered. See the example in Listing 10-36. 
     1097You may need to execute a validator on a field that is not required, on an empty value. For instance, this happens with a form where the user can change their password (but may not want to), and in this case, a confirmation password must be entered. See the example in Listing 10-36. 
    10981098 
    10991099Listing 10-36 - Sample Validation File for a Form with Two Password Fields