You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/BootstrapBlazor.Server/Locales/en-US.json
+5-1Lines changed: 5 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -352,7 +352,11 @@
352
352
"PopoversCssClassTitle": "custom style",
353
353
"PopoversCssClassIntro": "Customize the pop-up window by setting the <code>Popover</code> parameter <code>CssClass</code>",
354
354
"PopoversCssClassDescription": "set up <code>Popover</code> parameter <code>CssClass=\"custom-popover\"</code> make custom styles",
355
-
"PopoversCssClassButtonText": "Click to activate/deactivate"
355
+
"PopoversCssClassButtonText": "Click to activate/deactivate",
356
+
"PopoversManualTitle": "Manual",
357
+
"PopoversManualIntro": "Use code to control the popover state by setting <code>Trigger=\"manual\"</code>",
358
+
"PopoversManualDescLI1": "The child component uses the cascade parameters to get the <code>Popover</code> instance and then calls its methods <code>Show</code> <code>Hide</code> <code>Toggle</code>",
359
+
"PopoversManualDescLI2": "Get the Popover instance through <code>@ref</code> and call its instances method"
0 commit comments