mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-01-02 21:12:02 +08:00
Added info about sm-(user|admin)-login events
This commit is contained in:
parent
d2e8a2dba4
commit
bf85675e42
1 changed files with 10 additions and 1 deletions
|
@ -367,9 +367,9 @@ $Plugin->addHook('hook.name', 'functionName');
|
|||
# JavaScript Events
|
||||
|
||||
## mailbox
|
||||
### mailbox.inbox-unread-count
|
||||
### mailbox.message-list.selector.go-up
|
||||
### mailbox.message-list.selector.go-down
|
||||
### mailbox.inbox-unread-count
|
||||
### mailbox.message.show
|
||||
## audio
|
||||
### audio.start
|
||||
|
@ -380,3 +380,12 @@ $Plugin->addHook('hook.name', 'functionName');
|
|||
### rl-layout
|
||||
### rl-view-model
|
||||
event.detail = the ViewModel class
|
||||
|
||||
### sm-admin-login
|
||||
event.detail = FormData
|
||||
### sm-admin-login-response
|
||||
event.detail = { error: int, data: {JSON response} }
|
||||
### sm-user-login
|
||||
event.detail = FormData
|
||||
### sm-user-login-response
|
||||
event.detail = { error: int, data: {JSON response} }
|
||||
|
|
Loading…
Reference in a new issue