mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-27 10:56:16 -04:00
update docs for new hooks and ace exposures
This commit is contained in:
parent
c75941d1e3
commit
3fe3df91ae
3 changed files with 92 additions and 0 deletions
|
@ -45,3 +45,14 @@ Returns the `rep` object.
|
|||
## editorInfo.ace_doInsertUnorderedList(?)
|
||||
## editorInfo.ace_doInsertOrderedList(?)
|
||||
## editorInfo.ace_performDocumentApplyAttributesToRange()
|
||||
## editorInfo.ace_getAuthorInfos()
|
||||
## editorInfo.ace_performDocumentReplaceRange(?)
|
||||
## editorInfo.ace_performDocumentReplaceCharRange(?)
|
||||
## editorInfo.ace_renumberList(?)
|
||||
## editorInfo.ace_doReturnKey()
|
||||
## editorInfo.ace_isBlockElement(?)
|
||||
## editorInfo.ace_getLineListType(?)
|
||||
## editorInfo.ace_caretLine()
|
||||
## editorInfo.ace_caretColumn()
|
||||
## editorInfo.ace_caretDocChar()
|
||||
## editorInfo.ace_isWordChar(?)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue