Opened 19 years ago

Closed 17 years ago

#1273 closed enhancement (wontfix)

AJAX enabled forms

Reported by: javinievas@… Owned by: Adrian Holovaty
Component: Template system Version:
Severity: normal Keywords:
Cc: Triage Stage: Ready for checkin
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

I know you have already thought about including AJAX support, but I think we can do something better making "AJAX enabled forms", allowing the programmer to define when a text field should have autocompletion abilities, or when a combo box should reload it's content according the value of another field, ... It should be necesary to write down a list for common uses of AJAX and should be great integrate them in django templates. That is a common task, and should not be done more than once! :D

Change History (4)

comment:1 by anonymous, 19 years ago

Resolution: duplicate
Status: newclosed

comment:2 by (none), 18 years ago

milestone: Version 1.0

Milestone Version 1.0 deleted

comment:3 by anonymous, 17 years ago

Resolution: duplicate
Status: closedreopened

comment:4 by Malcolm Tredinnick, 17 years ago

Resolution: wontfix
Status: reopenedclosed

Reverting anonymous reopen. This is a wishlist item and probably best developed initially out of core.

Note: See TracTickets for help on using tickets.
Back to Top