HTML oncut event Attribute
Example
<input type="text" oncut="myFunction()" value="Try to cut this text!">
Meaning
The oncut attribute specifies the script to be run when the user cuts the content of an element.
Standard Syntax
<element oncut="script">
Advertisement
Attribute Values
| Value | Description |
|---|---|
| script | Specifies the script to be run on oncut |
Technical Details
Supported HTML elements:
<>