mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-11-12 09:26:05 +00:00
8 lines
255 B
Plaintext
8 lines
255 B
Plaintext
|
hooks.txt
|
||
|
|
||
|
This documents Echo's client-side hooks:
|
||
|
|
||
|
'ext.echo.overlay.beforeShowingOverlay': Before showing the Echo overlay, it is
|
||
|
passed to this hook, which can modify the DOM or take other actions.
|
||
|
$overlay: the jQuery-wrapped element for the overlay
|