UNPKG

knockout-froala

Version:

Knockout.js binding for Froala WYSIWYG HTML Rich Text Editor

17 lines (12 loc) 308 B
/** */ var viewModel = { html: ko.observable( '' ), options: { // disable wrapping content with paragraphs // instead <br> will be used enter: FroalaEditor.ENTER_DIV, theme: 'gray', } } ko.applyBindings( viewModel, document.getElementById( 'app' ) );