[README] Adding informations about keep_value (see #11)

This commit is contained in:
Gregwar 2011-12-02 18:58:02 +01:00
parent a8434542af
commit 124f3f8ece
1 changed files with 1 additions and 0 deletions

View File

@ -101,6 +101,7 @@ You can define the following type option :
* **height**: the height of the captcha image (default=40)
* **length**: the length of the captcha (number of chars, default 5)
* **charset**: the charset used for code generation (default=abcdefhjkmnprstuvwxyz23456789)
* **keep_value**: the value will be the same until the form is posted, even if the page is refreshed (default=true)
* **as_file**: if set to true an image file will be created instead of embedding to please IE6/7 (default=false)
* **image_folder**: name of folder for captcha images relative to public web folder in case **as_file** ist set to true (default="captcha")
* **web_path**: absolute path to public web folder (default="%kernel.root_dir%/../web")