Changes

Jump to: navigation, search

Email

25 bytes removed, 19:00, 19 June 2019
no edit summary
'''Example Usage: '''<br />You can create a [[Custom Field Type: Read Only – System Variables|Read Only – System Variables]] Custom field with the following contents:
<pre><br /><script>// <![CDATA[<br data-attributes="%20/" />function copyToClipboard(element) { var $temp = $("<input>"); $("body").append($temp); $temp.val($(element).text()).select(); document.execCommand("copy"); $temp.remove();}//]]></script><br /><span id="objEmail"><a href="mailto:@objemail@">@objemail@</a></span> <a>(Copy to Clipboard)</a></pre>
Clicking on the email address will open a new email with your default email program<br /><br />Clicking '''Copy to Clipboard''' will copy the email address to your clipboard so you can paste it (Ctrl-V) into your email program etc.
2,299
edits

Navigation menu