etherpad-lite/doc/jsdoc/PadManager.md

15 lines
249 B
Markdown
Raw Normal View History

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