mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-20 15:36:16 -04:00
Merge pull request #945 from marcelklehr/doc/client-hook-documentReady
Document 'documentReady' client hook.
This commit is contained in:
commit
a4603a3bb6
1 changed files with 9 additions and 0 deletions
|
@ -6,6 +6,15 @@ All hooks registered to these events are called with two arguments:
|
||||||
1. name - the name of the hook being called
|
1. name - the name of the hook being called
|
||||||
2. context - an object with some relevant information about the context of the call
|
2. context - an object with some relevant information about the context of the call
|
||||||
|
|
||||||
|
### documentReady
|
||||||
|
Called from: src/templates/pad.html
|
||||||
|
|
||||||
|
Things in context:
|
||||||
|
|
||||||
|
nothing
|
||||||
|
|
||||||
|
This hook proxies the functionality of jQuery's `$(document).ready` event.
|
||||||
|
|
||||||
### aceDomLineProcessLineAttributes
|
### aceDomLineProcessLineAttributes
|
||||||
Called from: src/static/js/domline.js
|
Called from: src/static/js/domline.js
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue