Home
last modified time | relevance | path

Searched refs:clipboard (Results 1 – 25 of 110) sorted by relevance

12345

/plugin/clipboardutils/
H A Dscript.js3 var clipboard = new ClipboardJS('.clipu-c'); variable
5 clipboard.on('success', function (e) {
9 clipboard.on('error', function (e) {
H A Dplugin.info.txt6 desc Functionalities to use clipboard : buttons, links ...
/plugin/codeclipboard/
H A Dplugin.info.txt5 name Copy code to clipboard Plugin
6 desc Provides frontend button to copy to clipboard what is inside a code markup
/plugin/copycode/
H A Dscript.js7 * Adds a click event on all code blocks that copy the content of the block to clipboard
103 // check if clipboard is available in navigator
104 if (navigator.clipboard != undefined) {
105 //Copy raw text to clipboard
106 navigator.clipboard.writeText(inputValue);
108 // if for any reason the clipboard is unavalaible, uses the fake textarea hack to copy the content
H A Dplugin.info.txt6 desc Copy code block to clipboard. Just click on the code block !
H A DREADME.md42 - If for any reason, navigator.clipboard fails, it uses the hidden textarea hack instead
50 Refactoring of copycode functions with navigator.clipboard function instead of hidden input hack. Fixing the jump to top bug on android systems. See https://developer.mozilla.org/fr/docs/Web/API/Clipboard for compatible web browsers (everything but Internet Explorer).
H A DREADME3 Copy code block to clipboard
/plugin/supa/
H A DREADME.txt3 any image from the local clipboard) to a website?
8 the clipboard into the browser.
/plugin/dokucrypt2/
H A DREADME.md32 * `copytoclipboard` - If set to true, the plugin tries to copy the decrypted value to the clipboard.
33 …o true, the decrypted value will not be shown after being copied to the clipboard (see option 'cop…
37 * 2022-08-08: Added ability and setting for copying the contents to the clipboard on decrypt.
/plugin/supa/lang/en/
H A Dintro.txt2 This plugin allows you to upload images directly from the clipboard. No need
/plugin/codebuttonmod2/
H A DREADME.MD8 …ditional button and includes a new feature for copying the code text to clipboard with a single cl…
45 - New feature added: every *code* block can be copied to clipboard with a single click.
H A DPlugin.txt4 description: Inserts two code buttons into the toolbar. Include code copy-to-clipboard feature
41 With a left click on the code blocks the code is copied to the clipboard.
H A Dplugin.info.txt6 desc Inserts a code button into the toolbar. Add copy to clipboard function.
/plugin/clippy/
H A Dplugin.info.txt6 desc Copy text to the clipboard. Once this plugin is installed, you can add a pretty Clippy clip.
H A DREADME3 Copy text to the clipboard. Once this plugin is installed, you can add a pretty Clippy clip.
/plugin/mikioplugin/icons/bootstrap-icons/svg/
H A Dclipboard.svg1 <svg class="bi bi-clipboard" width="1em" height="1em" viewBox="0 0 16 16" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
H A Dclipboard-data.svg1 <svg class="bi bi-clipboard-data" width="1em" height="1em" viewBox="0 0 16 16" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
/plugin/ckgdoku/ckeditor/plugins/clipboard/dialogs/
H A Dpaste.js6 …removeCustomData("pendingFocus")&&g.focus()}var h=c.lang.clipboard,e=CKEDITOR.plugins.clipboard,f;…
/plugin/ckgedit/ckeditor/plugins/clipboard/dialogs/
H A Dpaste.js6 …removeCustomData("pendingFocus")&&g.focus()}var h=c.lang.clipboard,e=CKEDITOR.plugins.clipboard,f;…
/plugin/ckgdoku/ckeditor/plugins/scayt/
H A DCHANGELOG.md14 …llChecker/ckeditor-plugin-scayt/issues/104) SCAYT's spans leak into the clipboard and after pasting
/plugin/ckgedit/ckeditor/plugins/scayt/
H A DCHANGELOG.md14 …llChecker/ckeditor-plugin-scayt/issues/104) SCAYT's spans leak into the clipboard and after pasting
/plugin/encryptedpasswords/script/
H A DPageHandling.js53 * Copy a clicked password to clipboard
77 await navigator.clipboard.writeText(clear);
/plugin/syntaxhighlighter3/
H A DREADME.md14 …xgorbatchev.com/wiki/SyntaxHighlighter) by Alex Gorbatchev with copy to clipboard functionality ba…
29 * Does not require Flash for copy to clipboard functionality.
106 ### Copy to clipboard
/plugin/diagramsnet/lib/js/diagramly/
H A DElectronApp.js548 var clipboard = remote.clipboard;
552 clipboard.writeText(encodeURIComponent(modelString));
566 var clipboard = remote.clipboard;
567 var modelString = clipboard.readText();
1824 remote.clipboard.write({image: remote.
/plugin/ckgdoku/ckeditor/lang/
H A Den.js1clipboard:"Clipboard/Undo",editing:"Editing",forms:"Forms",basicstyles:"Basic Styles",paragraph:"P… property in CKEDITOR.lang.en.toolbar.toolbarGroups

12345