Searched defs:bidi (Results 1 - 1 of 1) sorted by relevance

/yui3/src/editor/js/
H A Deditor-bidi.js3 * Plugin for Editor to support BiDirectional (bidi) text operations.
8 * @submodule editor-bidi
25 * Tells us that an initial bidi check has already been performed
258 * bidi execCommand override for setting the text direction of a node.
263 * @property bidi
266 Y.Plugin.ExecCommand.COMMANDS.bidi = function(cmd, direction) {
274 Y.error('bidi execCommand is not available without the EditorBiDi plugin.');

Completed in 97 milliseconds