form : comment update
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@2211 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
This commit is contained in:
4
form.php
4
form.php
@@ -44,7 +44,7 @@ class form
|
|||||||
- [type] : text, password, hidden, checkbox, select, radio, submit,
|
- [type] : text, password, hidden, checkbox, select, radio, submit,
|
||||||
textarea
|
textarea
|
||||||
text by default
|
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
|
case of error
|
||||||
- [multiple] : Multiple selection are possible (if the type supports it)
|
- [multiple] : Multiple selection are possible (if the type supports it)
|
||||||
- [group] : define a fieldset and define the title with groupe name
|
- [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)*/
|
/** The type of the field (text, password, checkbox, select)*/
|
||||||
public $type="text";
|
public $type="text";
|
||||||
/** Allow a help message to be displayed below the field. In case of error,
|
/** 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;
|
public $help;
|
||||||
/** The multiplicity of selection of the field (available in select only)*/
|
/** The multiplicity of selection of the field (available in select only)*/
|
||||||
public $multiple;
|
public $multiple;
|
||||||
|
|||||||
Reference in New Issue
Block a user