abracadabraPDF › Forums › PDF – Général › Ajout de champs à l’aide d’un bouton. – RÉSOLU › Répondre à : Ajout de champs à l’aide d’un bouton. – RÉSOLU
17 septembre 2012 à 12:20
#53514
Membre
Bon ben je réponds à ma question ! :siffle:
A priori c’est ça
Code:
if (this.getField(« bouton »).isButton)
{this.getField(« test »).display = display.hidden;}
else
{this.getField(« test »).display = display.visible;}
{this.getField(« test »).display = display.hidden;}
else
{this.getField(« test »).display = display.visible;}
ça marche, par contre je comprends pas pourquoi quand je reclic dessus le champs ne disparait pas !
