Bonsoir Niche,
Tu devrais être en mesure d'y arriver en t'assurant que le formulaire (Form) comprenant
ce champ ait ta valeur ta valeur par défaut comme initial data.
exemple
class MyForm(forms.Form):
field = ChoiceField(widget=widgets.RadioSelect, choices=['un', 'deux', 'trois'])
form = MyForm(initial={'field': 'deux'})
Au plaisir,
Simon
Le jeudi 1 mars 2018 16:46:58 UTC-5, Niche a écrit :
-- Tu devrais être en mesure d'y arriver en t'assurant que le formulaire (Form) comprenant
ce champ ait ta valeur ta valeur par défaut comme initial data.
exemple
class MyForm(forms.Form):
field = ChoiceField(widget=widgets.RadioSelect, choices=['un', 'deux', 'trois'])
form = MyForm(initial={'field': 'deux'})
Au plaisir,
Simon
Le jeudi 1 mars 2018 16:46:58 UTC-5, Niche a écrit :
Bonjour! comment faire pour avoir un radiobox (ChoiceField) coché avec une valeur par defaut ?
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/6d0131a1-897b-4596-ba91-af229ee72df9%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
No comments:
Post a Comment