File tree Expand file tree Collapse file tree 1 file changed +1
-22
lines changed Expand file tree Collapse file tree 1 file changed +1
-22
lines changed Original file line number Diff line number Diff line change @@ -25,28 +25,7 @@ The Window component displays a popup with a title bar and shows custom content.
25
25
26
26
> caption Basic Blazor Window
27
27
28
- ```` RAZOR
29
- <TelerikWindow @bind-Visible="@WindowIsVisible">
30
- <WindowTitle>
31
- Window Title
32
- </WindowTitle>
33
- <WindowContent>
34
- Window Content ...
35
- </WindowContent>
36
- <WindowActions>
37
- <WindowAction Name="Close" />
38
- </WindowActions>
39
- <WindowFooter>
40
- Window Footer Content ...
41
- </WindowFooter>
42
- </TelerikWindow>
43
-
44
- <TelerikButton OnClick="@( () => WindowIsVisible = !WindowIsVisible )">Toggle window</TelerikButton>
45
-
46
- @code {
47
- bool WindowIsVisible { get; set; }
48
- }
49
- ````
28
+ <demo metaUrl =" client/window/overview/ " height =" 420 " ></demo >
50
29
51
30
## Size
52
31
You can’t perform that action at this time.
0 commit comments