fix grammar
This commit is contained in:
parent
6ab384f251
commit
0ad314c6a0
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ importance: 5
|
|||
|
||||
Make table cells editable on click.
|
||||
|
||||
- On click -- the cell should became "editable" (textarea appears inside), we can change HTML. There should be no resize, all geometry should remain the same.
|
||||
- On click -- the cell should become "editable" (textarea appears inside), we can change HTML. There should be no resize, all geometry should remain the same.
|
||||
- Buttons OK and CANCEL appear below the cell to finish/cancel the editing.
|
||||
- Only one cell may be editable at a moment. While a `<td>` is in "edit mode", clicks on other cells are ignored.
|
||||
- The table may have many cells. Use event delegation.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue