|
2369 | 2369 | "ValidateFormTitle": "表单中使用",
|
2370 | 2370 | "ValidateFormIntro": "在表单中使用 <code>Checkbox</code> 时,显示标签文字会放置到组件前面",
|
2371 | 2371 | "ValidateFormDescription": "前置标签显式规则与 <code>BootstrapInput</code> 组件一致 <a href='input'>[传送门]</a>",
|
| 2372 | + "ItemTemplateTitle": "项目模板", |
| 2373 | + "ItemTemplateIntro": "通过设置 <code>ItemTemplate</code> 自定义显示 UI", |
2372 | 2374 | "OnBeforeStateChangedTitle": "选中前回调方法",
|
2373 | 2375 | "OnBeforeStateChangedIntro": "通过设置 <code>OnBeforeStateChanged</code> 回调方法,可取消选中逻辑",
|
2374 | 2376 | "OnBeforeStateChangedText": "弹窗确认",
|
|
2405 | 2407 | "ShowLabelTitle": "双向绑定集合",
|
2406 | 2408 | "ShowLabelIntro": "绑定值为集合",
|
2407 | 2409 | "ShowLabelTip": "<code>TValue</code> 设置为 <code>IEnumerable<int></code> 泛型集合,绑定集合的 <code>ValueField</code> 指定字段必须与泛型类型一致",
|
| 2410 | + "ItemTemplateTitle": "项目模板", |
| 2411 | + "ItemTemplateIntro": "通过设置 <code>ItemTemplate</code> 自定义显示 UI", |
2408 | 2412 | "EnumTitle": "双向绑定枚举",
|
2409 | 2413 | "EnumIntro": "绑定值为枚举",
|
2410 | 2414 | "EnumTip": "当 <code>CheckboxList</code> 绑定一个枚举集合时,<code>Items</code> 不需要指定,<code>Items</code> 会被自动设置成枚举里面所有的值,如果需要绑定部分值时,请自行提供枚举集合 <code>Items</code>",
|
|
3018 | 3022 | "RadiosVerticalIntro": "通过设置 <code>IsVertical</code> 使组件内部竖向排列",
|
3019 | 3023 | "RadiosEnumTitle": "绑定枚举类型",
|
3020 | 3024 | "RadiosEnumIntro": "通过双向绑定 <code>Value</code> 无需设置 <code>Items</code>",
|
3021 |
| - "RadiosIsButtonTitle": "按钮样式", |
3022 |
| - "RadiosIsButtonIntro": "通过设定 <code>IsButton</code> 值为 <code>True</code> 将候选项更改为按钮样式", |
3023 |
| - "RadiosItemTemplateTitle": "项目模板", |
3024 |
| - "RadiosItemTemplateIntro": "通过设置 <code>ItemTemplate</code> 自定义显示 UI", |
3025 | 3025 | "RadiosEnumDescription": "通过设置 <code>IsAutoAddNullItem</code> 自动添加 <b>空值</b> 选项,通过设置 <code>NullItemText</code> 自定义 <b>空值</b> 选项",
|
3026 | 3026 | "RadiosEnumText": "空值",
|
3027 | 3027 | "RadiosColorTitle": "颜色",
|
3028 | 3028 | "RadiosColorIntro": "通过设置 <code>Color</code> 属性改变组件背景色",
|
| 3029 | + "RadiosIsButtonTitle": "按钮样式", |
| 3030 | + "RadiosIsButtonIntro": "通过设定 <code>IsButton</code> 值为 <code>True</code> 将候选项更改为按钮样式", |
| 3031 | + "RadiosItemTemplateTitle": "项目模板", |
| 3032 | + "RadiosItemTemplateIntro": "通过设置 <code>ItemTemplate</code> 自定义显示 UI", |
3029 | 3033 | "RadiosDisplayText": "显示文字",
|
3030 | 3034 | "RadiosNullItemText": "空值显示文字",
|
3031 | 3035 | "RadiosIsDisabled": "是否禁用",
|
|
0 commit comments