gulf-contenteditable
v4.0.1
Published
Convenient gulf wrapper for contenteditable elements (uses dom-ot)
Downloads
18
Maintainers
Readme
gulf-contenteditable
Convenient gulf wrapper for contenteditable elements
Install
npm install gulf-contenteditableUsage
var bindEditor = require('gulf-contenteditable')
var editable = document.querySelecor('#doc[contenteditable]')
var doc = bindEditor(editable)API
bindEditor(editable:DOMElement, [storageAdapter])
editable-- a contenteditable Element to be wired up with gulfstorageAdapter-- a gulf storage adapter (optional; defaults to the in-memory Adapter)- returns the
gulf.EditableDocument(see the gulf docs)
Legal
(c) 2015 by Marcel Klehr
GNU Lesser General Public License
