How to create a custom handler that keeps nativ control mappings #17294
-
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
In this class
Try change ViewHandler.ViewMapper to EntryHandler.ViewMapper |
Beta Was this translation helpful? Give feedback.
-
your handler also need extend from EntryHandler, see #16178 |
Beta Was this translation helpful? Give feedback.
-
Nice example. My open question is: When would
If I subscribe to events in ConnectHandler, I want to be sure they are unsubscribed when the control is no longer used. Otherwise, this leads to memory leaks. |
Beta Was this translation helpful? Give feedback.
your handler also need extend from EntryHandler, see #16178