|
469 | 469 | "ZipArchive": "IZipArchiveService" |
470 | 470 | }, |
471 | 471 | "BootstrapBlazor.Server.Components.Layout.TutorialsNavMenu": { |
| 472 | + "AdminSummary": "Admin", |
| 473 | + "CategoryTitle": "Bootstrap Blazor Practical Cases", |
| 474 | + "DashboardSummary": "Dashboard", |
| 475 | + "DrawingSummary": "Drawing", |
| 476 | + "LoginSummary": "Login&Register", |
472 | 477 | "MemorialMode": "Memorial", |
473 | 478 | "MFA": "MFA", |
474 | | - "OnlineSheet": "UniverSheet" |
| 479 | + "OnlineSheet": "UniverSheet", |
| 480 | + "TranslateSummary": "Translate", |
| 481 | + "WaterfallSummary": "Waterfall" |
475 | 482 | }, |
476 | 483 | "BootstrapBlazor.Server.Components.Pages.Breakpoints": { |
477 | 484 | "Amount": "pixel", |
|
716 | 723 | "P8": "theme, please use the original", |
717 | 724 | "P9": "The added style file is as follows" |
718 | 725 | }, |
719 | | - "BootstrapBlazor.Server.Components.Pages.Tutorials": { |
720 | | - "AdminSummary": "Admin", |
721 | | - "CategoryTitle": "Bootstrap Blazor Practical Cases", |
722 | | - "DashboardSummary": "Dashboard", |
723 | | - "DrawingSummary": "Drawing", |
724 | | - "LoginSummary": "Login&Register", |
725 | | - "TranslateSummary": "Translate", |
726 | | - "WaterfallSummary": "Waterfall" |
727 | | - }, |
728 | 726 | "BootstrapBlazor.Server.Components.Samples.Affixs": { |
729 | 727 | "AffixIntro": "Fix the element to a specific visible area", |
730 | 728 | "AffixNormalIntro": "Affix is fixed at the top of the page by default", |
|
4607 | 4605 | }, |
4608 | 4606 | "BootstrapBlazor.Server.Components.Samples.Table.TablesColumnDrag": { |
4609 | 4607 | "AllowDragOrderDesc": "<p>Pressing the mouse over a column heading and dragging it to another column heading position can adjust the column to be in front of the target column, but the built-in columns in the <code>Table</code> component, such as detail row, row number, selection, and operation columns, cannot be adjusted</p><p>This example enables local storage by setting the <code>ClientTableName</code> parameter. After dragging and adjusting the order, the page can be refreshed, and the column order remains in the previous state</p><p>After version <code>10.6.1</code>, use <code>OnTableColumnClientStatusChanged</code> to uniformly handle column dragging, column resizing, and auto-fit column width callbacks, replacing the original <code>OnDragColumnEndAsync</code>, <code>OnResizeColumnAsync</code>, and <code>OnAutoFitContentAsync</code> callbacks.</p><p><b>Notes:</b></p><p>Table state persistence has two modes. If the <code>ClientTableName</code> property is set, browser local storage is used to persist information. If it is not set, server-side storage persistence is implemented through callbacks. The persistence structure is <code>TableColumnClientStatus</code>, which consists of the column state collection and the table width parameter.</p><p>The table width parameter defaults to 0. When all columns have width values, the table width parameter is the actual width rendered on the client. A value of 0 means the table width is adaptive.</p><p>When using browser local storage for persistence, no additional settings are required. The table automatically loads the client state.</p><p>When using server-side storage for persistence, handle table state loading and saving logic in callbacks. In actual use, the state can be stored in a database or other storage as needed. Use the <code>OnTableColumnClientStatusChanged</code> callback to handle server-side state changes, and use the <code>OnLoadTableColumnClientStatus</code> callback to restore the table persistence state.</p>", |
4610 | | - "ClearTableColumnClientStatusDesc": "By calling the <code>ClearTableColumnClientStatus</code> method of the table component instance, the current persistent settings are cleared, restoring the table to its default settings.", |
4611 | | - "ResetButtonText": "Reset", |
4612 | 4608 | "AllowDragOrderIntro": "By specifying <code>AllowDragColumn</code>, set the table columns to allow dragging column headings to adjust the table column order", |
4613 | 4609 | "AllowDragOrderTitle": "Allow dragging column headings to adjust table column order", |
| 4610 | + "ClearTableColumnClientStatusDesc": "By calling the <code>ClearTableColumnClientStatus</code> method of the table component instance, the current persistent settings are cleared, restoring the table to its default settings.", |
| 4611 | + "ResetButtonText": "Reset", |
4614 | 4612 | "TablesColumnDescription": "Used to display multiple pieces of data with similar structures, data can be sorted, filtered, compared or other custom operations.", |
4615 | 4613 | "TablesColumnTitle": "Table Column" |
4616 | 4614 | }, |
|
5706 | 5704 | "UrlDesc": "Use your iPhone's camera or the QR code scanning function to scan the QR code below, then open the <code>Safari</code> browser and open the current address", |
5707 | 5705 | "WiFiDesc": "Use your iPhone's camera or the QR code scanner to scan the QR code below to automatically join the <code>WiFi</code> network." |
5708 | 5706 | }, |
| 5707 | + "BootstrapBlazor.Server.Components.Samples.Tutorials.Memorial": { |
| 5708 | + "Step1Title": "1. Load the <code>Utility</code> module", |
| 5709 | + "Step2Title": "2. Enable memorial mode", |
| 5710 | + "Step3Description": "Update the <code>App.razor</code> document as follows", |
| 5711 | + "Step3Title": "3. Enable memorial mode site-wide by default", |
| 5712 | + "ToggleButtonText": "Toggle Memorial Mode" |
| 5713 | + }, |
5709 | 5714 | "BootstrapBlazor.Server.Components.Samples.Tutorials.OnlineSheet.OnlineSheet": { |
5710 | 5715 | "ToastOnReadyContent": "After 4 seconds the table is updated by other writers to change the content", |
5711 | 5716 | "ToastOnReadyTitle": "Collaboration Notification" |
|
0 commit comments