editor/js/editor-inline.js:1
                    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: