in src/SentinelUtilities/SentinelWidgets/widget_view_helper.py [0:0]
def copy_to_clipboard(url, text_body, label_text):
""" Copy text to Clipboard """
html_str = (
"""<!DOCTYPE html>
<html><body style="height:20px">
<input id="sentinel_text_for_copy" type="text" readonly style="font-weight: bold; border: none; max-height:10px; width:1px;" size = '"""
+ str(len(text_body))
+ """' value='"""
+ text_body
+ """'>