winter icon indicating copy to clipboard operation
winter copied to clipboard

WIP: Add extension events for the main relation widgets

Open mjauvin opened this issue 1 year ago • 1 comments

Add the following events for the primary RelationController widgets:

- relation.extendViewWidget
- relation.extendManageWidget
- relation.extendPivotWidget

Questions:

  • do we need the global events?
  • do we need the following events:
   - relation.extendViewFilterWidget
   - relation.extendManageFilterWidget
   - relation.extendRefreshResults
   - relation.extendConfig

Note:

I didn't add parenthesis around the arguments in the handler method signatures because I find this is a pain when copy/pasting an example to get you started as they need to be removed.

I think we should do the same for the other events examples elsewhere in the codebase.

mjauvin avatar May 17 '24 13:05 mjauvin

Any feedback on this welcome.

mjauvin avatar Oct 11 '24 12:10 mjauvin