abracadabraPDF › Forums › PDF – Général › Format des champs textes › Répondre à : Format des champs textes
14 mai 2020 à 15:56
#67592

Maître des clés
– Le premier c’est que j’ai un 0 qui est apparu dans tous mes champs (et effacer le formulaire ne permet pas de le supprimer)
Ce sont des champs formatés en nombres ?
Essaie ça :
Code:
for (var i=0; i var nomChamp=this.getNthFieldName(i);
if (this.getField(nomChamp).type== »text ») {
this.getField(nomChamp).textFont= »Verdana »;
this.getField(nomChamp).textSize=18;
this.getField(nomChamp).value= » »;
}
}
if (this.getField(nomChamp).type== »text ») {
this.getField(nomChamp).textFont= »Verdana »;
this.getField(nomChamp).textSize=18;
this.getField(nomChamp).value= » »;
}
}
@+
:bonjour: