Skip to content

Commit 66667f8

Browse files
authored
docs(grid,etc]]]): Document ThemeColor in popup edit settings (#1665)
1 parent 4c699a9 commit 66667f8

File tree

1 file changed

+21
-17
lines changed

1 file changed

+21
-17
lines changed
Lines changed: 21 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,27 @@
11
#popup-settings
2-
Parameter | Type | Description
3-
---------|----------|---------
4-
`Class` | `string` | CSS class of the edit popup
5-
`Title` | `string` | The title of the edit popup
6-
`Width` | `string` | The Width of the edit popup
7-
`MaxWidth` | `string` | The maximum width of the window
8-
`MinWidth` | `string` | The minimum width of the window
9-
`Height` | `string` | The height of edit popup
10-
`MaxHeight` | `string` | The maximum height of the window
11-
`MinHeight` | `string` | The minimum height of the window
2+
3+
@[template](/_contentTemplates/common/parameters-table-styles.md#table-layout)
4+
5+
| Parameter | Type | Description |
6+
| --- | --- | --- |
7+
| `Class` | `string` | The CSS class of the edit popup |
8+
| `Title` | `string` | The title of the edit popup |
9+
| `ThemeColor` | `string` | The color scheme of the window. Use the available members of the static class [`ThemeConstants.Window.ThemeColor`](/blazor-ui/api/Telerik.Blazor.ThemeConstants.Window.ThemeColor). |
10+
| `Width` | `string` | The Width of the edit popup |
11+
| `MaxWidth` | `string` | The maximum width of the window |
12+
| `MinWidth` | `string` | The minimum width of the window |
13+
| `Height` | `string` | The height of edit popup |
14+
| `MaxHeight` | `string` | The maximum height of the window |
15+
| `MinHeight` | `string` | The minimum height of the window |
1216

1317
>tip The min/max options for the width and height apply to the initial rendering of the window and not browser resizing.
1418
#end
1519

1620
#edit-form-settings
17-
Parameter | Type | Description
18-
---------|----------|---------
19-
`ButtonsLayout` | `FormButtonsLayout` <br/> (`End`) | The horizontal alignment of the buttons. Takes a member of the `FormButtonsLayout` enum: <br/> - `Start` <br/> - `End` <br/> - `Center` <br/> - `Stretch`
20-
`Columns` | `int` | The count of the columns
21-
`ColumnSpacing` | `int` | The column spacing
22-
`Orientation` | `FormOrientation` <br/> (`Vertical`) | The orientation of the form. Takes a member of the `FormOrientation` enum: <br/> - `Horizontal` <br/> - `Vertical`
23-
#end
21+
| Parameter | Type and Default&nbsp;Value | Description |
22+
| --- | --- | --- |
23+
| `ButtonsLayout` | `FormButtonsLayout` <br/> (`End`) | The horizontal alignment of the buttons. Takes a member of the `FormButtonsLayout` enum: <br/> - `Start` <br/> - `End` <br/> - `Center` <br/> - `Stretch` |
24+
| `Columns` | `int` | The number of the form columns |
25+
| `ColumnSpacing` | `int` | The column spacing |
26+
| `Orientation` | `FormOrientation` <br/> (`Vertical`) | The orientation of the form. Takes a member of the `FormOrientation` enum: <br/> - `Horizontal` <br/> - `Vertical` |
27+
#end

0 commit comments

Comments
 (0)