Samuel Degueldre
e611c20ab4
[IMP] qweb: turn handlers into function expressions only
...
For the sake of consistency with vanilla JS, and to allow some things
that were previously not possible.
2021-11-12 13:17:43 +01:00
Mathieu Duckerts-Antoine
6479631983
Code prettification
2021-10-29 14:52:20 +02:00
Lucas Perais (lpe)
2a0c410014
[IMP] qweb, blockdom, components: t-on with modifiers
...
supported modifiers: capture, prevent, stop, self.
2021-10-28 13:38:56 +02:00
Lucas Perais (lpe)
bb4aecf638
[IMP] blockdom: t-on supports synthetic and native event handler
...
Synthetic handler is a sort of event delegation that allows placing
only one listener on the document to improve performance. It is an opt-in option.
Native listener places the listener on the node itself.
2021-10-28 13:38:56 +02:00
Géry Debongnie
7ac20f4fc2
[REF] initial prototype of owl 2
2021-10-20 15:11:25 +02:00