Re: popup forms

2010-01-29 Thread Bhaskar Gara
That where I stuck.. I am new to Django so I confuse where to add what? what name i need to give to the widget,form etc., Can you please help me. Thank you Bhaskar On Jan 29, 1:45 am, andreas schmid wrote: > hi, yes it works perfectly :) > > follow the steps on the turorial here > > http://www.

Re: popup forms

2010-01-28 Thread andreas schmid
hi, yes it works perfectly :) follow the steps on the turorial here http://www.hoboes.com/Mimsy/hacks/replicating-djangos-admin/ sometimes its not so clear where to put the code... if you have questions ill try to help you. ill make a "more complete" tutorial on my blog soon. Bhaskar Gara w

Re: popup forms

2010-01-28 Thread Bhaskar Gara
Hi Andrew, Do you have any luck on this. I need same functionality. On Nov 30 2009, 5:40 am, andreas schmid wrote: > Emily Rodgers wrote: > > > On Oct 13, 1:20 pm, andreas schmid wrote: > > >> thank you very much for pointing me to the right path!! > >> ill try to understand the behaviour and r

Re: popup forms

2009-11-30 Thread andreas schmid
Emily Rodgers wrote: > > On Oct 13, 1:20 pm, andreas schmid wrote: > >> thank you very much for pointing me to the right path!! >> ill try to understand the behaviour and report about my progress... >> >> Andrew Ingram wrote: >> >>> I'm assuming you are doing this somewhere other than the

Re: popup forms

2009-10-13 Thread andreas schmid
Emily Rodgers wrote: > > On Oct 13, 1:20 pm, andreas schmid wrote: > >> thank you very much for pointing me to the right path!! >> ill try to understand the behaviour and report about my progress... >> >> Andrew Ingram wrote: >> >>> I'm assuming you are doing this somewhere other than the

Re: popup forms

2009-10-13 Thread Emily Rodgers
On Oct 13, 1:20 pm, andreas schmid wrote: > thank you very much for pointing me to the right path!! > ill try to understand the behaviour and report about my progress... > > Andrew Ingram wrote: > > I'm assuming you are doing this somewhere other than the admin, or in > > custom views, so I'll

Re: popup forms

2009-10-13 Thread Héctor García
Oh all right, sorry, I misread first paragraph On Tue, Oct 13, 2009 at 1:57 PM, andreas schmid wrote: > > thx mate... but i need it on the front end ;) > > nabucosound wrote: >> This is the default behaviour in Django Admin, dude... >> >> On Oct 13, 9:43 am, andreas schmid wrote: >> >>> hi, >>>

Re: popup forms

2009-10-13 Thread andreas schmid
thank you very much for pointing me to the right path!! ill try to understand the behaviour and report about my progress... Andrew Ingram wrote: > I'm assuming you are doing this somewhere other than the admin, or in > custom views, so I'll explain how the admin stuff works. > > Basically, when y

Re: popup forms

2009-10-13 Thread Andrew Ingram
I'm assuming you are doing this somewhere other than the admin, or in custom views, so I'll explain how the admin stuff works. Basically, when you create the popup window you give it a name which can be used the uniquely identify the field that is using the popup (some variant on the field id wou

Re: popup forms

2009-10-13 Thread andreas schmid
thx mate... but i need it on the front end ;) nabucosound wrote: > This is the default behaviour in Django Admin, dude... > > On Oct 13, 9:43 am, andreas schmid wrote: > >> hi, >> >> how can i achieve a behaviour like in the admin backend where i can add >> a related object through a popup wi

Re: popup forms

2009-10-13 Thread nabucosound
This is the default behaviour in Django Admin, dude... On Oct 13, 9:43 am, andreas schmid wrote: > hi, > > how can i achieve a behaviour like in the admin backend where i can add > a related object through a popup window and have it selectable after i > saved the related form? > > for example: >