Thanks for your reply.
StackedInline would be cumbersome when we have more than two childs to 
edit, that is why having  a detached window will help a lot.

On Monday, July 7, 2014 12:18:49 AM UTC+1, Russell Keith-Magee wrote:
>
> Hi,
>
> This isn't a builtin feature. It might be possible to add as an extension 
> in your own code, but I can't point you at a simple set of instructions for 
> how to do this.
>
> If you've got a problem with the number of fields in your TabularInline 
> causing horizontal scrolling, perhaps you might think about using 
> StackedInline instead:
>
>
> https://docs.djangoproject.com/en/dev/ref/contrib/admin/#django.contrib.admin.StackedInline
>
> StackedInline orders the fields vertically, so you won't have the 
> horizontal scrolling problem.
>
> Yours,
> Russ Magee %-)
>
>
> On Sun, Jul 6, 2014 at 2:09 PM, Aeh. ABID <aeh....@gmail.com <javascript:>
> > wrote:
>
>> In the inline models when using TabularInline, is it possible to use a 
>> popup to add/edit an item  when we have a number of fields that can't hold 
>> in the page without horizontal scrolling ?
>>  
>> -- 
>> 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...@googlegroups.com <javascript:>.
>> To post to this group, send email to django...@googlegroups.com 
>> <javascript:>.
>> Visit this group at http://groups.google.com/group/django-users.
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/django-users/220a1581-3658-423b-9734-2e563333cff6%40googlegroups.com
>>  
>> <https://groups.google.com/d/msgid/django-users/220a1581-3658-423b-9734-2e563333cff6%40googlegroups.com?utm_medium=email&utm_source=footer>
>> .
>> For more options, visit https://groups.google.com/d/optout.
>>
>
>

-- 
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+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/59fe0b71-9d1b-4d02-8949-9221955657f4%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to