Collaboration diagram for Form:Public Member Functions | |
| Form ($ClassLabel="label3", $ClassTitre="titre3", $ClassCell="tab1") | |
| Hidden ($name, $value= '') | |
| Img ($src, $alt="", $border=0, $vspace=0, $hspace=0) | |
| Table ($border=0, $width="100%", $align="", $space=0, $padd=0) | |
| Hr ($width="100%", $align="") | |
| NewLine ($class="") | |
| LibCell ($libelle, $value, $class="", $align="LEFT", $span=1) | |
| LibCells ($libelle, $value, $classval="", $classlib="", $align="LEFT") | |
| Cell ($value, $class="", $align="LEFT", $span=1) | |
| TCell ($value, $span=1, $class="", $align="LEFT", $width="") | |
| CellTextArea ($CREATION, $libelle, $rows=5, $cols=55, $name, $entite, $span=1) | |
| CellInput ($CREATION, $libelle, $max, $size, $name, $entite, $span=1) | |
| CellInputId ($CREATION, $libelle, $max, $size, $name, $id, $entite, $span=1) | |
| CellInputNoDiv ($CREATION, $libelle, $max, $size, $name, $entite, $span=1) | |
| Input ($CREATION, $libelle, $max, $size, $name, $entite, $span=1) | |
| InputSimple ($max, $size, $name, $value, $span=1) | |
| Select ($libelle, $name, $name_id, $name_lib, $entite, $liste, $vide="vide") | |
| SelectConcat ($libelle, $name, $name_id, $name_lib1, $name_lib2, $entite, $liste, $vide="vide") | |
| SelectListeSimple ($libelle, $name, $entite, $liste, $vide="OUI") | |
Data Fields | |
| $cell_class | |
| $label_class | |
| $titre_class | |
Definition at line 62 of file Class.Form.php.
| Cell | ( | $value, | |
$class = "", |
|||
$align = "LEFT", |
|||
$span = 1 |
|||
| ) |
Definition at line 133 of file Class.Form.php.
| CellInput | ( | $CREATION, | |
| $libelle, | |||
| $max, | |||
| $size, | |||
| $name, | |||
| $entite, | |||
$span = 1 |
|||
| ) |
Definition at line 176 of file Class.Form.php.
| CellInputId | ( | $CREATION, | |
| $libelle, | |||
| $max, | |||
| $size, | |||
| $name, | |||
| $id, | |||
| $entite, | |||
$span = 1 |
|||
| ) |
Definition at line 193 of file Class.Form.php.
| CellInputNoDiv | ( | $CREATION, | |
| $libelle, | |||
| $max, | |||
| $size, | |||
| $name, | |||
| $entite, | |||
$span = 1 |
|||
| ) |
Definition at line 210 of file Class.Form.php.
| CellTextArea | ( | $CREATION, | |
| $libelle, | |||
$rows = 5, |
|||
$cols = 55, |
|||
| $name, | |||
| $entite, | |||
$span = 1 |
|||
| ) |
Definition at line 160 of file Class.Form.php.
| Form | ( | $ClassLabel = "label3", |
|
$ClassTitre = "titre3", |
|||
$ClassCell = "tab1" |
|||
| ) |
Definition at line 69 of file Class.Form.php.
| Hidden | ( | $name, | |
$value = '' |
|||
| ) |
Definition at line 77 of file Class.Form.php.
| Hr | ( | $width = "100%", |
|
$align = "" |
|||
| ) |
Definition at line 97 of file Class.Form.php.
| Img | ( | $src, | |
$alt = "", |
|||
$border = 0, |
|||
$vspace = 0, |
|||
$hspace = 0 |
|||
| ) |
Definition at line 82 of file Class.Form.php.
| Input | ( | $CREATION, | |
| $libelle, | |||
| $max, | |||
| $size, | |||
| $name, | |||
| $entite, | |||
$span = 1 |
|||
| ) |
Definition at line 228 of file Class.Form.php.
| InputSimple | ( | $max, | |
| $size, | |||
| $name, | |||
| $value, | |||
$span = 1 |
|||
| ) |
Definition at line 244 of file Class.Form.php.
| LibCell | ( | $libelle, | |
| $value, | |||
$class = "", |
|||
$align = "LEFT", |
|||
$span = 1 |
|||
| ) |
Definition at line 115 of file Class.Form.php.
| LibCells | ( | $libelle, | |
| $value, | |||
$classval = "", |
|||
$classlib = "", |
|||
$align = "LEFT" |
|||
| ) |
Definition at line 125 of file Class.Form.php.
| NewLine | ( | $class = "" | ) |
Definition at line 105 of file Class.Form.php.
| Select | ( | $libelle, | |
| $name, | |||
| $name_id, | |||
| $name_lib, | |||
| $entite, | |||
| $liste, | |||
$vide = "vide" |
|||
| ) |
Definition at line 252 of file Class.Form.php.
| SelectConcat | ( | $libelle, | |
| $name, | |||
| $name_id, | |||
| $name_lib1, | |||
| $name_lib2, | |||
| $entite, | |||
| $liste, | |||
$vide = "vide" |
|||
| ) |
Definition at line 283 of file Class.Form.php.
| SelectListeSimple | ( | $libelle, | |
| $name, | |||
| $entite, | |||
| $liste, | |||
$vide = "OUI" |
|||
| ) |
Definition at line 310 of file Class.Form.php.
| Table | ( | $border = 0, |
|
$width = "100%", |
|||
$align = "", |
|||
$space = 0, |
|||
$padd = 0 |
|||
| ) |
Definition at line 89 of file Class.Form.php.
| TCell | ( | $value, | |
$span = 1, |
|||
$class = "", |
|||
$align = "LEFT", |
|||
$width = "" |
|||
| ) |
Definition at line 146 of file Class.Form.php.
| $cell_class |
Definition at line 65 of file Class.Form.php.
| $label_class |
Definition at line 66 of file Class.Form.php.
| $titre_class |
Definition at line 67 of file Class.Form.php.