Home
last modified time | relevance | path

Searched refs:execCommand (Results 1 – 25 of 75) sorted by relevance

123

/plugin/wysiwyg/fckeditor/editor/_source/classes/
H A Dfckeditingarea.js213 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 Dwysiwyg_editor.js3 document.execCommand(sCmd, false, sValue);
78 document.execCommand('forecolor', false, pColor);
87 document.execCommand('backcolor', false, pColor);
/plugin/prosemirror/
H A Dscript.js69 document.execCommand("enableObjectResizing", false, "false");
70 document.execCommand("enableInlineTableEditing", false, "false");
/plugin/codeclipboard/
H A Dscript.js19 document.execCommand('copy');
/plugin/codebuttonmod2/src/
H A Dcodebutton.js36 document.execCommand("copy");
/plugin/jquotes/
H A Dscript.js51 document.execCommand('copy');
/plugin/diagramsnet/lib/js/grapheditor/
H A DToolbar.js402 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 DActions.js1308 …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 DMenus.js60 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 Dscript.js66 return document.execCommand("copy"); // Security exception may be thrown by some browsers.
/plugin/copycode/
H A Dscript.js114 document.execCommand("copy");
/plugin/jquery-syntax/jquery-syntax/
H A Djquery.syntax.layout.editor.js27 …',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 Dplugin.js.unc313 * 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 Dplugin.js1 …!c){continue}a[b].selectNodeContents(c)}e.selectRanges(a);f.document.$.execCommand("unlink",false,…
/plugin/ckgedit/ckeditor/plugins/link/
H A Dplugin.js.unc313 * 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 Dplugin.js1 …!c){continue}a[b].selectNodeContents(c)}e.selectRanges(a);f.document.$.execCommand("unlink",false,…
/plugin/codemirror/dist/keymaps/
H A Demacs.min.js1execCommand(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 Dsublime.min.js1execCommand("goLineUp")}a.scrollTo(null,b.top-a.defaultTextHeight())};b.scrollLineDown=function(a)…
/plugin/chordsheets/
H A Dscript.js164 var successful = document.execCommand('copy');
/plugin/wysiwyg/fckeditor/editor/_source/commandclasses/
H A Dfck_othercommands.js318 textarea.createTextRange().execCommand( 'SelectAll' ) ;
/plugin/wysiwyg/fckeditor/editor/_source/internals/
H A Dfck_ie.js347 oTextRange.execCommand( 'Paste' ) ;
H A Dfck_gecko.js394 this.EditorDocument.execCommand( 'inserthtml', false, html ) ;
/plugin/zoom/
H A Dscript.js9 …g2.src=jWin.attr('href')}$.fn.CloudZoom=function(options){try{document.execCommand("BackgroundImag…
/plugin/diagramsnet/lib/plugins/
H A Dtags.js329 document.execCommand('selectAll', false, null);
/plugin/dirtylittlehelper/mermaid/editor/src/components/
H A DLinks.svelte94 document.execCommand('Copy');

123