Skip to content

Commit 6272dfa

Browse files
line 82
1 parent 903a2f4 commit 6272dfa

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

  • 2-ui/4-forms-controls/3-events-change-input

2-ui/4-forms-controls/3-events-change-input/article.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,13 +58,13 @@
5858
5959
## Events: cut, copy, paste
6060
61-
این eventها زمان cut کردن/copy کردن/paste کردن یک مقدار اتفاق می‌افتند.
61+
.یک مقدار اتفاق می‌اقتد cut کردن/copy کردن/کردن paste زمان events این
6262
63-
ان‌ها به [ClipboardEvent](https://www.w3.org/TR/clipboard-apis/#clipboard-event-interfaces) class تعلق دارند و دسترسی به داده‌ای را که cut/copy/paste شده را فراهم می‌کنند.
63+
.شده را فراهم می‌کنند cut/copy/paste تعلق دارند و دسترسی به داده‌ای را که [ClipboardEvent](https://www.w3.org/TR/clipboard-apis/#clipboard-event-interfaces) class آن‌ها به
6464
65-
همچنین می‌توانیم برای لغو یک action از `event.preventDefault()` استفاده کنیم، آنگاه هیچ چیز copy/paste نمی‌شود.
65+
.نمی‌شود copy/paste استفاده کنیم، آنگاه هیچ چیز `event.preventDefault()` از action همچنین می‌توانیم برای لغو یک
6666
67-
For instance, the code below prevents all `cut/copy/paste` events and shows the text we're trying to cut/copy/paste:
67+
:کنیم را نشان می‌دهد cut/copy/paste پیشگیری می‌کند و متنی که تلاش می‌کنیم `cut/copy/paste` events برای مثال: کد زیر از تمام
6868
6969
```html autorun height=40 run
7070
<input type="text" id="input">

0 commit comments

Comments
 (0)