Searched refs:ExecCommand (Results 1 - 9 of 9) sorted by relevance

/yui3/src/editor/js/
H A Dcreatelink-base.js3 * 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 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) {
H A Deditor-base.js38 }).plug(Y.Plugin.ExecCommand);
/yui3/build/createlink-base/
H A Dcreatelink-base-debug.js5 * 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 Dexec-command-debug.js6 * @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 Deditor-bidi-debug.js264 * @for Plugin.ExecCommand
268 Y.Plugin.ExecCommand.COMMANDS.bidi = function(cmd, direction) {
/yui3/build/editor-base/
H A Deditor-base-debug.js40 }).plug(Y.Plugin.ExecCommand);
/yui3/src/editor/tests/
H A Deditor.js339 var cmds = Y.Plugin.ExecCommand.COMMANDS;

Completed in 86 milliseconds