mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-31 19:02:59 +01:00
added comments to ace exposed methods
This commit is contained in:
parent
61022be6e4
commit
6009903095
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ Returns the `rep` object.
|
|||
## editorInfo.ace_performDocumentApplyAttributesToRange()
|
||||
|
||||
## editorInfo.ace_getAuthorInfos()
|
||||
Returns an info object about the author. Object key = author_id and info includes athour's bg color value.
|
||||
Returns an info object about the author. Object key = author_id and info includes author's bg color value.
|
||||
Use to define your own authorship.
|
||||
## editorInfo.ace_performDocumentReplaceRange(start, end, newText)
|
||||
This function replaces a range (from [x1,y1] to [x2,y2]) with `newText`.
|
||||
|
|
Loading…
Reference in a new issue