added setText and simplified getText

This commit is contained in:
Peter 'Pita' Martischka 2011-08-04 17:18:59 +01:00
parent 820c18c7e9
commit d5d9830dd3
2 changed files with 146 additions and 71 deletions

View file

@ -49,8 +49,8 @@ var functions = {
// "listSessionsOfAuthor" : ["authorID"],
// "deleteAllSessionsOfGroup" : ["groupID"],
// "deleteAllSessionsOfAuthor" : ["authorID"],
"getText" : ["padID", "rev"]
// "setText" : ["padID", "text"]
"getText" : ["padID", "rev"],
"setText" : ["padID", "text"]
// "getRevisionsCount" : ["padID"],
// "deletePad" : ["padID"],
// "getReadOnlyLink" : ["padID"],