mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-19 14:13:34 +01:00
17375b2eed
OK, first up, SOMEBODY *cough*analphabet*cough* screwed up the docs by making them all use the wrong heading level. Not cool, guy. I had to change them so they would compile right. But anyway, now the docs will build into sexy-looking HTML and will shortly be hosted on marktraceur.info. Fixed the makefile to work properly. Run: * `make clean` for removing old doc-build(s) * `make docs` for running new doc-build(s)
1.8 KiB
1.8 KiB
editorInfo
editorInfo.ace_replaceRange(start, end, text)
This function replaces a range (from start
to end
) with text
.
editorInfo.ace_getRep()
Returns the rep
object.