<!--[if !supportLists]-->1.<!--[endif]-->ComboBox(下拉选择框)
<!--[if !supportLists]-->1.1.<!--[endif]-->参数
属性名 | 类型 | 描述 | 是否必须 | 默认值 |
name | string | 控件名称 | 是 | null |
url | string | 远程数据访问 | 是 | null |
id | string | 唯一标识 | 是 | null |
text | string | 显示文本 | 是 | null |
width | string | 宽度 | 否 | null |
listWidth | string | 下拉框宽度 | 否 | null |
listHeight | string | 下拉框高度 | 否 | null |
<!--[if !supportLists]-->1.2.<!--[endif]-->用法
|
<t:comboBoxurl="jeecgDemoController.do?combox"name="sex"text="userName"id="id"></t:comboBox>
|
本文详细介绍了ComboBox组件的参数、用法及配置细节,包括名称、URL、ID、文本、宽度、下拉框宽度和高度等,帮助开发者轻松实现高效的数据选择功能。
1万+

被折叠的 条评论
为什么被折叠?



