editor-inline Module
Base class for InlineEditor. Instead to use an iframe, uses content editable element via ContentEditable Plugin.
 var editor = new Y.InlineEditor({
     content: 'Foo'
 });
 editor.render('#demo');
This module provides the following classes:
