Lines Matching refs:ExecCommand
6 * @class Plugin.ExecCommand
12 var ExecCommand = function() {
13 ExecCommand.superclass.constructor.apply(this, arguments);
16 Y.extend(ExecCommand, Y.Base, {
37 var fn = ExecCommand.COMMANDS[action];
336 return ExecCommand.COMMANDS.backcolor.apply(this, arguments);
696 ExecCommand.COMMANDS.bold = function() {
699 ExecCommand.COMMANDS.italic = function() {
702 ExecCommand.COMMANDS.underline = function() {
708 Y.Plugin.ExecCommand = ExecCommand;