form : comment update

git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@2211 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
This commit is contained in:
2015-08-05 12:08:53 +00:00
parent 0077b21e43
commit 3ae5bcf8c3

View File

@@ -44,7 +44,7 @@ class form
- [type] : text, password, hidden, checkbox, select, radio, submit,
textarea
text by default
- [help] : The Help message (written below the field). Overwrite in
- [help] : The Help message (written below the field). Overwrited in
case of error
- [multiple] : Multiple selection are possible (if the type supports it)
- [group] : define a fieldset and define the title with groupe name
@@ -216,7 +216,7 @@ class formfield
/** The type of the field (text, password, checkbox, select)*/
public $type="text";
/** Allow a help message to be displayed below the field. In case of error,
it is override by the error message */
it is overrided by the error message */
public $help;
/** The multiplicity of selection of the field (available in select only)*/
public $multiple;