Skip to content

Commit b4bd613

Browse files
committed
chore(rendering-changes): update 4.3.0 article with built-in dialogs
1 parent 739dfc3 commit b4bd613

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

upgrade/rendering-changes/4-3-0.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ position: 1
1515
* [FlatColorPicker](#flatcolorpicker)
1616
* [MultiColumnComboBox](#multicolumncombobox)
1717
* [Slider](#slider)
18+
* [Built-in Dialogs](#built-in-dialogs)
1819

1920

2021
## Icons
@@ -115,6 +116,15 @@ The 4.3.0 release brings about the following rendering changes for the Telerik U
115116
| `<a class="k-button-decrease">` | `<button class="k-button-decrease">` |
116117
| `<a class="k-button-increase">` | `<button class="k-button-increase">` |
117118

119+
## Built-in Dialogs
120+
121+
In an attempt to unify the look and feel of our components, the action buttons in all built-in dialogs(such as now follow a common set of guidelines:
122+
123+
* action buttons are now rendered inside a dedicated footer `<div class="k-actions">` element.
124+
* the confirmation button always precedes the cancelation one, when such is present.
125+
* when part of a non-resizable dialog, the action buttons are stretched. Such an example is the Filter or the Column Menu.
126+
127+
Such dialogs are any edit forms, filter menus, column menus, editor's tools, as well as the TimePicker and DateTimePicker popups.
118128

119129
## See Also
120130

0 commit comments

Comments
 (0)