Searched refs:ExecCommand (Results 1 - 9 of 9) sorted by relevance
| /yui3/src/editor/js/ |
| H A D | createlink-base.js | 3 * Adds prompt style link creation. Adds an override for the <a href="Plugin.ExecCommand.html#method_COMMANDS.createlink">createlink execCommand</a>. 34 Y.mix(Y.Plugin.ExecCommand.COMMANDS, { 37 * @for ExecCommand
|
| H A D | exec-command.js | 4 * @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 D | editor-bidi.js | 262 * @for Plugin.ExecCommand 266 Y.Plugin.ExecCommand.COMMANDS.bidi = function(cmd, direction) {
|
| H A D | editor-base.js | 38 }).plug(Y.Plugin.ExecCommand);
|
| /yui3/build/createlink-base/ |
| H A D | createlink-base-debug.js | 5 * Adds prompt style link creation. Adds an override for the <a href="Plugin.ExecCommand.html#method_COMMANDS.createlink">createlink execCommand</a>. 36 Y.mix(Y.Plugin.ExecCommand.COMMANDS, { 39 * @for ExecCommand
|
| /yui3/build/exec-command/ |
| H A D | exec-command-debug.js | 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 [all...] |
| /yui3/build/editor-bidi/ |
| H A D | editor-bidi-debug.js | 264 * @for Plugin.ExecCommand 268 Y.Plugin.ExecCommand.COMMANDS.bidi = function(cmd, direction) {
|
| /yui3/build/editor-base/ |
| H A D | editor-base-debug.js | 40 }).plug(Y.Plugin.ExecCommand);
|
| /yui3/src/editor/tests/ |
| H A D | editor.js | 339 var cmds = Y.Plugin.ExecCommand.COMMANDS;
|
Completed in 30 milliseconds