Skip to content

Commit a716789

Browse files
authored
docs(window): Add Id parameter (#2712)
1 parent 20a3d5a commit a716789

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

components/window/overview.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ The following table lists the Window parameters. Also check the [Window API](/bl
9191
| `Draggable` | `bool` | Sets if the Window allows moving. |
9292
| `FooterLayoutAlign` | `WindowFooterLayoutAlign` enum <br /> (`Stretch`) | The alignment of the HTML elements in the `WindowFooter`. The possible options are `Stretch`, `Start`, `End`, and `Center`. |
9393
| `Height` | `string` | The `height` style of the `<div class="k-window">` element. The parameter supports two-way binding. |
94+
| `Id` | `string` | The `id` attribute of the `<div class="k-window">` element. |
9495
| `Left` | `string` | The `left` style of the Window relative to the browser viewport. The parameter supports two-way binding. If `ContainmentSelector` is set, the left position is with regard to the defined container. |
9596
| `MaxHeight` | `string` | The maximum height of the Window during resizing or initial display. For example, if there is a lot of content and a fixed `Height` is not set. |
9697
| `MaxWidth` | `string` | The maximum width of the Window during resizing or initial display. For example, if there is a lot of content and a fixed `Width` is not set. |

0 commit comments

Comments
 (0)