mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-25 09:56:15 -04:00
updated documentation
This commit is contained in:
parent
f1d06c55b4
commit
0772f6bb4e
16 changed files with 188 additions and 20 deletions
21
doc/jsdoc/db/ReadOnlyManager.md
Normal file
21
doc/jsdoc/db/ReadOnlyManager.md
Normal file
|
@ -0,0 +1,21 @@
|
|||
# db/ReadOnlyMana
|
||||
`require("./db/ReadOnlyManager");`
|
||||
|
||||
The ReadOnlyManager manages the database and rendering releated to read only pads
|
||||
|
||||
## Functions
|
||||
|
||||
- - -
|
||||
### getPadId (readOnlyId, callback)
|
||||
returns a the padId for a read only id
|
||||
|
||||
* **readOnlyId** *(String)* read only id
|
||||
* **callback** *No description*
|
||||
|
||||
- - -
|
||||
### getReadOnlyId (padId, callback)
|
||||
returns a read only id for a pad
|
||||
|
||||
* **padId** *(String)* the id of the pad
|
||||
* **callback** *No description*
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue