A B C D E F G h I M N O P R S T U V
3 résultat(s)
- Teasing axipi3 Général
-
Bientôt...
- Téléchargements
- axipi 2.x
Archive axipi 2.9.1
http://firefly.activestate.com/project29k/axipi/browser/tags/2.0
svn checkout http://svn.firefly.activestate.com/project29k/axipi/tags/2.0/
axipi 3.x
http://firefly.activestate.com/project29k/axipi/browser/tags/3.0
svn checkout http://svn.firefly.activestate.com/project29k/axipi/tags/3.0/
axipi 4.x
http://firefly.activestate.com/project29k/axipi/browser/branches/4.0
svn checkout http://svn.firefly.activestate.com/project29k/axipi/branches/4.0/
- Textarea Documentation
- Déclaration
$a->textarea(array('name'=>'monchamp', 'label'=>'mon label'));
Retour
$a->f1['monchamp']['type'] = 'textarea';
$a->f1['monchamp']['label'] = 'mon label';
$a->f1['monchamp']['id'] = 'f1-monchamp';
$a->f1['monchamp']['value'] = 'mavaleur à afficher';
$a->f1['monchamp']['valuestore'] = 'ma valeur nettoyée';
$a->f1['monchamp']['tabindex'] = 1;
$a->f1['monchamp']['output'] = 'affichage complet du champ (label, textarea, tabindex...);
Options
form
Nom du formulaire, par défaut f1
label
Texte affiché comme label du champ
name
Nom du champ
value
Valeur [...]