Skip to content

Instantly share code, notes, and snippets.

@bjoerntx
Created April 22, 2022 12:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bjoerntx/f255068e282ae099a631de5648677140 to your computer and use it in GitHub Desktop.
Save bjoerntx/f255068e282ae099a631de5648677140 to your computer and use it in GitHub Desktop.
<div id="formFieldContextMenu" data-toggle="tooltip" data-placement="left" title="To select text, click form field again when it is active">
<img title="Selects all text" onclick="ContextMenu.select()" class="tx-context-btn" src="~/Images/SelectAll.svg" />
<img title="Removes all text" onclick="ContextMenu.removeText()" class="tx-context-btn" src="~/Images/FormFieldRemoveContent.svg" />
<input id="cmFieldName" disabled type="text" value="[Field name]" />
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment