Maslosoft Framework Documentation
Flexible Application Foundation
Configuring
Configuring Action Tree events
Available tree interaction events:
- mousedown
- click
- dblclick
- activate
- deactivate
- drop
Key is event type, value is event handler, ie:
[
'on' => [
'click' => 'reactOnClick'
]
]