Skip to content

Commit 7307f70

Browse files
authored
Document Editor rendering changes for version 7.0 (#2501)
1 parent 24157fc commit 7307f70

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

upgrade/rendering-changes/7-0-0.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ position: 970
99
# Rendering Changes in 7.0.0
1010

1111
* [AIPrompt](#aiprompt)
12+
* [Editor](#editor)
1213
* [Gantt](#gantt)
1314
* [Menu](#menu)
1415
* [PanelBar](#panelbar)
@@ -23,6 +24,14 @@ position: 970
2324
2. The output view, which contains the `<div class="k-card-list">` element, is now wrapped in a `<div>` element with class `k-prompt-view`.
2425
3. The copy button in the output view is now styled as primary.
2526

27+
## Editor
28+
29+
* The `<div class="k-form">` elements in the popups of the [`CreateLink` and `InsertImage` tools]({%slug editor-built-in-tools%}) no longer render a `k-form-horizontal` class.
30+
* The `ViewHtml` tool popup no longer renders `div.k-form`, `div.k-form-field`, and `div.k-form-field-wrap` elements.
31+
* The `<label class="k-form-label">` elements in the above three popups also render a `k-label` class.
32+
* The popup windows (`<div class="k-window">` elements) for the `CreateLink` and `InsertImage` tools are `340px` wide by default.
33+
* The popup window for the `ViewHtml` tool is `500px` wide and `400px` high by default.
34+
2635
## Gantt
2736

2837
1. The `k-gantt-content` class is now applied to a `<div>` wrapper element that encloses the Gantt Splitter.

0 commit comments

Comments
 (0)