Socket
Book a DemoInstallSign in
Socket

hyperdom-ckeditor

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hyperdom-ckeditor

ckeditor component for hyperdom

latest
Source
npmnpm
Version
1.3.0
Version published
Maintainers
1
Created
Source

hyperdom-ckeditor

npm install hyperdom-ckeditor

expects to have window.CKEDITOR already defined.

usage

function render() {
  return h('div',
    h('h1', 'ckeditor'),
    h('textarea', {binding: [this, 'html']}),
    ckeditor({binding: [this, 'html']})
  );
}

api

var vdom = ckeditor(options);
  • options.binding - the binding to the model
  • options.config - ckeditor config.
  • options.inline - inline ckeditor.
  • options - the rest of the options are passed to create the vdom element, so you can use class and key among other things.

Keywords

ckeditor

FAQs

Package last updated on 06 Dec 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts