About Initialising Custom Widgets for Admin Inlines
In Django administration, you can initialise your widgets for inlines while listening to the custom jQuery formset:added
event as follows:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
|
Since Django 4.1, formset:added
is a custom native event. So you would use it like this
1 2 3 4 |
|
User Experience Web Design Django 5.x Django 4.2 Django 3.2 JavaScript
Also by me
Django Paddle Subscriptions app
For Django-based SaaS projects.
Django GDPR Cookie Consent app
For Django websites that use cookies.