Re: Looking for recomendation on using popup like admin "+" widget

2011-07-06 Thread GKR
Thanks Peter -- You received this message because you are subscribed to the Google Groups "Django users" group. To view this discussion on the web visit https://groups.google.com/d/msg/django-users/-/018S1QL0-qMJ. To post to this group, send email to django-users@googlegroups.com. To unsubscrib

Re: Looking for recomendation on using popup like admin "+" widget

2011-06-26 Thread Peter Murphy
GKR, If I understand you correctly, you want to override the behavior of a Field.choices property, so that admins can add values on the fly. I don't think that is possible with Django. Maybe the best solution is to create a new table with one column - one that contains only the choices admins wan

Re: Looking for recomendation on using popup like admin "+" widget

2011-06-25 Thread GKR
Some one please help -- You received this message because you are subscribed to the Google Groups "Django users" group. To view this discussion on the web visit https://groups.google.com/d/msg/django-users/-/Vgrw_-xLcI0J. To post to this group, send email to django-users@googlegroups.com. To un

Looking for recomendation on using popup like admin "+" widget

2011-06-25 Thread GKR
Im looking for some way to use the widget with a choice filed like admin interface (+) to popup a window when clicked on it and popup should give the way to add new data like the datas in the choice field. on save the window to close and the choice field to get updated along with that.. Pleas