4.0.1 • Published 8 years ago

gulf-textarea v4.0.1

Weekly downloads
1
License
LGPL-3.0
Repository
github
Last release
8 years ago

gulf-contenteditable

Convenient gulf wrapper for textareas and text inputs

Install

npm install gulf-textarea

Usage

var bindEditor = require('gulf-textarea')

var textarea = document.querySelecor('textarea#doc')
var doc = bindEditor(textarea)

API

bindEditor(textarea:DOMElement, storageAdapter)

  • textarea -- a texarea Element or an <input type="text">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)

Legal

(c) 2015 by Marcel Klehr

GNU Lesser General Public License

4.0.1

8 years ago

4.0.0

8 years ago

3.0.1

9 years ago

3.0.0

9 years ago

2.0.0

9 years ago

1.0.2

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago

0.1.3

9 years ago

0.1.2

9 years ago

0.1.1

9 years ago

0.1.0

9 years ago