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

/yui3/src/editor/js/
H A Dexec-command.js4 * @class Plugin.ExecCommand
10 var ExecCommand = function() { function
11 ExecCommand.superclass.constructor.apply(this, arguments);
14 Y.extend(ExecCommand, Y.Base, {
35 var fn = ExecCommand.COMMANDS[action];
334 return ExecCommand.COMMANDS.backcolor.apply(this, arguments);
694 ExecCommand.COMMANDS.bold = function() {
697 ExecCommand.COMMANDS.italic = function() {
700 ExecCommand.COMMANDS.underline = function() {
706 Y.Plugin.ExecCommand
[all...]
H A Deditor-bidi.js262 * @for Plugin.ExecCommand
266 Y.Plugin.ExecCommand.COMMANDS.bidi = function(cmd, direction) {

Completed in 1660 milliseconds