etherpad-lite/doc/jsdoc/PadManager.md

15 lines
249 B
Markdown
Raw Normal View History

2011-05-30 15:53:11 +01:00
# PadManager
2011-05-29 21:30:56 +01:00
`require("./PadManager");`
2011-05-30 15:53:11 +01:00
The Pad Manager is a Factory for pad Objects
2011-05-29 21:30:56 +01:00
2011-05-30 15:53:11 +01:00
## Functions
2011-05-29 21:30:56 +01:00
2011-05-30 16:05:42 +01:00
- - -
2011-05-30 15:53:11 +01:00
### getPad (id, callback)
A Array with all known Pads
2011-05-29 21:30:56 +01:00
* **id** A String with the id of the pad
2011-05-30 15:53:11 +01:00
* **callback** *(Function)* *No description*
2011-05-29 21:30:56 +01:00