editor/js/editor-base.js:2
Base class for Editor. Handles the business logic of Editor, no GUI involved only utility methods and events.
var editor = new Y.EditorBase({
content: 'Foo'
});
editor.render('#demo');
This module provides the following classes: