You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: 2-ui/4-forms-controls/2-focus-blur/3-editable-div/task.md
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,10 +6,9 @@ importance: 5
6
6
7
7
یک `<div>` ایجاد کنید که وقتی روی آن کلیک میشود به `<textarea>` تبدیل شود.
8
8
9
-
The textarea allows to edit the HTML in the `<div>`.
10
9
با کمک textarea میتوانید HTML را در `<div>` ویرایش کنید.
11
10
12
11
13
-
وقتی که کاربر `key:Enter` را فشار دهد یا آن focus را از دست بدهد، `<textarea>` دوباره به `<div>` تبدیل میشود و محتوای آن در `<div>` به HTML تبدیل میشود.
12
+
وقتی که کاربر `key:Enter` را فشار دهد یا آن focus را از دست بدهد، `<textarea>` دوباره به `<div>` تبدیل میشود و محتوای آن در `<div>` به HTML تبدیل میشود.
0 commit comments