abracadabraPDF › Forums › PDF – Général › Problème icone et champ image › Répondre à : Problème icone et champ image
30 mars 2022 à 17:32
#70869
Participant
salut,
j’ai fait autrement et il semble que ça marche :
this.getField(this.getNthFieldName(i)).buttonSetIcon.(event.target.buttonGetIcon());
à remplacer par :
this.getField(this.getNthFieldName(i)).buttonSetIcon.hidden(event.target.buttonGetIcon());
à voir