- Notifications
You must be signed in to change notification settings - Fork0
Convenient gulf wrapper for textareas and text inputs
License
Unknown, Unknown licenses found
Licenses found
Unknown
LICENSE.txtUnknown
COPYING.LESSERNotificationsYou must be signed in to change notification settings
gulf/gulf-editor-textarea
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Gulf bindings for textareas and text inputs
- Compatible with gulf v5 only! (For gulf v4 check out
gulf-textarea
on npm)
npm install --save gulf-editor-textarea
const TextareaDocument = require('gulf-editor-textarea')var textarea = document.querySelecor('textarea#doc')var doc = new TextareaDocument({ editorInstance: document.querySelecor('textarea#doc')})stream.pipe(doc.masterLink()).pipe(stream)
editorInstance
-- a texarea Element or an<input type="text">
to be wired up with gulfstorageAdapter
-- (optional) a gulf storage adapter. Default:gulf.MemoryAdapter
ottype
-- (optional) the OT type to use. Default:ot-text
(c) 2015-2016 by Marcel Klehr
GNU Lesser General Public License
About
Convenient gulf wrapper for textareas and text inputs
Resources
License
Unknown, Unknown licenses found
Licenses found
Unknown
LICENSE.txtUnknown
COPYING.LESSERStars
Watchers
Forks
Packages0
No packages published