https://github.com/mendixlabs/clipboardtextcopy
https://github.com/mendixlabs/clipboardtextcopy
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mendixlabs/clipboardtextcopy
- Owner: mendixlabs
- License: apache-2.0
- Created: 2016-04-25T11:43:50.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2023-01-10T22:18:38.000Z (over 3 years ago)
- Last Synced: 2025-07-01T12:53:55.498Z (12 months ago)
- Language: JavaScript
- Size: 3.73 MB
- Stars: 0
- Watchers: 10
- Forks: 4
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ClipboardTextCopy
Copy selected text from a text input element to the user's clipboard.
## Contributing
For more information on contributing to this repository visit [Contributing to a GitHub repository](https://world.mendix.com/display/howto50/Contributing+to+a+GitHub+repository)!
## Typical usage scenario
Improve user experience by reducing clicks of a user copying text from an input element.
## Configuration
- Specify a classname in the classname propery of the text input element of which the text should be copied.
- Specify the same classname in the 'Target element classname' property of this widget.
Make sure that your page doesn't contain multiple elements with the same classname as this will lead to unexpected behaviour.