|
1 | 1 | #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 | |
12 | 16 |
|
13 | 17 | >tip The min/max options for the width and height apply to the initial rendering of the window and not browser resizing.
|
14 | 18 | #end
|
15 | 19 |
|
16 | 20 | #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 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