Opened 11 years ago
Closed 10 years ago
#11644 closed enhancement (duplicate)
EnhancedGrid is not really pluggable
Reported by: | evan | Owned by: | evan |
---|---|---|---|
Priority: | high | Milestone: | tbd |
Component: | DojoX Grid | Version: | 1.5 |
Keywords: | enhanced grid plugin | Cc: | [email protected]… |
Blocked By: | Blocking: |
Description
Plugins are hard-coded into the plugin architecture and thus not really pluggable currently. There is no way to register a new plugin other than rewriting or overriding _Plugin.postInit. The same holds true for redefining a plugin.
Attachments (1)
Change History (6)
comment:1 Changed 11 years ago by
comment:2 Changed 11 years ago by
Owner: | changed from bryanforbes to evan |
---|
comment:3 Changed 10 years ago by
Owner: | changed from evan to Evan |
---|
comment:4 Changed 10 years ago by
Owner: | changed from Evan to evan |
---|
comment:5 Changed 10 years ago by
Resolution: | → duplicate |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Just to be clear - there isn't any real plug-ins in EDG, features are just encapsulated as possible for further being re-cast to the new Grid platform. Complete Plug-in mechanism will only be available in new Grid.
Anyway, I've made a patch for this so that EDG user can at least customize or add a new plugin, but there will still be many limiations since an overall plug-in framwork won't be built based on existing EDG/DataGrid.