|
1443 | 1443 | "LayoutsAppTips6": "In this example, a scroll bar appears after clicking the menu on the left to expand", |
1444 | 1444 | "LayoutsAppTips7": "The available area in the right panel is all by default, which is suitable for layouts with <code>Tab</code> components. In this example, for the sake of beauty, the <code>Main</code> template has a built-in <code>div</code > And set the style to <code>style='padding: 1rem;'</code>", |
1445 | 1445 | "LayoutsAppTips8": "In this example, if the scroll bar does not appear after clicking the left menu to expand, the height of the parent container will be expanded", |
1446 | | - "LayoutsAppTips9": "Please refer to <a href='/tab'>Tab component</a> for practical examples of using <code>Layout</code> component and <code>Tab</code> component together" |
| 1446 | + "LayoutsAppTips9": "Please refer to <a href='/tab'>Tab component</a> for practical examples of using <code>Layout</code> component and <code>Tab</code> component together", |
| 1447 | + "ShowTabContextMenu": "whether enable tab context menu", |
| 1448 | + "BeforeTabContextMenuTemplate": "the template of before tab context menu", |
| 1449 | + "TabContextMenuTemplate": "the template of tab context menu", |
| 1450 | + "TabContextMenuRefreshIcon": "the icon of tab item context menu refresh button", |
| 1451 | + "TabContextMenuCloseIcon": "the icon of tab item context menu close button", |
| 1452 | + "TabContextMenuCloseOtherIcon": "the icon of tab item context menu close other button", |
| 1453 | + "TabContextMenuCloseAllIcon": "the icon of tab item context menu close all button", |
| 1454 | + "OnBeforeShowContextMenu": "before popup context menu callback" |
1447 | 1455 | }, |
1448 | 1456 | "BootstrapBlazor.Server.Components.Samples.Footers": { |
1449 | 1457 | "FootersTitle": "Footer", |
|
2139 | 2147 | "ContextCloseAll": "Close All Tabs", |
2140 | 2148 | "TabsContextMenuTitle": "TabItem Context Menu", |
2141 | 2149 | "TabsContextMenuIntro": "Use the built-in <code>ContextMenuZone</code> component to pop up a custom context menu when you right-click a tab item", |
2142 | | - "TabsContextMenuDesc": "The disabled tab can be set by setting the <code>OnBeforeShowContextMenu</code> callback method to control whether the right-click menu is displayed according to the return value. If it is not set, the right-click menu is also displayed for the disabled tab" |
| 2150 | + "TabsContextMenuDesc": "The disabled tab can be set by setting the <code>OnBeforeShowContextMenu</code> callback method to control whether the right-click menu is displayed according to the return value. If it is not set, the right-click menu is also displayed for the disabled tab", |
| 2151 | + "AttributeShowContextMenu": "whether enable tab context menu", |
| 2152 | + "AttributeContextMenuRefreshIcon": "the icon of tab item context menu refresh button", |
| 2153 | + "AttributeContextMenuCloseIcon": "the icon of tab item context menu close button", |
| 2154 | + "AttributeContextMenuCloseOtherIcon": "the icon of tab item context menu close other button", |
| 2155 | + "AttributeContextMenuCloseAllIcon": "the icon of tab item context menu close all button", |
| 2156 | + "AttributeContextMenuFullScreenIcon": "the icon of tab item context menu full screen button", |
| 2157 | + "AttributeOnBeforeShowContextMenu": "before popup context menu callback" |
2143 | 2158 | }, |
2144 | 2159 | "BootstrapBlazor.Server.Components.Components.DemoTabItem": { |
2145 | 2160 | "Info": "Reset the title of this <code>TabItem</code> by click the button", |
|
0 commit comments