mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-22 08:26:16 -04:00
Hook the ImportHtml module into the API
This commit is contained in:
parent
9fe6c11d87
commit
a26918c69e
2 changed files with 23 additions and 0 deletions
|
@ -51,6 +51,7 @@ var functions = {
|
|||
"getText" : ["padID", "rev"],
|
||||
"setText" : ["padID", "text"],
|
||||
"getHTML" : ["padID", "rev"],
|
||||
"setHTML" : ["padID", "html"],
|
||||
"getRevisionsCount" : ["padID"],
|
||||
"deletePad" : ["padID"],
|
||||
"getReadOnlyID" : ["padID"],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue