|
2251 | 2251 | "BootstrapBlazor.Server.Components.Samples.FullScreens": { |
2252 | 2252 | "FullScreensTitle": "FullScreen", |
2253 | 2253 | "FullScreensDescription": "Human-computer interaction by injecting service calls <code>Show</code> method pop-ups", |
2254 | | - "Tips": "This component provides functionality in the form of injection services, the user experience is very comfortable to use, anytime, anywhere calls, need to be built into the page using this component <code>FullScreen</code> component, or in the main layout component of <code>MainLayout</code>, the sample code is as follows:", |
2255 | 2254 | "FullScreenNormalTitle": "Basic usage", |
2256 | 2255 | "FullScreenNormalIntro": "The entire page is fully screened by calling the <code>Show</code> method that <code>FullScreenService</code> service instance", |
2257 | 2256 | "FullScreenNormalButtonText1": "FullScreen", |
2258 | | - "FullScreenTitleTitle": "Button", |
2259 | | - "FullScreenTitleIntro": "The full screen of the entire web page is component <code>FullScreenButton</code>", |
2260 | | - "FullScreenTitleLi1": "The button default icon can be set through the <code>ButtonIcon</code>, and the full-screen icon can be set through the <code>FullScreenIcon</code> property", |
2261 | | - "FullScreenTitleLi3": "Use the <code>Text</code> property to set current page title" |
| 2257 | + "FullScreenOptionDesc": "You can set the full-screen window by setting <code>FullScreenOption</code>, and specify the page element by <code>ElementReference</code> <code>Id</code> <code>Selector</code>" |
| 2258 | + }, |
| 2259 | + "BootstrapBlazor.Server.Components.Samples.FullScreenButtons": { |
| 2260 | + "FullScreenButtonTitle": "FullScreenButton", |
| 2261 | + "FullScreenButtonIntro": "Use the <code>FullScreenButton</code> component to make the entire web page or a specified element full screen", |
| 2262 | + "FullScreenButtonNormalTitle": "Basic usage", |
| 2263 | + "FullScreenButtonNormalIntro": "You can set the default icon of the button through <code>Icon</code>, and set the icon when exiting full screen through the <code>FullScreenExitIcon</code> property", |
| 2264 | + "FullScreenTitleLi1": "Set the fullscreen element ID through the <code>TargetId</code> parameter", |
| 2265 | + "FullScreenTitleLi2": "Set the current page title text through the <code>Text</code> property" |
2262 | 2266 | }, |
2263 | 2267 | "BootstrapBlazor.Server.Components.Samples.Buttons": { |
2264 | 2268 | "Title": "Button", |
|
4923 | 4927 | "OtpInput": "OtpInput", |
4924 | 4928 | "TotpService": "ITotpService", |
4925 | 4929 | "VideoDevice": "IVideoDevice", |
4926 | | - "AudioDevice": "IAudioDevice" |
| 4930 | + "AudioDevice": "IAudioDevice", |
| 4931 | + "FullScreenButton": "FullScreenButton" |
4927 | 4932 | }, |
4928 | 4933 | "BootstrapBlazor.Server.Components.Samples.Table.TablesHeader": { |
4929 | 4934 | "TablesHeaderTitle": "Header grouping function", |
|
0 commit comments