Added copy button to link field #216
Reference in New Issue
Block a user
No description provided.
Delete Branch "bema/func/copy_button"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
@@ -187,6 +187,11 @@ body {font-size: 20px;}.invisible-button {transparent-button
@@ -145,9 +152,11 @@ function loadFetchedMessage(){}function fillStaticFields(uuid, contentType, body, httpStatus){const copyButton = '<button id="btn-copy" class="invisible-button">Copy</button>';transparent-button
@@ -51,3 +51,3 @@<div><label for="messageLink" class="block-display">Link</label><div id="messageLink" class="bordered-field max-width with-padding disabled-background tooltipped"><a class="hyperlink" href="www.google.com" target="_blank">www.google.com</a></div><div class="display-space-between bordered-field max-width with-padding disabled-background tooltipped"><a id="messageLink" class="hyperlink" href="www.google.com" target="_blank">www.google.com</a><button id="btn-copy" class="invisible-button">Copy</button></div>transparent-button
👍
WIP: Added copy button to link fieldto Added copy button to link field