mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-06-26 16:26:44 +03:00
Added JavaScript rl-view-model.create event for advanced code injections
This commit contains one for Nextcloud, so you understand how it works
This commit is contained in:
parent
0e56b693c1
commit
b2e1fa993d
4 changed files with 53 additions and 3 deletions
|
|
@ -378,8 +378,14 @@ $Plugin->addHook('hook.name', 'functionName');
|
|||
## Misc
|
||||
### idle
|
||||
### rl-layout
|
||||
|
||||
### rl-view-model.create
|
||||
event.detail = the ViewModel class
|
||||
Happens immediately after the ViewModel constructor
|
||||
|
||||
### rl-view-model
|
||||
event.detail = the ViewModel class
|
||||
Happens after the full build (vm.onBuild()) and contains viewModelDom
|
||||
|
||||
### sm-admin-login
|
||||
event.detail = FormData
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue