Maciej Gołaszewski
|
981a961003
Use TableEditing in InsertRowCommand tests.
|
5 years ago |
Maciej Gołaszewski
|
019f0c6d9a
Use TableEditing in InsertRowCommand tests.
|
5 years ago |
Kuba Niegowski
|
b6a02f862f
Merge branch 'master' into i/6549
|
5 years ago |
Maciej
|
3d85aca751
Merge pull request #6752 from ckeditor/i/6607
|
5 years ago |
Kuba Niegowski
|
81694cd1d8
Fixed insert table row/column commands when a widget is selected inside the table cell.
|
5 years ago |
Kuba Niegowski
|
ee8958655f
Adding a new row in the table copies structure of the selected row.
|
5 years ago |
Kuba Niegowski
|
deb7de10b7
Table cells selection with keyboard.
|
5 years ago |
Piotrek Koszuliński
|
c6d1f55fe1
Removed old tests. Minor corrections. Some docs.
|
5 years ago |
Marek Lewandowski
|
ceda2cbe25
Internal: Added a support for inserting rows below and above multi-cell selection.
|
5 years ago |
Maciej Gołaszewski
|
f225520ec7
Merge branch 'master' into i/3287
|
6 years ago |
Kamil Piechaczek
|
7a5188b042
Internal: Bumped the year. [skip ci]
|
6 years ago |
Maciej Gołaszewski
|
a7f398b36b
Remove custom table formatting utils in favor of assertEqualMarkup().
|
6 years ago |
Kamil Piechaczek
|
db6b0450ae
Internal: Updated the license header. See ckeditor/ckeditor5#1557. [skip ci]
|
6 years ago |
Kamil Piechaczek
|
5c3b474622
Internal: Bumped the year. [skip ci]
|
6 years ago |
Maciej Gołaszewski
|
c3efd1a7ec
Changed: Downcast conversion will work with a block content always present in the table.
|
7 years ago |
Maciej Gołaszewski
|
432533fd5d
Fix: InsertRowCommand should work with block content.
|
7 years ago |
Maciej Gołaszewski
|
113c300f30
Code style: Fix code indentation in table commands tests.
|
7 years ago |
Maciej Gołaszewski
|
5476d3af90
Changed: Remove redundant options from from table schema.
|
7 years ago |
Maciej Gołaszewski
|
b76b548ab9
Other: Improve readability of downcast attribute converters.
|
7 years ago |
Maciej Gołaszewski
|
b8bd8e075c
Fix: Cannot insert row at index 0 if table has heading rows attribute set.
|
7 years ago |
Maciej Gołaszewski
|
1cd12b9674
Refactor InsertRowCommand.
|
7 years ago |
Maciej Gołaszewski
|
82af5f7922
Changed: Refactor InsertRowCommand to TableUtils plugin and introduce new commands: "insertRowAbove" & "insertRowBelow".
|
7 years ago |
Maciej Gołaszewski
|
d6c01fc3d7
Tests: Rename formatModelTable() tests helper to formatTable().
|
7 years ago |
Maciej Gołaszewski
|
75ae53e09c
Other: Extract common utils from commands and move commands to own module.
|
7 years ago |