#3433: Use javascript to add more items when using edit_in_line on a ForeignKey
-------------------------------+--------------------------------------------
Reporter: [EMAIL PROTECTED] | Owner: adrian
Status: new | Component: Admin interface
Version: SVN | Keywords: ForeignKey edit_inline
javascript admin
Stage: Unreviewed | Has_patch: 0
-------------------------------+--------------------------------------------
When you use edit_in_line on a ForeignKey, you should specify how many
options will you limit on creating and modification of the object (with
the keyword num_in_admin and so). If we think on the polls example from
the doc, I have a Poll and it may have many Choices, I am limited to
"num_in_admin" choices on creating, and if I want more than "num_in_admin"
choices, I must create and then modify.
My feature request is, instead of being limited to "num_in_admin", django
may have a javascript function to create another inline editable item.
Google mail uses this idea to add attachments to emails, you have a link
"add another" that creates a new input to load another file.
--
Ticket URL: <http://code.djangoproject.com/ticket/3433>
Django Code <http://code.djangoproject.com/>
The web framework for perfectionists with deadlines
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/django-updates?hl=en
-~----------~----~----~----~------~----~------~--~---