mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-22 00:16:15 -04:00
added the listPads and createGroupPad
This commit is contained in:
parent
8d28fcbf23
commit
4670cbc60a
4 changed files with 128 additions and 49 deletions
|
@ -38,9 +38,9 @@ var functions = {
|
|||
"createGroup" : [],
|
||||
"getMappedGroup4" : ["groupMapper"],
|
||||
// "deleteGroup" : ["groupID"],
|
||||
// "listPads" : ["groupID"],
|
||||
"listPads" : ["groupID"],
|
||||
"createPad" : ["padID", "text"],
|
||||
// "createGroupPad" : ["groupID", "padName", "text"],
|
||||
"createGroupPad" : ["groupID", "padName", "text"],
|
||||
// "createAuthor" : ["name"],
|
||||
// "getMappedAuthor4" : ["authorMapper" , "name"],
|
||||
// "createSession" : ["groupID", "authorID", "validUntil"],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue