PEAR : Comment exploiter QuickForm_radio getChecked() ?
PEAR : Comment exploiter QuickForm_radio getChecked() ? - Codes et scripts - Linux et OS Alternatifs
Sujets relatifs:
Leave a Replay
Make sure you enter the(*)required information where indicate.HTML code is not allowed
Marsh Posté le 24-09-2008 à 18:32:29
Bonjour mes cheres zamis Linuxiens,
J'aimerais savoir comment exploiter la classe QuickForm_radio getChecked() ?
Mon but étant de verifier l'état des bouttons radions ci dessous
afin d'afficher (ou ajouter dans le formulaire ) un " nouveau élèments " de type "text" en fonction du retour de getChecked
mon code :
******************************
$radio1= new HTML_QuickForm_radio('disk',null,'disque integrale','disk');
$radio2 = new HTML_QuickForm_radio('disk',null,'partition','part');
$group = new HTML_QuickForm_group('disk','Choix du type de disque:',array($radio1,$radio2));
$form->addElement($group);
******************************
si l'état de $radio2 = 1 ----> je crée ou affiche un nouveau élément
si l'état récuperer $radio1 = 0 ----> sinon rien
J'espere être clair.
Merci pour vos lumières..
Cdt