mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-20 14:39:53 +01:00
457 B
457 B
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