Opened 17 years ago

Closed 17 years ago

#4400 closed (wontfix)

as_tr in newforms

Reported by: max.rabkin@… Owned by: Adrian Holovaty
Component: Forms Version: dev
Severity: Keywords: newforms as_tr table row tr
Cc: Triage Stage: Design decision needed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

An as_tr method in forms (like as_table, as_ul, etc.) would be nice, to allow tabular editing multiple objects at once in a table.

Change History (2)

comment:1 by Simon G. <dev@…>, 17 years ago

Triage Stage: UnreviewedDesign decision needed

comment:2 by Malcolm Tredinnick, 17 years ago

Resolution: wontfix
Status: newclosed

The as_*() methods are just helper methods for the common case. If you want further customisation, you can override them (or the _html_output() method) in your Form subclass. So we're not going to make a change for that purpose.

It's possible you are asking about some kind fo edit_inline equivalent, but that doesn't exist yet at all in newforms, so it's not possible to ask for an output method for it. It's being developed in newforms-admin, though.

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