class cust_search(forms.Form):
        customer_name= forms.CharField(max_length = 255, required = False)
        product_id= forms.CharField(max_length = 100000000, required = False)
        
date1=forms.DateField(widget=forms.TextInput(attrs={'class':"vDateField"}),required
= False)
        
date2=forms.DateField(widget=forms.TextInput(attrs={'class':"vDateField"}),required
= False)
        group_name=forms.ChoiceField(choices=[("itp","ITP"),("csg", "CSG"),
("nwg","NWG"),("pcis","PCIS"),("serv","SERV"),("swg","SWG"),
("wsg","WSG")],required = False)
I WANT TO GIVE A STYLE FOR CHOICE FILED DATA(swg,wsg....)... HW CAN I?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to