Lines Matching refs:ExecCommand
4 * @class Plugin.ExecCommand
10 var ExecCommand = 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 = ExecCommand;