Added rl-vm-visible to the extensions README

This commit is contained in:
the-djmaze 2024-07-07 16:30:35 +02:00
parent f8d358a4f3
commit 60c35f7c12

View file

@ -456,6 +456,10 @@ and called in JavaScript using rl.pluginRemoteRequest().
event.detail = the ViewModel class event.detail = the ViewModel class
Happens after the full build (vm.onBuild()) and contains viewModelDom Happens after the full build (vm.onBuild()) and contains viewModelDom
### rl-vm-visible
event.detail = the ViewModel class
Happens after the model is made visible (vm.afterShow())
### sm-admin-login ### sm-admin-login
event.detail = FormData event.detail = FormData
cancelable using preventDefault() cancelable using preventDefault()