/plugin/clipboardutils/ |
H A D | script.js | 3 var clipboard = new ClipboardJS('.clipu-c'); variable 5 clipboard.on('success', function (e) { 9 clipboard.on('error', function (e) {
|
H A D | plugin.info.txt | 6 desc Functionalities to use clipboard : buttons, links ...
|
/plugin/codeclipboard/ |
H A D | plugin.info.txt | 5 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 D | script.js | 7 * 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 D | plugin.info.txt | 6 desc Copy code block to clipboard. Just click on the code block !
|
H A D | README.md | 42 - 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 D | README | 3 Copy code block to clipboard
|
/plugin/supa/ |
H A D | README.txt | 3 any image from the local clipboard) to a website? 8 the clipboard into the browser.
|
/plugin/dokucrypt2/ |
H A D | README.md | 32 * `copytoclipboard` - If set to true, the plugin tries to copy the decrypted value to the clipboard. 33 * `hidepasswordoncopytoclipboard` - If set to true, the decrypted value will not be shown after being copied to the clipboard (see option 'copytoclipboard'). 38 * 2022-08-08: Added ability and setting for copying the contents to the clipboard on decrypt.
|
/plugin/supa/lang/en/ |
H A D | intro.txt | 2 This plugin allows you to upload images directly from the clipboard. No need
|
/plugin/codebuttonmod2/ |
H A D | README.MD | 8 …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 D | Plugin.txt | 4 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 D | plugin.info.txt | 6 desc Inserts a code button into the toolbar. Add copy to clipboard function.
|
/plugin/clippy/ |
H A D | plugin.info.txt | 6 desc Copy text to the clipboard. Once this plugin is installed, you can add a pretty Clippy clip.
|
H A D | README | 3 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 D | clipboard.svg | 1 <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 D | clipboard-data.svg | 1 <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 D | paste.js | 6 …removeCustomData("pendingFocus")&&g.focus()}var h=c.lang.clipboard,e=CKEDITOR.plugins.clipboard,f;…
|
/plugin/ckgedit/ckeditor/plugins/clipboard/dialogs/ |
H A D | paste.js | 6 …removeCustomData("pendingFocus")&&g.focus()}var h=c.lang.clipboard,e=CKEDITOR.plugins.clipboard,f;…
|
/plugin/ckgdoku/ckeditor/plugins/scayt/ |
H A D | CHANGELOG.md | 14 …llChecker/ckeditor-plugin-scayt/issues/104) SCAYT's spans leak into the clipboard and after pasting
|
/plugin/ckgedit/ckeditor/plugins/scayt/ |
H A D | CHANGELOG.md | 14 …llChecker/ckeditor-plugin-scayt/issues/104) SCAYT's spans leak into the clipboard and after pasting
|
/plugin/encryptedpasswords/script/ |
H A D | PageHandling.js | 53 * Copy a clicked password to clipboard 77 await navigator.clipboard.writeText(clear);
|
/plugin/syntaxhighlighter3/ |
H A D | README.md | 14 …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 D | ElectronApp.js | 548 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 D | en.js | 1 …clipboard:"Clipboard/Undo",editing:"Editing",forms:"Forms",basicstyles:"Basic Styles",paragraph:"P… class in CKEDITOR.lang.en
|