Ticket #260 (closed enhancement: fixed)
[PATCH] Add more options to DataController constructor
| Reported by: | Luca <luca@…> | Owned by: | anonymous |
|---|---|---|---|
| Priority: | normal | Milestone: | 0.9 |
| Component: | TG Widgets | Version: | |
| Severity: | normal | Keywords: | |
| Cc: |
Description
Now lazy people can do:
class SomeController:
object = DataController(model.Object, form_template='form.template',
list_template='list.template', item_template='item.template',
list_widget=DataGrid(someOption=True))
Just an option to subclassing.
Change History
Note: See
TracTickets for help on using
tickets.
Applied with #269 in [382]