mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-20 15:36:16 -04:00
added createPad
This commit is contained in:
parent
8dabdc8e95
commit
9fa52c0e66
4 changed files with 102 additions and 32 deletions
|
@ -39,7 +39,7 @@ var functions = {
|
|||
// "getMappedGroup4" : ["groupMapper"],
|
||||
// "deleteGroup" : ["groupID"],
|
||||
// "listPads" : ["groupID"],
|
||||
// "createPad" : ["padName", "text"],
|
||||
"createPad" : ["padID", "text"],
|
||||
// "createGroupPad" : ["groupID", "padName", "text"],
|
||||
// "createAuthor" : ["name"],
|
||||
// "getMappedAuthor4" : ["authorMapper" , "name"],
|
||||
|
@ -54,7 +54,7 @@ var functions = {
|
|||
"setText" : ["padID", "text"],
|
||||
"getRevisionsCount" : ["padID"],
|
||||
// "deletePad" : ["padID"],
|
||||
"getReadOnlyID" : ["padID"],
|
||||
"getReadOnlyID" : ["padID"]
|
||||
// "setPublicStatus" : ["padID", "publicStatus"],
|
||||
// "getPublicStatus" : ["padID"],
|
||||
// "setPassword" : ["padID", "password"],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue