KasperTidemann / ember-contenteditable-view

A view for Ember.js that is able to create and handle <div>s that have contenteditable set to true.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ember-contenteditable-view

This is a tiny view for Ember.js that enables contenteditable on <div> elements, supporting a value binding along with auto-updating the HTML content of the div element itself when the value changes. Per default, the view name is Ember.ContenteditableView, but feel free to change that to fit your application.

Sincerely,
Kasper Tidemann

Kasper Tidemann

(This repository was created in relation to the blog post titled ["Handling contenteditable in Ember.js via App.ContenteditableView"](http://www.kaspertidemann.com/handling-contenteditable-in-ember-js-via-app-contenteditableview/ ""Handling contenteditable in Ember.js via App.ContenteditableView"") on kaspertidemann.com.)

About

A view for Ember.js that is able to create and handle <div>s that have contenteditable set to true.


Languages

Language:JavaScript 100.0%