Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 738 Bytes

README.md

File metadata and controls

18 lines (10 loc) · 738 Bytes

Copy to Clipboard Widget

Copy to Clipboard is able to copy the value (Text Box, Text Area, Date Picker) or selected value (Drop Down, Reference Selector) to the clipboard.

Contributing

For more information on contributing to this repository visit Contributing to a GitHub repository!

Typical usage scenario

Use this widget to attach a button to your input element. Clicking the button will copy the value of the input element to the clipbord. So it's a convenient shortcut of selecting the value and pressing Ctrl-C to copy.

Description

Copy To Clipboard is using jQuery and ZeroClipbord http://zeroclipboard.org/ library to do the job.