/plugin/wysiwyg/fckeditor/editor/_source/classes/ |
H A D | fckeditingarea.js | 213 oDoc.execCommand( 'styleWithCSS', false, FCKConfig.GeckoUseSPAN ) ; 219 oDoc.execCommand( 'useCSS', false, !FCKConfig.GeckoUseSPAN ) ; 229 oDoc.execCommand( 'enableObjectResizing', false, !FCKConfig.DisableObjectResizing ) ; 232 oDoc.execCommand( 'enableInlineTableEditing', false, !FCKConfig.DisableFFTableHandles ) ;
|
/plugin/issuetracker/ |
H A D | wysiwyg_editor.js | 3 document.execCommand(sCmd, false, sValue); 78 document.execCommand('forecolor', false, pColor); 87 document.execCommand('backcolor', false, pColor);
|
/plugin/prosemirror/ |
H A D | script.js | 69 document.execCommand("enableObjectResizing", false, "false"); 70 document.execCommand("enableInlineTableEditing", false, "false");
|
/plugin/codeclipboard/ |
H A D | script.js | 19 document.execCommand('copy');
|
/plugin/codebuttonmod2/src/ |
H A D | codebutton.js | 36 document.execCommand("copy");
|
/plugin/jquotes/ |
H A D | script.js | 51 document.execCommand('copy');
|
/plugin/diagramsnet/lib/js/grapheditor/ |
H A D | Toolbar.js | 402 document.execCommand('justifyfull', false, null); 408 document.execCommand('insertorderedlist', false, null); 414 document.execCommand('insertunorderedlist', false, null); 420 document.execCommand('outdent', false, null); 426 document.execCommand('indent', false, null); 471 document.execCommand('removeformat', false, null); 505 document.execCommand('selectAll', false, null); 526 document.execCommand('inserthorizontalrule', false, null);
|
H A D | Actions.js | 1308 …toggleFontStyle('bold', mxConstants.FONT_BOLD, function() { document.execCommand('bold', false, nu… 1309 …toggleFontStyle('italic', mxConstants.FONT_ITALIC, function() { document.execCommand('italic', fal… 1310 …toggleFontStyle('underline', mxConstants.FONT_UNDERLINE, function() { document.execCommand('underl… 1579 document.execCommand('subscript', false, null); 1586 document.execCommand('superscript', false, null);
|
H A D | Menus.js | 60 document.execCommand('fontname', false, fontFamily); 126 document.execCommand('formatBlock', false, '<' + tag + '>'); 161 document.execCommand('fontSize', false, '3'); 1319 document.execCommand(cmd, false, (color != mxConstants.NONE) ? color : 'transparent');
|
/plugin/passwordgrey/ |
H A D | script.js | 66 return document.execCommand("copy"); // Security exception may be thrown by some browsers.
|
/plugin/copycode/ |
H A D | script.js | 114 document.execCommand("copy");
|
/plugin/jquery-syntax/jquery-syntax/ |
H A D | jquery.syntax.layout.editor.js | 27 …',function(event){if(event.keyCode==9){event.preventDefault();document.execCommand('insertHTML',fa… 28 else if(event.keyCode==13){event.preventDefault();document.execCommand('insertHTML',false,"\n");}})…
|
/plugin/ckgdoku/ckeditor/plugins/link/ |
H A D | plugin.js.unc | 313 * execCommand( 'unlink', ... ) in Firefox leaves behind <span> tags at where 316 * TODO: Use the style system when it's complete. Let's use execCommand() 335 editor.document.$.execCommand( 'unlink', false, null );
|
H A D | plugin.js | 1 …!c){continue}a[b].selectNodeContents(c)}e.selectRanges(a);f.document.$.execCommand("unlink",false,…
|
/plugin/ckgedit/ckeditor/plugins/link/ |
H A D | plugin.js.unc | 313 * execCommand( 'unlink', ... ) in Firefox leaves behind <span> tags at where 316 * TODO: Use the style system when it's complete. Let's use execCommand() 335 editor.document.$.execCommand( 'unlink', false, null );
|
H A D | plugin.js | 1 …!c){continue}a[b].selectNodeContents(c)}e.selectRanges(a);f.document.$.execCommand("unlink",false,…
|
/plugin/codemirror/dist/keymaps/ |
H A D | emacs.min.js | 1 …execCommand(a)}:a;return function(a){var c=r(a);b(a);for(var d=1;d<c;++d)b(a)}}function t(a,b,d,e)…
|
H A D | sublime.min.js | 1 …execCommand("goLineUp")}a.scrollTo(null,b.top-a.defaultTextHeight())};b.scrollLineDown=function(a)…
|
/plugin/chordsheets/ |
H A D | script.js | 164 var successful = document.execCommand('copy');
|
/plugin/wysiwyg/fckeditor/editor/_source/commandclasses/ |
H A D | fck_othercommands.js | 318 textarea.createTextRange().execCommand( 'SelectAll' ) ;
|
/plugin/wysiwyg/fckeditor/editor/_source/internals/ |
H A D | fck_ie.js | 347 oTextRange.execCommand( 'Paste' ) ;
|
H A D | fck_gecko.js | 394 this.EditorDocument.execCommand( 'inserthtml', false, html ) ;
|
/plugin/zoom/ |
H A D | script.js | 9 …g2.src=jWin.attr('href')}$.fn.CloudZoom=function(options){try{document.execCommand("BackgroundImag…
|
/plugin/diagramsnet/lib/plugins/ |
H A D | tags.js | 329 document.execCommand('selectAll', false, null);
|
/plugin/dirtylittlehelper/mermaid/editor/src/components/ |
H A D | Links.svelte | 94 document.execCommand('Copy');
|