mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-21 16:06:16 -04:00
Merge pull request #191 from Yaco-Sistemas/master
Get the HTML of a Pad via the API
This commit is contained in:
commit
17666339d0
3 changed files with 88 additions and 0 deletions
|
@ -85,6 +85,8 @@ function getPadHTML(pad, revNum, callback)
|
|||
});
|
||||
}
|
||||
|
||||
exports.getPadHTML = getPadHTML;
|
||||
|
||||
function getHTMLFromAtext(pad, atext)
|
||||
{
|
||||
var apool = pad.apool();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue