Which JavaScript MVC framework to use for wysiwyg editing and floating context-sensitive settings pa
- by ernests
I'm developing a cms that allows editing everything on the page (generated server-side with a template engine) by just clicking on it — the area turns into input field, textarea or a full-featured tinyMCE editor, Template defines editable elements like "page heading", "copyright footer text", "image", "rich text block" etc.
Along with that…