npm.io
4.0.1 • Published 10 years ago

gulf-contenteditable

Licence
LGPL-3.0
Version
4.0.1
Deps
1
Vulns
0
Weekly
0
Stars
6

gulf-contenteditable

Convenient gulf wrapper for contenteditable elements

Install

npm install gulf-contenteditable

Usage

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 gulf
  • storageAdapter -- a gulf storage adapter (optional; defaults to the in-memory Adapter)
  • returns the gulf.EditableDocument (see the gulf docs)

(c) 2015 by Marcel Klehr

GNU Lesser General Public License

Keywords