Changeset 166 for pykoticon

Show
Ignore:
Timestamp:
06/09/06 10:57:41 (18 years ago)
Author:
jerome
Message:

Fixed a typo and added something about the special variable name
'password', which is treated differently during input.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pykoticon/trunk/README

    r165 r166  
    140140        - An array of variables names, one name per input field in 
    141141          the form to be created. Each name in the list is passed 
    142           as an ASCII encoded character string. 
     142          as an ASCII encoded character string.  
     143          IMPORTANT : if one of these names is 'password' then this 
     144          particular field's input box will be visually protected  
     145          with * in place of the characters typed during input. 
    143146           
    144147        - An array of initial values, one possibly empty value per   
     
    166169            is False, then what the user typed in the input fields 
    167170            has to be discarded because, for example, the user 
    168             closed the form without validing his entries. 
     171            closed the form without validating his entries. 
    169172            In this case, all the other values are empty strings 
    170173            anyway.