Samuel Degueldre
bca6afeb90
[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.
2022-02-11 10:41:18 +01:00
Mathieu Duckerts-Antoine
80cb6b7a91
[REF] Code prettification
2022-02-11 10:41:18 +01:00
Lucas Perais (lpe)
4cceb239dd
[IMP] qweb, blockdom, components: t-on with modifiers
...
supported modifiers: capture, prevent, stop, self.
2022-02-11 10:20:09 +01:00
Lucas Perais (lpe)
2ae0149adb
[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.
2022-02-11 10:20:09 +01:00
Géry Debongnie
e746574a1d
[REF] initial prototype of owl 2
2022-02-11 10:18:01 +01:00