Skip to Content
Menu
This question has been flagged
1 Atsakyti
4379 Rodiniai

Hi, I have a text field.

my_field = fields.Text()

I want to disable copying and paste(ctrl+c, ctrl+v) from intput with java script or python. How i can do it, thanks.

Portretas
Atmesti
Best Answer

Hi Pavel,

This thing you can do with the jquery event handlers cut, copy & paste.

Code: 

    $ (document) .ready (function () {

       $ ('# txtInput'). on ("cut copy paste", function (e) {

          e.preventDefault ();

       });

    });

Thanks ....

For more information Contact us:- https: //kanakinfosystems.com/odoo-development-services

Portretas
Atmesti
Related Posts Replies Rodiniai Veikla
0
saus. 21
44
2
gruod. 23
12735
3
liep. 22
23107
2
birž. 21
18561
0
rugs. 20
3720