pad.libre-service.eu-etherpad/doc/jsdoc/db/ReadOnlyManager.md
Peter 'Pita' Martischka 0772f6bb4e updated documentation
2011-07-30 17:25:54 +01:00

21 lines
457 B
Markdown

# 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*