Skip to content

Commit aa41f27

Browse files
Update task.md
1 parent 8d7ed09 commit aa41f27

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

  • 2-ui/4-forms-controls/2-focus-blur/3-editable-div

2-ui/4-forms-controls/2-focus-blur/3-editable-div/task.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,9 @@ importance: 5
66

77
یک `<div>` ایجاد کنید که وقتی روی آن کلیک می‌شود به `<textarea>` تبدیل شود.
88

9-
The textarea allows to edit the HTML in the `<div>`.
109
با کمک textarea می‌توانید HTML را در `<div>` ویرایش کنید.
1110

1211

13-
وقتی که کاربر `key:Enter` را فشار دهد یا آن focus را از دست بدهد، `<textarea>` دوباره به `<div>` تبدیل می‌شود و محتوای آن در `<div>` به HTML تبدیل می‌شود.
12+
وقتی که کاربر `key:Enter` را فشار دهد یا آن focus را از دست بدهد، `<textarea>` دوباره به `<div>` تبدیل می‌شود و محتوای آن در `<div>` به HTML تبدیل می‌شود.
1413

1514
[demo src="solution"]

0 commit comments

Comments
 (0)