Searched refs:EditorBR (Results 1 - 3 of 3) sorted by relevance

/yui3/build/editor-br/
H A Deditor-br-debug.js7 * @class Plugin.EditorBR
15 var EditorBR = function() {
16 EditorBR.superclass.constructor.apply(this, arguments);
20 Y.extend(EditorBR, Y.Base, {
97 Y.error('Can not plug EditorBR and EditorPara at the same time.');
127 Y.Plugin.EditorBR = EditorBR;
/yui3/src/editor/js/
H A Deditor-br.js5 * @class Plugin.EditorBR
13 var EditorBR = function() { function
14 EditorBR.superclass.constructor.apply(this, arguments);
18 Y.extend(EditorBR, Y.Base, {
95 Y.error('Can not plug EditorBR and EditorPara at the same time.');
125 Y.Plugin.EditorBR = EditorBR;
/yui3/src/editor/tests/
H A Deditor.js399 editor.plug(Y.Plugin.EditorBR);
401 Y.Assert.isInstanceOf(Y.Plugin.EditorBR, editor.editorBR, 'EditorBR was not plugged..');
459 editor.plug(Y.Plugin.EditorBR);
475 editor.plug(Y.Plugin.EditorBR);
480 Y.Assert.isInstanceOf(Y.Plugin.EditorBR, editor.editorBR, 'EditorBR was not plugged..');

Completed in 1381 milliseconds