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: upgrade/rendering-changes/7-0-0.md
+9Lines changed: 9 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,7 @@ position: 970
9
9
# Rendering Changes in 7.0.0
10
10
11
11
*[AIPrompt](#aiprompt)
12
+
*[Editor](#editor)
12
13
*[Gantt](#gantt)
13
14
*[Menu](#menu)
14
15
*[PanelBar](#panelbar)
@@ -23,6 +24,14 @@ position: 970
23
24
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`.
24
25
3. The copy button in the output view is now styled as primary.
25
26
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
+
26
35
## Gantt
27
36
28
37
1. The `k-gantt-content` class is now applied to a `<div>` wrapper element that encloses the Gantt Splitter.
0 commit comments