Development

#3432 (rewrite grids in list-pages in same way as form-panels in edit-pages)

You must first sign up to be able to contribute.

Ticket #3432 (closed enhancement: worksforme)

Opened 7 months ago

Last modified 6 months ago

rewrite grids in list-pages in same way as form-panels in edit-pages

Reported by: Leon.van.der.Ree Assigned to: Leon.van.der.Ree
Priority: minor Milestone: plugins
Component: sfExtjsThemePlugin Version: 1.0.13
Keywords: gridpanel, extending Cc:
Qualification: Accepted

Description

To improve the maintainability of the generated code, the list-pages can need a rewrite in the same way as the edit-page have been written; by extending base classes.

For more info about this see: http://blog.extjs.eu/know-how/writing-a-big-application-in-ext/

Change History

05/02/08 21:26:09 changed by Leon.van.der.Ree

See also Kubens code at: http://extjs.kaffill.de/app

Multiple extensions (from gridPanel to app.wak.grid to app.wak.specialised-grid) won't be necessary in the theme-generator, but might be more clear.

I think I would prefer separate js-files/classes for grid/list-view and form/edit-view.

05/03/08 16:59:39 changed by Leon.van.der.Ree

This should also fix the credential checking, which currently does not surround columns with if-credential-checks in the generated template

05/04/08 16:13:17 changed by Leon.van.der.Ree

There are also problems with the drop-down comboboxes in grids.

I think the display-fields and value-fields get mixed-up somewhere when submitting the field upon leaving it.

This probably is also the cause of another problem, where you cannot leave the combo-box-editor until you press esc.

05/07/08 23:58:19 changed by Leon.van.der.Ree

  • status changed from new to assigned.

05/19/08 01:47:46 changed by Leon.van.der.Ree

partly done,

need some testing for drop-down-comboboxes

05/19/08 01:50:07 changed by Leon.van.der.Ree

and need some event firing (when saving/deleting)

05/28/08 00:51:18 changed by Leon.van.der.Ree

  • status changed from assigned to closed.
  • resolution set to worksforme.