Closed beauwest closed 2 years ago
Hey, just to double check, which focus handler would you like me to expose? OR would you like all of these to be exposed?
fluentReportsEditor
(includes, menu's buttons and sidebar)fluentReportsReport
(The area where you can select or drag/drop elements and headers)fluentReportsReport
Option 3 could have the on focus handler tied to the element, visible as a function editor in the sidebar. Either way It would definitely also allow you to set a default handler for all elements before creation passed in the same way you pass in formatterFunctions
While Option 1 and 2 would have their handlers passed in the same way you pass in formatterFunctions
For my use, all I care about is the focus event at the very top level, which I believe would be Option 1. The div.fluentReports
, which currently has a tabindex
on it.
I would like a way to know when the report editor has become focused, so that I can perform my own actions based on that. I could wait for the element to be created and bind to that, but it’d be nice to have a supported way to do it.