|
2376 | 2376 | "StatusText2": "Not selected", |
2377 | 2377 | "StatusText3": "Indeterminate", |
2378 | 2378 | "Checkbox2Text": "Two-way binding", |
2379 | | - "Checkbox3Text": "Handwritten labels", |
2380 | | - "RadioListGenericTitle": "Generic List", |
2381 | | - "RadioListGenericIntro": "Enable generic support through <code>SelectedItem<TValue></code>" |
| 2379 | + "Checkbox3Text": "Handwritten labels" |
2382 | 2380 | }, |
2383 | 2381 | "BootstrapBlazor.Server.Components.Samples.CheckboxLists": { |
2384 | 2382 | "Title": "CheckboxList", |
|
2390 | 2388 | "NormalTips3": "Get the changed item instance through the <code>onSelectedChanged</code> callback method", |
2391 | 2389 | "NormalTips4": "Enable label tooltip by <code>ShowLabelTooltip=\"true\"</code>", |
2392 | 2390 | "ValidateFormTitle": "Client Validation", |
2393 | | - "ValidateFormIntro": "Built in validateform", |
| 2391 | + "ValidateFormIntro": "Built in <code>ValidateForm</code>", |
2394 | 2392 | "ValidateFormTips1": "You can experience adaptive layout by changing the window size", |
2395 | 2393 | "ValidateFormTips2": "In this example, the <code>Name</code> field of the binding model <code>binditem</code> is automatically changed by checking the option", |
2396 | 2394 | "ValidateFormTips3": "Because it is built into the <code>ValidateForm</code> form, in this example, <code>RequiredAttribute</code> required for verification is added. When all options are cancelled, the verification result will be prompted", |
2397 | 2395 | "ShowLabelTitle": "Bidirectional binding collection", |
2398 | 2396 | "ShowLabelIntro": "Binding values are collections", |
2399 | | - "ShowLabelTip": "Tvalue is set to <code>IEnumerable<int></code> generic collection, the <Code>ValueField</Code> specified field of the bound collection must be consistent with the generic type", |
| 2397 | + "ShowLabelTip": "<code>TValue</code> is set to <code>IEnumerable<int></code> generic collection, the <Code>ValueField</Code> specified field of the bound collection must be consistent with the generic type", |
2400 | 2398 | "EnumTitle": "Bidirectional binding enumeration", |
2401 | 2399 | "EnumIntro": "The binding value is enumeration", |
2402 | 2400 | "EnumTip": "When <code>CheckboxList</code> binds an enumeration set, <code>Items</code> does not need to be specified, <code>Items</code> will be automatically set to all values in the enumeration. If you need to bind some values, please provide the enumeration set <code>Items</code>", |
|
2428 | 2426 | "MaxSelectedCountIntro": "Control the maximum number of selectable items by setting the <code>MaxSelectedCount</code> property, and handle the logic through the <code>OnMaxSelectedCountExceed</code> callback", |
2429 | 2427 | "MaxSelectedCountDesc": "When more than 2 nodes are selected, a <code>Toast</code> prompt bar will pop up", |
2430 | 2428 | "OnMaxSelectedCountExceedTitle": "Maximum Info", |
2431 | | - "OnMaxSelectedCountExceedContent": "You can select at most {0} items" |
| 2429 | + "OnMaxSelectedCountExceedContent": "You can select at most {0} items", |
| 2430 | + "CheckboxListGenericTitle": "Generic List", |
| 2431 | + "CheckboxListGenericIntro": "Enable generic support by using the <code>RadioListGeneric</code> component with <code>SelectedItem<TValue></code>" |
2432 | 2432 | }, |
2433 | 2433 | "BootstrapBlazor.Server.Components.Samples.ColorPickers": { |
2434 | 2434 | "Title": "ColorPicker", |
|
2912 | 2912 | "MultiSelectIsSingleLineDescription": "When there are too many candidates, the component is laid out horizontally, and a horizontal scroll bar is displayed when the mouse is hovering over the component for data scrolling.", |
2913 | 2913 | "MultiSelectBindingStringTitle": "A two-way binding value string", |
2914 | 2914 | "MultiSelectBindingStringIntro": "Bind a comma string-splitting string", |
2915 | | - "MultiSelectBindingStringDescription": "<div>The <code>mutltiSelect</code> component data source <code>Items</code> and <b>selected values</b> the <code>SelectItemsValue</code> support bidirectional binding;In this example, the <code>SelectItemsValue</code> variable by binding bidirectionally, and chooses to change its value through the drop-down box. </div>", |
| 2915 | + "MultiSelectBindingStringDescription": "<div>The <code>MultiSelect</code> component data source <code>Items</code> and <b>selected values</b> the <code>SelectItemsValue</code> support bidirectional binding;In this example, the <code>SelectItemsValue</code> variable by binding bidirectionally, and chooses to change its value through the drop-down box. </div>", |
2916 | 2916 | "MultiSelectBindingCollectionTitle": "A collection of bidirectional binding values", |
2917 | 2917 | "MultiSelectBindingCollectionIntro": "Bind a generic <code>a collection of IEnumerable<T></code>", |
2918 | 2918 | "MultiSelectBindingCollectionDescription": "In this example, the <code>SelectArrayValues</code> collection variable by binding bidirectionally, and selects to change its value through the drop-down box", |
|
3028 | 3028 | "RadiosAdd1": "Beijing", |
3029 | 3029 | "RadiosAdd2": "Shanghai", |
3030 | 3030 | "RadioListGenericTitle": "Generic List", |
3031 | | - "RadioListGenericIntro": "Enable generic support through <code>SelectedItem<TValue></code>" |
| 3031 | + "RadioListGenericIntro": "Enable generic support by using the <code>RadioListGeneric</code> component with <code>SelectedItem<TValue></code>" |
3032 | 3032 | }, |
3033 | 3033 | "BootstrapBlazor.Server.Components.Samples.Rates": { |
3034 | 3034 | "RatesTitle": "Rate", |
|
0 commit comments